html,
body {
    font-family: 'Lato', sans-serif
}

img {
    max-width: 100% !important
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px;
    }
}

html,
body {
    color: #737373;
    max-width: 100%;
    overflow-x: hidden
}

b {
    font-weight: 600
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #202020
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

.btn {
    padding: .8rem 2rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 40px;
    transition: .5s
}

.btn-black {
    background-color: #000;
    color: #fff
}

.btn:hover {
    background-color: #000;
    border-color: #000;
}

.btn-cta {
    background-image: linear-gradient(180deg, rgb(28 95 188) 0, rgb(21 14 112) 100%);
    border-radius: 10px 10px 10px 10px;
    border: 2px solid #fff !important;
    color: #fff !important;
    transition: all 0.3s;
}

.btn-cta:hover {
    background-image: linear-gradient(180deg, rgb(94 94 94) 0, rgb(35 35 35) 100%);
    transition: all 0.3s;

}

.btn-secondary {
    color: #fff;
    background-color: #f97e2b;
    border-color: #f97e2b;
}

.nav-phone {
    position: relative;
    z-index: 4;
    display: flex;
    padding: 25px 30px;
    float: right;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border: 1px solid #685f5f;
    text-decoration: none;
    visibility: hidden
}

.nav-phone i {
    font-size: 26px;
    color: #f97e2b;
    transform: rotate(-45deg);
    display: inline-block;
}

.nav-phone__link {
    margin-left: 10px;
    color: #fff;
    font-size: 16px;
    /* text-shadow: 1px 1px 1px #4c4c4e; */
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
}

.form-control.error {
    border-color: rgba(206, 32, 32, 0.8)
}

label.error {
    font-size: 13px;
    color: red;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block;
    font-weight: normal;
    margin-top: 3px;
    background-color: #fff;
    padding: 1px 5px;
    border-radius: 3px;
}

#contact_form_1 label.error {
    background-color: #1a1a1a;
}

.header {
    padding: 1.5rem 0;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.16)
}

p.lead {
    color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 992px) {
    .header {
        text-align: center
    }
}

.header .form-group {
    margin: 0.2rem;
    position: relative
}

.header .form-group i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem
}

.header .form-control {
    height: 3rem;
    background-color: #eff0f5;
    border: 1.5px solid transparent;
    box-shadow: none;
    border-radius: 40px;
    padding-left: 2.5rem;
    transition: 0.7s
}

.header .form-control:focus {
    border-radius: 0;
    border-color: #45479a;
    color: #45479a
}

.header .form-control:focus~i {
    color: #45479a
}

.header .btn-black {
    border-radius: 50%;
    height: 3rem;
    width: 3rem;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.5s
}

.header .btn-black:hover {
    border-radius: 0;
    border-color: #000;
    color: #000;
    background-color: #fff
}

.header .get-moving {
    background-color: #f97e2b;
    color: #fff;
    padding: 1rem 3rem;
    text-transform: uppercase;
    border-radius: 40px;
    font-size: 16px;
    transition: 0.5s;
    display: block;
    margin: .5rem 0;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .header .get-moving {
        display: block;
        padding: 8px 12px;
        margin-top: 20px;
    }
}

.header .get-moving:hover {
    background-color: #000;
    text-decoration: none;
}

.header .get-moving i {
    transform: rotate(-45deg);
    display: inline-block;
    margin: 0 0.5rem
}

h1 {
    font-weight: 800;
    font-size: 3rem
}

@media screen and (max-width: 992px) {
    h1 {
        color: #fff
    }
}

@media screen and (max-width: 576px) {
    h1 {
        font-size: 2rem
    }
}

