*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;
 
}   

ul, li, a{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
}
h1, h2, h3, h4, h5, h6{
    padding: 0;
    margin: 0;
}
.section-padding{
    padding: 90px 0;
}
.top-sticky-cstm{
    width: 100%;
    padding: 10px 36px;
    
}
.header-top-sticky{
    background: #fff;
    height: 100%;
   
}
.nav-bar{
    height: 100%;
}
.nav-bar ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;

}
.nav-bar ul li{
    display: block;
    margin: 0 3px;
}
.nav-bar ul li a{
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    transition: .25s ease-in-out background;
    color: #66788C;
    position: relative;
    font-size: 14px;
    line-height: 1em;
    font-weight: 400;
}

.drop-down{
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
}
.nav-bar ul li.cstm-btnn-login a{
    border: 2px solid #0078D3;
    border-radius: 5px;
    color: #0078D3;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 35px;
}
.nav-bar ul li.cstm-btnn-login a:hover{
    background: #0078D3;
    color: #fff;
}
.nav-bar ul li.cstm-btnn-login-1 a{
    background: #0078D3;
    color: #fff;
    border: 2px solid #0078D3;
    border-radius: 5px;
    font-weight: 600;
    padding: 10px 35px;
    font-size: 16px;
    letter-spacing: 1px;
}
.nav-bar ul li.cstm-btnn-login-1 a:hover{
    background: transparent;
    color: #0078D3;
}
ul .dropdown-contant {
    position: absolute;
    width: 250px;
    background: #282828;
    height: auto;
    top: 30px;
    left: 50%;
    right: 50%;
    display: block;
    transform: translate(-50%, 0);
    transition: .25s ease-in-out top, .25s ease-in-out opacity;
    opacity: 0;
    visibility: hidden;
}
.drop-down:hover .dropdown-contant {
    opacity: 1;
    visibility: visible;
    z-index: 50;
    top: 50px;
}

