@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@300;800&display=swap');
body {
 direction: rtl;

 font-family: 'Alexandria', sans-serif;
  }
  
  .title_prod{
      color: #00a54c;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Alexandria', sans-serif;
  }
  
    .description_product{
      color:#0058a0;
  font-size:14px;
  font-weight:600;
  font-family: 'Alexandria', sans-serif;
  text-align: center;
  direction: ltr;
  }
  .active{
      color:#00a553 !important;
   font-size: 16px !important;
  font-weight: bold !important;
  }
  
  .headfeature{
      font-weight:600!important;font-size:17px !important;font-family: 'Alexandria', sans-serif !important;
  }
  .contentfeature{
      font-size:14px; line-height: 30px !important;font-weight: 400 !important;font-family: 'Alexandria', sans-serif !important;
  }
  .requesbutton{
 
  background: #000 !important;
  color: #fff !important;
  font-size:16px !important;
  font-weight: bold !important;
    font-family: 'Alexandria', sans-serif !important;
  }
  
    .available{
      color:#0058a0;
  font-size:14px;
  font-weight:700;
  font-family: 'Alexandria', sans-serif;
  text-align:center;
        
    }
  
  
  
  .txt{
       font-family: 'Alexandria', sans-serif !important;
       font-size:14px !important;
       font-weight:600 !important;
  }
  
   .steps{
       font-size: 25px;
       font-family: 'Alexandria', sans-serif !important;
   }
  
  .header{
    background-color:rgb(0, 165, 83);
  }
 .main-logo{
  /*width: 50px;*/
  height: 120px;
 }
  .sticky .main-logo{
     height:90px;
 }
  
  
  #navbar {
    overflow: hidden;
 
  }
 
  
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:1000000;
  }
  
  .sticky + .content {
    padding-top: 60px;
  }
  .main-menu li {
padding: 0px 15px !important;
font-size: 18px;
  }
  .carousel-item img{
    height: 70vh;
  }
  .carousel-root{
    position: relative;
  }
  .carousel-text{
    position: absolute;
    top: 30%;
    left: -30%;
  }
  .carousel-text h1{
    font-size: 56px;
    font-weight: 500;
  }
  .btn-order{
    background-color: rgb(30, 120, 194);
    color: white;
    font-size: large;
  }
  .first-img  img{
    width: 80%;
  }
  .featues-card img{
    width: 100%;
    border-radius: 10px;
  }
  .featues-card {
    border: 1px solid #f8f9fa ;
    border-radius: 10px;
  }
  .animy-one{
    visibility: visible; 
    animation-duration: 1.4s;
     animation-name: bounceInUp;
  }
  .animy-two{
    visibility: visible; 
    animation-duration: 1.8s;
     animation-name: bounceInUp;
  }
  .animy-three{
    visibility: visible; 
    animation-duration: 2.2s;
     animation-name: bounceInUp;
  }
  .product-card-img{
    width: 100%;
  }
  .product{
    text-decoration: none;
    color: black;
 
   
  }
  .product :hover{

    color: black;
  }
  .product-card-header{
    position: relative;
  }
  .product-card-header h5::after{
content: "";
width: 100px;
height: 3px;
background-color: rgb(30, 120, 194);
position: absolute; 

right: 5%;
bottom: 10%;
  }
  .product-card:hover.product-card{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: all ease 0.5s;
  }
  .product-card:hover .product-card-img{
    transform: scale(1.2,1.2); 
    transition: all ease 0.2s;
  }

  .product-card:hover .product-card-header h5::after{
    content: "";
    width: 100px;
    height: 3px;
    background-color: rgb(30, 120, 194);
    position: absolute; 
    transition: all ease  0.2s;
    right: -5%;
    bottom: 10%;
  }
  .golden-star{
    color: gold;
  }
  .product-details{
    color: black;
  }
  .product-details:hover{
    color: black;
  }
 .clip{
  -webkit-clip-path: polygon(52% 10%, 100% 0, 100% 100%, 53% 92%, 0 100%, 0 0);
  clip-path: polygon(52% 10%, 100% 0, 100% 100%, 53% 92%, 0 100%, 0 0);
  
  
 }
 .mesaage-section{
  background-color: rgba(168, 194, 213, 0.696);
 }
 .message-content{
  /*margin-top: 25%;*/
  height: 300px;
 }
 .btn-outline{
  border: 1px solid rgb(30, 120, 194);
  color: rgb(30, 120, 194);
 }
 .btn-outline:hover{
  border: 1px solid rgb(30, 120, 194);
  background-color: rgb(30, 120, 194);
  color:white;
 }
 .message-icon{
  font-size: 60px;
  color: rgb(30, 120, 194);
 }
 .border-message{
  border: 1px solid rgb(30, 120, 194);
  border-radius: 5px;
 }
 .border-message:hover{
  transform: translateY(-15px);
  transition: all 0.2s ease-in-out;
 }
 .goal-content{
  margin-top: 20%;
 }
 footer{
  background-color: #f8f9fa;
 }
 .footer-about {
  width: 100px;
 }
 .links ul{
  list-style: none;
 }
 .link-item{
  padding: 7px 0px;
 }
 .link-item a{
  text-decoration: none;
  color: black;
  font-weight: 500;
 }
 .link-item a:hover{
  color: rgb(30, 120, 194);
 }
 .footer-input{

  border: 1px solid rgb(30, 120, 194);
 }
 .facebook{
  display: inline-block;
  background-color: #4267B2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
color: white;
font-size: 18px;
}
.snapchat{
  display: inline-block;
  background-color: #FFFC00;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
color: white;
font-size: 18px;
}
.twitter{
  background-color: #1DA1F2;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
color: white;
font-size: 18px;
}
.catalodue{
  width: 100%;
  height: 100vh;
}
.conact-h2{
  color: rgb(30, 120, 194);
}
.contact{
  border-radius: 20px;
}
.contact-map{
  border:0; 
  width: 100%; 
  height: 500px;
}
.jumbotron img{
  width: 100%;
  height: 50vh;
}
.sub-title{
  color: rgb(30, 120, 194);
}
.aboutus-p{
  font-size: 17px;
font-weight: 500;
}
.about-img img{
  width: 100%;
}
.animy-four{
  visibility: visible; 
  animation-duration: 2.6s;
   animation-name: bounceInUp;
}
.contact-info {
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 200px;
}
.sub-title-icon{
  color: rgb(30, 120, 194);
  font-size: 42px;
}
.fillter{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.fillter ul {
  list-style: none;
}
.products-list{
padding: 10px 0px;
border-radius: 5px;
margin:10px;
}
.products-list a{
  text-decoration: none;
  color: black;
}
.active-product-item{
  background-color: rgb(30, 120, 194);

}
.active-product-item a{
  color: white;
}
.products-list:hover{
  background-color: rgb(30, 120, 194);
}
.products-list:hover a{
  color: white;
}
.parent-product{
  background-color: white;
  border-radius: 10px;
}
  
#lens,
#result {
  position: absolute;
  display: none;
  z-index: 1;
}

