@font-face {
  font-family: 'Poppins-Black';
  src: url('../fonts/poppins/Poppins-Black.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/poppins/Poppins-Black.woff') format('woff'), 
       url('../fonts/poppins/Poppins-Black.ttf')  format('truetype'), 
       url('../fonts/poppins/Poppins-Black.svg#Poppins-Black') format('svg');
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/poppins/Poppins-Bold.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/poppins/Poppins-Bold.woff') format('woff'), 
       url('../fonts/poppins/Poppins-Bold.ttf')  format('truetype'), 
       url('../fonts/poppins/Poppins-Bold.svg#Poppins-Bold') format('svg');
}


@font-face {
  font-family: 'Poppins-ExtraBold';
  src: url('../fonts/poppins/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/poppins/Poppins-ExtraBold.woff') format('woff'), 
       url('../fonts/poppins/Poppins-ExtraBold.ttf')  format('truetype'), 
       url('../fonts/poppins/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
}


@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts/poppins/Poppins-Light.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/poppins/Poppins-Light.woff') format('woff'), 
       url('../fonts/poppins/Poppins-Light.ttf')  format('truetype'), 
       url('../fonts/poppins/Poppins-Light.svg#Poppins-Light') format('svg');
}


@font-face {
  font-family: 'Poppins-Medium';
  src: url('../fonts/poppins/Poppins-Medium.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/poppins/Poppins-Medium.woff') format('woff'), 
       url('../fonts/poppins/Poppins-Medium.ttf')  format('truetype'), 
       url('../fonts/poppins/Poppins-Medium.svg#Poppins-Medium') format('svg');
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/poppins/Poppins-Regular.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/poppins/Poppins-Regular.woff') format('woff'), 
       url('../fonts/poppins/Poppins-Regular.ttf')  format('truetype'), 
       url('../fonts/poppins/Poppins-Regular.svg#Poppins-Regular') format('svg')
}

