html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@font-face {
  font-family: 'Gotham Rounded';
  font-weight: normal;
  src: url("../../css/fonts/gothamrnd-book.eot");
  /* IE9 Compat Modes */
  src: url("../../css/fonts/gothamrnd-book.eot?#iefix") format("embedded-opentype"), url("../../css/fonts/gothamrnd-book.woff") format("woff"), url("../../css/fonts/gothamrnd-book.ttf") format("truetype"), url("../../css/fonts/gothamrnd-book.woff#svgFontName") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'Open Sans';
  font-weight: normal;
  src: url("../../css/fonts/OpenSans-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  src: url("../../css/fonts/OpenSans-Semibold.ttf") format("truetype"); }

/*LAYOUT*/
/*FONTS*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  color: #2d2d2d;
  border: 0; }

ol,
ul {
  list-style: none; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle; }

q,
blockquote {
  quotes: none; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: '';
  content: none; }

a img {
  border: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

b,
strong {
  font-weight: bold; }

*,
*:before,
*:after {
  box-sizing: border-box; }

.widget-ico-info {
 
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  
  
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
  width: 100% !important;
  margin: 1.8rem 0; }
  .widget-ico-info .info {
    color: #1c3073;
    font-size: 14px; }
  .widget-ico-info.not-full {
    width: 25% !important; }

.widget-price-table .table {
  width: 100%; }
  .widget-price-table .table .table-cell {
    color: #1c3073; }
    .widget-price-table .table .table-cell .cell-content {
      padding: 1.5rem; }
  .widget-price-table .table .table-head {
    background: #fbd878; }
  .widget-price-table .table .table-body .table-row {
    border-bottom: 1px solid #9a9a9a; }
  .widget-price-table .table .table-body .table-row .table-cell .cell-content,
  .widget-price-table .table .table-head .table-row .table-cell .cell-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  
   
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    
    
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    text-transform: uppercase;
    font-weight: bold; }
  .widget-price-table .table .table-body .table-row .table-cell:nth-of-type(1) .cell-content,
  .widget-price-table .table .table-head .table-row .table-cell:nth-of-type(1) .cell-content {
    
    
  
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    font-weight: normal;
    font-size: 12px; }

.widget-price-table .table-legend {
  margin: 2rem 0 0; }
  .widget-price-table .table-legend .legend-text {
    margin-bottom: .5rem;
    font-size: 12px; }

.widget-full-width-banner {
  background: url("../../assets/img/full-width-banner-bg.png") repeat-x center bottom; }
  .widget-full-width-banner .banner-content {
    width: 480px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    
    
   
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    
    
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center; }
    .widget-full-width-banner .banner-content .widget-twenty-four-phone {
      margin: 1rem 0 0 1rem; }
      .widget-full-width-banner .banner-content .widget-twenty-four-phone .phone .phone-link:hover {
        color: #fff; }

.widget-twenty-four-phone {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  
  

  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  
  
  
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center; }
  .widget-twenty-four-phone .phone .phone-link {
    -webkit-transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    color: #1c3073;
    font-size: 30px;
    font-weight: bold; }
    .widget-twenty-four-phone .phone .phone-link:hover {
      color: #f9a116; }

.widget-heading-paragraph {
  margin-bottom: 3.5rem; }
  .widget-heading-paragraph .heading {
    margin-bottom: 1rem; }
  .widget-heading-paragraph:last-of-type {
    margin-bottom: 0; }

.widget-nine-checker {
  width: 100% !important; }
  .widget-nine-checker .checker-group {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;


    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin: 0 !important; }
    .widget-nine-checker .checker-group .group-item {
      margin: 0 !important;
      border: 1px solid #eaefeb; }
      .widget-nine-checker .checker-group .group-item .item-link {
        padding: 1.5rem 1rem;

        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        
        
      
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        
        
        
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-align-content: center;
        -moz-align-content: center;
        align-content: center;
        -ms-flex-line-pack: center;


        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        font-weight: normal;
        text-align: center; }
        .widget-nine-checker .checker-group .group-item .item-link .link-text {
          font-size: 13px; }
        .widget-nine-checker .checker-group .group-item .item-link:hover .link-text {
          color: #f9a116; }
    .widget-nine-checker .checker-group:nth-of-type(1) .group-item {
      border-top: none; }
      .widget-nine-checker .checker-group:nth-of-type(1) .group-item:nth-of-type(1) {
        border-left: none; }
      .widget-nine-checker .checker-group:nth-of-type(1) .group-item:nth-of-type(3) {
        border-right: none; }
    .widget-nine-checker .checker-group:nth-of-type(2) .group-item:nth-of-type(1) {
      border-left: none; }
    .widget-nine-checker .checker-group:nth-of-type(2) .group-item:nth-of-type(3) {
      border-right: none; }
    .widget-nine-checker .checker-group:nth-of-type(3) .group-item {
      border-bottom: none; }
      .widget-nine-checker .checker-group:nth-of-type(3) .group-item:nth-of-type(1) {
        border-left: none; }
      .widget-nine-checker .checker-group:nth-of-type(3) .group-item:nth-of-type(3) {
        border-right: none; }

.widget-billboard {
  background-size: cover !important;
  background-position: center !important;
  padding: 5rem 0; }
  .widget-billboard .container .billboard-content {
    width: 45%; }
    .widget-billboard .container .billboard-content .widget-heading-paragraph .heading {
      text-transform: uppercase; }
    .widget-billboard .container .billboard-content .widget-ico-info .ico {
      margin-right: 1rem; }

.widget-quote-input {

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;


  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  
  
  
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
  position: relative;
  margin: 2rem 0; }
  .widget-quote-input .input {
    border-color: #f9a116;
    padding-right: 30%; }
  .widget-quote-input .oBtn {
    margin: 0;
    width: 30%;
    padding: 20px 5px;
    position: absolute;
    right: 0;
    top: 0; }

.widget-services-haves .haves-list {

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;


  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  
  
  
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
  margin: 1rem 0; }
  .widget-services-haves .haves-list .list-item {

    display: -webkit-flex;

    display: flex;
    
    

    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    
    
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .widget-services-haves .haves-list .list-item .item-name {
      font-size: 12px; }
  .widget-services-haves .haves-list.three .list-item {
    width: 33.3%; }

.widget-other-services {
  background: #eaefeb; }
  .widget-other-services .container {
    padding: 2.5rem 0;
    background: url("../../assets/img/oServBg.png") no-repeat left -10%; }
    .widget-other-services .container .services-list {

      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
 
  
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      
      
      
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-align-content: center;
      -moz-align-content: center;
      align-content: center;
      -ms-flex-line-pack: center; }
      .widget-other-services .container .services-list .list-item {
        text-align: center; }
        .widget-other-services .container .services-list .list-item figure {
          -webkit-transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
        .widget-other-services .container .services-list .list-item .item-name {
          -webkit-transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19);
          color: #1c3073;
          font-size: 12px; }
        .widget-other-services .container .services-list .list-item:hover figure {
          margin-top: -8px; }
        .widget-other-services .container .services-list .list-item:hover .item-name {
          color: #f9a116; }

.widget-phone {

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;


  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  
  
  
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
  color: #1c3073;
  font-size: 27px;
  width: 220px; }
  .widget-phone.center {
    margin: 2rem auto 0; }

.widget-feature-list {

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;


  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  
  
  
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;

  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem; }
  .widget-feature-list .list-item {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;


    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    
    
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    width: 48%; }
    .widget-feature-list .list-item .item-text {
      color: #1c3073;
      font-size: 12px;
      padding: 1rem; }

header {
  position: fixed;
  z-index: 100;
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  header .container {
    padding: 0; }
  header .logo {
    float: left;
    margin: 15px 0 10px; }
    header .logo img {
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
  header .phoneQuote {
    float: right;
    margin-top: 35px; }
  header nav {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    border-radius: 3px;
    background: #ff9c00; }
    header nav ul {
      display: table;
      width: 100%; }
      header nav ul li {
        display: table-cell;
        text-align: center; }
        header nav ul li a {
          font-size: 13px;
          display: block;
          padding: 14px 0;
          text-transform: uppercase;
          color: #fff; }
          header nav ul li a:hover {
            background: #1c3073; }
  header .phoneQuote a {
    display: inline-block;
    vertical-align: middle; }
  header .phoneQuote .callNow {
    font-size: 30px;
    margin-right: 20px;
    color: #1c3073; }
    header .phoneQuote .callNow span {
      font-size: 13px;
      font-weight: normal;
      display: block; }
  header .phoneQuote .getQuote {
    font-size: 14px;
    font-weight: normal;
    padding: 15px 35px;
    color: #fff;
    border-radius: 3px;
    background: #1c3073; }
  header .phoneQuote .callNow:hover {
    color: #ff9c00; }
  header .phoneQuote .getQuote:hover {
    background: #ff9c00; }
  header.sticky {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: rgba(255, 255, 255, 0.8) url("../../assets/img/dottedBg.png") repeat scroll 0 0;
    box-shadow: 0 0 7px #333; }
    header.sticky .logo {
      float: left;
      margin: 5px 0 0;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    header.sticky nav::before {
      position: absolute;
      z-index: -1;
      left: 0;
      display: block;
      width: 100%;
      height: 46px;
      content: '';
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      background: #ff9c00 none repeat scroll 0 0; }
    header.sticky .logo img {
      height: 70px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
    header.sticky .phoneQuote {
      margin-top: 15px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }

.sliderContainer-overlay {
  background: rgba(28, 48, 115, 0.85);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10;
  display: none; }

.sliderContainer {
  width: 100%;
  min-height: 690px;
  position: relative; }
  .sliderContainer .sliderTitle {
    font-size: 32px;
    width: 50%;
    text-transform: uppercase;
    color: #1c3073;
    z-index: 20; }
  .sliderContainer #downClick {
    font-size: 13px;
    display: block;
    width: 110px;
    margin: 140px auto 0;
    padding: 35px 0 20px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border: 3px solid #1c3073;
    border-radius: 90px;
    background: rgba(255, 255, 255, 0.7); }
    .sliderContainer #downClick:hover {
      -webkit-transition: all .2s ease;
      transition: all .2s ease;
      color: #fff;
      border: 3px solid #ff9c00;
      background: #ff9c00; }
    .sliderContainer #downClick > img {
      margin-top: 15px; }
  .sliderContainer.servContainer {
    z-index: 20;
    min-height: 594px; }
    .sliderContainer.servContainer .container {

      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;


      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; }
      .sliderContainer.servContainer .container .sliderTitle {
        margin: 13rem 0 2rem;
        text-align: left; }
    .sliderContainer.servContainer.orng {
      font-weight: bold; }
      .sliderContainer.servContainer.orng .container .slider-title {
        color: #f9a116 !important; }
  .sliderContainer .container .container-info {
    z-index: 20;
    width: 400px; }
    .sliderContainer .container .container-info p {
      margin-bottom: 1.5rem; }

a,
input,
textarea,
.blog section img,
.blog section span {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out; }

html,
body {
  font-family: "Open Sans", Arial, sans-serif; }

h1 {
  font-size: 32px;
  text-align: center;
  text-transform: uppercase; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h1,
h2,
h3,
h4 {
  font-family: "Gotham Rounded";
  color: #1c3073; }

p {
  font-size: 14px;
  line-height: 1.5em; }

a {
  font-weight: bold;
  text-decoration: none;
  color: #ff9c00; }

.bookNow {
  padding: 13px 45px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #fea61b;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fea61b), color-stop(100%, #e68d03));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fea61b 0%, #e68d03 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #fea61b 0%, #e68d03 100%);
  /* W3C */
  /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fea61b', endColorstr='#e68d03', GradientType=0);*/
  /* IE6-9 */ }
  .bookNow:hover {
    background: #1c3073; }

/* main */
.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 0; }
  .container.no-padding {
    padding: 0; }

.ourProccess .content {
  display: block;
  overflow: hidden;
  width: 92%;
  margin: 0 auto; }
  .ourProccess .content .left {
    float: left;
    width: 22%; }
  .ourProccess .content .right {
    width: 80%; }
  .ourProccess .content:nth-of-type(2) .right {
    float: right;
    width: 54%;
    margin-right: 80px; }
  .ourProccess .content:nth-of-type(2) .left {
    float: right;
    margin-right: -64px; }

.ourProccess .container h1 {
  margin-bottom: 30px; }

.ourProccess .container h2 {
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #1c3073; }

.ourProccess .container p {
  line-height: 1.6; }

.ourProccess .contentMiddle {
  display: block;
  margin: 0 auto; }
  .ourProccess .contentMiddle:nth-of-type(1) {
    position: relative;
    z-index: -1;
    margin-top: -10px;
    margin-bottom: 15px; }
  .ourProccess .contentMiddle:nth-of-type(2) {
    margin: 15px auto; }

.ourProccess .bookNow {
  float: left;
  margin-top: 10px; }

.ourProccess .smallerMoves {
  background: url("../../assets/img/module_imageBg_03.jpg") no-repeat center bottom #f1f3f0; }
  .ourProccess .smallerMoves h2 {
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #ff9c00; }
  .ourProccess .smallerMoves .content {
    float: left;
    width: 65%; }
    .ourProccess .smallerMoves .content .left,
    .ourProccess .smallerMoves .content .right {
      display: block;
      width: 47%;
      margin-top: 30px; }
      .ourProccess .smallerMoves .content .left img,
      .ourProccess .smallerMoves .content .right img {
        float: left;
        margin-right: 30px;
        margin-bottom: 50px; }
    .ourProccess .smallerMoves .content .left {
      float: left; }
    .ourProccess .smallerMoves .content .right {
      float: right; }
    .ourProccess .smallerMoves .content > p {
      line-height: 1.6; }
  .ourProccess .smallerMoves .mapContainer {
    float: right;
    width: 35%;
    text-align: center; }
  .ourProccess .smallerMoves .smallerMovesMan {
    display: block;
    clear: both;
    margin: 10px auto -40px;
    padding-top: 30px; }

.betterRemovals {
  overflow: hidden;
  background: url("../../assets/img/dottedBg.png"); }
  .betterRemovals .left {
    float: left;
    margin-left: -160px; }
    .betterRemovals .left > img {
      float: left; }
  .betterRemovals .right {
    float: right;
    width: 48%; }
    .betterRemovals .right li {
      display: block;
      margin: 30px 0; }
      .betterRemovals .right li span {
        font-size: 19px;
        display: block;
        margin: 3px 0;
        text-transform: uppercase;
        color: #1c3073; }
      .betterRemovals .right li::before {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px; }
      .betterRemovals .right li:nth-child(1)::before {
        content: url("../../assets/img/icon_better_01.png"); }
      .betterRemovals .right li:nth-child(2)::before {
        content: url("../../assets/img/icon_better_02.png"); }
      .betterRemovals .right li:nth-child(3)::before {
        content: url("../../assets/img/icon_better_03.png"); }
  .betterRemovals h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #373741; }
  .betterRemovals .bookNow {
    float: left;
    margin-top: 30px; }

.lowPrices {
  overflow: hidden;
  min-height: 683px;
  background: url("../../assets/img/module_imageBg_01.jpg") no-repeat bottom right #eaefeb; }
  .lowPrices .left {
    float: left;
    width: 45%; }
  .lowPrices .right {
    float: right;
    width: 50%; }
  .lowPrices h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #373741; }
  .lowPrices p {
    line-height: 1.6; }
  .lowPrices ul {
    margin-top: 60px; }
    .lowPrices ul li {
      font-size: 15px;
      display: inline-block;
      float: left;
      width: 33%;
      text-align: center;
      text-transform: uppercase;
      color: #1c3073; }
      .lowPrices ul li img {
        display: block;
        margin: 0 auto 15px; }
  .lowPrices .bookNow {
    float: left;
    margin-top: 50px; }

.greatReasons {
  overflow: hidden;
  background: url("../../assets/img/dottedBg.png"); }
  .greatReasons .container {
    padding: 40px 0 0; }
  .greatReasons h2 {
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #515159; }

#sync1 {
  overflow: hidden; }
  #sync1 .owl-item {
    display: table-cell; }
    #sync1 .owl-item .title {
      font-size: 28px;
      line-height: 1.4;
      float: right;
      margin-top: 20px;
      margin-right: 80px;
      text-transform: uppercase;
      color: #ff9c00; }

#sync2 {
  overflow: hidden; }
  #sync2 .owl-item {
    display: table-cell; }
  #sync2 .owl-wrapper {
    display: table !important;
    width: 100% !important; }
    #sync2 .owl-wrapper .owl-item .imageBox {
      display: block;
      width: 60px;
      margin-bottom: 15px;
      padding: 11px 0;
      text-align: center;
      border-radius: 90px;
      background: #1c3073; }
    #sync2 .owl-wrapper .owl-item p {
      font-size: 13px;
      width: 85%; }
    #sync2 .owl-wrapper .owl-item.synced p {
      color: #ff9c00; }
    #sync2 .owl-wrapper .owl-item.synced .imageBox {
      background: #ff9c00; }
    #sync2 .owl-wrapper .owl-item::before {
      position: absolute;
      z-index: -1;
      width: 180px;
      height: 4px;
      margin-top: 30px;
      content: '';
      background: #1c3073; }
    #sync2 .owl-wrapper .owl-item:last-child::before {
      content: none; }

.greatReasons .owl-prev,
.testimonialsHome .owl-prev {
  position: relative;
  float: left;
  width: 36px;
  height: 111px;
  background: url("../../assets/img/greatReasonsArrowLeft.png") no-repeat center; }

.greatReasons .owl-next,
.testimonialsHome .owl-next {
  position: relative;
  float: right;
  width: 36px;
  height: 111px;
  background: url("../../assets/img/greatReasonsArrowRight.png") no-repeat center; }

.greatReasons .owl-prev,
.greatReasons .owl-next,
.testimonialsHome .owl-prev,
.testimonialsHome .owl-next {
  cursor: pointer; }

.greatReasons .owl-controls.clickable {
  position: absolute;
  z-index: 0;
  width: 1160px;
  margin-top: -350px;
  margin-left: -40px; }

.greatReasons .owl-wrapper-outer {
  position: relative;
  z-index: 1; }

.testimonialsHome {
  min-height: 615px;
  text-align: center;
  background: url("../../assets/img/module_imageBg_02.jpg") no-repeat bottom center; }
  .testimonialsHome h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #fff; }
  .testimonialsHome::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 145px;
    content: '';
    background: url("../../assets/img/icon_testim_01.png") no-repeat bottom center; }
  .testimonialsHome .bookNow {
    display: block;
    clear: both;
    width: 260px;
    margin: 40px auto 0; }
  .testimonialsHome .quote {
    margin-bottom: 30px; }
  .testimonialsHome .owl-item {
    display: inline-block;
    float: left; }
    .testimonialsHome .owl-item .item {
      width: 50%;
      margin: 0 auto; }
      .testimonialsHome .owl-item .item p {
        font-size: 20px;
        font-style: italic;
        margin-bottom: 20px; }
      .testimonialsHome .owl-item .item p,
      .testimonialsHome .owl-item .item span {
        color: #fff; }
  .testimonialsHome .owl-wrapper-outer {
    overflow: hidden; }

.contactUsToday {
  overflow: hidden; }
  .contactUsToday h2 {
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #373741; }
  .contactUsToday .left {
    float: left; }
  .contactUsToday .right {
    float: right;
    width: 67%; }
    .contactUsToday .right ul {
      overflow: hidden;
      margin: 39px 0; }
      .contactUsToday .right ul li {
        display: inline-block;
        float: left;
        width: 33%;
        padding-right: 50px; }
        .contactUsToday .right ul li p {
          line-height: normal; }
  .contactUsToday .bookNow {
    float: left;
    margin-top: 30px; }
  .contactUsToday p {
    line-height: 1.6; }

.contactUsToday .container {
  overflow: hidden; }

/* ABOUT US PAGE */
#aboutSect1 {
  overflow: hidden; }
  #aboutSect1 figure {
    float: left; }

