*{

    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

p, span{
    font-family: 'Montserrat', sans-serif;
    color: #333333 !important;
}

.footer p{
    color: #fff !important;
}

header a{
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.40PX;
    color: #000 !important;
}

/* width */
::-webkit-scrollbar {
    width: 3px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: red;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

.btn-theme{
    border-radius: 100px !important;
    background: #FF0000;
    color: #fff;
    font-weight: 500;
    padding: 14px 30px !important;
    font-size: 16px !important;
}

.banner_main_text{
    width: 100%;
    height: 100%;
}

p{
    color: #1A0000;
}

h1{
    font-size: 47px !important;
    font-family: 'Montserrat', sans-serif;
}

.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 9;
}

.theme-text{
    color: #FF0000 !important;
    font-family: 'Montserrat', sans-serif;
}

.theme-text2{
    color: #F37B7F !important;
}

a:hover{
    text-decoration: none !important;
}

.title{
    font-weight: 700;
    font-size: 48px;
}

.h2_title{
    font-weight: 500;
    font-size: 26px;
}

.h4_title{
    font-weight: 500;
    font-size: 20px;
}

.slider {
    width: 100%;
    margin: 0px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
}

/* HOME HEADER SECTION */

    header ul li a{
        font-weight: 400 !important;
    }

    header ul li a:hover{
        color: #FF0000 !important;
    }

    header .menu
    {
        width: 96%;
    }

    header .menu .header_logo{
        width: 25%;
    }

    header .menu .header_logo img{
        width: 200px;
    }


/* HOME BANER SECTION */

    .home_banner{
        height: 500px;
        margin-top: 4%;
    }

    .home_banner img{
        object-fit: cover;
    }

    /* .home_banner .banner-text h1{ */

        /* display: inline-block;
        font-weight: 700;
        font-size: 40px;
        color: #fff;
        background-color: #0000005f;
        padding: 0 10px; */
    /* } */

    .home_brand {
        background-color: #EDEDED;
    }

/* HOME home_about SECTION */

.home_about .right_image{
    /* border: 2px solid #000; */
    border-radius: 10px;
    padding-left: 10px;
}

.home_about p{
    font-weight: 400;
    color: #1A0000;
}

/* HOME home_service SECTION */

.home_service .all_service_btn,
.home_latest_blog .all_service_btn{
    border: 2px solid #ff0000;
    border-radius: 100px;
    padding: 10px 20px;
    background: transparent;
}

.home_latest_blog a,
.home_latest_blog a:hover{
    color: #000;
}

.home_service .card_icon{
    border: 2px solid #ff0000;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.home_service .service_card {
    opacity: 0.7;
}



.home_service .service_card:hover{
    opacity: 1;
    box-shadow: 0 0 10px -5px #FF0000;
    border-radius: 20px;
}

.home_service .service_card h3{
    height: 60px;
}

/* HOME industries SECTION */

.home_industries .card_section img,
.blog_latest_blog .main_inner .sub_inner .sub_sub_inner img,
.latest_blog .card_section img,
.service_card .inner_card img,
.home_latest_blog .card_section img{
    border-radius: 18px;
}

.home_industries .industries_btn{
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 20px;
}

.latest_blog .card_section{
    border: 2px solid #000;
    border-radius: 18px;
    padding: 15px;
}


.latest_blog .card_section p{
    color: #1A0000;
    font-size: 24px;
    height: 60px;
}

.footer p{
    color: #fff;
}

.footer .social img{
    width: 20px;
}

.about_card .card{
    background-color: #FF0000;
    border-radius: 16px;
    padding: 10px;
}

.about_card .card .icon{
    border: 2px solid #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.award .award_card{
    /* border-radius: 18px;1 */
    padding: 15px;
    margin-bottom: 20px;
    /* border-radius: 18px; */
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 250px;
    /* box-shadow: 0 0 15px -12px #000; */
}

.award .award_card img{
    object-fit: contain;
}
.award .award_card h3{
    font-size: 1.15rem;
    line-height: 1.5rem;
    font-weight: 600;
}


.certification .certification_card{
    height: 350px;
}

.certification .certification_card img{
    object-fit: contain;
    height: 90%;
}

.get_in_touch .map
{
    /* border: 2px solid #000; */
    border-radius: 18px;
    height: 400px;
    /* padding: 15px; */
}

.get_in_touch .map .inner_box{
    /* border-radius: 15px; */
    overflow: hidden;
}

.about_inspiration{
    display: block;
}

.about_inspiration_mobile
{
    display: none;
}

.about_inspiration{
    height: 600px;
}

.about_inspiration .about_inspiration_inner .about_inspiration_inner_img img{
    height: 600px;
    object-fit: contain;
}

.about_inspiration .about_inspiration_inner{
    height: 100%;
}

.about_inspiration .about_inspiration_inner .about_inspiration_inner_img{
    top: 0;
    width: 63%;
    height: 100%;
    left: calc(50% - 31.5%);
}

.about_inspiration .about_inspiration_inner .about_inspiration_inner_img .text_area{
    left: 50%;
    /* border: 1px solid white; */
}

.about_team .team_card{
    box-shadow: 0 0 14px -7px #000;
    border-radius: 18px;
    overflow: hidden;
}

.about_team .team_card .social .social_card{
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.about_team .team_card .social .social_card img{
    object-fit: contain;
}

.service_card .inner_card{
    border: 1px solid #D9D9D9;
    border-radius: 18px;
}

.service_card .inner_card h4{
    font-weight: 600;
    font-size: 24px;
}

.service_card .inner_card .card_btn
{
    border: 2px solid #ff0000;
    border-radius: 100px;
    color: #ff0000;
    font-weight: 500;
}

.section_industrie .inner_img{
    border: 2px solid #000;
    border-radius: 18px;
}

.section_industrie .inner_img img{
    border-radius: 18px;
}

.service_card a{
    text-decoration: none;
    color: #000;
}
.service_card a:hover{
    text-decoration: none;
    color: #000;
}

.service_card .viewAll{
    cursor: pointer;
}
.career_crad .inner_card i{
    width: 22px;
}

.career_crad .inner_card{
    border: 1px solid #D9D9D9;
    border-radius: 18px;
}


  .track_shipment .inner_card h2{
    font-weight: 600;
    font-size: 24px;
  }

  .track_shipment .trackBy{
    box-shadow: 0px 0 20px -10px #000;
    border-radius: 18px;
  }

  .track_shipment .trackBy input{
    width: 20px;
    height: 20px;
  }

  .track_shipment .trackBy div{
    display: flex;
    align-items: center;
  }


.contact_icon .inner_icon{
    background-color: #F4F2F2;
    border-radius: 18px;
}

.contact_icon .inner_icon .icon{
    width: 60px;
    height: 60px;
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #FF0000;
}

.blog_latest_blog .blog_btn,
.blog_category .blog_btn
{
    background: #FF0000;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 18px;
    height: 100px;
    color: #fff;
    display: flex;
    align-items: center;
}

.blog_latest_blog .main_inner,
.blog_category .main_inner{
    margin-top: 140px;
}

.blog_latest_blog .main_inner .sub_inner,
.blog_category .main_inner .sub_inner{
    height: 210px;
    border: 1px solid #D9D9D9;
    border-radius: 18px;
    border-bottom: 4px solid #FF0000;
}

.blog_latest_blog .main_inner .sub_inner .sub_sub_inner,
.blog_category .main_inner .sub_inner .sub_sub_inner{
    position: relative;
    top: -140px;
}

.blog_latest_blog .main_inner .sub_inner .sub_sub_inner img,
.home_latest_blog .card_section img{
    box-shadow: 0 0 10px -6px #000;
}

.blog_category .blog_cat_btn{
    border-radius: 100px;
    border: 2px solid #FF0000;
    padding: 10px 20px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
}

.blog_category .active{
    background-color: #FF0000;
    color: #fff;
}

.view_blog{
    margin: 180px 0 50px 0;
}

.view_blog .blog_card
{
    border: 1px solid #D9D9D9;
    border-radius: 18px;
}

.view_blog .blog_card img{
    border-radius: 40px;
}

.form-control{
    border-radius: 100px !important;
}

.about_story{
    position: relative;
}

.about_story .bakground_right_img{
    position: absolute;
    right: 0;
    z-index: -1;
}

.about_story .bakground_right_img img{
    width: 100px;
}

.about_story p,
.about_value p{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    font-size: 1rem;
}

.about_value p{
    width: 35%;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    color: #fff !important;
    font-size: 1rem;
}

.about_inspiration p,
.about_inspiration_mobile p,
.about_card p{
    color: #fff;
}

.service_view{
    margin-top: 6%;
}

.service_view .service_view_right{
    border: 2px solid #000;
    border-radius: 18px;
}

.service_view .service_view_right img{
    border-radius: 18px;
}

.about_inspiration_new p,
.about_integrity p{
    color: #fff !important;
}

.about_inspiration_new img{
    box-shadow: 0 0 20px 3px #fff;
    border-radius: 30px;
}

.new_integrity .card{
    height: 380px;
}

.new_team p{
    color: #333333;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.new_team h5, .new_team p, .new_team p
{
    font-family: 'Montserrat', sans-serif;
}

.service_our_expertise .slider .card{
    background-color: #EDEDED;
    border-radius: 19px;
    border: none;
}

.journey .journy_round1,
.journey .journy_round2{
    border: 1px solid #C63B3D;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -5px;
}

.journey .journy_round2{
    top: -4.3px;
    left: -5px;
}

/* ----------------------------------------------------------------------------- */

.main_home_page{
    height: 100vh;
}

.service__icon{
    border: 1px solid #000;
}

.home__service__card:hover .service__icon{
    border-color:#FF0000 !important;
}

.home__service__card:hover .service__title{
    color: #FF0000;
}

.ind__container__wrapper:hover .industries_text
{
    color: #FF0000 !important;
}


.inspiration,
.service_our_expertise
.services_industries,
.journey,
.join_our_team {
    position: relative;
}

.inspiration .bakground_right_img{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.inspiration .bakground_right_img img,
.journey .bakground_right_img img,
.service_our_expertise .bakground_right_img img,
.services_industries .bakground_right_img img,
.join_our_team .bakground_left_img img,
.join_our_team .bakground_right_img img{
    width: 100px;
}

.service_our_expertise .bakground_right_img{
    position: absolute;
    right: 0;
    z-index: -1;
}

.services_industries .bakground_right_img{
    position: absolute;
    z-index: -1;
}

.get_in_touch .submitData
{
    font-weight: 600;
}

.journey .bakground_right_img{
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
}

.join_our_team .bakground_left_img img{
    position: absolute;
    bottom: 0;
}

.join_our_team .bakground_right_img img{
    position: absolute;
    bottom: 0;
    right: 0;
}


.mobile_header{
    position: relative;
    width: 100vw;
    height: 100vh;
}

.mobile_header .close_btn{
    position: absolute;
    right: 22px;
    top: 19px;
    color: #fff !important;
}

.mobile_header .inner_main_section{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.mobile_header a{
    color: #fff !important;
}

.style-MxwTW{
    width: 200px !important;
}