@font-face {
    font-family: 'Poppins SemiBold';
    src: url('../fonts/poppins/Poppins-SemiBold.eot');
    src: url('../fonts/poppins/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
         url('../fonts/poppins/Poppins-SemiBold.woff') format('woff'),
         url('../fonts/poppins/Poppins-SemiBold.ttf')  format('truetype'),
         url('../fonts/poppins/Poppins-SemiBold.svg#Poppins SemiBold') format('svg');
}

html {
    height: 100%;
}

body {  
    color: #000;
    min-height: 100%;   
    position: relative;
    font-family: 'Poppins-Regular';
}

:focus,
button:focus,
a:focus {
    border: 0;
    outline: 0;
}

a {
    text-decoration: none;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}

a:hover {
    text-decoration: none;
}

.padding-0 {
    padding: 0;
}

.float-none {
    float: none;
}

.inline-block {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.btn-white {
    color: #262853;
    border-radius: 0;
    background-color: #fff;
    font-family: 'Poppins SemiBold';
}

.btn-white:hover {
    color: #fff;
    background-color: #262853;
}

.btn-outline {
    color: #fff;
    border-radius: 0;
    border: 1px solid #fff;
    background-color: transparent;
    font-family: 'Poppins SemiBold';
}

.btn-outline:hover {
    color: #262853;
    background-color: #fff;
}

.btn-pale-white {
    color: #262853;
    border-radius: 0;
    background-color: #F8F5F1;
    font-family: 'Poppins SemiBold';
}

.btn-pale-white:hover {
    color: #fff;
    background-color: #262853;
}

.btn-blue {
    color: #fff;
    border-radius: 0;
    background-color: #262853;
    font-family: 'Poppins SemiBold';
}

.btn-blue:hover {
    color: #fff;
    background-color: #474A76;
}

.btn-outline-blue {
    color: #262853;
    border-radius: 0;
    border: 1px solid #262853;
    background-color: transparent;
    font-family: 'Poppins SemiBold';
}

.btn-outline-blue:hover {
    color: #fff;
    background-color: #262853;
}

.btn-blk {
    color: #fff !important;
    font-size: 16px;
    border-radius: 0;
    position: relative;
    background-color: #2B2E35;
    text-transform: uppercase;
}

.btn-blk:hover {
    border-color: #a9a9a9;
    background-color: #a9a9a9;
}

.title {
    text-align: center;
}

.title span {
    color: #d4d4d4;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Poppins SemiBold';
}

.title h3 {
    color: #333;
    font-size: 44px;
    font-family: 'Poppins SemiBold';
}

.title h3 span {
    color: #262853;
    font-size: 44px;
    position: relative;
    text-transform: none;
}



/**** Navbar Start ****/

.acv-nav {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    transition: all 0.3s ease-in;
}

.acv-nav-top {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}

.social-nav {
    margin: 0;
    float: right;
    display: flex;
    align-items: center;
}
.social-nav .login-btn a {
    color: #262853;
}
.acv-nav-top a,
.social-nav li a {
    color: #fff;
    padding: 10px;
}

.acv-nav-top .x-link .blue {
    display: none;
}

.acv-nav-top a:hover,
.social-nav li a:hover {
    color: #fff;
    background-color: #262853;
} 

.social-nav li img {
    height: 15px;
}

.acv-nav-bottom {
    margin-top: 15px;
}

.acv-nav-bottom img {
    height: 70px;
}

.acv-links ul {
    margin-top: 15px;
}

.acv-links ul li {
    margin: 0 25px !important;
}

.acv-links ul li a,
.acv-nav-bottom .navbar-nav li a {
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
}

.acv-links ul li a:hover {
    color: #dfdfdf;
}

.stickey-header {
/*    top: -45px;*/
    background-color: #fff;
}

.stickey-header .acv-nav-top {
    border-bottom: 1px solid #262853;
}

.stickey-header .acv-nav-top a, 
.stickey-header .social-nav li a {
    color: #262853;
}
.stickey-header .acv-nav-top a, 
.stickey-header .social-nav li a {
    color: #262853;
}
.stickey-header .social-nav li a:hover {
    color: #fff;
}

.stickey-header .acv-nav-bottom {
    margin: 10px 0;
}

.stickey-header .acv-nav-bottom .navbar-nav li a {
    color: #262853;
}

.stickey-header .acv-links {
    background-color: #262853;
}

.stickey-header .acv-links ul {
    margin: 10px 0;
}

.stickey-header .acv-links ul li a:hover {
    color: #fff;
    background-color: #1C1F55;
}

/*.stickey-header .acv-nav-bottom img {
    height: 70px;
}*/

/**** Home page ****/

.main-banner {
    height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-banner:before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
}

.main-banner:after {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/banner-shape.png');
}

.main-banner .content {
    z-index: 2;
    position: relative;
    text-align: center;
}

.main-banner h2 {
    z-index: 2;
    color: #fff;
    font-size: 66px;
    margin: 0 0 30px;
    margin-top: 70px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins SemiBold';
}

.home-intro,
.move-trucks {    
    text-align: center;
    position: relative;    
    background-position: center;
    background-repeat: no-repeat;
}


.home-intro {
    padding: 70px 0;    
    background-size: 100%;    
    background-image: url('../images/intro-bg.png');
}

.move-trucks {
    padding: 50px 0;
    background-size: cover;
    background-image: url('../images/move-trucks-bg.png');
}

.move-trucks:before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(35, 35, 49, 0.55);
}

.move-trucks .content {
    z-index: 2;
    position: relative;
}

.move-trucks h4 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 30px;
    font-family: 'Poppins-Bold';
}

.move-trucks p {
    color: #fff;
    margin: 30px 0 0;
}

.why-choose {
    padding: 70px 0;
}

.why-choose .title {
    text-align: left;
}

.why-choose .title h3 span {
    display: block;
}

.why-choose .title h3 span:after {
    left: 0;
    content: '';
    width: 100%;
    height: 40px;
    bottom: -45px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url('../images/curve.svg');
}

.why-choose-list {
    margin: 80px 0;
}

.why-choose-list ul {
    padding-left: 0;
    list-style-type: none;
}

.why-choose-list li {
    position: relative;
    margin: 0 0 15px;
}

.why-choose-list li:before {
    color: #333;
    content:"\f00c";
    font-family: 'FontAwesome';
}

.video-links {
    background-size: 85%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/video-bg.png');
}

