:root {
    --main-color: #f7181d;
}

body{
    overflow-x: hidden;
}


.night-watches{
    color:#ffffff;
    text-align:center;
}
.coutier{
       border-top-left-radius: 20px;
       border-bottom-right-radius: 20px;
}
/* =============================side social media===================== */
#scrollUp:hover {
    background: #005480;
}
.social-media-side {
    position: fixed;
    bottom: 20px;
    z-index: 99;
    width: 50px;
}

.social-media-side ul {
    padding: 0px;
    transform: translate(-270px,0);
}

.social-media-side ul li {
    display: block;
    margin: 14px;
    background: #8ab2c8;
    width: 300px;
    text-align: right;
    padding: 4px;
    border-radius: 0 30px 30px 0;
    transition: all 1.5s;
}

.social-media-side ul li:hover {
    transform: translate(110px,0);
    background: #ed1a1e;
    transition: all 1.5s;
}

.social-media-side ul li:hover a {
    color: white;
}

.social-media-side ul li:hover i{
    color: #c44a73;
    background: white;
    transform: rotate(360deg);
    transition: all 1.5s;
}

.social-media-side ul li i {
    margin-left: 10px;
    color: #000;
    background: white;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transform: rotate(0deg);
    text-align: center;
    font-size: 20px;
}

.youtubeBtn{
    position: fixed;
    left: 50%;
  transform:translatex(-50%);
    bottom: 20px;
    cursor: pointer;
    transition: all .3s;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
  background:#000;
  padding:2px 10px;
  border-radius:5px;
}
.youtubeBtn i{
   font-size:20px;
  float:left;
}
.youtubeBtn a{
    color:#ff0000;
    animation: youtubeAnim 1000ms linear infinite;
  float:right;
}
.youtubeBtn a:hover{
  color:#c9110f;
  transition:all .3s ease-in-out;
}
.youtubeBtn i:active{
  transform:scale(.9);
  transition:all .3s ease-in-out;
}
.youtubeBtn span{
    font-family: 'Lato';
    font-weight: bold;
    color: #fff;
    display: block;
    font-size: 12px;
    float: right;
    line-height: 20px;
    padding-left: 5px;
  
}

@keyframes youtubeAnim{
  0%,100%{
    color:#c9110f;
  }
  50%{
    color:#ff0000;
  }
}




/* ========================header2================================ */
.cta-form-col{
    column-gap: 55px;
}
.transparent-header .third-logo{
    position: absolute;
    z-index: 10;
    /* bottom: -150px; */
    top: -25px;
    left: 71px;
}
.transparent-header .third-main-header::before{
    background: #ffffff;
    /* color: #f7181d; */
}
.third-header-top::before{
    background: #ffffff;
}
.flamehead2{
    border-radius: 100px;
}
/* --=================================footer=================================== */
.footer-maps{
    width:245px;
    height:241px;
}

.fw-title h5 {
    color: #f7181d;
}

.fw-link ul li a {
    color: #fff;
}

.footer-text p {
    color: #fff;
}

footer .icon-and-location {
    display: flex;
    align-items: baseline;
}

footer .icon-and-location .iconses {
    padding-right: 10px;

}

footer .icon-and-location .iconses p i {
    color: #fff;
    transition: 0.5s ease-in-out;
}

footer .icon-and-location .location a {
    color: #fff;
}

.footer-social ul li {
    margin-right: 18px;
    margin-left:18px;
}

#scrollUp {
    background: #f7181d;
}

footer .icon-and-location:hover .iconses p i {
    color: var(--main-color);
    margin-left: 10px;
}

footer .icon-and-location:hover .location a {
    color: var(--main-color);
}

footer .footer-social ul li a:hover {
    color: #f7181d;
    font-size: 17px;
}
footer .footer-last{
    text-align:justify;
}
footer .footer-social ul li a {
    background-color: black;
}
footer .footer-flamelogo{
    width: 160px;
    height: 160px;
    border-radius: 100px;
}

.fw-link ul li a:hover {
    color: #f7181d;
    margin-left: 10px;
}

/* ================================================home page=========================================================== */
.important{
    font-style:italic;
    color:#ffffff;
    font-size:25px;
}
.text-md-right{
    width:230px;
}
 .hvex{
    display: flex !important;
    justify-content: flex-end;
    color:red;
}
.s-category-area {
    background-color: #8ab2c8;
}

.s-single-cat {
    background: #8ab2c8;
    border: 8px solid #ffffff;
}

.s-single-cat::before {
    background: #ffffff;
}

