@import url('//fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap');

/***** General CSS *****/
:root {
    --lgreen: #00822b;
    --dgreen: #005e1d;
}

body {
    word-break: break-word;
    font: 15px/25px 'Roboto', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    transition: 0.5s all ease;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

@keyframes translateUp {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(10px, 10px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes translateDown {
    0% {
        transform: translate(0px, 0px) rotateY(180deg) rotateZ(260deg);
    }

    50% {
        transform: translate(-10px, -10px) rotateY(180deg) rotateZ(260deg);
    }

    100% {
        transform: translate(0px, 0px) rotateY(180deg) rotateZ(260deg);
    }
}

/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(https://movenpacks.com/wp-content/themes/moven-pack/fonts/fontawesome-webfont.eot);
    src: url(https://movenpacks.com/wp-content/themes/moven-pack/fonts/fontawesome-webfont.eot#iefix) format("embedded-opentype"), url(https://movenpacks.com/wp-content/themes/moven-pack/fonts/fontawesome-webfont.woff) format("woff"), url(https://movenpacks.com/wp-content/themes/moven-pack/fonts/fontawesome-webfont.ttf) format("truetype"), url(https://movenpacks.com/wp-content/themes/moven-pack/fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.pt-10 {
    padding-top: 100px;
}

.pb-10 {
    padding-bottom: 100px;
}

.all-section {
    padding: 100px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Roboto', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Roboto', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #0a0a0a;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Roboto', serif;
    font-weight: 400;
    margin: 0px;
}

select {
    background: #fff url('https://movenpacks.com/wp-content/themes/moven-pack/images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/* Search Start */
.search-box {
    position: absolute;
    top: 3px;
    right: 180px;
    /* transform: translate(-50%, -50%); */
    height: 43px;
    border-radius: 40px;
    padding: 4px;
    display: flex;
    align-items: center;
}

.search-box.active>.search-btn {
    background: white;
    color: var(--dgreen);
    transition: 0.4s;

}

.search-box.active {
    background: var(--dgreen);
    transition: 0.4s;
}

.search-box.active .search-text {
    width: 175px;
    padding: 0 6px;
    opacity: 1;
    transition: 0.4s;
}

button.close {
    display: none;
    color: var(--dgreen);
    font-size: 20px;
    position: absolute;
    left: -30px;
    background: transparent;
    border: 0;
    transition: 0.4s;
}

.search-box.active button.close {
    display: block;
    transition: 0.4s;
}

.search-btn {
    color: var(--dgreen);
    float: right;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    cursor: pointer;
    text-decoration: none;
    border: 0;
}

.search-btn>i {
    font-size: 18px;
}

.search-text {
    border: none;
    background: none;
    outline: none;
    /* float: left; */
    color: white;
    font-size: 14px;
    font-weight: normal;
    transition: 0.4s all;
    line-height: 35px;
    width: 0px;
    font-family: "Roboto";
    /* opacity: 0; */
    /* width: 250px; */
}

.search-text::placeholder {
    color: #fff;
}

.menu-search {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: end;
    gap: 24%;
}

/* Search End */

/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec .col-lg-2.col-md-3 {
    position: relative;
}


.header-logo {
    position: relative;
    z-index: 1;
    padding: 10px 0;
}

.menuSec .col-lg-2.col-md-3:before {
    content: '';
    position: absolute;
    width: 30vw;
    height: 100%;
    left: -200px;
    background: #f9f9f9;
    z-index: 0;
    transform: skewX(-30deg);
}

.top-sec-menu .row {
    background: #000;
}

.top-cntct-item {
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative;
}

.top-cntcts {
    display: flex;
    justify-content: center;
    padding: 14px 0;
    gap: 45px;
}

/* .top-cntct-item i {
    font-size: 32px;
    color: #fff;
} */

.top-cntnt-item-det h5 {
    color: #fff;
    margin: 0;
    font-size: 12px;
    line-height: normal;
}

.top-cntnt-item-det a,
.top-cntnt-item-det p {
    color: #fff;
    margin: 0;
    font-size: 12px;
}

.top-cntnt-item-det a:hover {
    color: var(--lgreen);
}

.top-cntct-item:first-child:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #fff;
    right: -25px;
    top: 0;
}


.get-quote-btn {
    text-align: center;
}

.get-quote-btn a {
    background: var(--dgreen);
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto';
    padding: 15px 33px;
    clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
}

.get-quote-btn a:hover {
    animation: jiggle 800ms linear 2;
}

@keyframes jiggle {
    0% {
        clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
    }

    50% {
        clip-path: polygon(0 0, 93% 1%, 100% 100%, 7% 100%);
    }

    100% {
        clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
    }
}

/* .top-sec-menu .row .col-lg-3 {
    position: relative;
} */

.top-sec-menu .row .col-lg-3:before {
    content: '';
    position: absolute;
    width: 36vw;
    height: 70px;
    background: var(--lgreen);
    top: 0px;
    right: -90px;
    transform: skewX(-30deg);
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
    margin-right: 50px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 10px 34px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.menuSec ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: var(--lgreen);
    transition: width .3s;
}

.menuSec ul li a:hover::after {
    width: 100%;
    /* //transition: width .3s; */
}

/* 
.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
} */

.menuSec ul li:last-child a {
    padding-right: 0px;
}


.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: var(--lgreen);
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


.call-us {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.call-us-det h5 {
    color: var(--lgreen);
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    line-height: normal;
}

.call-us-det a {
    color: var(--lgreen);
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    line-height: normal;
}

.call-us-det a:hover {
    color: var(--dgreen);
}

.call-us:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 80px;
    background: rgba(0, 0, 0, .2);
    top: -12px;
    left: -20px;
}

.btm-menu-sec {
    padding: 10px 0;
}

/*header css start */


/*banner css start */
.main_slider {
    background: url(https://movenpacks.com/wp-content/themes/moven-pack/images/banner.jpg) no-repeat;
    background-size: cover;
    position: relative;
    padding: 10px 0 0px;
}


.main_slider:before {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    background: url(https://movenpacks.com/wp-content/themes/moven-pack/images/circle-1.png)no-repeat;
    top: 115px;
    left: 80px;
    z-index: 0;
}

.main_slider:after {
    content: '';
    position: absolute;
    width: 250px;
    height: 340px;
    background: url(https://movenpacks.com/wp-content/themes/moven-pack/images/banner-plane.png)no-repeat;
    background-size: 100%;
    top: 40px;
    right: -90px;
    z-index: 0;
    animation: translateUp 3s linear infinite;
}

.main-banner-slider .slick-list.draggable {
    padding: 40px 55px 50px 0;
}

.banner-text h2 {
    color: #fff;
    font-size: 58px;
    line-height: 60px;
}

span.font-italic {
    font-weight: 100;
    font-style: italic;
}

span.text-clr {
    color: var(--lgreen);
}

span.fontSize {
    font-size: 51px;
}

.banner-text {
    position: relative;
}


.banner-text h4 {
    color: #fff;
    font-size: 28px;
    font-family: 'Roboto';
    position: relative;
    margin-bottom: 40px;
}

.banner-text h4:before {
    content: '';
    position: absolute;
    width: 90px;
    height: 100px;
    background: url(https://movenpacks.com/wp-content/themes/moven-pack/images/circle-0.png) no-repeat;
    left: -20px;
    top: -40px;
    background-size: 100%;
}

.banner-text p {
    color: #fff;
    margin-bottom: 40px;
    font-size: 14px;
}

a.learn-more {
    /* background-color: var(--dgreen); */
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto';
    position: relative;
    /* padding: 15px 33px; */
    /* clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%); */
    /* box-shadow: 7px 7px 0px 0px var(--lgreen); */
    /* display: inline-block; */
    /* transform: skewX(-10deg); */
    z-index: 1;
    width: 150px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

a.learn-more:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 45px;
    background: var(--dgreen);
    z-index: -1;
    transform: skewX(-15deg);
    box-shadow: 7px 7px 0px 0px var(--lgreen);
    transition: 1s all ease;
}

a.learn-more:hover:before {
    box-shadow: none;
    transition: 1s all ease;
    /* animation: jiggle 800ms linear 2; */
}

.banner-img {
    position: relative;
    width: 920px;
    z-index: 1;
    left: -45px;
    /* overflow: hidden; */
    /* height: 680px; */
    padding-top: 82px;
    /* border-radius: 50%; */
}

.banner-img-circle {
    position: relative;
}

.banner-img-circle:before {
    content: '';
    position: absolute;
    width: 620px;
    height: 620px;
    background: var(--lgreen);
    top: 18px;
    left: 115px;
    border-radius: 50%;
    z-index: -1;
}


.main_slider .col-lg-7:last-child {
    position: relative;
}

.banner-img-circle:after {
    content: '';
    position: absolute;
    width: 680px;
    height: 680px;
    background: url(https://movenpacks.com/wp-content/themes/moven-pack/images/border-circle.png) no-repeat;
    background-size: 100%;
    top: -15px;
    left: 84px;
    /* border-radius: 50%; */
    z-index: -1;
    /* border: 4px dashed #fff; */
    animation: rotator 50000ms linear infinite;
    /* transform: scale(1.01); */
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.banner-text {
    margin-bottom: 50px;
}


.main-banner-slider .slick-slide .banner-text {
    transform: translateX(-100%);
    transition: 1s all ease;
    opacity: 0;
}


.main-banner-slider .slick-slide .banner-img {
    transform: translateX(100%);
    transition: 1s all ease;
    opacity: 0;
}

.main-banner-slider .slick-current.slick-slide .banner-text,
.main-banner-slider .slick-current.slick-slide .banner-img {
    opacity: 1;
    transform: translate(0);
    transition: 1s all ease;
}

.main-banner-slider ul.slick-dots {
    display: flex;
    align-items: center;
    z-index: 5;
    width: 6%;
    justify-content: end;
    right: -80px;
    bottom: 50%;
    display: flex;
    flex-direction: column;
}

.main-banner-slider ul.slick-dots li button:before {
    color: #fff;
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    top: 4px;
    left: 4px;
}

.main-banner-slider ul.slick-dots li {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.main-banner-slider .slick-dots li button {
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.main-banner-slider ul.slick-dots li.slick-active {
    opacity: 1;
}

.main-banner-slider .slick-dots li.slick-active button {
    border: 1px solid var(--lgreen);
    opacity: 1;
}

.main-banner-slider ul.slick-dots li.slick-active button:before {
    opacity: 1;
}

.banner-social ul {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    margin: 0;
}

.banner-social ul li a {
    color: #fff;
    margin: 0;
    writing-mode: vertical-rl;
    transform: rotate(-95deg);
    font-size: 18px;
}

.banner-social ul li {
    margin: 10px 0;
}

.banner-social ul li a:hover {
    color: var(--lgreen);
    transform: rotate(360deg) scale(1.2);
}

/*banner css end*/

/* About Us Start */
.abt-row-pad {
    padding: 0 60px;
}

img.about-1 {
    width: 260px;
    height: 441px;
    object-fit: cover;
}

.progress {
    background: rgba(0, 0, 0, 0.1);
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    padding: 0px;
    display: flex;
    height: 8px;
    width: 500px;
    overflow: visible;
}

.progress-value {
    animation: load 3s normal forwards;
    box-shadow: 0 10px 40px -10px #fff;
    border-radius: 100px;
    background: var(--lgreen);
    height: 8px;
    width: 0;
}


@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 90%;
    }
}

.progress2 {
    background: rgba(0, 0, 0, 0.1);
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    padding: 0px;
    display: flex;
    height: 8px;
    width: 500px;
}

.progress-value2 {
    animation: load2 3s normal forwards;
    box-shadow: 0 10px 40px -10px #fff;
    border-radius: 100px;
    background: var(--lgreen);
    height: 8px;
    width: 0;
}

@keyframes load2 {
    0% {
        width: 0;
    }

    100% {
        width: 80%;
    }
}

.progress-count2 {
    position: absolute;
    top: -30px;
    width: 84%;
    text-align: right;
    animation: cssAnimation 0s 2s forwards;
    visibility: hidden;
    font-size: 14px;
}

.progress-count {
    position: absolute;
    top: -30px;
    width: 94%;
    text-align: right;
    animation: cssAnimation 0s 2s forwards;
    visibility: hidden;
    font-size: 14px;
}

@keyframes cssAnimation {
    to {
        visibility: visible;
    }
}

.abt-sec-1-inner {
    display: flex;
    gap: 20px;
    justify-content: start;
}

.progress-1 h4,
.progress-2 h4 {
    font-size: 16px !important;
    color: #000 !important;
    font-family: 'Roboto';
    font-weight: 500 !important;
    margin: 20px 0 7px;
}

.abt-sec-1 h2 {
    font-size: 33px;
    font-weight: 700;
    color: #000;
    line-height: normal;
}

.abt-sec-1-inner img {
    border-radius: 20px;
}

.abt-sec-1 h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    color: var(--dgreen);
}

.abt-serv {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 20px 0;
}

.abt-serv-item {
    width: 50%;
}

.abt-serv-item h5 {
    margin: 8px 0 8px;
}

.abt-sec-2 img {
    border-radius: 20px;
}

.abt-call-us img {
    background: var(--lgreen);
    width: 60px;
    height: 60px;
    padding: 15px;
    border-radius: 50%;
}

.abt-call-us {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin-top: 20px;
}

.abt-call-det h5 {
    margin-bottom: 3px;
    font-size: 16px;
    font-family: 'Roboto';
    text-transform: uppercase;
}

.abt-call-det a {
    color: #000;
    font-size: 22px;
    font-weight: 700;
}

.abt-call-det a:hover {
    color: var(--lgreen);
}

.abt-sec-2 {
    margin-top: 30px;
    position: relative;
}

.abt-sec-2:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    background: url(https://movenpacks.com/wp-content/themes/moven-pack/images/border-line.png)no-repeat;
    /* border: 1px dashed var(--lgreen); */
}

/* Arrow Floating */
.arrow {
    opacity: 0;
    position: absolute;
    right: 8px;
    top: 50%;
    /* transform-origin: 50% 50%; */
    transform: translate(-50%, -50%);
}

.arrow-first {
    -webkit-animation: arrow-movement 3s ease-in-out infinite;
    animation: arrow-movement 3s ease-in-out infinite;
    animation-delay: 0.5s;
}

.arrow-second {
    -webkit-animation: arrow-movement 3s ease-in-out infinite;
    animation: arrow-movement 3s ease-in-out infinite;
    animation-delay: 1s;
}

.arrow-third {
    -webkit-animation: arrow-movement 3s ease-in-out infinite;
    animation: arrow-movement 3s ease-in-out infinite;
    animation-delay: 1.5s;
}

.arrow-fourth {
    -webkit-animation: arrow-movement 3s ease-in-out infinite;
    animation: arrow-movement 3s ease-in-out infinite;
    animation-delay: 2s;
}

.arrow-fifth {
    -webkit-animation: arrow-movement 3s ease-in-out infinite;
    animation: arrow-movement 3s ease-in-out infinite;
    animation-delay: 2.5s;
}

.arrow-sixth {
    -webkit-animation: arrow-movement 3s ease-in-out infinite;
    animation: arrow-movement 3s ease-in-out infinite;
    animation-delay: 3s;
}

.arrow:before {
    background: url(https://movenpacks.com/wp-content/themes/moven-pack/images/arrow-ver-line.png) no-repeat;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    transform: rotate(90deg);
}

@-webkit-keyframes arrow-movement {
    0% {
        opacity: 0;
        top: 35%;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes arrow-movement {
    0% {
        opacity: 0;
        top: 35%;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* Arrow Floating */
/* About Us end */


/* Quality providing Start */
.quality-prov {
    position: relative;
    margin-bottom: 50px;
}

.quality-prov:before {
    content: '';
    position: absolute;
    width: 68%;
    height: 100%;
    background: url(https://movenpacks.com/wp-content/themes/moven-pack/images/quality.jpg) no-repeat;
    background-size: 100% 100%;
    right: -50px;
    top: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    z-index: -1;
}

/* Counter Section */

.counter-box {
    text-align: center;
    color: #fff;
}

.counter-box>div {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    font-family: 'Roboto';
}

.counter-box>p {
    text-transform: capitalize;
    font-size: 20px;
    margin: 5px 0 0;
    font-family: 'Poppins';
}

.counter-flex>a {
    display: flex;
    background: var(--theme1);
    height: 150px;
    align-items: center;
    justify-content: center;
    width: 220px;
    text-transform: uppercase;
    color: #fff;
}

.counter-sec span.count {
    color: #333;
}

/* Counter Section */

.quality-focused-main {
    position: relative;
}

.quality-focused-main:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    background: url(https://movenpacks.com/wp-content/themes/moven-pack/images/border-line.png)no-repeat;
}

.quality-focused-main .arrow {
    left: -8px;
    right: unset;
}

.quality-focused {
    background: url(https://movenpacks.com/wp-content/themes/moven-pack/images/quality-focused.jpg) no-repeat;
    padding: 40px 30px 35px;
    margin-left: 50px;
    border-radius: 20px;
}

.quality-focused h2 {
    color: #fff;
    font-size: 33px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 10px;
}

.quality-focused h5 {
    color: #00ca43;
    margin-bottom: 10px;
}

.quality-focused p {
    font-size: 14px;
    color: #fff;
}

.col-md-4 .counter-box:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: transparent;
    right: -15px;
    top: 0;
    border: 1px dashed;
}

.col-md-4 .counter-box {
    position: relative;
    margin: 25px 0;
}

.col-md-4:last-child .counter-box:before {
    border: none;
}

.play-btn {
    position: absolute;
    background: var(--lgreen);
    width: 70px;
    height: 70px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 35px;
    top: 50px;
    right: -30px;
}

/* Arrow Floating */
.arrow2 {
    opacity: 0;
    position: absolute;
    left: 35%;
    top: -20px;
    /* transform-origin: 50% 50%; */
    transform: translate(-50%, -50%);
}

.arrow2.arrow-first {
    -webkit-animation: arrow-movement2 3s ease-in-out infinite;
    animation: arrow-movement2 3s ease-in-out infinite;
    animation-delay: 0.5s;
}

.arrow2.arrow-second {
    -webkit-animation: arrow-movement2 3s ease-in-out infinite;
    animation: arrow-movement2 3s ease-in-out infinite;
    animation-delay: 1s;
}

.arrow2.arrow-third {
    -webkit-animation: arrow-movement2 3s ease-in-out infinite;
    animation: arrow-movement2 3s ease-in-out infinite;
    animation-delay: 1.5s;
}

.arrow2.arrow-fourth {
    -webkit-animation: arrow-movement2 3s ease-in-out infinite;
    animation: arrow-movement2 3s ease-in-out infinite;
    animation-delay: 2s;
}

.arrow2.arrow-fifth {
    -webkit-animation: arrow-movement2 3s ease-in-out infinite;
    animation: arrow-movement2 3s ease-in-out infinite;
    animation-delay: 2.5s;
}

.arrow2.arrow-sixth {
    -webkit-animation: arrow-movement2 3s ease-in-out infinite;
    animation: arrow-movement2 3s ease-in-out infinite;
    animation-delay: 3s;
}

.arrow2:before {
    background: url(https://movenpacks.com/wp-content/themes/moven-pack/images/arrow-ver-line.png) no-repeat;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;

}


@-webkit-keyframes arrow-movement2 {
    0% {
        opacity: 0;
        left: 22%;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes arrow-movement2 {
    0% {
        opacity: 0;
        left: 22%;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* Arrow Floating */

.play-btn a {
    color: #000;
}

.play-btn a:hover {
    color: #fff;
    transform: scale(1.1);
}


.rating-star ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0;
}

.trust-score {
    background: url(https://movenpacks.com/wp-content/themes/moven-pack/images/trust-score.jpg) no-repeat;
    position: relative;
    padding: 25px;
    text-align: center;
    border-radius: 15px;
    margin-bottom: -50px;
}

.trust-score p {
    color: #fff;
}

.rating-star ul li a {
    color: var(--lgreen);
}

.rating-star ul li a:hover {
    color: var(--dgreen);
}

.quality-prov .row.abt-row-pad {
    align-items: end;
}

.quality-prov .row.abt-row-pad .col-lg-4 {
    margin-left: 30px;
}

/* Quality providing Start*/

/* Services Start */
.service-head,
.service {
    position: relative;
}

.service:before {
    content: '';
    position: absolute;
    width: 250px;
    height: 340px;
    background: url(https://movenpacks.com/wp-content/themes/moven-pack/images/green-plane.png)no-repeat;
    background-size: 100%;
    top: 40px;
    right: -90px;
    z-index: 0;
    /* animation: translateUp 3s linear infinite; */
}

.service-head .arrows2 .arrow2 {
    top: 180px;
    left: 12%;
}

.service-head .arrows2 .arrow2.arrow-first {
    -webkit-animation: arrow-movement3 3s ease-in-out infinite;
    animation: arrow-movement3 3s ease-in-out infinite;
    animation-delay: 0.5s;
}

.service-head .arrows2 .arrow2.arrow-second {
    -webkit-animation: arrow-movement3 3s ease-in-out infinite;
    animation: arrow-movement3 3s ease-in-out infinite;
    animation-delay: 1s;
}

.service-head .arrows2 .arrow2.arrow-third {
    -webkit-animation: arrow-movement3 3s ease-in-out infinite;
    animation: arrow-movement3 3s ease-in-out infinite;
    animation-delay: 1.5s;
}

.service-head .arrows2 .arrow2.arrow-fourth {
    -webkit-animation: arrow-movement3 3s ease-in-out infinite;
    animation: arrow-movement3 3s ease-in-out infinite;
    animation-delay: 2s;
}

.service-head .arrows2 .arrow2.arrow-fifth {
    -webkit-animation: arrow-movement3 3s ease-in-out infinite;
    animation: arrow-movement3 3s ease-in-out infinite;
    animation-delay: 2.5s;
}

.service-head .arrows2 .arrow2.arrow-sixth {
    -webkit-animation: arrow-movement3 3s ease-in-out infinite;
    animation: arrow-movement3 3s ease-in-out infinite;
    animation-delay: 3s;
}

@-webkit-keyframes arrow-movement3 {
    0% {
        opacity: 0;
        left: 0%;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes arrow-movement3 {
    0% {
        opacity: 0;
        left: 0%;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.service-head h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    color: var(--lgreen);
}

.service-head h2 {
    font-size: 55px;
    color: #000;
    font-weight: 700;
}

.service-learn-more a {
    margin-left: auto;
}

.service-learn-more a:before {
    box-shadow: none;
    height: 54px;
}

.service-learn-more a:hover:before {
    transform: skewX(15deg);
}

.serv-item-detail {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 85%;
    height: 47%;
    background: url(https://movenpacks.com/wp-content/themes/moven-pack/images/serv-cntnt-bg.png) no-repeat;
    margin: 0 31px;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
}

.service-item {
    position: relative;
    text-align: center;
    width: 100%;
}

.serv-item-detail img {
    margin-top: 0;
    margin-bottom: 20px;
    transition: 0.6s all;
}

.serv-item-detail:hover img {
    filter: brightness(0);
    transition: 0.6s all;
}

.serv-item-detail h3 {
    font-weight: 500;
    font-size: 33px;
}

.ser-items-img img {
    width: 100%;
    height: 510px;
    object-fit: cover;
}

/* Services End */

/* Testimonial Start */
.testimonial {
    position: relative;
    background: url(https://movenpacks.com/wp-content/themes/moven-pack/images/testi-bg.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0 0;
}

.testi-item-bg {
    background: #000;
    height: 100%;
    padding: 50px 30px 10px;
    border-top-right-radius: 90px;
}

.testi-heading {
    display: flex;
    align-items: center;
    gap: 35px;
}

.testi-head h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    color: var(--lgreen);
    margin: 0;
}

.testi-head h2 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 42px;
    color: #fff;
    margin: 0;
}

.testi-slider-item p {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 200;
    font-style: italic;
    margin: 20px 0;
}

.testi-slider-item {
    padding-left: 90px;
}

.testi-user-det img {
    border-radius: 50%;
    width: 100px;
}

.user-name-desg li:first-child {
    font-size: 23px;
    color: #fff;
    font-weight: 700;
}

.user-name-desg {
    margin: 10px 0;
}

.user-name-desg li:last-child {
    color: var(--lgreen);
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 600;
    margin-top: 2px;
}

.testi-slider .slick-dots li.slick-active button:before {
    content: '';
    position: absolute;
    background: var(--lgreen);
    border-radius: 50%;
    opacity: 1;
    width: 9px;
    height: 9px;
    top: 2px;
    left: 2px;
}

.testi-slider .slick-dots li button {
    content: '';
    position: absolute;
    background: transparent;
    width: 15px;
    height: 15px;
    border: 1px solid var(--lgreen);
    border-radius: 50%;
    opacity: 1;
}

.testi-slider .slick-active {
    opacity: 1;
}

.testi-slider .slick-dots {
    text-align: end;
}

/* Testimonial End */

/* Experience Counter Section */
.experience {
    position: relative;
    margin-top: 150px;
}

.experience::before {
    content: '';
    position: absolute;
    content: '';
    position: absolute;
    width: 250px;
    height: 340px;
    background: url(https://movenpacks.com/wp-content/themes/moven-pack/images/green-plane.png)no-repeat;
    background-size: 100%;
    top: -58%;
    left: -120px;
    z-index: 0;
    transform: rotateY(180deg) rotateZ(260deg);
    animation: translateDown 3s linear infinite;

}

.experience:after {
    content: '';
    position: absolute;
    width: 33vw;
    height: 100%;
    background: var(--lgreen);
    right: -150px;
    transform: skewX(-25deg);
    top: 0;
    z-index: -3;
    animation: translateR 1.5s linear;
}

@keyframes translateL {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes translateR {
    0% {
        transform: translateX(100%) skewX(-25deg);
    }

    100% {
        transform: translateX(0) skewX(-25deg);
    }
}

.experience .row .col-lg-10 {
    position: relative;
}

.experience .row .col-lg-10:before {
    content: '';
    position: absolute;
    width: 85vw;
    height: 100%;
    background: var(--dgreen);
    left: -200px;
    border-radius: 20px;
    z-index: -1;
    animation: translateL 1.5s linear;
}

.counter-section .counter-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.counter-section .counter-box>p {
    text-align: start;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
}

.counter-section .counter-box>div {
    font-size: 80px;
}

.counter-section {
    padding: 50px 0;
}

.counter-section .col-md-4 .counter-box:before {
    display: none;
}

.main-counter-box p {
    color: #fff;
    padding: 0 10px;
}

/* Experience Counter Section end*/

/* Get A Quote Start */
.get-quote-form {
    background: var(--dgreen);
    padding: 60px 65px;
}

.input-type input,
.input-type textarea {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(255, 255, 225, .5);
    padding: 10px 20px;
    height: 45px;
    margin-bottom: 15px;
    color: rgba(255, 255, 225, 1);
    border-radius: 6px;
    font-weight: 200;
}

.input-type input::placeholder,
.input-type textarea::placeholder {
    color: rgba(255, 255, 225, 1);
}

.get-quote-form h5 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
}

.get-quote-form h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.input-type textarea {
    height: 130px;
}

.get-quote-img img {
    width: 100%;
    height: 653px;
    object-fit: cover;
}

.get-quote-btn button {
    background: transparent;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto';
    position: relative;
    z-index: 1;
    width: 150px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.get-quote-btn button:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 50px;
    background: var(--lgreen);
    z-index: -1;
    transform: skewX(-15deg);
    box-shadow: 7px 7px 0px 0px #fff;
    transition: 1s all ease;
}

.get-quote-btn button:hover:before {
    box-shadow: none;
    transition: 1s all ease;
    /* animation: jiggle 800ms linear 2; */
}

/* Get A Quote End */

/* footer Start */
footer {
    position: relative;
}

footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 170%;
    bottom: 0;
    left: 0;
    background: #252525;
    z-index: -1;
}

footer:after {
    content: '';
    position: absolute;
    content: '';
    position: absolute;
    width: 250px;
    height: 340px;
    background: url(https://movenpacks.com/wp-content/themes/moven-pack/images/green-plane.png)no-repeat;
    background-size: 100%;
    top: -130%;
    left: -120px;
    z-index: 6;
    transform: rotateY(180deg) rotateZ(260deg);
    animation: translateDown 3s linear infinite;
}

.footer-logo a img {
    width: 30%;
}

.footer-top {
    padding: 20px 0 40px;
}

.top-cntct-item img {
    width: 30px;
}

.footer-cntct {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.footer-cntct .top-cntnt-item-det {
    text-align: start;
}

.footer-logo {
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin: 0 120px 30px;
}

.footer-cntct .top-cntct-item:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background: #fff;
    right: -25px;
    top: 0;
}

.footer-cntct .top-cntct-item:last-child::before {
    display: none;
}

.footer-btm {
    background: #000;
    padding: 10px 0;
}

.footer-copyright p {
    color: #ffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

/* Footer End */

/* inner Banner Start */

.main_inner-banner {
    background: url(https://movenpacks.com/wp-content/themes/moven-pack/images/banner.jpg) no-repeat;
    background-size: cover;
    position: relative;
    padding: 45px 0 45px;
    background-size: 100% 100%;
}


.main_inner-banner::before {
    content: '';
    position: absolute;
    width: 250px;
    height: 340px;
    background: url(https://movenpacks.com/wp-content/themes/moven-pack/images/banner-plane.png)no-repeat;
    background-size: 100%;
    top: 40px;
    right: -90px;
    z-index: 0;
    animation: translateUp 3s linear infinite;
}

.main_inner-banner .banner-img {
    position: relative;
    width: 691px;
    z-index: 1;
    left: 10px;
    /* overflow: hidden; */
    /* height: 680px; */
    padding-top: 82px;
    /* border-radius: 50%; */
}

.main_inner-banner .banner-img-circle {
    position: relative;
}

.main_inner-banner .banner-img-circle:before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: var(--lgreen);
    top: 5px;
    left: 104px;
    border-radius: 50%;
    z-index: 0;
}


.main_inner-banner .col-lg-7:last-child {
    position: relative;
    left: 70px;
}

.main_inner-banner .banner-img-circle:after {
    content: '';
    position: absolute;
    width: 540px;
    height: 540px;
    background: url(https://movenpacks.com/wp-content/themes/moven-pack/images/border-circle.png) no-repeat;
    background-size: 100%;
    top: -15px;
    left: 84px;
    /* border-radius: 50%; */
    z-index: 0;
    /* border: 4px dashed #fff; */
    animation: rotator 50000ms linear infinite;
    /* transform: scale(1.01); */
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.banner-text h1 {
    font-size: 110px;
    text-transform: capitalize;
    margin: 0;
    line-height: 110px;
}

.inner-footer::before {
    height: 100%;
}

.inner-footer::after {
    top: -90%;
}

footer.inner-footer {
    margin-top: 60px;
}

/* inner Banner End */

/* About Us Page Start */
.abt-page-sec-1 img {
    border-radius: 20px;
    height: 650px;
    width: 90%;
    object-fit: cover;
}

section.abt-page-2 {
    position: relative;
}

.abt-page-sec-2 p {
    margin-top: 25px;
}

.abt-page-sec-2 h2 {
    font-size: 33px;
    line-height: normal;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.abt-page-sec-2 h2 span {
    color: var(--lgreen);
}

.abt-page-sec-1:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    left: 0;
    top: 50%;
    background: url(https://movenpacks.com/wp-content/themes/moven-pack/images/border-line.png)no-repeat;
    transform: translateY(-50%);
}

.abt-page-sec-1 {
    position: relative;
    text-align: end;
}

.abt-page-sec-1 .arrow {
    left: -8px;
    right: unset;
}

.abt-sec-1-inner p {
    margin-top: 22px;
}

/* About Us Page End */

/* services pages Start */
.service-page:before {
    content: '';
    position: absolute;
    width: 250px;
    height: 340px;
    background: url(https://movenpacks.com/wp-content/themes/moven-pack/images/green-plane.png)no-repeat;
    background-size: 100%;
    bottom: 0%;
    top: unset;
    right: -90px;
    z-index: 0;
    animation: translateDown2 3s linear infinite;
    transform: rotateZ(-180deg) rotateY(180deg);
}

@keyframes translateDown2 {
    0% {
        transform: translate(0px, 0px) rotateZ(-180deg) rotateY(180deg);
    }

    50% {
        transform: translate(-10px, -10px) rotateZ(-180deg) rotateY(180deg);
    }

    100% {
        transform: translate(0px, 0px) rotateZ(-180deg) rotateY(180deg);
    }
}

.service-page .serv-item-detail {
    bottom: 47px;
}

.service-page .service-item a.learn-more {
    margin: 20px auto 0;
}

.service-page .service-item a.learn-more:before {
    box-shadow: none;
    height: 54px;
}

.service-page .service-item a.learn-more:hover:before {
    transform: skewX(15deg);
}

/* services pages End */

/* Service Details Start */
.serv-det-img img {
    width: 100%;
    border-radius: 20px;
}

.serv-det-cntnt {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 15px 0 #00000047;
    margin-top: -60px;
    z-index: 2;
    position: relative;
    width: 90%;
    margin: -60px auto 0;
    border-radius: 20px;
    padding: 70px;
}

.serv-det-cntnt p {
    font-size: 14px;
    font-family: 'Roboto';
    color: #000;
}

.serv-det-cntnt h3 {
    font-weight: 700;
}

.serv-det {
    position: relative;
}

.serv-det:after {
    content: '';
    position: absolute;
    content: '';
    position: absolute;
    width: 250px;
    height: 340px;
    background: url(https://movenpacks.com/wp-content/themes/moven-pack/images/green-plane.png)no-repeat;
    background-size: 100%;
    top: 50%;
    left: -120px;
    z-index: 6;
    transform: rotateY(180deg) rotateZ(260deg);
    animation: translateDown 3s linear infinite;
}

.servdet-footer:after {
    display: none;
}

/* Services Details end */



@media only screen and (min-width: 1661px) and (max-width: 1920px) {}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 576px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 575px) {}