#aboutSect1_cont {
  float: left; }

#aboutSect1 > figure {
  width: 60%; }

#aboutSect1 > div > figure > img {
  vertical-align: bottom; }

#aboutSect1_cont {
  width: 40%;
  padding: 30px 30px 0; }
  #aboutSect1_cont div {
    margin-bottom: 20px; }
  #aboutSect1_cont figure,
  #aboutSect1_cont p {
    width: 100%; }

#aboutSect2 {
  color: #fff;
  background: url("../../assets/img/purpMapAbout.png") no-repeat 78% center, #6977a8; }
  #aboutSect2 h2,
  #aboutSect2 span {
    color: #fff; }
  #aboutSect2 p {
    line-height: 1.5em; }
  #aboutSect2 h2 {
    margin-bottom: 20px;
    text-transform: uppercase; }
  #aboutSect2 span {
    font-weight: lighter; }
  #aboutSect2 .figSect > section:nth-child(1) p {
    color: #fff; }
  #aboutSect2 .pLink {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px; }
    #aboutSect2 .pLink .pLink-phone {

      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;

      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; }
      #aboutSect2 .pLink .pLink-phone span:first-of-type {
        font-weight: bold;
        font-size: 24px; }

.pLink {
  display: block;
  overflow: hidden; }
  .pLink img,
  .pLink div {
    float: left; }
  .pLink img {
    width: 10%; }
  .pLink div {
    width: 90%;
    padding-left: 10px; }
  .pLink p {
    font-size: 34px;
    line-height: normal !important;
    color: #1c3073 !important; }
  .pLink span {
    font-size: 12px; }

.vertPad {
  padding: 3rem 0; }

.figSect {
  overflow: hidden;
  margin-bottom: 4rem; }
  .figSect section,
  .figSect figure,
  .figSect div {
    float: left;
    width: 50%; }
    .figSect section a,
    .figSect figure a,
    .figSect div a {
      color: #1c3073;
      -webkit-transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      .figSect section a.phone-link,
      .figSect figure a.phone-link,
      .figSect div a.phone-link {
        font-size: 2rem;
        margin: .5rem 0;
        display: block; }
      .figSect section a.text-link,
      .figSect figure a.text-link,
      .figSect div a.text-link {
        text-decoration: underline; }
      .figSect section a:hover,
      .figSect figure a:hover,
      .figSect div a:hover {
        color: #f9a116; }
    .figSect section p,
    .figSect figure p,
    .figSect div p {
      margin-bottom: 1rem; }
      .figSect section p:last-of-type,
      .figSect figure p:last-of-type,
      .figSect div p:last-of-type {
        margin-bottom: 0; }
    .figSect section .oBtn,
    .figSect figure .oBtn,
    .figSect div .oBtn {
      color: #fff;
      transition: none; }
      .figSect section .oBtn:hover,
      .figSect figure .oBtn:hover,
      .figSect div .oBtn:hover {
        color: #fff; }
    .figSect section.pad,
    .figSect figure.pad,
    .figSect div.pad {
      padding: 2rem; }
    .figSect section .widget-services-haves,
    .figSect figure .widget-services-haves,
    .figSect div .widget-services-haves {
      float: none;
      width: 100%; }
  .figSect div div {
    width: 100%; }
  .figSect figure {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    
    

    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    
    
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center; }
  .figSect h2 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1.5rem; }
  .figSect:last-of-type {
    margin-bottom: 0; }

#aboutSect3 {
  padding-bottom: 30%;
  background: url("../../assets/img/aboutSect3_bg.jpg") no-repeat center center/cover; }
  #aboutSect3 .container > h2 {
    text-align: center;
    text-transform: uppercase; }
  #aboutSect3 .container ul {
    overflow: hidden;
    margin-top: 50px; }
    #aboutSect3 .container ul li {
      float: left;
      width: 33.3%;
      text-align: center; }
      #aboutSect3 .container ul li div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 40px;
        height: 40px;
        margin: 0 auto;
        color: #000;
        border-radius: 50px;
        background: #ff9c00;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: center;
        align-content: center;
        
        -ms-flex-align: center;
        align-items: center; }
      #aboutSect3 .container ul li p {
        font-size: 14px;
        font-weight: lighter;
        line-height: 1.5em;
        margin-top: 30px;
        padding: 0 8%; }
      #aboutSect3 .container ul li div span {
        width: 100%;
        text-align: center;
        color: #fff; }
      #aboutSect3 .container ul li:nth-of-type(2) div::before, #aboutSect3 .container ul li:nth-of-type(2) div::after {
        position: absolute;
        width: 350px;
        height: 4px;
        content: '';
        background: #ff9c00; }
      #aboutSect3 .container ul li:nth-of-type(2) div::before {
        left: 50%; }
      #aboutSect3 .container ul li:nth-of-type(2) div::after {
        right: 51%;
        width: 330px; }

