/**
 * @file
 * Subtheme specific CSS.
 */
 
 
 @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
 
 
 
 a{
     text-decoration:none;
 }
 
 #block-bootstrap-barrio-subtheme-page-title .title{
     display:none;
 }
 
 body{
  font-family:le-monde-livre-classic-byol,serif;
 }
 
 p{
     font-size:18px;
 }
 
 /*********************Animation started Here *********************************/
 
 
 .animated {
    visibility: visible;
    animation-duration: 0.9s;
    animation-play-state: running;
}

.animatable {
    visibility: hidden;
    animation-play-state: paused;
}
 
 
 .element-1 {
    animation-delay: 0.6s;
}
.element-2 {
    animation-delay: 0.1s;
}
.element-3 {
    animation-delay: 0.8s;
}
 
 
 .element-4{
    animation-delay: 0.9s !important;
}
.element-5 {
    animation-delay:1s !important;
}

 
 
 
 
 .slideInUp {
    animation-name: slideInUp;
    animation-fill-mode: both;
    
}

@keyframes slideInUp{


0% {
    transform: translate3d(0,5%,0);
}

100% {
    transform: translate3d(0,0,0);
}

}

.zoom {
    animation-name: zoom !important;
    animation-fill-mode: both !important;
}





@keyframes zoom{
    0% {
    opacity: 0;
    transform: scale3d(0.5,0.5,0.5);
}

50% {
    opacity: 1;
}


}


.zoomIn {
    animation-name: zoomIn;
    animation-delay: 0.4s;
    animation-fill-mode: both;
}



@keyframes zoomIn{


0% {
    opacity: 0;
    transform: scale3d(0.3,0.3,0.3);
}
50% {
    opacity: 1;
}
}

.slideInLeft {
    animation-name: slideInLeft;
    animation-fill-mode: both;
}

@keyframes  slideInLeft{

0% {
    transform: translate3d(-200%,0,0);
}

100% {
    transform: translate3d(0,0,0);
}


}
 
 
 .fadeInLeft {
    animation-name: fadeInLeft;
    animation-fill-mode: both;
}

@keyframes fadeInLeft{
    
0% {
    opacity: 0;
    transform: translate3d(-100%,0,0);
}

100% {
    opacity: 1;
        transform: translate3d(0,0,0);
}

}

.flip {
    animation-name: flip;
}

@keyframes flip{
    0% {
    transform: rotateY(180deg);
}
100% {
    transform: rotateY(360deg);
}
}
 
 

/*----------------------- NavBar Started Here --------------------------------*/

#navbar-main{
    display:none;
}

#navbar{
    position:relative;
}

#navbar .navbar{
    border-radius: 0px 0px 0px 48px;
    background-color: #fff;
    /* border: 1px solid; */
    position: absolute;
    right: 0;
    left: 0;
    top: 20px;
    z-index: 1;
    width: 74%;
    margin: auto;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

#navbar .navbar .container-fluid .navbar-brand img{
    width: 14rem;
}

#navbar .navbar .container-fluid .navbar-nav {
    position: absolute;
    right: 12px;
    background-color:#fff;
}

#navbar .nav-item{
    margin: 0px 12px;
}
#navbar .nav-item .active{
    color: #e48824;
}

#navbar .nav-item a{
    font-weight: 700;
    color: #000;
}
#navbar .nav-item a:hover{
       color: #e48824;
}


/*.manage-nav a{    */
/*    color: #fff !important;*/
/*    font-weight: 500;*/
/*    font-size: 1.2rem;*/
/*    padding: 0px 11px;*/
/*    margin: 0px -12px;*/
/*}*/




/***************************** Contact Navbar Started *************************/

.contact-nav{
        
    position: fixed;
    left: 74px;
    top: 300px;
    z-index:9999999999999999999999999999999999999999999;
}
.contact-nav .navbar-nav{
    background-color:transparent !important;
}
.contact-nav ul{
    display:flex;
    flex-direction:column !important;
}

.contact-nmbr i{
    font-size:20px;
}
.contact-nmbr .whatsapp{
   font-size:20px;
}

.contact-nmbr:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius:50%;
}






/*------------------------- Slide Show Started Here --------------------------*/

#carouselExampleIndicators{
    margin:0 !important;
    padding:0 !important;
}


