@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
body{font-family: "DM Sans", sans-serif;}

h1,h2,h3,h4,h5{
	font-family: "DM Serif Display", serif !important;
}

.top-header ul {
    display: flex;
    list-style: none;
    align-items: center;
    margin-bottom: 0;
    padding-inline-start: 0;
}

.top-header {
    background: #FF6600;
    align-items: center;
    padding: 11px 0px;
}

.top-header ul li {
    color: #fff;
    margin-right: 16px;
}

a.nav-link {
    font-family: DM Sans;
    font-size: 19px;
    font-weight: 400;
    line-height: 29.95px;
    text-align: center;
    margin-right: 10px;
    color: #000;
}

.blue-btn {  
    background: #003366;
    color: #fff;
    padding: 8px 22px;
    text-decoration: none;
    border-radius: 7px;
    transition: all .3s ease-in-out !important;
    display: inline-block;
}

.blue-btn:hover {
    background: #052544;
}

.orange-btn{
	background: #FF6600; 
    color: #fff;
    padding: 8px 22px;
    text-decoration: none;
    border-radius: 7px;
    transition: all .3s ease-in-out !important;	
    display: inline-block;
}

.orange-btn:hover{
	background: #C4560B;
}
.green-btn{
	background: #1a8005; 
    color: #fff;
    padding: 8px 22px;
    text-decoration: none;
    border-radius: 7px;
    transition: all .3s ease-in-out !important;	
    display: inline-block;
}

.green-btn:hover{
	background: #33b818;
}
.red-btn{
	background: #aa0d02; 
    color: #fff;
    padding: 8px 22px;
    text-decoration: none;
    border-radius: 7px;
    transition: all .3s ease-in-out !important;	
    display: inline-block;
}

.red-btn:hover{
	background: #f03838;
}

.nav-link.active {
    color: #ff6600 !important;
    border-bottom: solid 2px;
}

.nav-link:hover {
    color: #ff6600 !important;
    border-bottom: solid 2px;
}
a.social-media {
    background: #C85000;
    padding: 2px 7px;
    border-radius: 7px;
    color: #fff;
}
.social-media {
    background: #C85000;
    padding: 2px 7px;
    border-radius: 7px;
    color: #fff;
}