.slideshow-items {
  display: none;
}

.slideshow-items.active {
  display: block;
}

.slideshow-thumbnails {
  opacity: 0.5;
}

.slideshow-thumbnails.active {
  opacity: 1;
}

#lens,
.slideshow-items,
.slideshow-thumbnails,
#result {
  border: solid var(--light-grey-2) 1px;
}
.whatsapp{
  width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #25D366;
    position: fixed;
    z-index: 1000;
    bottom: 80px;
    left: 80px;
    cursor: pointer;
}

@media only screen and (max-width:600px) {
    .clip{
clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0);
 }
 .message-content{
  /*margin-top: 25%;*/
  height:auto;
 }
 .carousel-item img{
     height:auto;
       /*height:30vh;*/
 }
}

.txt-title{
color: #0f2e93;
font-size: 23px;
line-height: 30px;
}
.txt{
    font-size:15px;
    line-height:30px;
}
.second-footer{
     background-color:rgb(0, 165, 83);
    color:white;
    padding:10px;
}
.second-footer a{
   text-decoration:none;
    color:white;
}
.bg-counter{
        background-color: rgb(0, 165, 83);
            border-radius: 10px;
 }
.font-40{
       font-size: 40px !important;
}
.font-18{
       font-size: 32px !important;    
}





      

        .post-slide {
            background: #fff;
            margin: 20px 15px 20px;
            border-radius: 15px;
            padding-top: 1px;
            box-shadow: 0px 14px 22px -9px #bbcbd8;
        }
        .post-slide .over-layer {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
            transition: all 0.50s linear;
        }

        .post-slide:hover .over-layer {
            opacity: 1;
            text-decoration: none;
        }

        .post-slide .over-layer i {
            position: relative;
            top: 45%;
            text-align: center;
            display: block;
            color: #fff;
            font-size: 25px;
        }

        .post-slide .post-content {
            background: #fff;
            padding: 2px 20px 40px;
            border-radius: 15px;
        }

        .post-slide .post-title a {
            font-size: 15px;
            font-weight: bold;
            color: #333;
            display: inline-block;
            text-transform: uppercase;
            transition: all 0.3s ease 0s;
        }

        .post-slide .post-title a:hover {
            text-decoration: none;
            color: #3498db;
        }

        .post-slide .post-description {
            line-height: 24px;
            color: #808080;
            margin-bottom: 25px;
        }

        .post-slide .post-date {
            color: #a9a9a9;
            font-size: 14px;
        }

        .post-slide .post-date i {
            font-size: 20px;
            margin-right: 8px;
            color: #CFDACE;
        }

        .post-slide .read-more {
            padding: 7px 20px;
            float: right;
            font-size: 12px;
            background: #2196F3;
            color: #ffffff;
            box-shadow: 0px 10px 20px -10px #1376c5;
            border-radius: 25px;
            text-transform: uppercase;
        }

        .post-slide .read-more:hover {
            background: #3498db;
            text-decoration: none;
            color: #fff;
        }

        .owl-controls .owl-buttons {
            text-align: center;
            margin-top: 20px;
        }

        .owl-controls .owl-buttons .owl-prev {
            background: rgb(205 213 209);
            position: absolute;
            bottom: 50%;
            left: 15px;
            padding: 0 18px 0 15px;
            border-radius: 50px;
            box-shadow: 3px 14px 25px -10px #92b4d0;
            transition: background 0.5s ease 0s;
        }

        .owl-controls .owl-buttons .owl-next {
            background:rgb(205 213 209);
            position: absolute;
            bottom: 50%;
            right: 15px;
            padding: 0 15px 0 18px;
            border-radius: 50px;
            box-shadow: -3px 14px 25px -10px #92b4d0;
            transition: background 0.5s ease 0s;
        }

        .owl-controls .owl-buttons .owl-prev:after,
        .owl-controls .owl-buttons .owl-next:after {
            content: "<";
            font-family: FontAwesome;
            color: #333;
            font-size: 30px;
        } 

        .owl-controls .owl-buttons .owl-next:after {
            content: ">";
        }

        @media only screen and (max-width:1280px) {
            .post-slide .post-content {
                padding: 0px 15px 25px 15px;
            }
        }