.carousel-indicators{
    top:34rem;
    width: 11%;
    margin: auto;
}

.carousel-control-prev{
        left: 59px;
}


#get-quote{
    position: absolute;
    border-radius: 14px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    width: 32%;
    height: auto;
    right: 13rem;
    margin-top:8rem;
    background: aliceblue;
    padding: 10px 30px;
}

#webform-submission-get-quote-form-page-variant-home-panels-variant-0-add-form .mb-3{
    margin-bottom:0.5rem !important;
}
#webform-submission-get-quote-form-page-variant-home-panels-variant-0-add-form label{
    color:#000;
}

/*#webform-submission-get-quote-form-page-variant-home-panels-variant-0-add-form input{*/
/*    width:150px;*/
/*}*/
/*#webform-submission-get-quote-form-page-variant-home-panels-variant-0-add-form .form-item-type-of-moving- input{*/
/*    width: 1rem;*/
/*}*/






/*--------------------- Connecting Details Started Here ----------------------*/

#details{
    text-align: center;
    width: 74%;
    margin: auto;
    position: absolute;
    z-index: 1;
    left: 35px;
    margin-top: -39px;
    right: 0;
}



#nmbr-box{
    position:relative;
    border-radius: 0px 0px 0px 36px;
    padding: 20px 10px;
    width: 31%;
    margin: 0px 15px;
    background-color: #e48824;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#nmbr-box p {
   margin: revert;
    
}
#nmbr-box p a{
    color:#fff;
    font-weight: 600;
    margin: 0px 5px;
}

#nmbr-box p a:hover{
   border-bottom:1px solid #fff;
}


#mail-box{
    
    border-radius: 0px 0px 0px 36px;
    padding: 20px 10px;
    width: 30%;
    margin: 0px 15px;
    background-color:#FFBB00;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#mail-box p {
   margin: revert;
    
}

#mail-box p a{
    color:#fff;
    font-weight: 600;
}

#mail-box a:hover{
    border-bottom:1px solid #fff;
}

#social-m-box{
   
    padding: 20px 10px;
    width: 30%;
    margin: 0px 15px;
    background-color:#fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


#social-m-box ul{
    
    display:flex;
    margin: revert;
}
#social-m-box ul li {
    list-style-type: none;
    margin: auto;
}

#social-m-box ul li a{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    margin-right: 5px;
    transform: rotate(0deg);
    transition: all .3s ease;
}

#social-m-box ul li a:hover{
    transform: rotate(360deg);
    background-color:#FFBB00;
    color:black;
}


/*------------------------- Mission Started Here -----------------------------*/

#mission{
    margin-top: 7rem;
    margin-bottom: 2rem;
}
#mission img{
    width: 60%;
    margin: auto;
}

#mission .col-md-6 .card{
    padding: 50px;
    height: 19rem;
    width: 83%;
    margin: auto;
    text-align: justify;
}
#mission .col-md-6 .card .card-body .card-title{
    position:relative;
}
#mission .col-md-6 .card .card-body .card-title:before{
    position: absolute;
    content: "";
    width: 33%;
    border: 2px solid green;
    bottom: -4px;
    left: 5px;
}

#mission .col-md-6 .card:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform: translateY(-10px);
}


/*------------------------ About us Started Here -----------------------------*/

#about-us{
    position:relative;
}
.about-us-ctnt{
    background: aliceblue;
    border-radius: 0px 0px 0px 45px;
    padding: 4rem;
    text-align: justify;
}
.about-us-ctnt p{
    width:75%;
}

.about-us-q p{
    font-size: 31px;
    font-weight: 800;
    color: #e48824;
}

.about-us-img{
    position:relative;
}
.about-us-img img{
    width: 100%;
    position: absolute;
    left: -10rem;
    top: 6rem;
    border-radius: 0px 0px 0px 18px;
}
.about-us-img h4{
    position: absolute;
    top: 28rem;
    width: 85%;
    margin: auto;
    font-size: 28px;
    background: #FFBB00;
    padding: 16px;
    color: #fff;
    left: -8rem;
}

/*------------------------- Service Started Here -----------------------------*/


#service .col-md-3 {
    border: 1px solid #e48824;
    border-radius: 0px 0px 0px 24px;
    height: 16rem;
    width: 19rem;
    margin:13px;
}