.banner {
    background-image: url("../images/header-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    min-height: 700px;
    padding: 70px 0;
    position: relative;
    overflow: hidden
}

.banner .testimonial-body p {
    color: #000f1e;
    /* height: auto; */
    text-shadow: none;
}

.banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.banner .banner__title {
    text-shadow: 0 0 50px rgba(78, 78, 78, 0.5), 0 0 1px #000;
}

ul.intro-list {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
    text-transform: capitalize;
    text-align: left;
}

ul.intro-list li {
    position: relative;
    padding-left: 25px;
    margin: 6px 0;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

ul.list li {
    text-shadow: none;
    width: auto;
    float: none;
    color: #fff
}

ul.intro-list li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    color: #f97e2b;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
}

/* Overlay */
.overlay:before,
.overlay:after {
    content: '';
    position: relative;
}

.overlay,
.overlay:before,
.overlay:after {
    width: 53.8%;
    height: 100%;
    -webkit-clip-path: polygon(16% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(16% 0%, 100% 0%, 100% 100%, 0% 100%);
    position: absolute;
    top: 0;
    right: 0;

}

.overlay:before {
    width: 95%;
    /* background-color: rgba(0, 66, 154, 0.3); */
    background-color: rgba(20, 31, 113, 0.3);
}

.overlay:after {
    width: 90%;
    background: #182387;
    background: -moz-linear-gradient(top, #182387 0%, #141f71 100%);
    background: -webkit-linear-gradient(top, #182387 0%, #141f71 100%);
    background: linear-gradient(to bottom, #182387 0%, #141f71 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#182387', endColorstr='#141f71', GradientType=0);
}



@media screen and (max-width: 992px) {
    .banner {
        /* background: #4b4ba1; */
        background: -moz-linear-gradient(top, #4b4ba1 0%, #05083d 100%);
        /* background: -webkit-linear-gradient(top, #4b4ba1 0%, #05083d 100%); */
        /* background: linear-gradient(to bottom, #4b4ba1 0%, #05083d 100%); */
        color: #fff;
        padding: 2rem 0
    }

    .overlay {
        display: none;
    }
}

.banner__img {
    position: absolute;
    bottom: .2rem;
    transform: scale(1.4)
}

@media screen and (max-width: 992px) {
    .banner__img {
        display: none
    }
}

.banner__cta {
    margin-top: 2rem
}

.banner__cta strong {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.5rem;
    display: block;
    font-size: 1rem
}

.banner__title h1 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 42px;
}

.banner__title h1 span {
    font-size: 27px;
    font-weight: 600;
    color: #f6e62e;
    line-height: 1;
    margin-top: 8px;
}

.banner__title p {
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
}

@media screen and (max-width: 992px) {
    .banner__cta strong {
        color: #fff;
        margin-top: 1rem
    }
}

.contact-form {
    text-align: center;
    color: #fff
}

.contact-form__header {
    margin-bottom: 2rem
}

.contact-form__header h3 {
    color: #fff;
    font-weight: 800;
    font-size: 35px;
    margin-bottom: 1rem
}

.contact-form__header p {
    opacity: 0.5
}

.contact-form .label {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.1rem;
    margin-top: 0.6rem;
    display: block
}

.contact-form i {
    color: #b6b6d1
}

.contact-form .form-control {
    background-color: #29518e;
    border-color: #29518e;
    height: 3rem;
    padding-left: 2.5rem;
    color: #fff;
    font-weight: 600;
    box-shadow: none;
    transition: 0.5s
}

.contact-form .form-control:focus {
    /* border-radius: 40px; */
    background-color: #fff;
    color: #45479a
}

.contact-form .form-control:focus~i {
    color: #45479a
}

.contact-form .form-control::placeholder {
    color: #fff;
    font-weight: normal
}

.contact-form textarea.form-control {
    height: auto !important;
}

.contact-form .form-group {
    position: relative;
    margin: 0 6px 10px;
}

.contact-form .form-group.message i {
    top: 1.3rem
}

.contact-form .form-group i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem
}

.own-items {
    padding: 75px 0 60px;
}

.own-items__header {
    text-align: center;
    margin-bottom: 3rem
}

.own-items__header .lead {
    color: #000;
    font-weight: 800;
    font-size: 25px;
}

.own-items .item {
    background: #182387;
    background: -moz-linear-gradient(top, #182387 0%, #000e70 100%);
    background: -webkit-linear-gradient(top, #182387 0%, #000e70 100%);
    background: linear-gradient(to bottom, #182387 0%, #000e70 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#182387', endColorstr='#000e70', GradientType=0);
    color: #fff;
    display: flex;
    justify-content: end;
    overflow: hidden;
    border-radius: 25px;
}

.own-items p {
    /* font-size: 17px; */
    color: #1c1c1c;
}

/* font-size: 17px;
    color: #1c1c1c; */

@media screen and (max-width: 992px) {
    .own-items .item {
        margin-bottom: 1rem;
        max-width: 330px
    }
}

@media screen and (max-width: 576px) {
    .own-items .item {
        font-size: 0.85rem
    }
}

.own-items .item h3 {
    color: #fff
}

/* .own-items img {
    position: relative;
    right: -1rem;
    height: 280px;
    width: 195px;
    object-fit: cover;
} */

.own-items .content {
    width: 50%;
    display: grid
}

.own-items .content__inner {
    margin: auto;
    padding-left: 1.5rem
}

.own-items .content__inner h3 {
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 23px;
}

.own-items .content__inner ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.own-items .content__inner li {
    background-image: url("../images/icons/check-green.png");
    background-repeat: no-repeat;
    background-position: 0 7px;
    padding-left: 1.5rem
}

.deals {
    background-image: url("../images/deals-bg.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: right;
    transition: 0.5s;
    width: 100%;
    padding: 3rem 0
}

.deals .save,
.deals .item {
    margin: 1rem
}

.deals .item {
    background-color: #fff
}

.deals .top {
    display: flex;
    padding: 1rem;
    padding-top: 1.5rem
}

@media screen and (max-width: 576px) {
    .deals .top {
        display: block
    }
}

.deals .bottom {
    background-color: #000;
    color: #fff;
    padding: 0.5rem;
    text-align: center;
    font-size: 0.8rem
}

.deals .pricing {
    padding-right: 2rem;
    align-self: center;
    text-align: center;
    margin-left: 1rem
}

@media screen and (max-width: 992px) {
    .deals .pricing {
        margin-bottom: 1rem
    }
}

.deals .pricing h3 {
    color: #45479a;
    font-weight: 900;
    font-size: 3.5rem;
    text-align: center
}

.deals .pricing h3 small {
    color: #000;
    font-weight: 800;
    font-size: 1.2rem;
    margin-top: 0.5rem;
    display: block
}

.deals .list {
    flex-grow: 1;
    flex-basis: 0
}

.deals .list ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 0
}

.deals .list li {
    margin-bottom: 1rem;
    color: #333333;
    font-size: 0.9rem
}

.deals .list .img {
    margin-right: 1rem;
    float: left;
    height: 2rem
}

.services {
    margin: 4rem 0
}

.services__header {
    margin-bottom: 2rem;
    text-align: center
}

.services__header h2 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2.5rem
}

.services__header h2 small {
    display: block;
    text-transform: none;
    font-size: 1.3rem;
    color: #737373
}

.services .service {
    margin-bottom: 2rem
}

.services .service__footer {
    background-color: #eff0f5;
    padding: 0px 21px 12px;
}

.services .service .content {
    margin-top: -2rem;
    font-weight: 700;
    color: #000
}

.services .service h4 {
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 22px;
}

.services .icon {
    transform: translateY(-50%);
    left: 1rem
}

.services .img {
    overflow: hidden;
    cursor: pointer
}

.services .icon .box {
    width: 76px;
    height: 76px;
    /* background: linear-gradient(180deg, rgb(28 95 188) 0, rgb(21 14 112) 100%); */
    background: rgb(28, 95, 188);
    background: -moz-linear-gradient(180deg, rgba(28, 95, 188, 1) 0%, rgba(21, 14, 112, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(28, 95, 188, 1) 0%, rgba(21, 14, 112, 1) 100%);
    background: linear-gradient(180deg, rgba(28, 95, 188, 1) 0%, rgba(21, 14, 112, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c5fbc", endColorstr="#150e70", GradientType=1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services .img img {
    width: 100%;
    transition: 0.5s;
    height: 250px;
    object-fit: cover;
}

.services .img:hover img {
    transform: scale(1.4) rotate(-20deg)
}

/* CTA1 */
.cta1 {
    padding: 25px 0;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#212121+0,000000+100 */
    background: #212121;
    /* Old browsers */
    background: -moz-linear-gradient(top, #212121 0%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #212121 0%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #212121 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#000000', GradientType=0);
    /* IE6-9 */

}

.cta1 a {
    color: #fff;
    /* text-decoration: underline; */
    font-weight: bold;
}

.cta1 p {
    color: #fff;
    font-size: 22px;
}

.why-us {
    background-image: url("../images/o1.jpg");
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    background-position: top right;
    padding: 3rem 0;
    position: relative;
}

.why-us:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.why-us .img,
.why-us h3 {
    text-align: center
}

.why-us h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #fff;
}

.why-us h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 1rem 0;
    text-transform: capitalize
}

.why-us .lead {
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2;
    text-shadow: 0 0 50px rgba(78, 78, 78, 0.5), 0 0 1px #000;
}

.choose-us .info {
    color: #fff;
}

.why-us .choose-us,
.why-us .comfort {
    background: #212121;
    background: -moz-linear-gradient(top, #212121 0%, #000000 100%);
    background: -webkit-linear-gradient(top, #212121 0%, #000000 100%);
    background: linear-gradient(to bottom, #212121 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#000000', GradientType=0);
    height: 100%;
    padding: 2rem;
    border-radius: 25px;
}

@media screen and (max-width: 992px) {

    .why-us .choose-us,
    .why-us .comfort {
        margin-bottom: 2rem;
        height: auto
    }

    .nav-phone {
        position: fixed;
        bottom: 13px;
        left: 36%;
        padding: 10px 20px 10px 23px;
        border-radius: 56px;
        background-color: #2d2d30;
        visibility: visible;
    }
}

.why-us .btn-container {
    text-align: center
}

.why-us .list {
    /* max-width: 230px; */
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem
}

.why-us .list-item {
    display: flex;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    font-weight: 500
}

.why-us .icon {
    padding-right: 1rem
}

.why-us .icon img {
    width: 34px
}

.why-us i {
    font-size: 23px;
    color: #00429a;
    margin-right: 9px;
}

.why-us h6 {
    color: #fff;
}

.why-us .comfort {
    background: #4b4ba1;
    background: -moz-linear-gradient(top, #4b4ba1 0%, #05083d 100%);
    background: -webkit-linear-gradient(top, #4b4ba1 0%, #05083d 100%);
    background: linear-gradient(to bottom, #4b4ba1 0%, #05083d 100%);
    height: 100%
}

.why-us .comfort p {
    color: #9293dd
}

.why-us .comfort .list-item {
    border-bottom: 1px solid #45479a;
    padding-bottom: 2rem
}

.experience {
    background: #182387;
    /* Old browsers */
    background: -moz-linear-gradient(top, #182387 0%, #000e70 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #182387 0%, #000e70 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #182387 0%, #000e70 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#182387', endColorstr='#000e70', GradientType=0);
    /* IE6-9 */
    background-image: url("../images/bgpattern-2.webp");
    background-position: center;
    background-size: cover;
    color: rgba(248, 248, 248, 0.87);
    padding: 5rem 0;
}

.experience .content {
    margin-left: 30px;
}

@media screen and (max-width: 992px) {
    .experience .content {
        margin-left: 0
    }
}

.experience h2,
.experience .lead {
    color: #fff
}

.experience h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.15;
}

.experience p {
    margin-bottom: 1rem
}

.process-line {
    position: relative;
    z-index: 0;
    margin-top: -4.3rem;
    width: 68%;
    margin-left: 1.5rem
}

@media screen and (max-width: 992px) {
    .process-line {
        display: none
    }
}

.process {
    background-color: #eff0f5;
    padding: 4rem 0
}

@media screen and (max-width: 992px) {
    .process {
        text-align: center
    }
}

.process .info {
    max-width: 200px;
    margin-left: 1rem
}

@media screen and (max-width: 992px) {
    .process .info {
        width: 100%;
        margin: 1rem auto
    }
}

.process h3 {
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.5rem
}

.process .step {
    margin: 1rem 0;
    position: relative;
    z-index: 1
}

.process h4 {
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 0.5rem
}

.why-choose-us {
    background-color: #f8f9fa;
    padding-bottom: 75px;
    padding-top: 75px;
}

@media screen and (max-width: 992px) {
    .why-choose-us {
        text-align: center
    }
}

.why-choose-us h2 {
    color: #000;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 28px;
}

.why-choose-us .msg-tel {
    font-size: 30px;
    text-decoration: underline;
}

.testimonial-body {
    padding: 15px;
    border-radius: 3px;
    background-color: #f4f7f6 !important;
    position: relative;
}

.testimonial-body:before {
    position: absolute;
    content: "";
    width: 0;
    bottom: -10px;
    left: 17px;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f4f7f6 transparent transparent transparent;
}

.testimonial-body p {
    height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit !important;
    overflow: auto !important;
    padding-right: 10px;
    scrollbar-color: #8d8d8d #e0e0e0;
    scrollbar-width: thin;
}

.testimonial-body p::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px
}

.testimonial-body p::-webkit-scrollbar-track {
    background: rgba(85, 85, 85, 0.1)
}

.testimonial-body p::-webkit-scrollbar-thumb {
    background: rgba(85, 85, 85, 0.6)
}

.testimonial-body p::-webkit-scrollbar-thumb:hover {
    background: #555
}

.testimonial-card .rating {
    margin-bottom: 7px;
}

.testimonial-card .rating .stars-indicator {
    margin: 4px 0;
}

.testimonial-card .testimonial-body .google-icon {
    width: 24px;
    float: right;
}

.testimonial-author {
    padding: 14px 8px 0;
}

.testimonial-author * {
    display: inline-block;
    vertical-align: middle;
}

.testimonial-author h6 {
    margin: 0;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    /* font-family: 'Kumbh Sans', Helvetica, Arial; */
    color: #fefefe;
}

.testimonial-author img {
    margin-right: 5px;
}

.testimonial-author h6 span {
    display: block;
    font-weight: normal;
    color: #d5d5d5;
    opacity: 0.8;
    margin-top: 5px;
}

.testimonial-card p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
}

#testimonials h2 b {
    color: #2b6ca3;
}

#testimonials .author {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #29518e;
}

.why-choose-us .lead {
    margin: 1rem 0
}

#testimonials {
    background-color: #f6f6f6;
    z-index: 9999;
    position: relative;
    padding: 70px 0;
}

#testimonials .padding {
    padding: 6px 20px
}

#testimonials h2 {
    color: #323b40;
    text-align: center;
    font-weight: normal
}

.form-control.error {
    border-color: rgba(206, 32, 32, 0.8)
}

#testimonials .contact-form .label {
    color: #1a1a1a;
}

#testimonials blockquote {
    margin-bottom: 20px;
    padding: 10px 30px;
    border-left: 4px none #edeff0;
    background-image: url(../images/quote-up.svg), url(../images/quote-down.svg);
    background-position: 100% 100%, 0 0;
    background-size: 60px, 60px;
    background-repeat: no-repeat, no-repeat;
    color: #323b40;
    font-size: 19px;
    line-height: 1.4em;
    font-style: italic;
    text-align: left;
}

.pre-footer-form-header {
    color: #fefefe;
    -webkit-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -khtml-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -moz-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -ms-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -o-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    text-shadow: 0 -1px rgba(0, 0, 0, .5);
    text-align: center;
    background: #1a1a1a;
    letter-spacing: 2px;
    padding-bottom: 1px;
    padding: 10px 5px;
    margin-top: 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 18px;
    /* font-weight: 100; */
}

#page-footer {
    padding: 35px 0;
    background: #212121;
    background: -moz-linear-gradient(top, #212121 0%, #000000 100%);
    background: -webkit-linear-gradient(top, #212121 0%, #000000 100%);
    background: linear-gradient(to bottom, #212121 0%, #000000 100%);
}

#page-footer h1 {
    text-align: right;
}

#copyright p {
    margin-bottom: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

#copyright {
    text-align: center;
    padding: 12px 0;
    background-color: #0b0b0b;
}

.pre-footer-form-header .b {
    font-weight: 700;
}

.pre-footer-form-header h3 {
    color: #ffc600;
    font-size: 25px;
    font-weight: bold;
}

.pre-footer-form-header p {
    line-height: 18px;
    margin-top: 7px;
    font-size: 16px;
}

/* Choose us 2 */
.choose-us2 {
    padding: 100px 0;
    color: #9293dd;
    background: #182387;
    background: -moz-linear-gradient(top, #182387 0%, #000e70 100%);
    background: -webkit-linear-gradient(top, #182387 0%, #000e70 100%);
    background: linear-gradient(to bottom, #182387 0%, #000e70 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#182387', endColorstr='#000e70', GradientType=0);
}

.choose-us2 h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #fff;
}

.choose-us2 .lead {
    color: #fff;
}

.choose-us2 h4 {
    color: #fff;
    margin-bottom: 15px;
}

.footer-form {
    padding: 100px 0;
    background: linear-gradient(to bottom, #4b4ba1 0%, #05083d 100%);
}

.moving {
    position: relative
}

@media screen and (max-width: 992px) {
    .moving {
        text-align: center
    }
}

.moving:after {
    content: url("../images/moving-truck.png");
    position: absolute;
    left: 50%;
    transform: translate(-49%, -50%)
}

@media screen and (max-width: 992px) {
    .moving:after {
        display: none
    }
}

.moving .left,
.moving .right {
    background-size: cover;
    height: 500px
}

@media screen and (max-width: 992px) {

    .moving .left,
    .moving .right {
        height: auto
    }
}

.moving .left {
    background-image: url("../images/left-bg.jpg")
}

.moving .left .content {
    text-align: right
}

@media screen and (max-width: 992px) {
    .moving .left .content {
        text-align: center
    }
}

.moving .right {
    background-image: url("../images/right-bg.jpg")
}

.moving .content {
    padding: 2rem
}

.moving .content h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 3rem;
    margin-bottom: 1rem
}

.slider-controllers {
    position: relative;
    margin-top: 3rem
}

@media screen and (max-width: 992px) {
    .slider-controllers {
        padding-bottom: 3rem
    }
}

.slider-controllers .swiper-pagination {
    left: 50%;
    transform: translateX(-50%)
}

.slider-controllers .swiper-pagination-bullet {
    margin: 0.1rem;
    height: 14px;
    width: 14px;
    outline: none
}

.slider-controllers .swiper-pagination-bullet-active {
    background-color: #45479a
}

.slider-controllers .swiper-button-next,
.slider-controllers .swiper-button-prev {
    outline: none;
    width: 22px;
    height: 16px;
    background-size: 22px 16px;
    top: 20px
}

.slider-controllers .swiper-button-next {
    background-image: url("../images/reviews/next.png")
}

.slider-controllers .swiper-button-prev {
    background-image: url("../images/reviews/prev.png")
}

.page-footer {
    margin: 1rem 0 1rem;
    text-align: center;
    font-size: 0.8rem
}

@media screen and (max-width: 992px) {
    .page-footer {
        margin-top: 1rem
    }
}

.page-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

@media screen and (max-width: 992px) {
    .page-footer ul {
        margin: 2rem 0
    }
}

.page-footer ul li {
    display: inline-block;
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: 1px solid #7d7f82
}

@media screen and (max-width: 992px) {
    .page-footer ul li {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        display: block
    }
}

.page-footer ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none
}

.testimonials .review {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    min-height: 500px;
    padding: 2rem;
    padding-bottom: 3rem;
    line-height: 2;
    font-size: 0.9rem;
    cursor: pointer
}

.testimonials .review.primary {
    background-image: url("../images/reviews/primary-bg.png")
}

.testimonials .review.dark {
    background-image: url("../images/reviews/dark-bg.png")
}

.testimonials .review i {
    display: inline-block;
    margin-left: 0.5rem
}

.testimonials .review .name {
    color: #fff;
    font-size: 1.3rem;
    margin: 1rem 0
}

.testimonials .review .stars {
    margin-bottom: 1rem
}

.testimonials .review a {
    color: #fff
}


/* My queries */

@media screen and (max-width: 380px) {
    .choose-us2 h4 {
        margin-top: 15px;
    }
}

@media screen and (max-width: 575px) {

    .banner {
        text-align: center;
    }

    .nav-phone {
        left: 22%;
    }

    .banner__title h1 {
        font-size: 33px;
    }

    .overlay {
        display: none;
    }

    .block-xs {
        display: block;
    }

    a.get-moving {
        padding: 8px 12px;
        margin-top: 20px;
    }

    .experience img {
        margin-bottom: 25px;
    }

    .why-us .content {
        height: auto !important;
        min-height: auto !important;
        margin-bottom: 25px;
    }

    #page-footer h1 {
        text-align: center;
        margin-top: 15px;
    }
}

@media all and (max-width:768px) {
    #contact_form {
        background-color: rgba(42, 51, 59, 0.7);
        border-radius: 4px;
        border: 1px solid rgba(255, 255, 255, .25);
        box-shadow: 0 2px 6px rgba(0, 0, 0, .53);
        padding: 10px 5px;
    }
}