#news-slider{
        direction: ltr;
}


/*-----------------------------------------------*/

/* ---------------------------------------------------------------------------------------- */
.logistics {
    background-color: #e3f2fc;

}

.deatails-btn {
    color: #0D4772;
    border: 1px solid #0D4772;
}

/*h3 {*/
/*    color: #262626;*/
/*    font-size: 17px;*/
/*    line-height: 24px;*/
/*    font-weight: 700;*/
/*    margin-bottom: 4px;*/
/*}*/

p {
    font-size: 16px;
    font-weight: 400;
    line-height:30px;
    color: #666666;


}

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #00838d;
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.card1 {

    position: relative;




    z-index: 0;
    overflow: hidden;
}

.card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: #00838d;
    height: 20px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.card1:hover:before {
    transform: scale(60);
}


.card1:hover p {

    transition: all 0.3s ease-out;
    color: rgb(225, 225, 225);


}

.card1:hover h4 {

    transition: all 0.3s ease-out;
    color: rgb(225, 225, 225);


}

.card1:hover button {
    transition: all 0.3s ease-out;
    background-color: rgb(238, 237, 237);
    color: #0D4772;
}

.transport-ways {
    border: 1px solid #0D4772;
    color: #1979c2;
}

.transport-ways:hover {

    transition: all 0.3s ease-out;
    background-color: #1979c2;
    color: white;
}