#service .col-md-3:hover{
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    /*transform: translateY(-5px);*/
}
#service .col-md-3 h3{
    font-size:1.2rem;
}
#service .col-md-3 h3:hover{
    cursor:pointer;
}

.modal-title{
    color:#e48824;
}

.modal-body{
    text-align:justify;
    border-top: 1px solid #e48824;
}



/*------------------------- Charge Table Started Here ------------------------*/


#charge-rate{
    
    margin: 25px 0px;
}
#charge-rate .table {
    /*border:2px solid #e48824 !important;*/
}



#charge-rate .table td{
      border:2px solid #e48824 !important;
      text-align:center;
      background: aliceblue;
}

#charge-rate .table th{
      border:2px solid #e48824 !important;
      text-align:center;
      color:black;
      background: aliceblue;
}


/**************************** ACHIEVEMENT *************************************/
#our-achievement{
    padding: 2rem 7rem;
    margin-bottom: 1rem;
}


.our-achievement-main-section{
padding-bottom: 50px;
margin: 0px -12px;
padding-top:30px;
}
.our-achievement-main-heading{
  text-align: center;
  padding-bottom: 30px;
}
.our-achievement-main-heading h1,h5{
    color:#000;
}
.our-achievement-main-heading h5{
    color:#000;
}
.our-achievement-main-heading h2{
    font-size: 2rem;
   text-transform: uppercase;
   
}
.our-achievement-main-heading p{
   font-size: 20px;
}
.our-achievement-main-heading p .pink{
   color: #e0555c;
}
.our-achievement-main-content{
   text-align:center;
}
.our-achievement-octagon{
   width: 220px;
   height: 220px;
   background-color: #f9eeda;
   position: relative;
   left: 0;
   right: 0;
   margin: 0 auto;
}
.our-achievement-octagon::before{
   content: '';
   position: absolute;
   width: 220px;
   height: 0;
   border-bottom: 58px solid transparent;
   border-left: 58px solid #fff;
   border-right: 58px solid #fff;
   top: 0;
   left: 0;

}
.our-achievement-octagon::after{
   content: '';
   position: absolute;
   width: 220px;
   height: 0;
   border-top: 58px solid transparent;
   border-right: 58px solid #fff;
   border-left: 58px solid #fff;
   bottom: 0;
   left: 0;
}
.our-achievement-icon-image-wrapper{
   /*background-image:url("/sites/default/files/images/pageSection-img/achieve.png");*/
   height: 68px;
   width: 48px;
   background-repeat: no-repeat;
   left: 0;
   right: 0;
   margin: 0 auto;
   background-position-y: 85%;
}
.our-achievement-octagon .h3{
   margin-top: 5px;
   margin-bottom: 0;
   font-size: 475%;
   font-weight: 600;
}
.our-achievement-octagon p{
   font-size: 18px;
   width: 145px;
   left: 0;
   right: 0;
   margin: 0 auto;
   font-weight: bold;
   line-height: 18px;;
}


/*************************** Testimonial **************************************/

.testimonial{
    position:relative;
    /*border: 1px solid;*/
    margin: auto;
    padding: 2rem 7rem;
    text-align: justify;
    border-radius: 0px 0px 0px 26px;
    background: #273679;
    color: #fff !important;
}
.testi-heading{
    padding: 2rem 8rem;
    background-color: #273679;
    margin-bottom: -9px;
}

.testi-heading h2{
    color:#e48824;
    font-weight: 400;
}
.testi-heading .h1{
    font-weight: 700;
    font-size: 43px;
    color:#fff;
}
.testimonial h5{
    color:#fff;
}
.testimonial .fa-quote-left{
    font-size: 43px;
    margin-right: 10px;
}

#testimonial .view-display-id-block_1 .view-content .views-field-field-fivestar-rating{
    display:none;
}

#testimonial .slick-dots{
        bottom: 20px;
}


#testimonial .col-md-4{
    position:relative;
}
#testimonial .col-md-4 img{
       width: 100%;
    position: absolute;
    right: -100px;
    top: 45px;
    z-index: 1;
    border-radius: 0px 0px 0px 26px;
}



/*----------------------- Teaser Blog Started Her ----------------------------*/