.about-breadcrumb{
    background-image: url(../flameimages/about_banner.jpg);
}
.testi-avatar-info{
    width:100%;
    text-align:center!important;
}

.testi-avatar-info span{
    font-weight: 800;
    font-size: 14px;
}
.testi-avatar-info h6{
    font-size: 24px;
}

/* =-===================================================header================================================ */
@media (min-width: 1200px) and (max-width: 1500px) {
    .s-slider-content h2 {
        font-size: 80px;
    }

}



/* ==========================================about================== */
.int-services-content p {
    color: black;
    font-size: 16px;
}

.s-section-title h6 {
    font-size: 23px;
}



/* ============================================================contact page======================================== */
.support-area .third-contact{
    display:flex;
}
.second-contact{
    display:flex;
}
.first-contact{
    display:flex;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
  }


.single-contact-box .contacte {
    color: black;
    font-size: 15px;
}

.single-contact-box .contacte:hover {
    color: #f7181d;
    font-size: 17px;


}



.single-contact-box .contactes {
    color: black;
    font-size: 15px;
}

.contact-content h5 {
    font-size: 26px;
}

.contact-area .contact-boxes {
    padding-top: 78px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}



/* ==========================================================about page=============================================== */
.about-section1 h2.our {
    font-size: 30px;
}

.about-section .about-para {
    text-align: justify;
}

.about-section1 .about-para1 {
    text-align: justify;
}

.about-section1 {
    background: #cae2e2;
}

.about-section2 .about-para2 {
    text-align: justify;
}

.about-section2 h2.mission {
    text-align: center;

}

.about-section2 .about-list1 {
    line-height: 3;
    padding-left: 20px;
}

.about-section2 .about-list1 .lists1 i {
    padding-right: 15px;
    color: #f7181d;
    font-size: 17px;
}

.about-section3 .about-list2 {
    line-height: 3;
    padding-left: 20px;
}

.about-section3 .about-list2 .lists2 i {
    padding-right: 15px;
    color: #f7181d;
    font-size: 17px;
}

.about-section3 {
    background-color: #e6eff6;
}

/* ====================================================card=================== */

.michel {
    position: relative;
    /* width: 1200px;
        height: 600px; */
    /* margin: 80px auto 0; */
}

.michel .box {
    position: relative;
    /* width: calc(400px - 60px);
    height: 500px; */
    height: 500px;
    background: #035681;
    float: left;
    margin: 15px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, .8); */
}

.michel .box:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    transition: 0.5s;
    transform: scaleX(0);
    opacity: 0;
}

.michel .box:hover:before {
    transform: scaleX(1);
    opacity: 1;
}

.michel .box:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    transition: 0.5s;
    transform: scaleY(0);
    opacity: 0;
}

.michel .box:hover:after {
    transform: scaleY(1);
    opacity: 1;
}

.michel .box .imgBox {
    position: relative;
    height: 100%;
}

.michel .box .imgBox img {
    width: 100%;
    transition: 0.5s;
    height: 100%;
}

.michel .box:hover .imgBox img {
    opacity: .2;
    transform: scale(1.2);
}

.michel .box .content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.michel .box .content h2 {
    margin: 0 0 10px;
    padding: 0;
    color: #fff;
    transition: 0.5s;
    transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;
}

.michel .box .content p {
    margin: 0;
    padding: 0;
    color: #fff;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
}

.michel .box:hover .content h2,
.michel .box:hover .content P {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.michel .box1 {
    position: relative;
    height: 500px;
    background: #035681;
    float: left;
    margin: 15px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 15px;
    
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    /* box-shadow: 0 5px 10px rgb(0 0 0 / 80%); */
}

.michel .box1 .content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 40px;
    /* border-left: 1px solid white; */
    box-sizing: border-box;
    text-align: center;
    opacity: 0.9;
    background: #dc3545;
}




/* ========================================international Logistics start======================= */
.Logistics-section11 .intern-movers{
    line-height:3;
}
.Logistics-section11 .jetter{
    color: #ea1919;
    padding-right: 8px;
}
.Logistics-section11{
    background-color: #e5eaf1;
}
.Logistics-section2 .inter-head1 {

    font-size: 25px;
    font-weight: 600;
    padding-bottom: 13px;

}
.Logistics-section2 .inter-head1{
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
}

.Logistics-section2 {

    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
}
.Logistics-section2 .inter-para2{
    color: #ffffff;
}
.Logistics-section2 {
    background: linear-gradient(
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.8)), url(../flameimages/international\ Logistics\ second\ image.jpg);
}
.interback{
    background-image: url(../flameimages/international\ Logistics\ banner.jpg);
}
.inter-courier{
    background-image: url(../flameimages/international\ courier\ banner.jpg);
}
.contact-back{
    background-image: url(../flameimages/contact\ banner.jpg);
}