.index-company-image{
    width:350px;
}

/*Styling Buttons*/
/*.login-button {*/
/*    background-color: transparent;*/
/*    text-decoration: none;*/
/*    border: 1px solid #5789a8;*/
/*    color: #5789a8;*/
/*    border-radius: 2em;*/
/*    padding: 0.6rem 0.8rem;*/
    /*margin-left: 2vw;*/
/*    font-size: 1rem;*/
/*    cursor: pointer;*/

/*}*/

.login-button:hover {
    color: #131418;
    background-color: #f2f5f7;

    transition: all ease-in-out 350ms;
}

.join-button {
    color: #131418;
    color: #2e7183;
    border: none;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    font-size: 1rem;
    cursor: pointer;
}

.join-button:hover {

    background-color: transparent;

    color: #286f9e;
    transition: all ease-in-out 350ms;
}

/*Styling Hamburger Icon*/
.hamburger div {
    width: 30px;
    height: 3px;
    background: #f2f5f7;
    margin: 5px;
    transition: all 0.3s ease;
}

.hamburger {
    display: none;
}

.shopping-cart-icon {
    position: relative;
}

.shopping-cart-icon span {
    color: #0D4772;
}

.shopping-cart-counter {
    background-color: rgb(241, 4, 4);
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: small;
    display: inline-block;
    position: absolute;
    top: -9px;
    right: -10px;
}

.navbar-logo {
    width: 130px;

}

.card-img-circled img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.hovrable-card1 {
    background-color: #f8f9fa;
    border-radius: 20px;
    /*height:500px;*/
}

.hovrable-card1:hover {
    transform: translateY(-15px);
    transition: all 0.5s ease-in-out;
    background-color: #0D4772;

}

.hovrable-card1:hover h3 {
    color: white;
}

.hovrable-card1:hover p {
    color: white;
}
.hovrable-card1:hover label {
    color: white;
}

.killo-grams {
    font-size: 84px;
    font-weight: bold;
    color: white;
}

.text-alignment-left {
    text-align: left;
}

.package {
    /* background-color: #00838d; */
    /* color: white; */
    border: 1px solid rgb(223, 222, 222);
    border-left: 4px solid rgb(223, 222, 222);
    color: #000000;
    position: relative;
    background-color: rgba(255, 255, 255, 0.933);
}

.package span {
    color: #000000;
    /* color: white; */
}

.package p {
    /* color: white; */
    color: #000000;
}

.package-number {
    position: absolute;
    top: 25px;
    right: -45px;
    text-align: center;
    font-size: 36px;
    color: #0D4772;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    background-color: rgb(241, 240, 240);
}

.package:hover .package-number {
    background-color: #0D4772;
    transition: all 0.5s ease-in-out;
}

.package:hover .package-number span {
    color: white;
}

.package:hover {
    /* background-color: rgb(114, 157, 172); */
    border-left: 4px solid #0D4772;
    transform: translateY(-15px);
    transition: all 0.5s ease-in-out;
}