.proud-member {
    display: flex;
    align-items: center;
}

.proud-member h4 {
    float: left;
    color: #262853;
    max-width: 170px;
    margin: 32px 0 0;
    font-weight: bold;
}

.explore-services {
    padding: 70px 0;
    position: relative;
    background-color: #1D2C38;
}

.explore-services:before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/service-bg.png');
}

.explore-services .title,
.explore-services .title h3,
.explore-services .title h3 span {
    color: #fff;
}

.explore-services .desktop-services {
    z-index: 2;
    margin: 50px 0 0;
    position: relative;
}

.explore-services .nav-link {
    color: #fff;
}

.explore-services .nav-link img {
    display: block;
    margin: 0 auto 20px;
}

.explore-services-content {
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

.explore-services-content p {
    margin: 0 0 30px;
}

.mobile-services {
    display: none;
}

.mobile-services-in {
    z-index: 2;
    color: #fff;
    padding: 0 15px;
    margin-top: 30px;
    position: relative;
    text-align: center;
}

.mobile-services-in h4 {
    margin: 20px 0;
    font-family: 'Poppins SemiBold';
}

.mobile-services-in p {
    margin: 0 0 30px;
}

.service-icon span {
    width: 150px;
    height: 150px;
    display: block;
    line-height: 140px;
    text-align: center;
    margin: 0 auto 20px;
    border-radius: 100%;
    background-color: #474A76;
}

.latest-news {
    padding: 70px 0;
}

.latest-news-in {
    margin: 50px 0 0;
}

.latest-news-img {
    height: 280px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.latest-news-in span {
    color: #767676;
    display: block;
    font-size: 14px;
    margin: 15px 0;
}

.latest-news-in h4 {
    margin: 0 0 15px;
    font-family: 'Poppins SemiBold';
}

.get-quote {
    padding: 70px 0;
    position: relative;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/quote-bg.png');
}

.get-quote:after {
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
    content: '';
    z-index: -1;
    position: absolute;
    background-color: #F5F5F5;
}

.get-quote h3 {
    font-family: 'Poppins-Bold';
}

.get-quote p {
    margin: 30px 0;
}

.get-quote .form-group {
    margin: 0 0 20px;
}

.get-quote .form-control {
    height: 55px;
    background-color: #fff;
    border: 1px solid #CBCBCB;
}

.companies {
    padding: 70px 0;
}

.company-carousel {
    margin-top: 50px;
}

.company-carousel .owl-stage{
    display: flex;
    align-items: center;
}

.company-carousel .owl-item img {
    width: 60%;
    margin: 0 auto;
    filter: grayscale(100%);
    transition: all 0.3s ease-in;
}

.company-carousel .owl-item:hover img {
    filter: grayscale(0);
}

.site-footer {
    padding: 50px 0 0;
    background-color: #F5F5F5;
}

.address {
    margin: 20px 0;
    text-align: center;
}

.social-footer {
    text-align: center;
}

.social-footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-footer li a {
    width: 40px;
    height: 40px;
    color: #333;
    display: flex;
    line-height: 38px;
    text-align: center;
    border-radius: 8px;
    align-items: center;
    border: 1px solid #333;
    justify-content: center;
}

.social-footer li a i {
    font-size: 16px;
}

.social-footer li a img {
    height: 18px;
}

.social-footer li a img.white {
    display: none;
}

.social-footer li a:hover {
    color: #fff;
    background-color: #333;
}

.social-footer li a:hover img.blk {
    display: none;
}

.social-footer li a:hover img.white {
    display: block;
}

.footer-bottom {
    padding: 10px 0;
    margin: 20px 0 0;
    background-color: #EEEEEE;
}

.footer-bottom p {
    margin: 0;
    color: #95999E;
}

.footer-terms {
    text-align: right;
}

.footer-terms a {
    color: #95999E;
}

.footer-terms a:hover {
    color: #333;
}

/**** Service page ****/

.inner-banner {
    height: 650px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.inner-banner:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}

.inner-banner .container {
    z-index: 2;
    position: relative;
}

.inner-banner h3 {
    color: #fff;
    font-size: 36px;
    font-family: 'Poppins-Bold';
}

.inner-banner .breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-banner .breadcrumb li,
.inner-banner .breadcrumb li:before,
.inner-banner .breadcrumb li a {
    color: #fff;
}

.our-services {
    padding: 70px 0;
    background-color: #F7F9FA;
}

.our-services .nav-item {
    margin: 0 50px;
    position: relative;
}

.our-services .nav-item:after {
    top: 65px;
    width: 95px;
    right: -95px;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #95999E;
}

.our-services .nav-item:last-child:after {
    display: none;
}

.our-services .nav-link span {
    width: 130px;
    height: 130px;
    display: block;
    line-height: 120px;
    text-align: center;
    border-radius: 100%;
    background-color: #474A76;
}

.our-services .nav-link span img {
    height: 60px;
}

.our-services .nav-pills .nav-link.active, 
.our-services  .nav-pills .show>.nav-link {
    background-color: transparent;
}

.our-services .nav-link span:hover,
.our-services .nav-pills .nav-link.active span,
.our-services  .nav-pills .show>.nav-link  {
    background-color: #1C1F55;
}

.our-services-content {
    text-align: center;
}

.our-services-content h4 {
    color: #1C1F55;
    font-size: 24px;
    margin: 30px 0;
    font-family: 'Poppins-Bold';
}

.our-process {
    padding: 70px 0;
}

.process-one__inner {
    position: relative;
    display: block;
    margin-top: 50px;
}

.process-one__shape-1 {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
}

.process-one__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 21px;
}

.process-one__count {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    font-size: 24px;
    font-family: 'Poppins-Bold';
    border: 1px dashed #cccbd0;
    background-color: #FAFAFA;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.process-one__count:before {
    position: absolute;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    content: '';
    color:#fff;
    -webkit-text-stroke: 1px rgba(13, 18, 30, .60);
    transition: all 500ms ease;
}

.process-one__title {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 23px;
    margin-bottom: 11px;
}

.process-one__text {
    font-size: 16px;
    line-height: 28px;
}

.process-one__single:hover .process-one__count {
    border: 1px dashed #262853;
    color: #fff;
    background-color: #262853;
}

.arrange-call-box {
    padding: 70px;
    border-radius: 10px;
    border: 1px solid #EAECF0;
    background-color: #F6F8F9;
}

.arrange-call-box .form-group {
    margin: 0 0 20px;
}

.arrange-call-box input.form-control {
    height: 50px;
}

.arrange-call-box h3 {
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 10px;
    font-family: 'Poppins-Bold';
}

/**** Contact page ****/

.contact-info {
    padding: 70px 0;
}

.information__single {
    position: relative;
    display: block;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #EAECF0;
    background-color: #fff;
    padding: 36px 40px 33px;
    margin-bottom: 30px;
    z-index: 1;
}

.information__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 15px 30px -2px rgba(16, 24, 40, 0.08);
    background-position: bottom left;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    z-index: -1;
}

