@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.eot');
    src: url('../fonts/Manrope-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-Bold.woff2') format('woff2'),
        url('../fonts/Manrope-Bold.woff') format('woff'),
        url('../fonts/Manrope-Bold.ttf') format('truetype'),
        url('../fonts/Manrope-Bold.svg#Manrope-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraBold.eot');
    src: url('../fonts/Manrope-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('../fonts/Manrope-ExtraBold.woff') format('woff'),
        url('../fonts/Manrope-ExtraBold.ttf') format('truetype'),
        url('../fonts/Manrope-ExtraBold.svg#Manrope-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Light.eot');
    src: url('../fonts/Manrope-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-Light.woff2') format('woff2'),
        url('../fonts/Manrope-Light.woff') format('woff'),
        url('../fonts/Manrope-Light.ttf') format('truetype'),
        url('../fonts/Manrope-Light.svg#Manrope-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Semibold.eot');
    src: url('../fonts/Manrope-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-Semibold.woff2') format('woff2'),
        url('../fonts/Manrope-Semibold.woff') format('woff'),
        url('../fonts/Manrope-Semibold.ttf') format('truetype'),
        url('../fonts/Manrope-Semibold.svg#Manrope-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Medium.eot');
    src: url('../fonts/Manrope-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-Medium.woff2') format('woff2'),
        url('../fonts/Manrope-Medium.woff') format('woff'),
        url('../fonts/Manrope-Medium.ttf') format('truetype'),
        url('../fonts/Manrope-Medium.svg#Manrope-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.eot');
    src: url('../fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-Regular.woff2') format('woff2'),
        url('../fonts/Manrope-Regular.woff') format('woff'),
        url('../fonts/Manrope-Regular.ttf') format('truetype'),
        url('../fonts/Manrope-Regular.svg#Manrope-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Thin.eot');
    src: url('../fonts/Manrope-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Manrope-Thin.woff2') format('woff2'),
        url('../fonts/Manrope-Thin.woff') format('woff'),
        url('../fonts/Manrope-Thin.ttf') format('truetype'),
        url('../fonts/Manrope-Thin.svg#Manrope-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Manrope';
}

h1 {
    font-size: 42px;
    font-family: 'Manrope';
}

h2 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Manrope';
}

h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Manrope';
}

h4 {
    font-size: 20px;
    font-family: 'Manrope';
}

h5 {
    font-size: 20px;
    font-family: 'Manrope';
}

h6 {
    font-size: 20px;
    font-family: 'Manrope';
}

p {
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    padding-bottom: 10px;
    font-weight: normal;
    font-family: 'Manrope';
}

a {
    text-decoration: none;
    font-family: 'Manrope';
}

a:hover {
    color: inherit;
}

input {
    font-family: 'Manrope';
}