.top-section{
	background-image: url('../img/main-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	    padding: 160px 0;
	    padding-bottom: 211px;
}

.main-content h1 {
    color: #fff;
    font-size: 63px;
    line-height: 70px;
    margin-bottom: 18px;
}

.curve-shap img {
    width: 100%;
    position: relative;
    top: -168px;
    margin-bottom: -168px;
}

img.ship-img-shaodw {
    box-shadow: -9px -9px 0px 2px #ff66006e;
    margin: 20px;
    border-radius: 12px;
}

.title h2 {
    font-family: DM Serif Display;
    font-size: 55px;
    font-weight: 400;
    line-height: 72px;
    text-align: left;
    color: #003366;
}

p {
    font-size: 18px;
}

.tracking-box-inner {
    width: 106px;
    height: 106px;
    top: 1608px;
    left: 695px;
    gap: 0px;
    border-radius: 12px; 
    border: dashed #ff6600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.tracking-box {
    background: #F2F2F2;
    padding: 34px 30px;
    width: 100%;
    border-radius: 12px;
}

.tracking-box h6 {
    font-family: DM Sans;
    font-size: 27px;
    font-weight: 500;
    /* line-height: 45.57px; */
    text-align: left;
}


a.tel i {
    background: #FFE4D3;
    padding: 18px;
    border-radius: 50%;
    margin-left: 19px;
    color: #FF6600;
     font-size: 20px;
}

a.tel {
    font-family: DM Sans;
    font-size: 26px;
    font-weight: 500;
    line-height: 33.85px;
    text-align: left;
    text-decoration: none;
    color: #000;
}

.our-services{
	background-image: url('../img/bg-1.jpg');
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.services-box-heading {
    font-family: DM Sans;
    font-size: 28px;
    font-weight: 500;
    text-align: left;
}

.services-box-heading i {
    color: #FF6600;
}

.services-box {
    border: 1px solid #FF6600;
    border-radius: 12px;
    padding: 22px;
    margin-bottom: 23px;
    transition: all .3s ease-in-out !important;
}

.services-box:hover  {
    background: #ff6600;
    color: #fff !important;
}
.services-box:hover i  { 
    color: #fff !important;
}

.why-us{
	background-image: url('../img/why-us-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 100px 0;
}

.why-us-box i {
    background: #fff;
    /* padding: 14px; */
    font-size: 25px;
    border-radius: 50%;
    height: 58px;
    width: 58px;
        display: inline-flex;
    justify-content: center;
    align-items: center;
}

.why-us-box-main h6 {
    font-family: DM Sans;
    font-size: 21px;
    font-weight: 600;
    line-height: 45px;
    text-align: left;
    color: #FF6600;
    margin-top: 9px;
}
.why-us-box-main p {
    color: #fff;
    margin-bottom: 0;
}

.why-us-box-main {
    border: solid #fff 2px;
    border-radius: 12px;
    padding: 25px;
    background: #D9D9D91C;
    margin-bottom: 25px;
    transition: all .3s ease-in-out !important;

}

.why-us-box-main:hover {
    background: #ff6600;
    border-color: #ff6600;
}

.why-us-box-main:hover h6 {
	color: #fff;
}

.faqs{
	padding: 100px 0;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #003366 !important;
}

.accordion-button { 

    background-color: #fcfcfc;
}

.footer {
    background-image: url('../img/footer.svg');
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
     background-color: #003366 !important;  
   padding: 80px 0;
}

.footer .footer-link li a {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff !important;
    letter-spacing: 0.5px;
}

.footer-item li {
    padding-bottom: 8px;
}

a{
    text-decoration: none;
}

.footer p {
    font-size: 18px;
    line-height: 2;
    font-weight: 300;
    color: #ffffff !important;
    letter-spacing: 0.5px;
}

a#basic-addon2 {
    background: #FF6600 !important;
}

footer {
    background: #042e58;
    border-top: solid 2px #013f7d;
    padding: 10px 0;
}

.testo-box.text-center {
    background: #222222;
    padding: 40px;
    border-radius: 12px;
    color: #fff;
}

.testo {
    background-image: url(../img/testi_bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.top-logistics{
    padding: 100px 0;
}

  .zoom{
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.zoom:hover {
 transform : scale(1.1);
 -moz-transform : scale(1.1);
 -webkit-transform : scale(1.1);
 -o-transform : scale(1.1);
 -ms-transform : scale(1.1);
}

.text-blue {
    color: #003366 !important;
}

.text-orange {
    color: #FF6600 !important;
}

.form-check-input:checked {
    background-color: #003366;
    border-color: #003366;
}

.form-control-lg {
    min-height: 45px;
    padding: .5rem 1rem;
    font-size: 18px;
    border-radius: var(--bs-border-radius-lg);
}

.side-menu .nav-link {
    font-family: DM Sans;
    font-size: 18px;
    font-weight: 400; 
    text-align: left;
    margin-right: 13px;
    color: #000;
        margin-bottom: 8px;
        border-radius: 8px;
}

.side-menu .nav-link:hover {
    background: #003366;
    color: white !important; 
}

.menu-active {
    background: #003366;
    color: white !important; 
}

.page-title{
    background: #003366;
    padding: 60px 0;
}

.icon-shape {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.icon-xl {
    height: 3.5rem;
    line-height: 3.5rem;
    width: 3.5rem;
}

.icon-md {
    height: 2.5rem;
    line-height: 2.5rem;
    width: 2.5rem;
}

.bg-orange{
    background: #FF6600 !important;
}

.bg-blue{
    background: #003366 !important;
}

.service-counter p {
    position: absolute;
    right: 0;
    background: #ff6600;
    color: #fff;
    padding: 10px 25px;
    overflow: hidden;
    margin-bottom: 0;
}

.services-card {
    margin-bottom: 106px;
}

.active-pagination{
    background: #003366 !important;
    color: #fff !important;
}
.page-link { 
    color: #000000;
}

.search-icon i {
    position: absolute;
    top: 16px;
    left: 13px;
}

.search-box{
    background: #dfdfdf;
}

.right-side{
        align-items: center;
    background: #ffffff;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    padding: 20px;
    border-radius: 12px;
}

.pro{
    align-items: center; 
    height: 100%;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
}

.booking-table th {
    background: #003366;
    color: #fff;
    padding: 14px 6px;
}

.booking-table td {
    padding: 14px 6px;
}

.search-boxs {
    height: 50px;
}

.select-box{
    max-width: 100px;
}

.not-register {
    pointer-events: none;
    filter: blur(3px);
}

.profile-tender-box { 
    background-color: #38281d !important;
    padding: 150px 0;
}

.profile-cover{
    background-image: url('../img/r-4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    border-radius: 4px;
    position: relative;
    top: -182px;
    margin-bottom: -182px;
}

.pro-wrap{
    background: #fff;
    padding: 0px 22px;
}

.pro-top {
    position: relative;
    top: -54px;
}

.nav-cargo a.nav-link {
    font-family: DM Sans;
    font-size: 21px;
    font-weight: 400;
    line-height: 29.95px;
    text-align: center;
    margin-right: 17px;
    color: #fffdfd;
}

.nav-cargo-q{
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 999;
}

.profile-tender-warp {
    padding-bottom: 20px;
}

.pro-wrapmy-3 {
    background: #fff;
    padding: 0px 22px;
}

.info table td  {
    padding: 18px 18px; 
}

.info table th  {
    padding: 18px 18px; 
}

.sticky-side{
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
}

#loader {
    position: fixed;
    background: #003366fa;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.loader-spin{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

 .pricing-middle {
    border: solid 2px #ff6600 !important;
}

.pricing-middle .card-header {
    background: #ff6600;
    color: #fff;
}

.fields-group {
    background: #fff0e6;
    padding: 25px;
    border-radius: 6px;
    margin-bottom: 8px;
}