.social-icons {
    display: inline-block;
    background-color: lightblue;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.counter {
    text-align: center;
    /* background-image: url("../assets/images/sliderOne.jpg"); */
    /* background: linear-gradient(to bottom, rgba(87, 87, 87, 0.8) 0%, rgba(59, 59, 59, 0.8) 100%), url("../assets/images/sliderOne.jpg"); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;

}

.counter-count {
    font-size:40px;
    font-weight: 600px;
    color: white;
    text-align: center;
}

.count-up {
    border: 1px solid white;
    position: relative;
    border: 1px solid rgb(223, 222, 222);
    border-left: 4px solid rgb(223, 222, 222);
    height:200px;
    /* border-radius: 20px; */

}

.count-up p {
    color: #0D4772;
}

.count-up h3 {
    color: #0D4772;
    font-weight: 500;
    font-size:25px;
}

.couonter-span-icon {
    position: absolute;
    background-color: rgb(241, 240, 240);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    right: -18px;
    color: #0D4772;
    top: 40px;
}

.count-up:hover {

    transform: translateY(-15px);
    transition: all 0.5s ease-in-out;
    border-left: 4px solid #0D4772;
}

.count-up:hover .couonter-span-icon {
    background-color: #0D4772;
    color: white;
}

.count-up:hover p {
    color: #0D4772;
}

.count-up:hover h3 {
    color: #0D4772;
}

.carosel-text-parent {
    position: relative;
}

.carosel-text {
    position: absolute;
    top: 35%;
  right:0;
  left:0;
    color: white;

}

.text-header {
    font-size: 48px;
    font-weight:bold;
}

.features-card {
    background-color: white;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    height: 265px;
}

.features-card p {
    /*! line-height: 25px; */
}

.features-card-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: #0D4772;
    color: white;
    top: -35px;
    right: 37%;
}

.features-card:hover {
    transform: translateY(-15px);
    transition: all 0.2s ease-in-out;
}

.logistics-content {
    line-height: 24px;
}

.shipping-steps {
    display: flex;
}

.round {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #3792ce;
    color: white;
    margin-right: 10%;
}

.round2 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #3792ce;
    color: white;

}

.line {
    width: 290px;
    border: 3px dashed #3792ce;
    /* background-color: #3792ce; */
}

.line2 {
    width: 290px;
    /* height: 4px;
    background-color: rgb(225, 225, 225); */
    border: 3px dashed rgb(225, 225, 225);
}

.round3 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: rgb(225, 225, 225);
    color: #0D4772;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}



.contact-info {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #0D4772;
    position: fixed;
    z-index: 1000;
    bottom: 80px;
    left: 50px;
    cursor: pointer;
    box-shadow: rgba(45, 117, 190, 0.47) 0px 8px 24px;
    transition: all 0.5s ease-in-out;
}

.contact-info:hover {
    transform: translateY(-15px);
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(45, 117, 190, 0.734) 0px 8px 24px;
}

