/* css added by pradnya - 17-08-2022 - starts */

.container {
    max-width: 1440px;
}

@media (max-width: 1440px) {
    .container {
        max-width: 1120px;
    }
}

@media (max-width: 1366px) {
    .container {
        max-width: 1080px;
    }
}

@media (max-width: 1152px) {
    .container {
        max-width: 991px;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 100% !important;
        padding: 0 15px !important;
    }
}

/* css added by pradnya - 17-08-2022 - ends */

.home-banner {
    background-image: url(https://1stpooniamovers.com/images/home-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 1;
    height: 650px;
}

.home-banner .banner-txt {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.home-banner .banner-txt .main-txt {
    font-family: lemonmilkbold;
    font-size: 40px;
    color: #90191c;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
}

.home-banner .banner-txt .small-txt {
    font-weight: 700;
    font-family: louis_george_cafebold;
    color: #000000;
    font-size: 33px;
    line-height: 1em;
}

.btn {
    background: #6a646a;
    background: -webkit-gradient(linear, left top, left bottom, from(#6a646a), color-stop(50%, #474347), to(#353235));
    background: linear-gradient(to bottom, #6a646a 0%, #474347 50%, #353235 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a646a', endColorstr='#353235', GradientType=0);
    color: #E6C000;
    padding: 24px 25px;
    display: inline-block;
    border-radius: 32px;
    width: 310px;
    font-size: 19px;
    margin-top: 7px;
    text-align: center;
}

.btn:hover {
    color: #ffffff;
}

.service-slider {
    margin-top: 68px;
}

.slick-prev,
.slick-next {
    background-repeat: no-repeat;
    top: 40%;
}

.slick-prev:before,
.slick-next:before {
    content: '';
    display: none;
}

.slick-prev {
    background: url(../images/back-arrow.svg) transparent no-repeat !important;
    background-repeat: no-repeat;
    left: -50px;
}

.slick-next {
    background: url(../images/next-arrow.svg) transparent no-repeat !important;
    background-repeat: no-repeat;
    right: -70px;
}

.home-service-list .home-ser {
    padding: 0 22px;
}

.home-service-list .home-ser .txt-wrapp {
    margin-top: 25px;
}

.home-service-list .home-ser .txt-wrapp h3 {
    font-size: 29px;
    margin-bottom: 12px;
}

.home-service-list .home-ser .txt-wrapp p {
    font-size: 15px;
    line-height: 1.5em;
}

.premium-wrapp {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6e6e6e+0,131516+100 */
    background: #6e6e6e;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #6e6e6e 0%, #131516 60%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e6e6e', endColorstr='#131516', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    padding: 100px 0 50px;
    margin-top: 100px;
}

.premium-wrapp .container .sec-title {
    color: #fff;
    text-transform: uppercase;
    font-family: louis_george_caferegular;
    display: block;
    font-size: 17px;
}

.premium-wrapp .container .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.premium-wrapp .container .top .left {
    width: 45%;
    padding-right: 50px;
    padding-top: 10px;
}

.premium-wrapp .container .top .left img {
    max-width: 60%;
}

.premium-wrapp .container .top .left p,
.premium-wrapp .container .top .left .ser-list li {
    margin-top: 15px;
    font-size: 19px;
    color: #fff;
    line-height: 1.5em;
    font-weight: 400;
}

.premium-wrapp .container .top .right {
    width: 55%;
}

.premium-wrapp .container .btm .ser-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.premium-wrapp .container .btm .ser-list li a {
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.premium-wrapp .container .btm .ser-list li a .icon img {
    max-width: 80%;
}

.premium-wrapp .container .btm .ser-list li a p {
    color: #6A646A;
    font-family: louis_george_cafebold;
    font-weight: 700;
    font-size: 17px;
}

.section-title {
    color: #90191C;
    text-transform: uppercase;
    font-family: lemonmilkregular;
    font-size: 36px;
}

.move-on-wrapp {
    padding: 85px 0;
}

.move-on-wrapp .container p {
    font-size: 15px;
    line-height: 1.5em;
}

.move-on-wrapp .container .move-on-list {
    padding: 31px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -22px;
    margin-right: -22px;
}

.move-on-wrapp .container .move-on-list li {
    margin: 0 22px;
}

.move-on-wrapp .container .move-on-list li .img-wrapp {
    margin-bottom: 20px;
}

.move-on-wrapp .container .move-on-list li .txt-wrapp h3 {
    font-family: louis_george_cafebold;
    line-height: 1.05em;
    font-size: 24px;
    margin-bottom: 15px;
}

.stree-free-wrapp {
    background: url(../images/stress-free-move.jpg) #b4a38f no-repeat;
    background-size: cover;
    padding: 50px 0;
    background-position-x: right;
}

.stree-free-wrapp .container h2 {
    font-size: 37px;
    font-family: lemonmilkregular;
}

.stree-free-wrapp .container p {
    width: 60%;
    font-size: 14px;
    line-height: 2em;
}

.btn-border {
    padding: 21px 25px;
    border: 1px solid #90191C;
    border-radius: 30px;
    width: 310px;
    text-align: center;
    color: #90191C;
    font-size: 19px;
    font-weight: 700;
    margin-top: 20px;
}

.btn-border:hover {
    border-color: #000;
}

.client-wrapp {
    padding: 80px 0;
}

.client-wrapp .section-title {
    text-align: center;
    margin-bottom: 20px;
}

.client-wrapp .testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.client-wrapp .testimonial .left {
    width: 50%;
}

.client-wrapp .testimonial .right {
    margin-left: 50px;
    width: 50%;
}

.client-wrapp .testimonial .right .txt {
    width: 85%;
}

.client-wrapp .testimonial .right .txt p {
    font-family: louis_george_cafebold;
    font-size: 21px;
    line-height: 1.5em;
}

.client-wrapp .btn-border {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.client-wrapp .slick-dots {
    left: 10%;
    bottom: 30px;
}

.client-wrapp .slick-dots li,
.client-wrapp .slick-dots li button {
    width: 12px;
    height: 12px;
    background: #9b9b9b;
    border-radius: 100%;
}

.client-wrapp .slick-dots li.slick-active button {
    background: #90191C;
}

.client-wrapp .slick-dots li button:hover {
    background: #90191C;
}

.client-wrapp .slick-dots {
    left: 54%;
    bottom: 30px;
    display: inline-block;
    width: auto;
}

.client-wrapp .slick-prev {
    left: 51%;
    bottom: 8px;
    position: absolute;
    -webkit-transform: none;
    transform: none;
    background-position-y: 0 !important;
    top: auto;
    z-index: 99;
}

.client-wrapp .slick-next {
    right: 29%;
    bottom: 8px;
    position: absolute;
    -webkit-transform: none;
    transform: none;
    /* background-position-y: 0 !important; */
    top: auto;
}

footer {
    background: #292829;
}

footer .container .top-banner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -18px;
}

footer .container .top-banner ul li {
    margin: 0 18px;
}

/*# sourceMappingURL=home-new.css.map */

/* css added by pradnya - 17-08-2022 - starts */

@media (min-width: 1500px) {
    .premium-wrapp .container {
        max-width: 1440px;
    }
}

@media (max-width: 1440px) {
    .premium-wrapp .container {
        max-width: 1080px;
    }
}

@media (max-width: 1366px) {
    .premium-wrapp .container {
        max-width: 1040px;
    }
}

@media (max-width: 1152px) {
    .premium-wrapp .container {
        max-width: 950px;
    }
}

@media (max-width: 767px) {
    .premium-wrapp .container {
        max-width: 100% !important;
        padding: 0 15px !important;
    }
}

/* css added by pradnya - 17-08-2022 - ends */