.Logistics-section1 .relocate1{
    
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.Logistics-section11 .relocate11{
    
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.inter-tabs .packging-tabs{
   
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.inter-tabs .survey-tabs{
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.inter-tabs .insurance-tabs{
   
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.inter-tabs .customs-tabs{
    
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.inter-tabs .unloading-tabs{
   
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}







/* =====================================nav tabs======================== */
.inter-tabs .inter-tabses1 {
    display: flex;
    justify-content: center;
}

.inter-tabs {
    position: relative;
 
}

.inter-tabs .inter-tablists1 {
    column-gap: 20px;
    align-items: center;
    font-size: 19px;
}

.inter-tabs .nav-pills .nav-link {
    width: 203px;
}

.inter-tabs .btn.hash {
    padding: 22px 10px;
    font-weight: 600;
}

.inter-tabs .nav-pills .nav-link.active {
    background-color: #005480;
}

/* =====================================end international Logistics===================== */




/* ===================================start international courier========================== */
/* 
.courier-section .slick-next {
    right: 40px;
    background: black;
}
.courier-section .slick-prev {
    left: -25px;
    /* color: black; */
    /* background: black; */
/* } */
/* .courier-section .slick-next:before {
    content: '→';
    background: black;
} */
/* .courier-section .slick-prev:before {
    content: '→';
    background: black;
} */ 


.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(72, 94, 144, 0.16);
    border-radius: 0.25rem;
}


.single-promo-card.single-promo-hover:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
    box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
    color: #fff;
}

.single-promo-card.single-promo-hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    overflow: hidden;
    height:200px;
    border-radius: 10px;
    z-index: 2;
}
.single-promo-card.single-promo-hover:before {
    content: '';
    position: absolute;
    right: -55px;
    width: 95px;
    height: 95px;
    bottom: -50px;
    border-radius: 35px;
    background-color: #8ab2c8;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: -1;
}
.single-promo-card.single-promo-hover:hover:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    color:#fff;
    background-color: #8ab2c8;
    /*background-image:url(../flameimages/insurance.jpg);*/
    opacity:0.7;
}
.single-promo-card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
    box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%);
}
.promo-section{
        background: #bfd8e5;
}








.single-choose{
    height:232px;
    background: #8ab2c8;
    border-radius: 30px;
}
.courier-section{
    background: #f2f1f1;
}
.choose-icon{
    justify-content: center;
}

.courier-section .slick-prev {
    display: none !important;
}

.courier-section .slick-next {
    display: none !important;
}
.courier-section .courier-deli1{
    font-size: 40;
    font-weight: 600;
}
.choose-head h3 a{
    text-align:center;
    color:#fff;
}




/* ====================================freight forwarding page================================= */
.forwarding-section .forwarding1{
    line-height: 3;
}
.forwarding-section .flight{
    padding: 0 30px;
    font-size: 19px;
    color: #de1c1f;
}
.forwarding-tittle {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}
.forwarding-section{
    /*background-color: #dcebc1;*/
    background-color: #005480;
}
.custom-section .forwarding-custom{
    display: flex;
}
.custom-section .flight{
    padding: 0 30px;
    font-size: 19px;
    color: #de1c1f;
}
.custom-section .forwarding2{
    line-height: 3;
}
.custom-section{
    padding: 80px 0;
}

.forwarding1 li{
    color: #fff;
}

/*.cargo-modal{*/
/*    position:absolute;*/
/*    right:-50%;*/
/*    display: none;*/
    /*transition: all 1s;*/
/*}*/
/*.cargo-body{*/
/*    height: 358px;*/
/*    overflow-y: scroll;*/
/*}*/
/*.fog{*/
/*    position: fixed;*/
/*    right:6%;*/
/*    top: 20%;*/
/*    z-index: 11111;*/
/*    animation-name: moveInRight;*/
/*    animation-duration: 3s;*/
/*}*/

/*@keyframes moveInRight {*/
/*    0% {*/
/*        opacity: 0;*/
/*        transform: translateX(100px);*/
/*    }*/

/*    80% {*/
/*        transform: translateX(-10px);*/
/*    }*/
    
/*    100% {*/
/*        opacity: 1;*/
/*        transform: translate(0);*/
/*    }*/

/*}*/

.cargo-modal{
    display: none;
}