.information__single:hover::before {
    transform: scale(1, 1);
}

.information__text p {
    margin: 25px 0;
}

.information__text a {
    color: #000;
}

.contact-form {
    padding: 0 0 70px;
}

.contact-map iframe {
    width: 100%;
}

.contact-form h3 {
    margin: 0 0 30px;
    font-family: 'Poppins-Bold';
}

.contact-form h3 span {
    display: block;
    font-size: 16px;
    margin: 10px 0;
    text-transform: uppercase;
    font-family: 'Poppins-Regular';
}

.contact-form .form-label {
    color: #0d121e;
    text-transform: uppercase;
}

.contact-form .form-control,
.contact-form .form-select {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #EAECF0;
}

.contact-form input.form-control,
.contact-form .form-select {
    height: 55px;
}

.form-heading {
    display: none;
}

.hidden-form {
    display: none;
}

.going-back {
    color: #fff;
    display: block;
    padding: 10px;
    margin: 0 0 10px;
    background-color: #2B2E35;
}


/**** Recruitment ****/

.recruitment {
    padding: 70px 0 0;
}

.recruitment .section-title {
    margin: 0 0 30px;
    padding: 0 0 15px;
    border-bottom: 1px solid #000;
}

.recruitment .section-title h3 {
    font-family: 'Poppins-Bold';
}