#aboutSect4 {
  background: url("../../assets/img/aboutSect4_bg.jpg") no-repeat 36% bottom; }
  #aboutSect4 .container {
    position: relative; }
  #aboutSect4 p {
    line-height: 1.5em; }

#aboutSect4_call {
  width: 250px;
  margin-top: 40%; }
  #aboutSect4_call a {
    font-size: 34px;
    color: #1c3073; }

#aboutSect4_badge {
  position: absolute;
  right: 2%;
  bottom: 2%;
  width: 280px;
  padding: 20px;
  border-radius: 12px;
  background: rgba(28, 48, 115, 0.9); }
  #aboutSect4_badge p {
    font-size: 14px;
    color: #fff; }

#aboutSect4 .info {
  position: absolute;
  width: 280px; }
  #aboutSect4 .info:nth-of-type(1) {
    top: 35%; }
  #aboutSect4 .info:nth-of-type(2) {
    top: 16%;
    left: 23%; }
  #aboutSect4 .info:nth-of-type(3) {
    top: 25%;
    right: 0; }
  #aboutSect4 .info p {
    font-size: 14px; }

.oBtn {
  display: block;
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  width: 200px;
  margin-top: 40px;
  padding: 15px 0;
  -webkit-transition: none;
  transition: none;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: -webkit-linear-gradient(#fea61b, #e58d02);
  background: linear-gradient(#fea61b, #e58d02); }
  .oBtn:hover {
    background: #e58d02;
    cursor: pointer; }
  .oBtn.center {
    margin: 2rem auto 0; }

.figSect figure img {
  max-width: 100%; }

.figSect div {
  float: left;
  width: 50%; }

.figSect section,
.figSect figure {
  float: left;
  width: 50%; }

.pFig {
  overflow: hidden; }
  .pFig figure,
  .pFig p {
    float: left; }
  .pFig figure {
    width: 30%; }
    .pFig figure img {
      max-width: 100%; }
  .pFig p {
    width: 70%;
    padding-left: 10px; }

.price-table .widget-ico-info .info {
  margin: 0 2rem; }

.servSect1.antique {
  background: url("../../assets/img/rMap1.png") no-repeat center; }
  .servSect1.antique .pFig {
    width: 440px; }
  .servSect1.antique ul {
    overflow: hidden;
    margin: 20px 0; }
    .servSect1.antique ul li {
      float: left;
      width: 33.3%; }
      .servSect1.antique ul li .pFig figure {
        width: 10%; }
      .servSect1.antique ul li .pFig p {
        font-size: 12px;
        padding-left: 5px; }
  .servSect1.antique .figSect:nth-of-type(2) p {
    margin: 20px 0; }
  .servSect1.antique .figSect:nth-of-type(2) .pFig p {
    margin: 0; }

.oServLine {
  position: relative;
  background: url("../../assets/img/oServBg.png") no-repeat 20% -2%, #ebefec; }
  .oServLine ul {
    z-index: 20;
    overflow: hidden; }
    .oServLine ul li {
      float: left;
      width: 12.5%;
      text-align: center; }
      .oServLine ul li a {
        font-size: 12px;
        display: block;
        color: #828cab; }
      .oServLine ul li:hover {
        margin-top: -3px; }

.servSect2.antique {
  background: url("../../assets/img/rMap2.png") no-repeat center center, url("../../assets/img/antiqueSect2_bg.png") no-repeat center center, #fbd878; }

.callBlock {
  width: 200px;
  margin: 0 auto; }
  .callBlock a:nth-of-type(2) {
    font-size: 24px;
    font-weight: lighter;
    line-height: 1.5em;
    display: block;
    margin-top: 20px;
    vertical-align: middle;
    color: #1c3073; }
    .callBlock a:nth-of-type(2) img {
      margin-right: 7px; }

.servSect3.antique {
  background: url("../../assets/img/rMap3.png") no-repeat center, url("../../assets/img/antiqueSect3_bg.jpg") no-repeat left center, #ebefec; }

.servSect3 .container {
  overflow: hidden; }
  .servSect3 .container > div {
    float: right;
    width: 50%; }
    .servSect3 .container > div section h2 {
      margin-bottom: 20px; }
    .servSect3 .container > div ul {
      overflow: hidden;
      margin-top: 40px; }
      .servSect3 .container > div ul li {
        float: left;
        width: 50%;
        min-height: 100px;
        margin-bottom: 30px;
        padding-right: 10px; }

.servSect4 {
  background: url("../../assets/img/rMap4.png") no-repeat center; }
  .servSect4 .container > h2 {
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase; }

.servSect5 {
  overflow: hidden;
  background: url("../../assets/img/greyTile1.png") repeat, #ebefec; }
  .servSect5 section {
    float: left;
    width: 70%; }
    .servSect5 section p {
      line-height: 1.5em;
      margin: 20px 0; }
  .servSect5 ul {
    float: right;
    width: 20%; }
    .servSect5 ul li {
      margin-bottom: 30px; }
  .servSect5 .servBookBanner {
    overflow: hidden;
    padding: 10px;
    background: #fff; }
    .servSect5 .servBookBanner img {
      float: left;
      width: 30%; }
    .servSect5 .servBookBanner div {
      float: left;
      width: 70%;
      padding-left: 5%; }
      .servSect5 .servBookBanner div p {
        font-size: 24px;
        text-transform: uppercase;
        color: #e58d02; }
      .servSect5 .servBookBanner div span {
        font-size: 70px;
        font-weight: bold; }

#getQuote {
  overflow: hidden;
  background: url("../../assets/img/getQuoteBg.png") no-repeat 25% 20%; }
  #getQuote .container {
    overflow: hidden; }

/*INPUT DEFAULTS*/
input[type="text"],
textarea {
  border: 2px solid #373741;
  border-radius: 5px;
  padding: 20px;
  font-size: 16px;
  width: 100%; }

#qForm {
  width: 80%;
  float: right; }
  #qForm h2 {
    margin-bottom: 1.5rem;
    text-transform: uppercase; }
  #qForm h3 {
    margin-bottom: 1rem; }

#qFormTop {

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;


  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  
  
  
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;

  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden; }
  #qFormTop .qFormTop-input {
    width: 46%;
    margin-bottom: 2rem; }

#qFormSub {

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  
  

  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  
  
  
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;

  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px; }
  #qFormSub .oBtn {
    margin: 1rem; }

#qFormBot {

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;


  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  
  
  
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;

  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2rem 0; }
  #qFormBot .qForm-radio-group {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;


    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    
    
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%; }
    #qFormBot .qForm-radio-group:nth-of-type(1) {
      border-right: 1px solid #9a9a9a; }
    #qFormBot .qForm-radio-group:nth-of-type(2) {
      padding-left: 5%; }
    #qFormBot .qForm-radio-group .group-item {
      width: 100%;
      margin-bottom: 1rem;
      position: relative; }
      #qFormBot .qForm-radio-group .group-item input {
        display: none; }
        #qFormBot .qForm-radio-group .group-item input:checked ~ label::after {
          position: absolute;
          content: '';
          width: 20px;
          height: 20px;
          border-radius: 50%;
          background: #f9a116;
          left: 12px; }
      #qFormBot .qForm-radio-group .group-item label {

        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        
        

        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        
        
        
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-align-content: center;
        -moz-align-content: center;
        align-content: center;
        -ms-flex-line-pack: center;
        padding-left: 4rem; }
        #qFormBot .qForm-radio-group .group-item label::before {
          position: absolute;
          content: '';
          width: 30px;
          height: 30px;
          border: 2px solid #1c3073;
          border-radius: 50%;
          padding: 20px;
          left: 0; }
        #qFormBot .qForm-radio-group .group-item label:hover {
          cursor: pointer; }
        #qFormBot .qForm-radio-group .group-item label span {
          margin-left: 1rem; }