ul .dropdown-contant li a{
    color: #fff;
    font-size: 14px;
    padding: 10px;
}
/* .logo {
    height: 100%;
    width: 45%;
} */
.logo a{
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
    font-size: 34px;
    text-transform: uppercase;
    color: #25477b;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
/* .logo a img{
    width: 100%;
} */
.header-top-main-bar{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 5px;
}
.header-social-icon ul {
    display: flex;
    justify-content: end ;
    align-items: center;
}
.header-social-icon ul li{
    margin: 0 5px;
}
.header-social-icon ul li a{
    color: #66788C;
    font-size: 15px;
}
.social-icon-header span{
    margin-right: 10px;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #66788C;
}
.social-icon-header span i{
    color: #66788C;
    font-size: 15px;
    vertical-align: middle;
}
.sliders{
    width: 100%;
    height: 370px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
}
.sliders::after{ 
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(0 0 0 / 65%);

    /* background: linear-gradient(90deg, rgb(0, 19, 34) 0%, rgba(255,255,255,0) 100%); */

}
.home-titles{
    position: absolute;
    width:100%;
    height: 100%;
    z-index: 999;
    padding: 59px 50px;
    left: 0;
    top: 0;
    text-align: center;
}
.home-titles h2{
    font-size: 46px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.home-titles h2 span{
    color:#fff;
}
.home-titles  p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.bttns-01 a{
    width: auto;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 10px 15px;
    text-transform: capitalize;
    color: #fff;
    background: rgba(37, 71 ,123, 0.9);
    transition: all 0.3s ease-in-out;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}
.bttns-01 a:hover{
    background: transparent;
}

.section-title{
    text-align: center;
    width: 100%;
}
.section-title h3{
    font-size: 46px;
    font-weight: 700;
    color: #25477B;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}
.section-title p{
    color: #66788C;
    font-size: 17px;
    font-weight: 400;
}
.services-01{
    background: #EAEDF1;
    padding: 80px 0;
}
.main-service-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.serivces-box{
    width: 18%;
    height: 300px;
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    transform: translate(0);
    padding: 30px 10px;
}
.serivces-box a{
    width: 100%;
    height: 100%;

}
.serivces-box:hover{
    transform: translateY(-20px);
    box-shadow: 0 0 8px rgb(102 120 140 / 10%), 0 16px 16px rgb(102 120 140 / 10%);
    border-color: #0078D3;
}

.icon-serives img{
    display: block;
    margin: 30px auto;
}
.text-serivces-box h4{
    text-align: center;
    color: #66788C;
    font-size: 20px;
    font-weight: 400;
}
#banner-bg-01{
    background: url(../images/banner-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    width: 100%;
    position: relative;
}
#banner-bg-01::after{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 0, 0);
    opacity: 0.6;
}
.cstm-section-title {
    z-index: 2;
    position: relative;
}
.cstm-section-title .section-title h3{
    color: #fff;
}
.cstm-section-title  .our-numbers{
    width: 100%;
    text-align: center;
}
.our-numbers .first-lines{
    font-size: 70px;
    color: #0078D3;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 10px;
}
.our-numbers .Sec-lines{
    font-size: 24px;
    color: #fff;
    font-weight: 500;
}
.slider-logo-clients{
    display: flex;
    justify-content: center;
    align-items: center;
    /* height:110px; */
    margin:10px 10px;
}
.slider-logo-clients img{
    width: 100%;
}

#foooter-bottom{
    background: #0b2032;
    padding: 30px 0;
}
.contact-info h4{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.contact-info ul li{
    margin: 5px;
    display: block;
}
.contact-info ul li a{
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 400;
}
.contact-info ul.address-bottom li{
    display:flex;
    justify-content: start;
    align-items: flex-start;

}
.contact-info ul.address-bottom li span{
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 400;
}
.contact-info ul.address-bottom li span i{
    font-size: 24px;
    margin-right: 15px;
}
.border-top-footer{
    border-top: 1px solid #fff;

}
.footer-priv{
    padding: 8px 0;
}
.footer-priv p{
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.footer-priv p a{
    color: #fff;
    cursor: pointer;
}
.footer-social-icon ul {
    display: flex;
    justify-content: end;
    align-items: center;
}
.footer-social-icon ul li{
    margin: 0 5px;
}
.footer-social-icon ul li a{
    color: #fff;
    font-size: 24px;
}
#demo-2.owl-theme .owl-dots .owl-dot.active span, #demo-2.owl-theme .owl-dots .owl-dot:hover span
{
    background: #0078D3;
}
#demo.owl-theme .owl-dots .owl-dot.active span, #demo.owl-theme .owl-dots .owl-dot:hover span{
    background: #0078D3;
}
#demo.owl-theme .owl-nav.disabled+.owl-dots{
    transform: translateY(-60px);
    margin: 0;
}
.main-services-box{
    background: #fff;
    margin: 20px 0;
}
.content-boxing{
    padding: 30px 10px 30px 40px;
}
.content-boxing h3{
    color: #25477B;
    font-size: 28px;
    margin-bottom: 25px;
    font-size: 400;
}
.content-boxing p{
    font-size: 16px;
    margin-bottom: 30px;
     font-weight: 300;
     color: #66788C;
     line-height: 1.5 !important;
}
.content-boxing a{
color: #0078D3;
font-size: 16px;
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-weight: 500;
transition: all 0.2s ease-in-out;
padding: 10px 20px;
border-radius: 5px;

}
.content-boxing a:hover{
    background: #EAEDF1 ;
}
.img-serviece{
    width: 100%;
}
.img-serviece img{
    width: 100%;
}
.content-trackings{
    padding: 15px 20px;
}
.content-trackings h3{
    font-size: 20px;
    font-weight: 500px;
    color: #25477B;
}
.content-trackings p{
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #25477B;
}
.cstm-borders-tracking{
    padding: 20px 0 20px 0 ;
    border-bottom: 2px solid #f0f0f0;
}
.cstm-bttns-02{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.bttns-01.cstm-bttns-02 a{
    background: transparent;
    border: 1px solid #0078D3;
    color: #0078D3;
    padding: 10px 35px;

}
.bttns-01.cstm-bttns-02 a:hover{
    background: #0078D3;
    color: #fff;
}
.main-section-number{
    
    border: 2px solid #f0f0f0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin: 20px 0 ;
}
.section-number-03{
    padding: 30px 50px;
}
.section-number-03 h3{
    color: #0078D3;
    font-size: 48px;
    margin-bottom: 10px;
  
}
.section-number-03 span{
    border-bottom: 4px dashed #0078D3;
    width: 20%;
    display: block;
    margin: 20px 0;
}
.section-number-03 p{
    color: #25477B;
    font-weight: 400;
    font-size: 22px;
}
.img-number-cstm{
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    transform: translateY(40px);
}
.testmonial-section{
    width: 800px;
    margin: auto;
}
.icon-img{
    width: 100px;
    margin:0px auto 20px;
}
.text-testmonial{
    text-align: center;
    color: #66788C;
    font-size: 17px;
    font-weight: 400;
}
.text-testmonial p{
    font-size: 15px;
    font-style: italic;
    line-height: 20px;
    
}
.text-testmonial p::before{
    content: "\edd5";
    font-family: "boxicons";
    margin-right: 10px;
    font-size: 20px;
    color: #0078D3;   

}
.text-testmonial p::after{
    content: "\edd6";
    font-family: "boxicons";
    margin-left: 10px;
    font-size: 20px;
    color: #0078D3;   

}
.name-user {
    font-size: 14px;
    font-weight: 500;
}
.name-user strong{
    color: #0b2032;
}
.contact-form form input, .contact-form form textarea{
    width: 100%;
    margin: 8px 0;
    padding: 8px 10px;
    border: 0;
    border:1px solid #666666;
    border-radius: 5px;
    background: transparent;
    outline: none;
    color: #fff;

}
.contact-form form input::placeholder, .contact-form form textarea::placeholder{
    font-size: 14px;
    color: #fff;
   
}
.contact-form form input.input-bttn{
    width: auto;
    background: #0078D3;
    color: #fff;
    border: 0;
    padding: 10px 15px;
}
.contact-backgrund{
    position: relative;
}
.contact-backgrund .overlayer{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0 0 0 / 70%);
    width: 100%;
    height: 100%;
}
.cstm-form{
    position: relative;
}
.cstm-contact-title h3{
    color:#fff;
}
/* modal */
.cstm-mymodal .modal-header{
    padding: 10px 16px;
}
.cstm-mymodal .modal-header .modal-title{
    font-size: 30px;
    color: #25477B;
}
.cstm-mymodal .modal-body {
    padding: 10px 16px;
}
.cstm-mymodal .modal-body form{
    width: 100%;
}
.cstm-mymodal .modal-body form input, .cstm-mymodal .modal-body form select ,.cstm-mymodal .modal-body form textarea{
    width: 100%;
    margin: 10px 0;
    padding: 7px 10px;
    outline: none;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.cstm-mymodal .modal-body form input::placeholder, .cstm-mymodal .modal-body form select{
    font-size: 12px;
    color: #666666;
}
.cstm-mymodal .modal-body form input.cstm-submit{
    width: auto;
    background: #0078D3;
    color: #fff;
    padding: 10px 35px;
    border: 1px solid #0078D3;
    font-weight: 600;
    transition: all 0.3s ease-in;
}
.cstm-mymodal .modal-body form input.cstm-submit:hover{
    background: transparent;
    color: #333;
}
.slider-section{
   width: 100%;
   height: 400px;
   background-position: center !important;
   background-repeat: no-repeat !important;
   background-size: cover !important;
   position: relative;
   overflow: hidden;
}
.slider-section:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0 0 0 / 65%);
    display: block;

}
.slider-section .home-titles{
    display: flex;
    justify-content: center;
    align-items: center;
}
.shipment-input{
    width: 100%;
}
.shipment-input form{
    width: 70%;
    margin: auto;
    display: flex;
    justify-content: start;
    align-items: center;
}
.shipment-input form input {
    width: 100%;
    outline: none;
    border: 2px solid #ddd;
    padding: 10px 20px;
    border-radius: 5px;
}
.shipment-input form input[type=submit]{
    width: auto;
    margin-left: 10px;
    border: 2px solid #0078D3;
    background: #0078D3;
    color: #fff;
    padding: 10px 40px;
    transition: all 0.3s ease-in;
}
.shipment-input form input[type=submit]:hover{
    background: transparent;
    color: #000;
}