#h-blog .card{
    position:relative;
    width: 25rem;
    height: auto;
    border:1px solid #e48824;
    border-radius: 0px 0px 0px 26px;
    transition: all .4s ease;
    overflow:hidden;
    
}
#h-blog .card:hover{
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    transform: translateY(-10px);
    /*overflow:hidden;*/
}


#h-blog .card .card-img-top{
    position:relative;
   display:block;
   border-radius: 0;
}
/*#h-blog .card:hover.card-img-top{*/
/*    overflow:hidden;*/
/*}*/

#h-blog .card .card-img-top img{
    width:100%;
    transition: all .4s ease;
    /*overflow:hidden;*/
}

#h-blog .card:hover .card-img-top img{
    position:relative;
    transform: scale(1.05) rotate(2deg);
    opacity: .8;
    /*overflow:hidden;*/
}




#h-blog .card .card-img-top .created{
    background-color:#e48824;
    position: relative;
    color: #fff;
    padding: 15px 9px;
    font-weight: 600;
    font-size: 110%;
    top: -3rem;
    left: 0;
}

#h-blog .card .card-img-top .created:before{
        position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #e48824 transparent transparent;
    bottom: -10px;
    left: -10px;
}
#h-blog .card .card-img-top .created:after{
    position: absolute;
    content: '';
    display: block;
    width: 10px;
    height: 100%;
    background-color:#e48824;
    top: 0;
    left: -10px;
}

#h-blog .card .card-body .btn{
    color: #e48824;
    font-size: 18px;
    font-weight: 500;
}

#blog .text-center{
    display:none;
}

/********************* Full Blog View Started Here ****************************/

.view-display-id-block_2{
    position:relative;
}

#f-b-bg-img{
    position: absolute;
    top: -10rem;
    left: 0;
    background-image: url('/sites/default/files/images/pagetitle-bg.jpg') !important;
    background-repeat: no-repeat;
    width: 100%;
    height: 36rem;
    background-size: cover;
}




#f-blog {
    margin-top:30rem;
}

.card .card-img-top img{
    width:100%;
    height:auto;
}



#f-blog .card .card-img-top .created {
    background-color: #e48824;
    position: relative;
    color: #fff;
    padding: 15px 9px;
    font-weight: 600;
    font-size: 110%;
    top: -3rem;
    left: 0;
}


/************************** Footer Started Here *******************************/

.site-footer{
    background: url('/sites/default/files/images/custom-block-img/Background-image-Ms-express-cargo-movers.png') !important;
    background-size: 100% !important;
    background-position-y: 43px !important;
    background-repeat: no-repeat !important;
    color:#000;
}

.site-footer__bottom{
    margin-top:0 !important;
    margin-bottom: -30px;
}
.site-footer__bottom .region {
     margin-top: 0; 
    border-top: 1px solid #e48824;
}
#footer .f-address p{
    font-size: 109%;
    line-height: 162%;
}


footer #social-m-box{
    padding:0; 
     width: 100%; 
     margin: 0px; 
     background-color: transparent; 
     box-shadow: none;
     
}
#footer h2{
    color:#e48824;
}

#footer .f-abt-us{
    color:#000;
}

#footer .f-abt-us img{
    width:100%;
}
#footer .f-abt-us p{
    font-size:80%;
}

#footer .f-link ul li{
    list-style-type:none;
   
}
#footer .f-link ul li a{
     color:#000 ;
}
#footer .f-link ul li a i{
    padding:10px;
}

#footer .f-address{
    color:#000;
}
#footer .copy-right-wrapper marquee{
    color:#000;
}
#footer .copy-right-wrapper marquee a{
    color:#000;
}

#footer .copy-right-wrapper hr{
    border-bottom:1px solid #e48824;
}


#back-top {
    background: #ebebeb;
   height: 50px;
   width: 50px;
   right: 31px;
   bottom: 18px;
   text-align:center;
   position: fixed;
   color: #fff;
   font-size: 20px;
   text-align: center;
   border-radius: 50%;
   line-height: 48px;
   border: 2px solid transparent;
   z-index: 99;
}
#back-top a {
    color: white !important;
}
#back-top a i {
    position: relative;
    top: 14px;
    display: block;
   /*line-height: 74px;*/
}







/******************************** MANAGE STARTED HERE *************************/