.getQuote-bot-info {
  background: #eaefeb; }

/*CONTACT US*/
#contact-us-top {
  text-align: center; }
  #contact-us-top .top-triplerounds {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;


    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    
    
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    margin-top: 2rem;
    position: relative; }
    #contact-us-top .top-triplerounds .tripleround {

      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      
      

      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      
      
      
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-align-content: center;
      -moz-align-content: center;
      align-content: center;
      -ms-flex-line-pack: center;


      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      font-family: "Gotham Rounded";
      width: 33.33%; }
      #contact-us-top .top-triplerounds .tripleround .tripleround-img {
        margin-bottom: 1rem;
        z-index: 10; }
      #contact-us-top .top-triplerounds .tripleround a {
        color: #1c3073;
        font-size: 1rem; }
        #contact-us-top .top-triplerounds .tripleround a.phone-link {
          font-size: 2rem !important; }
      #contact-us-top .top-triplerounds .tripleround:nth-of-type(2)::before, #contact-us-top .top-triplerounds .tripleround:nth-of-type(2)::after {
        content: '';
        position: absolute;
        height: 4px;
        width: 350px;
        background: #f9a116;
        top: 35%;
        z-index: 8; }
      #contact-us-top .top-triplerounds .tripleround:nth-of-type(2)::before {
        left: 11%; }
      #contact-us-top .top-triplerounds .tripleround:nth-of-type(2)::after {
        right: 11%; }

#contact-us-form .container {
  overflow: hidden; }
  #contact-us-form .container form {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;


    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    
    
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 60%;
    float: left; }
    #contact-us-form .container form .contactUs-input {
      width: 49%;
      margin-bottom: 1rem; }
      #contact-us-form .container form .contactUs-input.double {

        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;


        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        
        
        
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-align-content: center;
        -moz-align-content: center;
        align-content: center;
        -ms-flex-line-pack: center;

        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #contact-us-form .container form .contactUs-input.double input {
          width: 48%; }
    #contact-us-form .container form .contactUs-textarea {
      width: 100%; }
    #contact-us-form .container form .oBtn {
      float: none;
      margin: 1rem auto 0; }
  #contact-us-form .container figure {
    width: 40%;
    float: left; }
    #contact-us-form .container figure img {
      max-width: 100%; }

.contactUs-bot-info {
  background: #eaefeb; }

#prices-info {
  background: #eaefeb;
  padding-top: 2rem; }
  #prices-info .container {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;


    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    
    
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center; }
    #prices-info .container figure {
      height: 100%;

      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;


      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      
      
      
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-align-content: center;
      -moz-align-content: center;
      align-content: center;
      -ms-flex-line-pack: center;


      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;


      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: end; }
    #prices-info .container figure {
      width: 48%;
      text-align: left; }
      #prices-info .container figure img {
        width: 100%; }
    #prices-info .container .info {

      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;


      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: end;
      width: 48%; }
      #prices-info .container .info .info-block {
        font-size: 12px; }
        #prices-info .container .info .info-block:nth-of-type(1) {
          padding-right: 2rem; }
        #prices-info .container .info .info-block .block-item {
          margin-bottom: 2rem; }
          #prices-info .container .info .info-block .block-item .item-heading {
            margin: .7rem 0;
            color: #1c3073;
            font-weight: bold; }

#faqs .container {

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;


  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  
  
  
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center; }
  #faqs .container .faqs-left {
    width: 65%; }
  #faqs .container .faqs-right {
    width: 30%;
    text-align: center; }
    #faqs .container .faqs-right .faq-banner {
      display: block;
      margin-bottom: 2rem; }
      #faqs .container .faqs-right .faq-banner:last-of-type {
        margin-bottom: 0; }

#testimonials-page .container {
  display: block; }
  #testimonials-page .container::after {
    clear: both;
    content: "";
    display: table; }
  #testimonials-page .container .testim-list {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    #testimonials-page .container .testim-list:last-child {
      margin-right: 0; }
    #testimonials-page .container .testim-list .list-item {
      text-align: center;
      margin: 0 5rem 3rem; }
      #testimonials-page .container .testim-list .list-item .item-text {
        margin: 1rem 0;
        font-style: italic;
        color: #4c4c4c; }
      #testimonials-page .container .testim-list .list-item .item-starcount {
        margin: 1rem 0 1.5rem; }
      #testimonials-page .container .testim-list .list-item .item-name {
        text-transform: uppercase;
        color: #9a9a9a;
        font-size: .9rem; }
      #testimonials-page .container .testim-list .list-item:nth-child(n+4) {
        display: none; }
    #testimonials-page .container .testim-list .load-testim {
      margin: 0 auto; }
  #testimonials-page .container .testim-sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    text-align: center; }
    #testimonials-page .container .testim-sidebar:last-child {
      margin-right: 0; }
    #testimonials-page .container .testim-sidebar img {
      width: 100%; }
    #testimonials-page .container .testim-sidebar .sidebar-map {
      text-transform: uppercase; }
      #testimonials-page .container .testim-sidebar .sidebar-map h3 {
        margin: 2rem 0; }

#blog-list .container {

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;


  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  
  
  
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;

  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #blog-list .container .list-item {
    width: 30%;
    margin-bottom: 2rem;
    background: #eaefeb; }
    #blog-list .container .list-item .item-content {
      padding: 1rem; }
    #blog-list .container .list-item .item-image {
      width: 100%;
      height: 140px;
      background-size: cover !important;
      background-repeat: no-repeat !important; }
    #blog-list .container .list-item .item-title .title-link {
      -webkit-transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      color: #1c3073;
      font-size: 20px;
      line-height: 1rem; }
      #blog-list .container .list-item .item-title .title-link:hover {
        color: #f9a116; }
    #blog-list .container .list-item .item-date {
      color: #9a9a9a;
      margin: .7rem 0; }
    #blog-list .container .list-item .item-exc {
      font-family: "Open Sans";
      font-size: 14px !important; }
    #blog-list .container .list-item .item-more {
      -webkit-transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      margin-top: 1rem;
      display: block;
      font-size: 14px;
      text-decoration: underline; }
      #blog-list .container .list-item .item-more:hover {
        color: #1c3073; }
    #blog-list .container .list-item.banner {

      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;


      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      
      
      
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-align-content: center;
      -moz-align-content: center;
      align-content: center;
      -ms-flex-line-pack: center;


      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      text-align: center; }
      #blog-list .container .list-item.banner .item-content {
        padding: 0; }
        #blog-list .container .list-item.banner .item-content .item-more img {
          vertical-align: bottom; }
  #blog-list .container > .more-posts {
    margin: 0 auto; }
  #blog-list .container.actual-list .list-item:nth-child(n+4) {
    display: none; }

#blog-list .blog-list-banner {
  text-align: center;
  padding: 1rem 0;
  background: url("../../assets/img/bloglist_banner_bg.png") no-repeat center center, #eaefeb; }
  #blog-list .blog-list-banner .oBtn {
    margin: 1rem auto; }