.recruitment .section-title span {
    font-size: 14px;
}

.recruitment .form-group {
    margin: 0 0 15px;
}

.recruitment .control-label {
    font-size: 14px;
    font-weight: bold;
}

.recruitment .form-group a {
    color: #333;
    font-size: 12px;
}

.recruitment .form-control {
    font-size: 16px;
}

.form-heading {
    display: none;
}

.hidden-form {
    display: none;
}

.going-back {
    color: #fff;
    display: block;
    padding: 10px;
    margin: 0 0 10px;
    background-color: #2B2E35;
}

.btn-blue.continue {
    float: right;
    color: #fff !important;
    font-size: 16px !important;
}

.recruitment-details h2 {
    font-weight: bold;
}

.recruitment-details h2,
.recruitment-details p {
    text-align: center;
    margin: 0 0 30px;
}

.recruitment-details ul {
    column-count: 2;
    margin: 0 0 30px;
}

/**** Service Details ****/


.service-details-intro {
    padding: 50px 0;
    background-color: #F7F9FA;
}

.service-details {
    padding: 70px 0;
}

.service-details-in {
    margin: 30px 0;
}

.service-details-in h4 i {
    color: #262853;
}


/**** Team ****/

.team-list {
    padding: 70px 0;
}

.team-single {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}


.team-single__img {
    display: block;
    width: 100%;
}