.enquery .form-control:focus::placeholder {
    opacity: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

html {
    scroll-behavior: smooth;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(222 2 9 / 13%);
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Common CSS */

.btn:hover{
    color: #ffffff;
}

.btn {
    --tilt: 40px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    /* background: none; */
}

.btn:before {
    left: calc(-100% - var(--tilt));
}

.btn:before, .btn:after {
    content: "";
    z-index: -1;
    width: calc(100% + var(--tilt));
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(0deg, rgba(126,3,3,1) 0%, rgba(222,2,9,1) 62%);
    clip-path: polygon(0 0, calc(100% - var(--tilt)) 0, 100% 100%, 0 100%);
    transition: transform 0.6s;
}

.btn:after {
    left: 100%;
    transform: rotate(180deg);
}
.btn:hover:before {
    transform: translateX(100%);
}
.btn:hover:after {
    transform: rotate(180deg) translateX(100%);
}

.theme-btn {
    border-color: #c50202;
    padding: 9px 10px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 4px;
    color: #ffffff;
    width: 150px;
    background: rgb(126,3,3);
    background: linear-gradient(0deg, rgba(126,3,3,1) 0%, rgba(222,2,9,1) 62%);
}
.theme-btn-trans {
    background: #f9000000;
    border-color: #606060;
    padding: 9px 10px;
    font-weight: 500;
    font-size: 14px;
    width: 150px;
    border-radius: 4px;
    color: #343434;
    margin-right: 5px;
}
.top_contact img {
    width: 23px;
    margin-right: 5px;
}
.top_contact a {
    font-size: 20px;
    font-weight: 700;
    color: #ff8b00;
}
.flex_nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.top-bar {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background: #ffffff;
    border: 0;
    padding: 3px 0px;
    margin: 15px 75px;
    border-radius: 9px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .2s;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 18.25px 6.75px rgba(0, 0, 0, 0.09);
}

.first_row {
    align-items: center;
    position: relative;
}

.banner {
    padding: 202px 0px 110px;
    position: relative;
    z-index: 0;
}

header {
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #f8f8f8;
}

header.onscroll {
    box-shadow: 0px 5px 20px 0 rgb(0 0 0 / 26%);
    transition: .2s;
}
.media-left.media-middle img {
        width: 132px;
    }
.onscroll .top-bar {
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.18);
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .2s;
    box-shadow: 0 0 0.5em rgb(18 18 18 / 15%);
    background-color: rgb(255, 255, 255);
    margin: 0;
    border-radius: 0;
}

.nav_main .nav-link:focus,
.nav-link {
    color: #202020 !important;
    font-size: 14px;
    font-weight: 600;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 8px !important;
    padding-left: 8px !important;
    padding: 23px 0;
}
.first_row .navbar {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-nav .nav-link {
    position: relative;
}

.top-bar .navbar-toggler-icon {
    background: url(../images/humburger.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 10px;
    clear: both;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
}
.dropdown-menu[data-bs-popper] {
    /* margin-top: 1.125rem; */
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 3px solid #a80306;
}
.navbar li.nav-item.dropdown:hover .dropdown-menu {
    /* margin-top: 1.125rem; */
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 3px solid #a80306;
    display: block;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #b802080e;
}
.dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}

.dropdown-toggle::after {
    border: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    transform: rotate(225deg);
}

/* .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    margin: auto;
    width: 0;
    height: 3px;
    background: #aa1e21;
    transition: all .3s ease-in-out;
} */

/* .navbar-nav .nav-link:hover::after {
    width: calc(100% - 15px);
} */

.banner:before {
    content: "";
    background: url(../images/Header-Banner.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
/* .banner:after {
    content: "";
    background: url(../images/banner_image.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    max-width: 700px;
    max-height: 765px;
} */
.banner_image_right img {
    max-width: 450px;
    position: absolute;
    bottom: 0;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.nav-bar {
    background: #143059;
    -webkit-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    border-bottom: 1px solid rgba(51, 51, 51, .2);
}

.nav-bar.stiky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding-top: 40px;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.banner_content h1 {
    color: #ffffff;
    font-size: 50px;
    margin: 0;
    line-height: 60px;
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
}

.banner_content span {
    display: block;
    color: #fff;
    text-align: right;
    right: 115px;
    position: relative;
    bottom: 4px;
    font-weight: 500;
    font-size: 15px;
}

.banner_content p {
    color: #ffffff;
    font-weight: 600;
    line-height: 25px;
    padding: 10px 0 19px;
    font-size: 21px;
    font-family: "Josefin Sans", sans-serif;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}


.navbar-light .navbar-toggler {
    color: #ffffff !important;
    border-color: rgb(255 255 255);
    padding: 3px 9px;
}

.top_info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top_info button.navbar-toggler {
    display: none;
}

.banner_row {
    padding: 0 70px;
}
.enquery .form-control::placeholder {
    color: #535353;
}


.space {
    padding: 110px;
}


.awards {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.awards li {
    margin-right: 6px;
}

.awards li img {
    width: 75px;
}
.btn_shape {
    text-align: center;
    position: relative;
}

.btn_shape img {
    width: 220px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -70px;
}

.btn_shape a {
    font-size: 19px;
    z-index: 2;
    color: #fff;
    font-weight: 800;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
}

.get_a_quote {
    padding: 50px 0 0;
}
.get_a_quote .row {
    align-items: center;
}
/*form*/
.enquery{
	background: #fff;
    /* box-shadow: 8px 20px 18px 0 rgb(143 143 143 / 35%); */
    border-radius: 11px;
    overflow: hidden;
    border-bottom: 5px solid #ffa233;
    box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.09);
}

.enquery .title {
    padding: 30px 10px 4px;
    margin: 0;
    text-transform: capitalize;
    color: #414042;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    border-top: 5px solid #ffa233;
    font-size: 40px;
}
.title_text {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #525252;
}
.title span {
    color: #ffa233;
}

.enquery form{
    padding: 14px 20px 20px;
}

.enquery .form-control {
    border: 0;
    border-bottom: 1px solid #c1c1c1;
    border-radius: 0px;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 500;
    height: auto;
    line-height: 1;
}
.enquery .form-control:focus {
    border-color: #ffa233;
    box-shadow: none !important;
}
.enquery .form-group {
	margin-bottom: 15px;
}

.datepicker td, .datepicker th {
	width: 2rem;
    height: 2rem;
    font-size: 14px;
}

.enquery .form-check {
    display: flex;
    align-items: center;
    padding-left: 0;
}

.enquery .form-check-input {
    position: static;
    margin: 0px 8px 0 0 !important;
}

.enquery .form-check-label {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
}   
.enquery textarea.form-control {
    height: 100px;
}
.custom-control-label::after, .custom-control-label::before{
    top: 0;
}

.enquery form .btn-danger {
    border-radius: 25px;
    background: #ffa233;
    border-color: #ffa233;
    padding: 6px 30px;
    font-weight: 500;
}
.enquery .form-check-label a {
    color: #ffa233;
}
::-webkit-input-placeholder {
    opacity: 1;
    color: #8b8b8b !important;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

:-moz-placeholder {
    opacity: 1;
    color: #8b8b8b !important;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

::-moz-placeholder {
    opacity: 1;
    color: #8b8b8b !important;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

:-ms-input-placeholder {
    opacity: 1;
    color: #8b8b8b !important;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

:focus::-webkit-input-placeholder {
    opacity: 0;
}

:focus:-moz-placeholder {
    opacity: 0;
}

:focus::-moz-placeholder {
    opacity: 0;
}

:focus:-ms-input-placeholder {
    opacity: 0;
}

:focus::placeholder {
    opacity: 0;
}
.form-check-input:checked {
    background-color: #ffa233;
    border-color: #ffa233;
}
.why_points {
    display: flex;
    align-items: start;
    margin-bottom: 11px;
    padding-left: 40px;
}

.why_points span {
    margin-right: 25px;
}

.why_points .title h3 {
    font-size: 21px;
    font-weight: 600;
    color: #525252;
}
.title p {
    font-size: 14px;
}

.why_us h2 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-left: 40px;
}

.about h2 {
    font-size: 43px;
    font-weight: 700;
}

p.trust {
    font-size: 21px;
    font-weight: 700;
    color: #ffa233;
    margin-bottom: 15px !important;
}
.about_image img {
    width: 100%;
}
.about_section {
    padding: 50px 0 50px;
}
.about_section .row {
    align-items: center;
}
.about p {
    margin-bottom: 8px;
    line-height: 27px;
}

.contact_divider {
    background: url(../images/divider_bg.png);
    background-repeat: no-repeat;
    padding: 75px 0 55px;
    position: relative;
    background-size: cover;
}
.contact_divider .row {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ctc_details h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
}

p.ctc_tag {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    position: relative;
}

p.ctc_tag::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 415px;
    height: 3px;
    margin: auto;
    right: 0;
    bottom: -50px;
}

.ctc_details a {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    font-style: italic;
}

.ctc_details h3 {
    margin-top: 25px;
}
.contact_divider::before {
    content: "";
    background: url(../images/a-men.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    z-index: 4;
    max-width: 383px;
    max-height: 597px;
}

.contact_divider::after {
    content: "";
    background: url(../images/truck-side.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    z-index: 4;
    max-width: 403px;
    max-height: 597px;
}
.services_section {
    background: url(../images/service_bg.png);
    background-repeat: no-repeat;
    padding: 65px 0 60px;
    position: relative;
    background-size: cover;
}
.service_heading h2 {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
}

.service_heading p {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #ff8b00;
}

/* .service_heading {
    margin-bottom: 60px;
} */

.service_box {
    text-align: center;
    background-image: -webkit-linear-gradient(90deg, rgb(255, 232, 205) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 232, 205) 0%, rgb(255, 255, 255) 100%);
    border-radius: 8px;
    padding: 16px 10px 40px;
    /* margin-top: 45px; */
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /* justify-content: space-between; */
    position: relative;
}
.service_box img {
    margin: 0 auto;
}
.services_section .row>[class*=col-lg-3] {
    margin-bottom: 40px;
}

.service_box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #525252;
    position: relative;
    margin-top: 20px;
}

.service_box p {
    font-size: 14px;
    font-weight: 500;
    padding-top: 12px;
}

.service_box h3::before {
    content: "";
    position: absolute;
    background: #ff8b00;
    left: 0;
    bottom: -13px;
    height: 4px;
    width: 80px;
    margin: auto;
    right: 0;
    border-radius: 2px;
}
.price_section {
    padding: 70px 0 20px;
}
.price_section .row {
    align-items: center;
}
.price_title h2 {
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.price_title p {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #ff8b00;
    padding-bottom: 20px;
}
.price_tabs .nav-pills .nav-link {
    border: 0;
    border-radius: 10px;
    background: #e1e1e1;
    margin-bottom: 12px;
    padding: 12px 22px;
    font-size: 17px;
    text-align: left;
    position: relative;
}
.price_tabs .nav-pills .nav-link.active {
    background: #ff8b00;
    color: #fff !important;
}
.price_tabs .nav-pills .nav-link:hover {
    background: #ff8b00;
    color: #fff !important;
}
.price_tabs .nav-pills .nav-link::before {
    content: "";
    position: absolute;
    display: block;
    width: 14px !important;
    height: 14px !important;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    right: 19px;
    top: 0;
    margin: 15px auto;
    transform: rotate(135deg);
}

.price_tabs .nav-pills .nav-link.active::before {
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}
.price_tabs .nav-pills .nav-link:hover::before {
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

/*.price_tabs .nav-pills .nav-link::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    border-left: 19px solid #414042;*/
/*    border-top: 9px solid transparent;*/
/*    border-bottom: 9px solid transparent;*/
/*    right: 12px;*/
/*    top: 0;*/
/*    width: 0;*/
/*    height: 0;*/
/*    margin: 15px auto;*/
/*}*/
.bottom {
    padding: 7px 14px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    margin: 0px 0px 15px;
}
.caption {
    margin-bottom: 8px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.bottom .context img {
    filter: brightness(0.4);
}   
.bottom .context span {
    font-size: 26.18px;
    margin-left: 8px;
    color: #4f4f4f;
}
.bottom .row .rect:nth-child(2) {
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}
.truck_price_image img {
    width: 100%;
    margin: auto;
    display: block;
}

.truck_price_image {
    position: relative;
}
.truck_price_image{
    position: relative;
    margin-top: 30px;
}
.truck_price_image::before {
    content: "";
    position: absolute;
    background: #ff8b00;
    height: 150px;
    width: 250px;
    left: 0;
    right: 0;
    margin: auto;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: -1;
}
.truck_price_image h3 {
    text-align: center;
    display: block;
    color: #fff;
    font-weight: 700;
    padding: 10px 0 0;
    margin: 0;
}

.move_day {
    background: url(../images/move-day-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 35px;
}

.move_day .row {
    justify-content: flex-end;
}
.move_day_box {
    background: #ffffffe3;
    padding: 0 30px 10px;
    overflow: hidden;
}
.move_day_box h2 {
    font-weight: 700;
    padding-top: 15px;
}
.move_day_box h2 {
    font-weight: 700;
    padding-top: 15px;
}

.move_day_box ul li::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 5px;
    background-image: url(../images/check.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    max-width: 14px;
    max-height: 14px;
    z-index: 2;
}

.move_day_box ul li {
    position: relative;
    padding: 1px 0 10px 13px;
    font-size: 15px;
}
.move_day_box h3 {
    font-size: 23px;
    font-weight: 600;
    margin: 6px 0px 3px;
}

.move_day_box strong {
    /*font-style: italic;*/
    font-weight: 600;
    color: #ff8b00;
}

.move_day_box ul {
    margin-top: 10px;
}
.move_day_box h4 {
    background: #ff8b00;
    padding: 5px 30px 5px 0;
    font-size: 25px;
    font-weight: 700;
    font-style: italic;
    display: inline-block;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}
.move_day_box h4 a {
    color: #fff;
}

.move_day_box h4::before {
    content: "";
    position: absolute;
    background: #ff8b00;
    top: 0;
    left: -50px;
    height: 100%;
    width: 50px;
}
.testimonials {
    background: url(../images/testimonials_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 30px;
}

ul.rating {
    display: flex;
    color: #ff8b00;
}
.name span {
    font-weight: 600;
    font-size: 15px;
}
.name h5 {
    margin: 9px 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #575757;
}
ul.rating li i {
    font-size: 19px;
    padding: 0 2px;
}
p.comnt {
    font-size: 17px;
    color: #505050;
    line-height: 31px;
    font-weight: 500;
}
.testi_title h2 {
    color: #414042;
    font-size: 49px;
    font-weight: 700;
    margin-bottom: 20px;
}

.testi_title h4 {
    font-size: 22px;
    margin: 0;
    font-weight: 600;
    color: #f98801;
}
.testimonials_img img {
    width: 100%;
}
.testimonials .owl-nav button {
    background: #414042 !important;
    color: #fff !important;
    margin: 0 3px;
    border-radius: 50px;
    width: 26px;
    height: 26px;
    font-size: 25px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px !important;
}
.testimonials .owl-nav {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.box {
    position: relative;
}

.box::before {
    content: "";
    position: absolute;
    background: url(../images/quote.png);
    left: 0;
    top: 0;
}
.divider_contact {
    padding: 50px 0;
}
.divider_contact .inner_row {
    background: #ff8b00;
    border-radius: 8px;
    align-items: center;
    padding: 60px 60px;
    background: url(../images/bg_divider_contact.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.divider_contact .inner_row::before {
    content: "";
    background: url(../images/left-shape.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 24%;
    background-size: cover;
    max-width: 413px;
    max-height: 319px;
}
.divider_contact .inner_row::after {
    content: "";
    background: url(../images/right-shape.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -173px;
    bottom: 0;
    right: 0;
    width: 26%;
    background-size: cover;
    max-width: 336px;
    max-height: 369px;
}
.title_divider {
    padding-left: 10px;
}   
.title_divider h2 {
    color: #fff;
    font-weight: 700;
}

.title_divider p {
    font-size: 23px;
    color: #fff;
    font-weight: 600;
    padding: 0;
}
a.btn_frm {
    background: #fff;
    padding: 10px 25px;
    border-radius: 20px;
    font-size: 19px;
    color: #212121;
    font-weight: 600;
}
.num_divider a {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
}

.num_divider img {
    width: 30px;
    margin-right: 8px;
    margin-top: -4px;
}

.num_divider {
    margin-top: 18px;
    text-align: center;
    z-index: 1;
    position: relative;
}
.btns_divider{
    text-align: center;
    z-index: 1;
    position: relative;
}



.faq {
    padding: 45px 0 0;
}
.faq .row {
    justify-content: center;
}
.faq_title h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #ff8b00;
    margin-bottom: 5px;
}
.faq_title {
    margin-bottom: 50px;
}
.faq_title h2 {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #414042;
}
.faq .faq-list {
    padding: 0 100px;
  }
  
  .faq .faq-list ul {
    padding: 0;
    list-style: none;
  }
  
  .faq .faq-list li+li {
    margin-top: 15px;
  }
  
  .faq .faq-list li {
    padding: 15px 25px;
    background: #eaeaea;
    border-radius: 8px;
    position: relative;
    border: 1px solid #d6d6d6;
}
  
  .faq .faq-list a {
    display: block;
    position: relative;
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
    padding: 0 30px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    color: #414042;
}
  
  .faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #ff8b00;
}
  
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 13px;
}
  
  .faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
  }
  
  .faq .faq-list .icon-show {
    display: none;
  }
  
  .faq .faq-list a.collapsed {
    color: #414042;
    transition: 0.3s;
}
  
  .faq .faq-list a.collapsed:hover {
    color: #ff8b00;
  }
  
  .faq .faq-list a.collapsed .icon-show {
    display: inline-block;
  }
  
  .faq .faq-list a.collapsed .icon-close {
    display: none;
  }
  
  @media (max-width: 1200px) {
    .faq .faq-list {
      padding: 0;
    }
  }
  
  












/*footer*/
.footer {
    background: #414042;
    padding: 45px 0px;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footer ul li {
    list-style: none;
}

.footer ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.footer_first h4 {
    font-size: 23px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer ul span i {
    height: 39px;
    width: 39px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: .3s;
}

.footer ul li:hover i {
    background: #ff8b00;
}

.footer ul li span {
    padding-right: 12px;
}

.footer ul li {
    list-style: none;
    padding: 0px 0px 11px 0px;
}
.footer .list_check ul li {
    padding: 0px 0px 11px 12px;
    position: relative;
}
.footer .list_check ul li::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 3px;
    background-image: url(../images/check.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    max-width: 14px;
    max-height: 14px;
    z-index: 2;
}
.footer .icons ul {
    display: flex !important;
    align-items: center;
}

.footer .icons ul li {
    list-style: none;
    padding: 0px 0px 11px 0px;
}

.footer .icons ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0px 4px 0px 2px;
}

.footer .icons {
    margin-top: 9px;
}

.footer .icons i {
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: .3s;
}

.footer_ul_padding {
    margin-top: 45px !important;
}

footer .bottom-line {
    font-size: 16px;
}

.bottom-line ul li {
    list-style: none;
    padding: 0 15px;
    text-transform: capitalize;
    font-size: 13px;
    text-align: center;
}

.bottom-line ul li:first-child {
    border-right: 1px solid #ccc;
}

.bottom-line ul li a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.copyright {
    color: #ffffff;
    font-size: 13px;
    font-family: 'Manrope';
}

.copy_right a {
    color: #fff;
    text-decoration: underline;
}

.copy_right {
    text-align: right;
}

.widget h3 {
    position: relative;
}

.widget h3:before {
    position: absolute;
    content: "";
    bottom: -6px;
    left: 0;
    height: 3px;
    width: 62px;
    background: #e97745;
    border-radius: 6px;
}

footer .bottom-line {
    font-size: 16px;
    background: #19252e;
}
.modal_custom .modal-body {
    padding: 0 !important;
}
.modal_custom .modal-title {
    font-size: 25px;
    font-weight: 700;
    color: #ffa233;
    text-transform: uppercase;
}
.btn_pricing a {
    padding: 15px 20px;
    background: #ff8b00;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
}

.btn_pricing {
    margin-top: 40px;
    text-align: center;
}
.mobile_call_side {
    display: none;
}
.navbar-nav .nav-link {
    position: relative;
}
.navbar-nav .nav-link:hover::after {
    width: calc(100% - 15px);
}
.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    margin: auto;
    width: 0;
    height: 3px;
    background: #ff8b00;
    transition: all .3s ease-in-out;
}
.service_box a {
    /* background: #ff8b00; */
    padding: 8px 15px;
    color: #252525;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
    letter-spacing: 1px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}






.country_section {
    padding: 50px 0 50px 0;
    background: url(../images/areas-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.custom-heading h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}
.countries_names {
    background-color: #fff;
    padding: 14px 14px 14px 0px;
    display: flex;
    align-content: center;
    border-radius: 5px;
    align-items: center;
    margin-bottom: 20px;
    transition: all ease-in-out .2s;
    box-shadow: 8px -11px 35px rgba(166, 166, 166, 0), 0 6px 6px rgba(0, 0, 0, 0.11);
    border: 1px solid #eaeaea;
}
.countries_number_box {
    background: #414042;
    padding: 4px 26px 4px 26px;
    border-radius: 8px;
    margin-left: -27px;
    height: 100%;
    transition: .2s;
}
.countries_number_box h4 {
    color: #fff;
    margin: 10px 0;
}
.countries_names ul {
    padding-left: 20px;
    margin-bottom: 0;
}
.countries_names ul li {
    display: inline-block;
    padding: 8px 0px 8px 0;
}
.countries_names ul li a {
    color: rgb(36 36 36);
    position: relative;
    transition: 0.2s;
    border: 1px solid #fff0;
    font-size: 15px;
    font-weight: 500;
}
.countries_names ul li:after {
    color: #666;
    content: "|";
    padding: 0px 10px 0px 10px;
}
.countries_names:hover .countries_number_box {
    background: #ff8a31;
}
.countries_names ul li a:hover {
    color: #ff8a31;
}
.countries_names ul li a:focus {
    border: 1px solid #ff8a31;
    color: #ff8a31;
    padding: 0;
    margin: 0;
}
.move_day_box a {
    color: #ff8b00;
}