.manage-nav{
        position: absolute;
    top: 0;
    /* left: 0; */
    right: 0;
    z-index: 999999999;
    width: 7rem;
}






@media only screen and (max-width:768px) and (min-width:320px) {
    
    
/*----------------------- NavBar Started Here --------------------------------*/
.featured-top{
    position:relative;
    background-color:#fff;
    z-index:1;
}


#navbar .navbar{
    border-radius: 0px;
    background-color: white;
    border: none;
    position: relative;
    top: 0;
    /*z-index: 1;*/
    width: 100%;
    margin: 0;
    box-shadow: none;
}


/*------------------------- Slide Show Started Here --------------------------*/
.carousel-indicators{
    top: 9rem;
    width: 30%;
    margin: auto;
    /* z-index: 1; */
    /* border: 6px solid; */
}

.carousel-control-prev{
        left: 0;
}


#get-quote{
       
    width: 100%; 
    right: 0; 
    margin-top: 25rem;
   
}
.contact-nav{
    display:none;
}

/*--------------------- Connecting Details Started Here ----------------------*/

 #details {
    
     width: 100%; 
     margin: 0; 
    
     z-index: 0; 
     left: 0; 
     margin-top: 0; 
   
}
#nmbr-box {
    
     border-radius: 0px; 
     padding:0; 
     width: 100%; 
     margin: 0; 
    
}

#mail-box {
    border-radius: 0px ;
     padding: 0; 
     width: 100%; 
     margin: 0; 
    
}

#social-m-box {
     padding: 0; 
     width: 100%; 
     margin: 0; 
    
}

/*------------------------- Mission Started Here -----------------------------*/


#mission {
    margin-top: 54rem;
    margin-bottom: 2rem;
}



#mission img{
    display:none;
}

#mission .col-md-6 .card{
    padding: 0;
     height: 100%; 
     width: 100%; 
     margin: 0;
}


/*------------------------ About us Started Here -----------------------------*/
.about-us-ctnt{
    padding:0;
}
.about-us-ctnt p{
    width:100%;
}
.about-us-img img {
     position: relative; 
     left:0; 
     top: 0; 
}

.about-us-img h4 {
     position: relative; 
     top: 0; 
     width: 100%; 
     margin: 0; 
     left: 0; 
}

#charge-rate{
     overflow:hidden;
}

#charge-rate .table {
    margin-left: -25px;
   
}




/*------------------------ Service Started Here -----------------------------*/

#service .col-md-3{
    height:100%;
    width:100%;
    margin:0;
    margin-bottom:10px;
}









/**************************** ACHIEVEMENT *************************************/

#our-achievement {
     padding: 0; 
    
}

.our-achievement-octagon{
        margin: 5px auto;
}

/*.our-achievement-main-content .col{*/
/*    width:50%;*/
/*} */


/*************************** Testimonial **************************************/

.testimonial{
    padding:0;
    text-align:left;
}

#testimonial .col-md-4 img{
   
     position: relative; 
     right:0; 
     border-radius: 0px;
     z-index:0;
}

.testi-heading{
    padding: 4rem 1rem;
}

/*************************** Blog **************************************/


#h-blog .card{
    width: 100%;
    height: 100%;
    margin-bottom:15px;
    transition:none;
}

.view-display-id-block_2{
    margin-top:0;
}
#f-blog {
    margin-top:20rem;
}
#f-b-bg-img{
        background-position-x: -236px;
}
    
}






@media only screen and (max-width:1024px) and (min-width:769px){
    
    #details{
        width:100%;
        left:0;
        
    }
    #details p{
        font-size:11px;
    }
    #nmbr-box{
        width:27%;
    }
    #social-m-box{
        width:30%;
        padding:0;
    }
    #social-m-box ul{
        padding-left:0rem;
    }
    #social-m-box ul li a i{
        font-size:11px;
    }
    
    #mission .col-md-6 .card{
        width:100%;
        height:100%;
    }
    
    .about-us-img img{
            left: -3rem;
    }
    .about-us-img h4{
            top: 16rem;
            width: 87%;
            left: -2rem;
    }
    #service .col-md-3{
       width:46%;
    }
    
    .our-achievement-octagon{
        margin: 10px auto;
    }
    
    #h-blog .card{
        width:100%;
    }
    
}