.widget-blog-item {
  width: 30%;
  margin-bottom: 2rem;
  background: #eaefeb; }
  .widget-blog-item .item-content {
    padding: 1rem; }
  .widget-blog-item .item-image {
    width: 100%;
    height: 140px;
    background-size: cover !important;
    background-repeat: no-repeat !important; }
  .widget-blog-item .item-title .title-link {
    -webkit-transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    color: #1c3073;
    font-size: 20px;
    line-height: 1rem; }
    .widget-blog-item .item-title .title-link:hover {
      color: #f9a116; }
  .widget-blog-item .item-date {
    color: #9a9a9a;
    margin: .7rem 0; }
  .widget-blog-item .item-exc {
    font-family: "Open Sans";
    font-size: 14px !important; }
  .widget-blog-item .item-more {
    -webkit-transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    margin-top: 1rem;
    display: block;
    font-size: 14px;
    text-decoration: underline; }
    .widget-blog-item .item-more:hover {
      color: #1c3073; }
  .widget-blog-item.banner {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;


    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    
    
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    text-align: center; }
    .widget-blog-item.banner .item-content {
      padding: 0; }
      .widget-blog-item.banner .item-content .item-more img {
        vertical-align: bottom; }

.testimonialsHome {
  background-size: cover !important; }

.service-top-sect .container {
  background: url("../../assets/img/rMap1.png") no-repeat center; }

.service-sect-two {
  background: url("../../assets/img/rMap2.png") no-repeat center, url("../../assets/img/antiqueSect2_bg.png") no-repeat center, #fbd878; }
  .service-sect-two.blu {
    background: url("../../assets/img/bluMap.png") no-repeat center, #6977a8; }
    .service-sect-two.blu .container .figSect div p,
    .service-sect-two.blu .container .figSect section p {
      color: #fff;
      padding: 0 1rem; }
    .service-sect-two.blu .container .widget-phone .phone {
      color: #fff; }

.service-sect-three {
  background: url("../../assets/img/rMap3.png") no-repeat center, url("../../assets/img/antiqueSect3_bg.jpg") no-repeat -20% center, #eaefeb; }
  .service-sect-three .container {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;


    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
  .service-sect-three.boxes {
    background: url("../../assets/img/rMap3.png") no-repeat center, url("../../assets/img/boxes_sect3_bg.jpg") no-repeat -20% center, #eaefeb; }
  .service-sect-three.furnitureCol {
    background: url("../../assets/img/rMap3.png") no-repeat center, url("../../assets/img/furnitureCol_sect3_bg.jpg") no-repeat -20% center, #eaefeb; }
  .service-sect-three.furnitureAs {
    background: url("../../assets/img/rMap3.png") no-repeat center, url("../../assets/img/furnitureAs_sect3_bg.jpg") no-repeat -20% center, #eaefeb; }
  .service-sect-three.homerem {
    background: url("../../assets/img/rMap3.png") no-repeat center, url("../../assets/img/homerem_sect3_bg.jpg") no-repeat -20% center, #eaefeb; }
  .service-sect-three.moveon {
    background: url("../../assets/img/rMap3.png") no-repeat center, url("../../assets/img/moveon_sect3_bg.jpg") no-repeat -20% center, #eaefeb; }
  .service-sect-three.storage {
    background: url("../../assets/img/rMap3.png") no-repeat center, url("../../assets/img/storage_sect3_bg.jpg") no-repeat -20% center, #eaefeb; }
  .service-sect-three.office {
    background: url("../../assets/img/rMap3.png") no-repeat center, url("../../assets/img/office_sect3_bg.jpg") no-repeat -20% center, #eaefeb; }

.half-content {
  width: 50%; }
  .half-content section .heading {
    margin-bottom: 2rem; }

.service-cont-four {
  background: url("../../assets/img/rMap4.png") no-repeat center; }
  .service-cont-four .container .four-heading {
    text-align: center;
    margin-bottom: 4rem; }

.service-bottom-info {
  background: url("../../assets/img/rMap5.png") no-repeat center, url("../../assets/img/servBotBg.png") repeat, #eaefeb; }
  .service-bottom-info .container {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;


    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    
    
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center; }
    .service-bottom-info .container .info-left {

      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;

      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      width: 70%; }
      .service-bottom-info .container .info-left section h2 {
        margin-bottom: 2rem; }
      .service-bottom-info .container .info-left section p {
        margin-bottom: 1rem; }
      .service-bottom-info .container .info-left .bottom-info-slider {

        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex; }
        .service-bottom-info .container .info-left .bottom-info-slider button {
          border: none;
          outline: none; }
          .service-bottom-info .container .info-left .bottom-info-slider button:nth-of-type(1) {
            background: url("../../assets/img/slideLeft_slick.png") no-repeat center center; }
          .service-bottom-info .container .info-left .bottom-info-slider button:nth-of-type(2) {
            background: url("../../assets/img/slideRight_slick.png") no-repeat center center; }
        .service-bottom-info .container .info-left .bottom-info-slider .slide {
          background: #fff;
          padding: 1rem;

          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex; }
          .service-bottom-info .container .info-left .bottom-info-slider .slide .slide-info {
            padding: 1rem;
            font-family: "Gotham Rounded"; }
            .service-bottom-info .container .info-left .bottom-info-slider .slide .slide-info .info-text {
              color: #f9a116;
              font-size: 24px;
              width: 240px; }
            .service-bottom-info .container .info-left .bottom-info-slider .slide .slide-info .info-percent {
              color: #1c3073;
              font-weight: bold;
              font-size: 50px; }
          .service-bottom-info .container .info-left .bottom-info-slider .slide:hover {
            cursor: grab; }
    .service-bottom-info .container .info-right {
      text-transform: uppercase;
      text-align: center; }
      .service-bottom-info .container .info-right .right-item {
        margin: 1.5rem 0; }
        .service-bottom-info .container .info-right .right-item .item-text {
          color: #1c3073;
          font-weight: bold; }

.slick-custom {
  max-width: 500px;
  position: relative; }
  .slick-custom .arrows {
    position: absolute;
    top: 25%; }
    .slick-custom .arrows.slick-left {
      left: -3.2rem; }
    .slick-custom .arrows.slick-right {
      right: -3.2rem; }
    .slick-custom .arrows:hover {
      cursor: pointer; }

.area-top-sect {
  background: url("../../assets/img/area_sect1bg.jpg") no-repeat center/cover;
  padding-bottom: 20rem; }
  .area-top-sect .area-main-info {
    font-size: 14px;
    line-height: 1.5em; }
    .area-top-sect .area-main-info .info-blocks {

      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;


      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      
      
      
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-align-content: center;
      -moz-align-content: center;
      align-content: center;
      -ms-flex-line-pack: center;

      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start;
      -webkit-align-content: flex-start;
      -moz-align-content: flex-start;
      align-content: flex-start;
      -ms-flex-line-pack: start;
      margin-bottom: 1rem; }
      .area-top-sect .area-main-info .info-blocks .block {
        width: 49%; }

.area-sect-two .container {
  background: url("../../assets/img/area_sect2bg.png") no-repeat right bottom; }
  .area-sect-two .container .area-feature-list {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;


    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    
    
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2rem 0;
    width: 100% !important; }
    .area-sect-two .container .area-feature-list .list-item {
      width: 48%;
      margin-bottom: 2rem; }
      .area-sect-two .container .area-feature-list .list-item img {
        margin-bottom: 1rem; }

.area-sect-three {
  background: url("../../assets/img/area_sect3bg.jpg") no-repeat center/cover; }
  .area-sect-three .container {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;


    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }
    .area-sect-three .container .half-content {
      width: 55%; }
  .area-sect-three .area-feature-list {
    line-height: 1.5em;
    margin: 2rem 0; }
    .area-sect-three .area-feature-list .list-item {

      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;


      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      
      
      
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-align-content: center;
      -moz-align-content: center;
      align-content: center;
      -ms-flex-line-pack: center;
      -webkit-align-content: flex-start;
      -moz-align-content: flex-start;
      align-content: flex-start;
      -ms-flex-line-pack: start;

      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start;
      margin-bottom: 2rem; }
      .area-sect-three .area-feature-list .list-item img {
        margin-right: 1rem; }

.area-come-visit .visit-content {

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;


  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  
  
  
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
  margin: 2rem 0; }
  .area-come-visit .visit-content img {
    width: 30%;
    margin-right: 1rem; }
  .area-come-visit .visit-content .content-text {
    width: 70%; }
    .area-come-visit .visit-content .content-text p {
      margin-bottom: 1rem; }

.sub-area-content {
  background: url("../../assets/img/areaSubBg.jpg") no-repeat center/cover; }
  .sub-area-content .container {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;


    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    
    
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center; }
    .sub-area-content .container .content-main {
      width: 70%; }
      .sub-area-content .container .content-main section {
        margin: 2rem 0; }
        .sub-area-content .container .content-main section .heading {
          margin-bottom: 1rem; }
    .sub-area-content .container .content-aside {
      width: 25%; }
      .sub-area-content .container .content-aside .aside-list {
        margin-top: 2rem; }
        .sub-area-content .container .content-aside .aside-list .list-item {

          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;


          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          -o-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: justify;
          
          
          
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -ms-flex-align: center;
          -webkit-align-content: center;
          -moz-align-content: center;
          align-content: center;
          -ms-flex-line-pack: center;
          margin-bottom: 2rem; }
          .sub-area-content .container .content-aside .aside-list .list-item img {
            margin-right: 1rem; }

.blog-post .container .post-top {

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;


  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  
  
  
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center; }
  .blog-post .container .post-top .top-content {
    width: 60%; }
    .blog-post .container .post-top .top-content p {
      margin: 2rem 0; }
  .blog-post .container .post-top .top-aside {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    
    

    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    width: 28%;
    height: 100%; }
    .blog-post .container .post-top .top-aside .widget-blog-item {
      width: 290px; }

.blog-post .container .more-blog-posts {

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;


  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  
  
  
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center; }

.checklist-heading {
  text-align: center;
  margin: 2rem 0; }
  .checklist-heading .heading-paragraph {
    color: #1c3073;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase; }
  .checklist-heading .heading {
    color: #f9a116;
    font-size: 55px;
    text-transform: uppercase;
    line-height: 52px;
    font-weight: bold; }

.check-pair {

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;


  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  
  
  
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;

  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start; }
  .check-pair .pair-block {
    padding: 4rem 0;
    width: 50%; }
    .check-pair .pair-block .block-top .top-num .num {
      -webkit-align-content: flex-start;
      -moz-align-content: flex-start;
      align-content: flex-start;
      -ms-flex-line-pack: start;

      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start;
      color: #fbd878;
      font-size: 135px;
      font-weight: bold;
      font-family: "Open Sans"; }
    .check-pair .pair-block .block-top.with-content .top-num {

      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      
      
 
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start; }
      .check-pair .pair-block .block-top.with-content .top-num .num-cont {

        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        
        

        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;

        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        padding: 2rem 0 0 0; }
        .check-pair .pair-block .block-top.with-content .top-num .num-cont .cont-text {
          font-size: 18px; }
        .check-pair .pair-block .block-top.with-content .top-num .num-cont .list-item {

          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;

  
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          -o-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: justify;
          
          
          
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center;
          -ms-flex-align: center;
          -webkit-align-content: center;
          -moz-align-content: center;
          align-content: center;
          -ms-flex-line-pack: center; }
          .check-pair .pair-block .block-top.with-content .top-num .num-cont .list-item img {
            margin-right: 1rem; }
        .check-pair .pair-block .block-top.with-content .top-num .num-cont .oBtn {
          width: auto;
          margin-top: 1rem; }
    .check-pair .pair-block .block-bot .bot-list .list-item {

      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      
      

      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      
      
      
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      margin-bottom: 1.5rem; }
      .check-pair .pair-block .block-bot .bot-list .list-item .item-text {
        font-size: 18px; }
      .check-pair .pair-block .block-bot .bot-list .list-item img {
        margin-right: 1rem; }
      .check-pair .pair-block .block-bot .bot-list .list-item:last-of-type {
        margin-bottom: 0; }
    .check-pair .pair-block.inverse {

      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
  

      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      
      
      
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-align-content: center;
      -moz-align-content: center;
      align-content: center;
      -ms-flex-line-pack: center;
      padding: 0 0 5rem; }
      .check-pair .pair-block.inverse .block-top .top-num {
        margin-right: 1rem; }
        .check-pair .pair-block.inverse .block-top .top-num .num {

          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
  
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          -ms-align-items: flex-start;
          -o-align-items: flex-start;
          align-items: flex-start;
          -ms-flex-align: start;
          
          

          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          -o-justify-content: flex-start;
          justify-content: flex-start;
          -ms-flex-pack: start; }
      .check-pair .pair-block.inverse .block-bot {
        -webkit-align-self: flex-start;
        -moz-align-self: flex-start;
        align-self: flex-start;
        -ms-flex-item-align: start;
        padding-top: 2rem;
        padding-right: 5rem; }
    .check-pair .pair-block.one {
      background: url("../../assets/img/checklist1.png") no-repeat 35% 70%; }
    .check-pair .pair-block.four {
      background: url("../../assets/img/checklist2.png") no-repeat 35% 70%; }
    .check-pair .pair-block.five {
      background: url("../../assets/img/checklist3.png") no-repeat 35% 70%; }
    .check-pair .pair-block.six {
      background: url("../../assets/img/checklist6.png") no-repeat 5% 5%; }
    .check-pair .pair-block.eleven {
      background: url("../../assets/img/checklist7.png") no-repeat 35% 20%; }
    .check-pair .pair-block.twelve {
      background: url("../../assets/img/checklist9.png") no-repeat 35% 20%; }
    .check-pair .pair-block.thirteen {
      background: url("../../assets/img/checklist10.png") no-repeat 55% 20%; }
    .check-pair .pair-block.fourteen {
      background: url("../../assets/img/checklist11.png") no-repeat 55% 20%; }
    .check-pair .pair-block.sixteen {
      background: url("../../assets/img/checklist12.png") no-repeat 55% 20%; }
    .check-pair .pair-block.seventeen {
      background: url("../../assets/img/checklist13.png") no-repeat 55% 20%; }
  .check-pair.rotate {

  

    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end; }

.checklist-sect-two {
  background: url("../../assets/img/checklist5.png") no-repeat 75% bottom, #eaefeb; }

.checklist-sect-four {
  background: url("../../assets/img/checklist8.png") no-repeat 20% bottom, #eaefeb; }

.checklist-sect-six {
  background: url("../../assets/img/checklist14.png") no-repeat 75% bottom, #eaefeb; }

.checklist-sect-two,
.checklist-sect-four,
.checklist-sect-six {
  background-size: 35%; }

.checklist-sect-seven {
  text-align: center; }
  .checklist-sect-seven .container .quote-text {
    line-height: 1.5em;
    max-width: 600px;
    margin: 0 auto; }
  .checklist-sect-seven .container .oBtn {
    margin: 1rem auto 0; }

footer {
  color: #fff;
  background: #1c3073;
  padding-bottom: 3rem; }
  footer .container {
    overflow: hidden;
    color: #fff; }
    footer .container a {
      color: #fff; }
    footer .container p {
      color: #fff;
      font-size: 13px; }
  footer .columns {
    display: inline-block;
    float: left;
    width: 33%; }
    footer .columns .bookNow {
      float: left;
      margin-top: 30px; }
    footer .columns h3 {
      font-weight: bold;
      color: #fff; }
    footer .columns.about {
      padding: 0 2rem;
      border-left: 1px solid #405189;
      border-right: 1px solid #405189; }
      footer .columns.about ul li {
        margin: 1rem 0; }
        footer .columns.about ul li a {
          -webkit-transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
          footer .columns.about ul li a:hover {
            color: #f9a116; }
    footer .columns.blog {
      padding: 0 2rem; }
      footer .columns.blog .blog-title {
        margin-bottom: 1rem; }
      footer .columns.blog .blog-post {
        margin-bottom: 1rem; }
        footer .columns.blog .blog-post a {
          font-size: 24px;
          font-weight: bold;
          -webkit-transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
          footer .columns.blog .blog-post a:hover {
            color: #f9a116; }
      footer .columns.blog .post-exc {
        margin-bottom: 1rem; }
      footer .columns.blog .post-link {
        -webkit-transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
        footer .columns.blog .post-link:hover {
          color: #f9a116; }
  footer .container a {
    font-size: 13px;
    font-weight: normal; }
  footer .callNow {
    font-size: 30px !important;
    font-weight: bold !important;
    display: block;
    float: left;
    clear: both;
    width: 100%;
    color: #fff !important; }
    footer .callNow span {
      font-size: 13px;
      display: block;
      color: #fff;
      -webkit-transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19);
      transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    footer .callNow:hover span {
      color: #f9a116; }
  footer .copyright {
    font-size: 13px;
    display: block;
    float: left;
    width: 100%;
    margin-top: 40px;
    color: #fff;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    
    

    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start; }
    footer .copyright .copy-text {
      opacity: .6;
      color: #fff;
      margin-right: 2rem; }
    footer .copyright .socialIcons {
      float: right; }
      footer .copyright .socialIcons li {
        display: inline-block;
        margin: 0 1.5rem;
        position: relative; }

.smallerMoves .container {
  display: flex;
  justify-content: space-between;

  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .smallerMoves .container .content {
    width: 70%;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;


    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    
    
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .smallerMoves .container .content > p {
      margin: 2rem 0; }
    .smallerMoves .container .content .left,
    .smallerMoves .container .content .right {
      width: 48%; }
    .smallerMoves .container .content .mapContainer {
      width: 30%; }

@media only screen and (max-width: 1200px) {
  .container.homeContainer {
    padding: 0 !important;
    width: auto !important; }
  .greatReasons {
    position: relative; }
    .greatReasons .owl-controls.clickable {
      width: 100%;
      margin-left: 0; }
  .lowPrices {
    background: #E3E3E1;
    text-align: center;
    min-height: 500px; }
    .lowPrices .right {
      display: none; }
    .lowPrices .left {
      float: none;
      width: 100%;
 
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;

      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      
      
      
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-align-content: center;
      -moz-align-content: center;
      align-content: center;
      -ms-flex-line-pack: center; }
    .lowPrices .bookNow {
      float: none; } }

@media only screen and (max-width: 1080px) {
  .ourProccess .content {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem; }
    .ourProccess .content .left,
    .ourProccess .content .right,
    .ourProccess .content:nth-of-type(2) .left {
      float: none;
      margin: 0; }
  .ourProccess .contentMiddle {
    display: none; }
  .betterRemovals .left {
    display: none; }
  .betterRemovals .right {
    float: none;
    width: 100%;
 
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    text-align: center; }
    .betterRemovals .right ul li {

      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;

      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; }
  .betterRemovals .bookNow {
    float: none;
    display: block;
    width: 220px;
    margin: 2rem auto 0; }
  .sliderContainer #downClick {
    margin: 30px auto;
    z-index: 30 !important; } }

@media only screen and (max-width: 980px) {
  .contactUsToday .container {
 
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
 

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    
    
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center; }
    .contactUsToday .container .left {
      text-align: center; }
  .contactUsToday .bookNow {
    display: block;
    float: none;
    width: 220px;
    margin: 2rem auto 0; }
  .contactUsToday .container .left,
  .contactUsToday .container .right {
    float: none;
    width: 90%;
    margin: 0 auto; } }

@media only screen and (max-width: 880px) {
  .smallerMoves .container .content {
    width: 100% !important; }
  .smallerMoves .container .mapContainer {
    width: 100% !important;
    text-align: center; }
  .ourProccess .content {

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    text-align: center; }
    .ourProccess .content .left,
    .ourProccess .content .right {
      width: 100% !important; }
  .ourProccess .bookNow {
    float: none;
    width: 220px;
    display: block;
    margin: 2rem auto 0; }
  .smallerMoves {
    background: #F1F3F0; }
    .smallerMoves .smallerMovesMan {
      display: none; }
  .greatReasons {
    display: none; }
    .greatReasons .owl-controls.clickable {
      z-index: 20; }
  .smallerMoves .container .content .left,
  .smallerMoves .container .content .right {
    width: 48%;
    text-align: center; }
  .smallerMoves .container .content .left img,
  .smallerMoves .container .content .right img {
    margin: 0 auto; }
  .lowPrices ul {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;


    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; }
    .lowPrices ul li {
      margin: 0 1rem;
      width: 33%; } }

@media only screen and (max-width: 780px) {
  #sync1 .owl-item .title {
    margin: 0 auto;
    float: none;
    text-align: center; }
  .smallerMoves .container {
  
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    .smallerMoves .container .content,
    .smallerMoves .container .mapContainer {
      width: 100%;
      float: none; }
    .smallerMoves .container .left,
    .smallerMoves .container .right {
 
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
 
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      text-align: center; }
    .smallerMoves .container .left img,
    .smallerMoves .container .right img {
      width: 38px;
      height: 38px;
      margin-bottom: 1rem; }
  .contactUsToday .right ul {
 
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    
    
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center; }
    .contactUsToday .right ul li {
      width: 70%;
      margin: 0 auto 2rem;
      text-align: center;
      float: none;
      padding: 0; }
  .contactUsToday p {
    text-align: center; } }

@media only screen and (max-width: 580px) {
  .testimonialsHome .owl-item .item {
    width: 90%; } }

.material-menu {
  display: none; }

@media screen and (max-width: 1024px) {
  .material-menu {
    display: block; }
  /** Button styling */
  .material-menu-button {
    -webkit-transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 0.12s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    display: block;
    width: 50px;
    height: 45px;
    padding: 10px 10px 0px 10px;
    background-color: #f9a116;
    position: fixed;
    right: 2rem;
    top: 2rem;
    z-index: 9000;
    border-radius: 3px; }
    .material-menu-button:hover {
      cursor: pointer;
      background: #1c3073; }
  .material-menu-button span {
    display: block;
    width: 100%;
    height: 5px;
    margin-bottom: 4px;
    background-color: #fff; }
  .material-menu-wrapper {
    padding: 20px; }
    .material-menu-wrapper ul li {
      margin-bottom: 1.5rem;
      padding-bottom: .7rem;
      border-bottom: 1px solid #eaefeb; }
      .material-menu-wrapper ul li:last-of-type {
        margin-bottom: 0; }
      .material-menu-wrapper ul li a {
        font-family: "Gotham Rounded";
        text-transform: uppercase; }
  .material-menu-view-mobile {
    background-color: #fff;
    box-shadow: 40px 0px 30px 0px rgba(0, 0, 0, 0.2); }
  /** Titlebar */
  .material-menu-titlebar {
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2); } }

@media screen and (max-width: 1760px) {
  #getQuote {
    background: url("../../assets/img/getQuoteBg.png") no-repeat 20% 20%; }
  .checklist-sect-two,
  .checklist-sect-four,
  .checklist-sect-six {
    background-size: 45%; }
  .service-bottom-info {
    background: url("../../assets/img/rMap5.png") no-repeat center, url("../../assets/img/servBotBg.png") repeat, #eaefeb; } }

@media screen and (max-width: 1460px) {
  #getQuote {
    background: url("../../assets/img/getQuoteBg.png") no-repeat 15% 20%; } }

@media screen and (min-width: 1354px) {
  .service-sect-two {
    background: url("../../assets/img/rMap2.png") no-repeat center, url("../../assets/img/antiqueSect2_bg.png") no-repeat center, #fbd878; }
  .service-cont-four {
    background: url("../../assets/img/rMap4.png") no-repeat center; }
  .service-bottom-info {
    background: url("../../assets/img/rMap5.png") no-repeat center, url("../../assets/img/servBotBg.png") repeat, #eaefeb; }
  .service-sect-three.furnitureCol {
    background: url("../../assets/img/rMap3.png") no-repeat center, url("../../assets/img/furnitureCol_sect3_bg.jpg") no-repeat -20% center, #eaefeb; } }

@media screen and (max-width: 1280px) {
  .service-sect-three {
    background-position: -100% center; } }

@media screen and (max-width: 1200px) {
  .checklist-sect-two,
  .checklist-sect-four,
  .checklist-sect-six {
    background-size: 45%; }
  /*#getQuote {
        background: url('../../assets/img/getQuoteBg.png') no-repeat 13rem 20%;
    }*/
  .container {
    padding: 1rem; }
  .sliderContainer .container {
    padding: 40px 0; }
  #aboutSect3 .container ul li:nth-of-type(2) div::before,
  #aboutSect3 .container ul li:nth-of-type(2) div::after {
    display: none; } }

@media screen and (max-width: 1130px) {
  #getQuote {
    background: none; }
  #qForm {
    width: 100%; }
  .service-sect-three {
    background-position: -450% center; }
    .service-sect-three .container .half-content {
      padding: 1.5rem;
      width: 100%; }
      .service-sect-three .container .half-content .widget-feature-list .list-item {
        margin-bottom: 1rem; } }

@media screen and (max-width: 1080px) {
  .checklist-main .container {
    padding: 2rem; }
  .service-sect-three {
    background: #eaefeb !important; }
  #aboutSect4 {
    background: #fff; }
    #aboutSect4 .info {
      position: static; }
    #aboutSect4 .container {

      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;


      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      
      
      
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-align-content: center;
      -moz-align-content: center;
      align-content: center;
      -ms-flex-line-pack: center;

      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;

      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start; }
      #aboutSect4 .container h2 {
        width: 100%;
        text-align: center;
        margin: 2rem 0; }
      #aboutSect4 .container div {
        width: 32%; }
  #aboutSect4_call {
    margin: 0; }
  #aboutSect4_badge {
    position: static; }
  #aboutSect3 .container ul {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;


    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    
    
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;

    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start; }
    #aboutSect3 .container ul li {
      width: 32%;
      background: rgba(255, 255, 255, 0.7);
      padding: 1rem;
      border-radius: 3px; }
  #aboutSect1 .container > figure {
    display: none; }
  #aboutSect1_cont {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;


    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    
    
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;

    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    width: 100%;
    float: none; }
    #aboutSect1_cont div {
      width: 32%; }
  .widget-other-services .container {
    padding: 2.5rem 1rem; } }

@media screen and (max-width: 1024px) {
  .blog-post .container .post-top {
    padding: 1rem; }
    .blog-post .container .post-top .top-content {
      width: 100%; }
    .blog-post .container .post-top .top-aside {
      display: none; }
  .blog-post .container .more-blog-posts {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;


    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    
    
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center; }
  .sub-area-content .container {

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    .sub-area-content .container .content-main,
    .sub-area-content .container .content-aside {
      width: 100%; }
    .sub-area-content .container .content-main {

      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
  

      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      
      
      
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-align-content: center;
      -moz-align-content: center;
      align-content: center;
      -ms-flex-line-pack: center;
 
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .sub-area-content .container .content-main section {
        width: 48%; }
        .sub-area-content .container .content-main section:last-of-type {
          width: 100%; }
    .sub-area-content .container .content-aside .aside-list {

      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;


      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      
      
      
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-align-content: center;
      -moz-align-content: center;
      align-content: center;
      -ms-flex-line-pack: center;

      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .sub-area-content .container .content-aside .aside-list .list-item {
        width: 32%; }
  .area-sect-two .container {
    background: #fff; }
    .area-sect-two .container .figSect section {
      width: 100%; }
      .area-sect-two .container .figSect section .area-feature-list .list-item {

        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        
        

        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        width: 32%; }
  #faqs .container {

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    #faqs .container .faqs-left {
      width: 100%; }
    #faqs .container .faqs-right {
      width: 100%; }
  #prices-info .container {
    padding: 0 2rem; }
    #prices-info .container figure {
      display: none; }
    #prices-info .container .info {
      padding: 0;
      width: 100%; }
  .container {
    overflow-x: auto; }
  .widget-price-table {
    min-width: 745px;
    overflow: auto; }
  header {
    padding: 0 1rem; }
    header .container {

      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      
      

      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start; }
      header .container nav {
        display: none; }
      header .container .phoneQuote {
        margin: 1.5rem 0 0 2rem; }
    header.sticky {
      padding-bottom: .5rem; }
  .sliderContainer-overlay {
    display: block; }
  .sliderContainer {
    min-height: 470px !important;
    box-shadow: inset 0 0 1000000px #000; }
    .sliderContainer .container {
      text-align: center; }
      .sliderContainer .container .sliderTitle,
      .sliderContainer .container .oBtn {
        float: none !important;
        text-align: center !important; }
      .sliderContainer .container .oBtn {
        margin: 0 auto;
        position: static !important; }
      .sliderContainer .container .sliderTitle {
        margin: 10rem auto 2rem !important;
        color: #fff;
        width: 90% !important; }
      .sliderContainer .container .container-info {
        width: 90% !important;
        margin: 0 auto; }
        .sliderContainer .container .container-info p {
          color: #fff; }
      .sliderContainer .container h2,
      .sliderContainer .container h3,
      .sliderContainer .container h4 {
        color: #f9a116; } }

@media screen and (max-width: 980px) {
  .check-pair .pair-block.inverse {

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
  #contact-us-top {
    text-align: center; }
    #contact-us-top .top-triplerounds {

      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; }
      #contact-us-top .top-triplerounds .tripleround {
        width: 100%;
        margin-bottom: 4rem; }
        #contact-us-top .top-triplerounds .tripleround .tripleround-img {
          margin-bottom: 1rem;
          z-index: 10; }
        #contact-us-top .top-triplerounds .tripleround a {
          color: #1c3073;
          font-size: 1rem; }
          #contact-us-top .top-triplerounds .tripleround a.phone-link {
            font-size: 2rem !important; }
        #contact-us-top .top-triplerounds .tripleround:nth-of-type(2)::before, #contact-us-top .top-triplerounds .tripleround:nth-of-type(2)::after {
          display: none; }
  #contact-us-form .container form {
    width: 100%; }
  #contact-us-form .container figure {
    display: none; } }

@media screen and (max-width: 850px) {
  .checklist {
    background-image: none; }
  .checklist-sect-seven {
    padding: 2rem 0; }
  .check-pair {

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    .check-pair .pair-block {
      padding: 3rem 0;
      width: 100%;
      margin-bottom: 1rem;
      background-size: 50% !important;
      background-position: right top !important; }
      .check-pair .pair-block.inverse {
 
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row; }
        .check-pair .pair-block.inverse .block-bot {
          padding: 0; }
  .blog-post .container .more-blog-posts {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  

    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    
    
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
 
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .widget-other-services .container {
    background-position: left -3%; }
    .widget-other-services .container .services-list {

      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .widget-other-services .container .services-list .list-item {
        width: 25%;
        margin-bottom: 1rem; }
  #blog-list .container .list-item {
    width: 48%; }
  .widget-nine-checker {
    padding: 0 !important; }
  .figSect section,
  .figSect figure,
  .figSect div {
    width: 100%;
    margin: 1rem 0; }
  .widget-ico-info .ico {
    width: 25%; }
  .widget-ico-info .info {
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    flex-grow: 2;
    -ms-flex-positive: 2; } }

@media screen and (max-width: 780px) {
  #aboutSect4 .container div {
    width: 45%;
    margin-bottom: 2rem; }
  .slick-custom {
    display: none; }
  .service-bottom-info {
    padding: 1rem; }
    .service-bottom-info .container {

      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; }
      .service-bottom-info .container .info-left,
      .service-bottom-info .container .info-right {
        width: 100%; }
      .service-bottom-info .container .info-left section .heading {
        text-align: center; }
      .service-bottom-info .container .info-right .right-items-list {

        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
 

        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        
        
        
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-align-content: center;
        -moz-align-content: center;
        align-content: center;
        -ms-flex-line-pack: center;

        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media screen and (max-width: 720px) {
  .blog-post .container .more-blog-posts {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;


    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    
    
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .blog-post .container .more-blog-posts .widget-blog-item {
      width: 100%; }
  .area-sect-three {
    background: #eaefeb; }
    .area-sect-three .container .half-content {
      width: 100%; }
      .area-sect-three .container .half-content h2 {
        text-align: center; }
      .area-sect-three .container .half-content .oBtn {
        margin: 0 auto; }
  .widget-billboard {
    background: #eaefeb !important;
    padding: 2rem 0; }
    .widget-billboard .container .billboard-content {
      width: 90%;
      margin: 0 auto; }
  #contact-us-form .container form .contactUs-input {
    width: 100%; }
  #prices-info .container .info {

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; } }

@media screen and (max-width: 680px) {
  .check-pair .pair-block {
    background-size: 70% !important; }
    .check-pair .pair-block.inverse .block-bot {
      -webkit-align-self: center;
      -moz-align-self: center;
      align-self: center;
      -ms-flex-item-align: center; }
  .sub-area-content .container .content-aside .aside-list .list-item {
    width: 48%; }
  .area-sect-two .container {
    background: #fff; }
    .area-sect-two .container .figSect section {
      width: 100%; }
      .area-sect-two .container .figSect section .area-feature-list .list-item {
        width: 45%; }
  #aboutSect3 .container ul {

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    #aboutSect3 .container ul li {
      width: 100%;
      margin-bottom: 2rem; }
      #aboutSect3 .container ul li:last-of-type {
        margin-bottom: 0; }
  #aboutSect1_cont {

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    #aboutSect1_cont div {
      text-align: center;
      width: 100%;
      margin-bottom: 2rem; }
      #aboutSect1_cont div:last-of-type {
        margin-bottom: 0; }
  #testimonials-page .container .testim-list {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    #testimonials-page .container .testim-list:last-child {
      margin-right: 0; }
  #testimonials-page .container .testim-sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-top: 3rem; }
    #testimonials-page .container .testim-sidebar:last-child {
      margin-right: 0; }
    #testimonials-page .container .testim-sidebar img {
      width: auto; }
  footer .container .columns {
    width: 50%;
    border: none; }
    footer .container .columns:nth-of-type(3) {
      margin-top: 2rem;
      width: 100%; }
  .widget-full-width-banner .banner-content > img {
    display: none; }
  .widget-full-width-banner .banner-content .widget-twenty-four-phone {
    margin: 2rem 0; } }

@media screen and (max-width: 660px) {
  #aboutSect4 .container {

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    #aboutSect4 .container div {
      text-align: center;
      width: 90%;
      margin: 0 auto 2rem; }
  .phoneQuote .getQuote {
    display: none; }
  #blog-list .container .list-item {
    width: 100%; } }

@media screen and (max-width: 580px) {
  .sub-area-content .container {

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    .sub-area-content .container .content-main,
    .sub-area-content .container .content-aside {
      width: 100%; }
    .sub-area-content .container .content-main {
  
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;


      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      
      
      
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      -webkit-align-content: center;
      -moz-align-content: center;
      align-content: center;
      -ms-flex-line-pack: center;

      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .sub-area-content .container .content-main section {
        width: 100%; }
  .area-come-visit .container h2 {
    text-align: center; }
  .area-come-visit .visit-content {

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    .area-come-visit .visit-content img,
    .area-come-visit .visit-content .content-text {
      width: auto;
      margin: 1rem 0; }
  .service-bottom-info .container .info-right .right-items-list {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;


    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    
    
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .service-bottom-info .container .info-right .right-items-list .right-item {
      width: 100%;
      text-align: center; } }

@media screen and (max-width: 480px) {
  .sub-area-content .container .content-aside .aside-list .list-item {
    width: 100%; }
  .area-top-sect {
    background: #eaefeb;
    padding-bottom: 0; }
    .area-top-sect .area-main-info {
      text-align: center; }
      .area-top-sect .area-main-info .info-blocks {

        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column; }
        .area-top-sect .area-main-info .info-blocks .block {
          width: 100%; }
  .widget-services-haves .haves-list.three {

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    .widget-services-haves .haves-list.three .list-item {
      width: 100%;
      margin-bottom: 1rem; }
  .widget-quote-input {

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    .widget-quote-input .input {
      margin-bottom: 1rem; }
    .widget-quote-input .oBtn {
      width: 90%; }
  #testimonials-page .testim-list .list-item {
    margin: 0 0 3rem !important; }
  #qFormTop {
 
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    #qFormTop .qFormTop-input {
      width: 100%; }
  #qFormBot {

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
    #qFormBot .qForm-radio-group {
      
      

      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      border: none !important;
      padding: 0 !important;
      width: 100%; }
      #qFormBot .qForm-radio-group .group-item {
        padding-left: 20%; }
        #qFormBot .qForm-radio-group .group-item .qLabel::before {
          left: 20%;
          top: .5rem; }
  footer .container .columns {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center; }
    footer .container .columns:last-of-type {
      text-align: left; }
    footer .container .columns .callNow {
      margin-bottom: 2rem; }
    footer .container .columns .bookNow {
      float: none !important;
      margin-top: 2rem; }
  .copyright {

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    text-align: center; }
    .copyright .copy-text {
      margin: 0 0 2rem !important; }
  .material-menu-button {
    top: 1.4rem;
    right: 1rem; }
  header .container .phoneQuote {
    margin: 1.2rem 0 0 .5rem; }
    header .container .phoneQuote .callNow {
      font-size: 18px;
      padding: .3rem .7rem;
      background: #1c3073;
      color: #fff;
      border-radius: 3px; }
      header .container .phoneQuote .callNow span {
        color: #fff; }
  .sliderContainer.servContainer .container .sliderTitle {
    width: 90%; }
  .service-sect-three .container .half-content .widget-feature-list .list-item {
    width: 100%; } }

@media screen and (max-width: 380px) {
  .area-sect-two .container {
    background: #fff; }
    .area-sect-two .container .figSect section {
      width: 100%; }
      .area-sect-two .container .figSect section .area-feature-list .list-item {
        text-align: center;
        width: 100%; }
  .widget-other-services .container {
    background-position: left -3%; }
    .widget-other-services .container .services-list .list-item {
      width: 50%;
      margin-bottom: 1rem; }
  header .phoneQuote {
    margin-left: .3rem !important; }
    header .phoneQuote .callNow {
      padding: .4rem !important;
      font-size: 14px !important; } }





#contact-us-form{
  width:  100%;
}
#contact-us-form #amzgf{
  width: 60%;
  float: left;
}

#contact-us-form figure{
  width: 40%;
  float: left;
}
#amzgfepostcode , #amzgfepostcodeto {
  float: right;
  width: 28%;
}
#amzgfepostcodeto {
  margin: 0 15px 0 0;
}
#amzgfephone{
  float: left;
  width: 40%;
}
#amzgfemessage{
  margin-top: 130px;
}

#amzgfeemail{
  margin: 20px 0;
}

#amzgfesend{
  margin: 0 auto;
  width: 25%;
}
#amzgfesend button{
  width: 100%;
  padding: 10px;
  background:#1c3073;
  color: #fff;
  font-weight: bold;
  border: 0;
  border-radius: 5px;
  font-size: 17px;
  margin-top: 15px;
}

@media screen and (max-width: 980px){
  #contact-us-form #amzgf{
    width:  100%;
  }
}

@media screen and (max-width: 500px){
    #amzgfephone{
    width: 100%;
    margin-top: 10px; 
  }
    #amzgfemessage{
    margin-top: 200px;
  }
  #amzgfepostcode , #amzgfepostcodeto {
    float: right;
    width: 47%;
  }
  #amzgfeemail{
    margin: 10px 0;
  }
  #amzgfesend{
  margin: 0 auto;
  width: 50%;
}
 #amzgfepostcodeto {
    margin: 0 19px 0 0;
}

}