.team-single__overlay {
    width: 100%;
    height: 100%;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(10%);
    background: linear-gradient(180deg, rgba(6, 7, 7, 0.0) 45%, #262853 100%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 400ms ease, transform 400ms ease, visibility 400ms ease;
}

.team-single__info {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 38px;
    text-align: center;
}

.team-single__name {
    font-size: 28px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: -0.5px;
    margin-bottom: 5px;
}

.team-single__title {
    font-size: 14px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.1px;
    margin-bottom: 20px;
}

.team-single__social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.team-single__social-link {
    font-size: 16px;
    color: #fff;
    transition: all 0s ease-in-out;
}

.team-single:hover .team-single__overlay {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}

.team-single-details__name {
    font-size: 36px;
    line-height: 1.166;
    letter-spacing: -0.5px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-family: 'Poppins-Bold';
}

.team-single-page__row {
    align-items: center;
}

.team-single-details__title {
    margin-bottom: 20px;
}

.team-single-details__desc {
    margin-bottom: 30px;
}

.team-single-details__info {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.team-single-details__info li:not(:last-child) {
    margin-bottom: 10px;
}

.team-single-details__info li i {
    font-size: 14px;
    color: #262853;
}

.team-single-details__info li a {
    font-family: 'Poppins SemiBold';
    font-size: 17px;
    color: #656565;
    line-height: 1.588;
    letter-spacing: 0.1px;
    margin-left: 16px;
    margin-bottom: 0;
}

.team-single-details__info-two-title {
    position: relative;
    font-size: 22px;
    letter-spacing: 0.1px;
    line-height: 1.272;
    margin-bottom: 19px;
    padding-left: 23px;
    font-family: 'Poppins SemiBold';
}

.team-single-details__info-two-title::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #262853;
    position: absolute;
    top: 10px;
    left: 0;
}

.team-single-details__info-two-desc {
    margin-bottom: 0;
}

.projects-details-page__title-box {
    text-align: center;
    margin: 0 0 50px;
}

.projects-details-page__title {
    margin: 0 0 30px;
    font-family: 'Poppins-Bold';
}

.projects-details-page__info {
    margin: 0 0 50px;
}

.projects-details-page__line {
    margin: 10px 0;
    height: 2px;
    background-color: #e9e9e9;
}

.projects-details-page__bottom-info-box {
    margin-top: 40px;
}

.projects-details-page__bottom-info {
    margin: 0 0 30px;
}

.projects-details-page__bottom-info-box {
    margin-top: 50px;
}

.projects-details-page__bottom-info-title {
    font-family: 'Poppins SemiBold';
}

/*
font-family: 'Poppins-Black';
font-family: 'Poppins-Bold';
font-family: 'Poppins-ExtraBold';
font-family: 'Poppins-Light';
font-family: 'Poppins-Medium';
font-family: 'Poppins-Regular';
font-family: 'Poppins SemiBold';
*/


.modal-video video {
    width: 100%;
    height: 450px;
}

.modal-video .modal-body {
    padding: 0;
    overflow: hidden;
}

.video-thumb {
    height: 180px;
    overflow: hidden;
}

.video-thumb video {
    width: 100%;
    border-radius: 30px;
}

/*** Mobile Carousel ***/

.how-app-work-section {
    padding: 70px 0;
}

.how-app-work-slider-content {
    position: relative;
}

.how-app-work-section .how-app-work-slider-content img.circled-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.how-app-work-section .how-app-work-slider-wrapper {
    position: relative;
    width: 305px;
    height: 655px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    -webkit-box-shadow: 0px 18px 37px rgba(38, 40, 83, 0.2);
    box-shadow: 0px 18px 37px rgba(38, 40, 83, 0.2);
}

.how-app-work-section .how-app-work-screen-mobile-image {
    background-image: url(../images/fature-moc.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 655px;
    left: calc(50% + 0.5px);
    position: absolute;
    top: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 310px;
    z-index: 2;
}

.how-app-work-section ul {
    padding-left: 0;
    height: 100%;
    display: flex;
}

.how-app-work-section .bx-wrapper {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50px;
}

.how-app-work-section .bx-wrapper .slide-item {
    text-align: center;
}

.how-app-work-section .bx-wrapper .slide-item img {
    z-index: 2222;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-radius: 50px;
}

.how-app-work-section .how-app-work-content {
    padding-top: 30px;
    padding-bottom: 45px;
    margin-bottom: 40px;
    position: relative;
}

.how-app-work-section .how-app-work-content:before {
    content: '';
    width: 2px;
    height: 100%;
    background: url(../images/gradient-sep.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 45px;
}

.how-app-work-section .pager-item {
    display: block;
}

.how-app-work-section h3 .pager-item {
    display: block;
    color: #262853;
    font-size: 36px;
    position: relative;
}

/*.how-app-work-section h3 .pager-item.active {
    color: #fff;
    border-radius: 50px;
    background-color: #262853;
}
*/
.how-app-work-section h4 .pager-item {
    color: #262853;
}

.how-app-work-section p .pager-item {
    color: #656565;
}

.how-app-work-section .single-how-app-work {
    padding-left: 10px;
    margin-bottom: 30px;
    display: flex;
}

.how-app-work-section .single-how-app-work .icon-box, .how-app-work-section .single-how-app-work .text-box {
    display: table-cell;
    vertical-align: middle;
}

.how-app-work-section .single-how-app-work .icon-box .inner {
    width: 74px;
    height: 74px;
    background: #262853;
    /* background: -webkit-gradient(left top, right top, color-stop(0%, #6541c1), color-stop(98%, #d43396), color-stop(100%, #d43396));
    background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
    background: linear-gradient(to right, #6541c1 0%, #d43396 98%, #d43396 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
    position: relative;
    border-radius: 50%;
    text-align: center;
}

.how-app-work-section .single-how-app-work .icon-box .inner h3 {
    font-weight: bold;
    line-height: 74px;
}

.how-app-work-section .pager-item .icon-box .inner h3 {
    color: #262853;
    position: relative;
}

.how-app-work-section .pager-item.active .icon-box .inner h3 {
    color: #fff;
}

.how-app-work-section .pager-item.active .icon-box .inner:before {
    opacity: 0;
}

.how-app-work-section .single-how-app-work .icon-box .inner:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.how-app-work-section .single-how-app-work .icon-box, .how-app-work-section .single-how-app-work .text-box {
    display: table-cell;
    vertical-align: middle;
}

.how-app-work-section .single-how-app-work .text-box {
    padding-left: 40px;
    margin-bottom: 30px;
}

.how-app-work-section .single-how-app-work .text-box h4 {
    font-size: 20px;
    color: #150A33;
    font-weight: 700;
}

.how-app-work-section .single-how-app-work .text-box p {
    font-size: 14px;
    line-height: 27px;
    color: #656565;
    margin-top: 10px;
}

.how-app-work-section .bx-wrapper .bx-loading {
    display: none;
}

.how-app-work-content-wrap .title h3 {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 50px;
}

.play-app-store a img {
    height: 60px;
}

.truct-img .item {
    position: relative;
    width: 400px;
    /* Fixed width for items */
    height: 400px;
    /* Fixed height for items */
}

.truct-img .item img,
.truct-img .item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensure media covers the container */
}

.testimonialCarousel img {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
  }
  .testimonialCarousel .carousel-inner {
    padding: 1em;
  }
  
  @media screen and (min-width: 576px) {
    .testimonialCarousel .carousel-inner {
      display: flex;
      width: 90%;
      margin-inline: auto;
      padding: 1em 0;
      overflow: hidden;
    }
    .testimonialCarousel .carousel-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 2);
    }
  }
  @media screen and (min-width: 768px) {
    .testimonialCarousel .carousel-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 3);
    }
  }
  .testimonialCarousel .card {
    margin: 0 0.5em;
    border: 0;
  }
  
  .testimonialCarousel .carousel-control-prev,
  .testimonialCarousel .carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: grey;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }

/***** Job Listing *****/

.jobs-listing {
    padding: 70px 0;
}

.job-listed {
    padding: 15px;
    background: #fff;
    margin: 0 0 20px;
    border-radius: 10px;
    border: 1px solid #1c1f55;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.job-top {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #95999E;
}

.job-top h3 {
    font-family: 'Poppins SemiBold';
}

.job-top small {
    color: #000;
}

.job-top small span {
    color: #95999E;
}

.job-top ul {
    margin: 0;
    list-style-type: none;
}

.job-top ul li {
    margin: 0 0 10px;
}

.job-top ul li:last-child {
    margin-bottom: 0;
}

.job-top ul li i {
    color: #0092FF;
    margin-right: 10px;
}

.job-bottom p {
    margin: 0;
    color: #333;
}

.job-bottom p a {
    color: #1C1F55;
    text-decoration: underline;
}

.job-details {
    padding: 70px 0;
}

.job-detail-box {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #1c1f55;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.job-detail-box h3,
.job-detail-box h5 {
    font-family: 'Poppins SemiBold';
}

.job-detail-box p {
    color: #333;
}

.job-detail-box ul {
    padding-left: 25px;
    list-style-type: none;
}

.job-detail-box ul li {
    position: relative;
    margin: 0 0 10px;
}

.job-detail-box ul li:before {
    top: 0;
    left: -20px;
    content:"\f00c";
    position: absolute;
    font-family: 'FontAwesome';
}

/* Large desktops and laptops */
@media (min-width: 1024px){
   
}

@media (max-width: 1440px) {
    .information__text p span{
        word-break: break-all;
    }
}

@media (min-width: 1366px) {
    
}

@media (min-width: 1440px) {
    
}

@media (min-width: 1920px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    
}

@media (max-width: 991px) {
    .title h3, .title h3 span {font-size: 27px;}
    .explore-services .nav-link {font-size: 15px;}
    .why-choose-list {margin: 50px 0;}    

    .acv-links ul li {margin: 0 10px !important;}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
/*    .stickey-header {top: -79px;}*/
    .social-nav {float: none;margin: 10px auto 0;align-items: center;justify-content: center;}
    .acv-nav-top {text-align: center;}
    .acv-links ul li {margin: 0 5px !important}
    .desktop-services {display: none;}
    .mobile-services {display: block;}
    .main-banner h2 {font-size: 26px;}

    .acv-links ul li a {font-size: 12px;}

    .move-trucks h4 {font-size: 22px;}

    .move-trucks img {height: 150px;}

    .proud-member {margin: 0 0 50px;}

    .recruitment-details ul {column-count: 1;}

    .job-top .row {justify-content: flex-start !important;}
    .job-top .col-xl-8 {margin: 0 0 15px;}
    .job-top ul {float: none !important;padding-left: 0;}

    .job-bottom p {margin: 0 0 15px;}
    .job-bottom .btn-blue {float: none !important;}
}


/* Portrait phones and smaller */
@media (max-width: 480px) {
    .acv-links ul li a {font-size: 10px;padding: 2px}
}