.contact-info-whatsapp {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #25D366;
    position: fixed;
    z-index: 1000;
    bottom: 80px;
    left: 110px;
    cursor: pointer;
    box-shadow: rgba(45, 117, 190, 0.47) 0px 8px 24px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.contact-info-messenger {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #006AFF;
    position: fixed;
    z-index: 1000;
    bottom: 80px;
    left: 170px;
    cursor: pointer;
    box-shadow: rgba(45, 117, 190, 0.47) 0px 8px 24px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.contact-info-whatsapp:hover {
    transform: translateY(-15px);
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(45, 190, 93, 0.734) 0px 8px 24px;
}

.contact-info-messenger:hover {
    transform: translateY(-15px);
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(45, 117, 190, 0.734) 0px 8px 24px;
}

.padding-5 {
    padding: 3rem;
}

.try-service-img {
    padding: 3rem;
    /*height: 85%;*/
    width: 100%;
}

/*.samsa-img {*/
/*    padding-top: 3rem;*/
/*    width: 50%;*/
/*}*/
.partner-image{
     padding-top: 3rem;
    width: 200px;
    height:200px;
}

.padding-bottom {
    padding-bottom: 3rem;
}

.responsive-steps {
    display: none;
}
.accordion-button{
 text-align:right !important;   
}

@media only screen and (max-width: 600px) {
    .index-company-image{
        width:90%;
    }
    .padding-5 {
        padding: 0;
    }

    .try-service-img {

        height: 100%;
        width: 100%;
    }

    .shipping-steps {
        display: none;
    }

    /*.samsa-img {*/
    /*    width: 100%;*/
    /*}*/

    .text-header {
        font-size: 18px;
    }

    .text-header2 {
        font-size: 14px;
        font-weight:normal;
       
    }

    .padding-bottom {
        padding: 0;
    }

    .carosel-text {
        position: absolute;
        top: 14%;
        right:0;
        left:0;
        color: white;

    }

    .track-order-steps {
        display: none;
    }

    .round-span {
        background-color: #1979c2;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        text-align: center;
        color: white;
    }

    .responsive-line {
        width: 2px;
        height: 50px;
        background-color: #3792ce;

    }

    .round-span2 {
        background-color: #cacaca;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        text-align: center;
        color: white;
    }

    .responsive-line2 {
        width: 2px;
        height: 50px;
        background-color: #cacaca;
    }

    .about-us-section p {
        line-height: 42px;
    }

    .responsive-steps {
        display: block;
    }
.about-content{
        position: absolute;
    top: 40%;
   right:0;
   left:0;
}
.mob-slider{
   height:50vh !important;
}
}
.about-imageee{

       display: flex;
  justify-content: center;
  align-items: center;
  height:100%;
}

.track-order {
    width: 90%;
    margin: auto;
}

#newShipment {
    display: none;
}

.label-text {
    color: #0f5285;
    font-size: 18px;
}

.aboutus-header {
    color: #0f5285;
}
.text-header2 {
        
        font-weight:bold ;
    }
.afte-payment-bg{
background-color: #e3f2fc;
}
.after-pay-img img{
    width: 50%;

}
.home-page a{
       text-decoration: none;
    color: white;
}
.navigate a{
          text-decoration: none;
    color: white;
}
.pakage-wrap{
         word-wrap: break-word;
}

.foot-link a{
    color:black;
    text-decoration: none;
}

.foot-link{
    font-size:14px;
    line-height:20px !important;
}

.rounded-stepp{
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
  border: 2px solid #0D4772;
  background-color: white;
  position: relative;
}
.child-rounded{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 2px solid #0D4772;
    background-color: #0D4772;
    color: #fff;
    position: absolute;
    top: 32%;
    left: -15%;

}

@media (max-width:650px){
    .rounded-stepp:before {
        display:none;
    }
    
    .jumbotron img {
        height: 25vh;
    }
}

.rounded-stepp:before {
    content: "";
    position: absolute;
 top: 50%;
 right:106px;
    background: #0D4772;
    height: 2px;
    width: 221px;
}
.rounded-stepp-two{
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
  border: 2px solid #0D4772;
  background-color: white;
  position: relative;
}
.child-rounded-two{

    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 2px solid #0D4772;
    background-color: #0D4772;
    color: #fff;
    position: absolute;
    top: 32%;
    left: -15%;
}
.rounded-stepp:hover{
    background-color: #9fcff5;
    color: white;
    transition: all 0.5s ease-in-out;
}
.rounded-stepp-count{
    font-size: 30px;
    color: #0D4772;
}
.rounded-stepp:hover .rounded-stepp-count{
    font-size: 34px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.rounded-stepp-two:hover {
    background-color: #9fcff5;
    color: white;
    transition: all 0.5s ease-in-out;
}
.rounded-stepp-two:hover .rounded-stepp-count{
    font-size: 32px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

/* -------------------------------------------------------------------------------------------------- */

.about-img img{
    width: 100%;
}
.about-side{
    width: 90%;
    margin: 0 auto;
    height: 600px;
}
.carousel-item{
        margin-right: auto!important;
        margin-left: auto!important;
}
.modal button.close {
  right: 0;
  outline: 0;
}
  
#gallery-lightbox img {
  height: 350px;
  object-fit: cover;
  cursor: pointer;
}

#gallery-lightbox img:hover {
  opacity: 0.9;
  transition: 0.5s ease-out;
}
.bg-counter{
     transition: .5s
}
.bg-counter:hover{
    transform: translate(10px, -20px); 
}
.bg-bloue{
     background-color: #77A5D7;
         border-radius: 10px;
}
  .d-center{
        display: flex;
        justify-content: center;
        align-items: center;
      
    }
.h-60{
        height: 161px;
}
.font-12{
        font-size: 11px;
}
/*----------------------*/

/*----------------------*/