
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,700;1,900&display=swap');

{
    margin:0;
    padding:0;
}
/* width */
::-webkit-scrollbar {
  width: 3px;
}
body{
  font-family: 'Rubik','Roboto', sans-serif !important;
  overflow-x: hidden;
}
a:hover{
    text-decoration: none;
}

img {
    max-width: 100%;
}
.form-check-input:focus, .form-control:focus{
  outline: none !important;
  box-shadow: none !important;
}

section.banner-home{
	background-attachment:fixed;
  background-image: url(../images/bg-1.jpg);
  margin-top: -83px;
  z-index: 1;
  padding: 190px 0px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
header.sticky-top.active {
	transition: all 0.5s ease-out;
    background-color:var(--primary-color);
    box-shadow: 8px 2px 5px 2px #917b68;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
header.sticky-top {
	transition: all 0.5s ease-out;
    border-bottom: 1px solid #afafaf;
}
.navbar-expand-lg .navbar-nav.cusnav .nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 0px;
    position: relative;
    font-family: 'Roboto';
}
.navbar-expand-lg .navbar-nav.cusnav li.nav-item {
    margin-left: 35px;
}
.navbar-expand-lg .navbar-nav.cusnav .nav-link.active:after{
 position: absolute;
 content: '';
 width: 100%;
 height: 4px;
 left: 0px;
 bottom: -29px;
 background-color: #f5821f;
 border: none;
}
a.enq-btn{
 background-color: #f5821f;
 border-radius: 2px;
 padding: 8px 24px;
 font-size: 15px;
 font-weight: bold;
 color: #fff;
 text-decoration: none;
 font-family: 'Roboto';
}
button.navbar-toggler {
    border: none;
}
.bannerconts h1 {
    color: #fff;
    font-size: 72px;
    font-weight: bold;
    line-height: 85px;
    margin-bottom: 30px;
    font-family: 'Rubik';
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.47);
}
.bannerconts p {
    letter-spacing: 0.5px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0px;
    font-family: 'Rubik';
    width: 55%;
}
section.home-two{
    padding: 0px 0px 60px;
}
ul.fourbox {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    box-shadow: 1px 5px 1px 6px #2e2e2e4;
    margin-top: -40px;
    position: relative;
    
    z-index: 9;
    border-radius: 5px;
}
ul.fourbox li{
	 background-color: #fff;
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #e9e9e9;
  padding: 25px 20px;
  box-shadow: -5px 2px 14px 0px #e9e9e9;
}
ul.fourbox li:last-child{
  border-right: none;
}
.box-img {
    flex: 0 0 80px;
}
.box-cont {
    flex: 0 0 calc(100% - 90px);
    margin-left: 10px;
}
.box-cont span{
  font-size: 14px;
  font-weight: 400;
  color: #9a9aa0;
  margin-bottom: 10px;
  display: block;
}
.box-cont label{
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 22px;
  margin-bottom: 0px;
}
.cover-rows {
    margin-top: 90px;
}
.pro h5{
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 20px;
  font-family: 'Roboto';
}
.pro h3{
  font-size: 45px;
  color: #000;
  font-weight: 500;
  margin-bottom: 40px;
  width: 70%;
  line-height: 52px;
  font-family: 'Roboto';
}
.pro{
  padding-left: 50px;
}
.humble {
    width: 90%;
}
.humble p{
  color: #9b9b9b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.qualy p{
  color: #9b9b9b;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.qualy h6{
  position: relative;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}
.qualy h6:after{
  position: absolute;
  content: '';
  background-color: var(--primary-color);
  width: 7px;
  height: 7px;
  left: -20px;
  top: 5px;
}
section.home-three{
	background-attachment:fixed;
  padding: 140px 0px;
  background-image: url(../images/bg-2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.techno label{
  font-size: 18px;
  font-weight: 400;
  font-family: 'Rubik';
  line-height: 24px;
  margin-bottom: 20px;
  display: block;
  color: #fff;
}
.techno h3{
  font-size: 45px;
  font-weight: bold;
  font-family: 'Rubik';
  line-height: 50px;
  margin-bottom: 0px;
  display: block;
  color: #fff;
}
ul.three-icons li {
    width: 33.33%;
}
ul.three-icons li h3{
  color: #fff;
  font-weight: bold;
  font-family: 'Rubik';
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 20px;
}
ul.three-icons li span {
    margin-left: -15px;
    margin-bottom: 5px;
    display: block;
}
.comman-pd{
  padding: 60px 0px;
}
.home-four{
  background-image: url(../images/bg-four.png);
  background-size: cover;
  padding: 108px 0px 45px;
  background-position: center;
  background-repeat: no-repeat;
}
.emp label{
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 7px;
}
.emp h4{
  color: #FFFFFF;
  font-size: 43px;
  line-height: 50px;
  font-weight: 700;
  font-family: 'Rubik';
}
.meti p{
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
}
ul.list-round {
    margin-top: 35px;
    flex-wrap: wrap;
}
ul.list-round li {
    width: 50%;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 22px;
    padding-left: 30px;
    position: relative;
    color: #fff;
    padding-right: 30px;
}
ul.list-round li:before{
	font-weight: 700;
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  width: 16px;
  line-height: 16px;
  height: 16px;
  background-color: #fff;
  color: #d91118;
  left: 0px;
  font-size: 10px;
  top: 5px;
  text-align: center;
  border-radius: 50%;
}

section.home-five{
  background-image: url(../images/pattern.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.center-heading h3{
    font-size: 34px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #1b1a1a;
    font-family: 'Rubik';
    margin-bottom: 25px;
    text-align: center;
}
.center-heading p{
  color: #9b9b9b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 65%;
  margin: 0 auto;
  text-align: center;
}
section.home-six{
  background-image: url(../images/bg-5.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px  0px 80px;
}
.emp.emp-story {
    padding-right: 65px;
    margin-left: 130px;
}
.testi-box{
  position: relative;
  display: flex;
  background-image: url(../images/testi-quote-icon.png);
  background-repeat: no-repeat;
  background-position: bottom 40px right 40px;
  padding: 55px 30px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 5px 83px rgba(40,40,40,.11);
  margin-bottom: 35px;
}
.client-image {
    flex: none;
    margin-right: 30px;
}
.client-image img {
    width: 60px !important;
    height: auto;
    padding: 3px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    transition: all 300ms ease 0s;
    margin-top: 50px;
}
.client-heading-star {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.client-heading-star .client-rating {
    color: var(--primary-color);
    display: inline-block;
}
.client-content p.said {
    max-width: 100%;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}
 .client-name {
    margin-bottom: 5px;
}

.client-name .name-text {
    font-family: 'Rubik';
    font-size: 14px;
    font-weight: 700;
    color: #af1e23;
}
.client-job p {
    font-size: 13px;
    color: #616161;
    margin-bottom: 0px;
}
.testi-box:after {
    content: "";
    display: block;
    width: 26px;
    height: 20px;
    border-right: 13px solid #fff;
    border-top: 10px solid #fff;
    border-left: 13px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    bottom: -20px;
    right: 40px;
}

.cover-address {
    background-color: #fff;
    padding: 20px 25px;
    position: absolute;
    top: 50%;
    left: 130px;
    transform: translateY(-50%);
    width: 300px;
}
.cover-address h3 {
    padding: 15px 15px;
    margin-bottom: 22px;
    color: #fff;
    background-color: var(--primary-color);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    font-family: 'Rubik';
}

.accordion-button:focus{
  box-shadow: none;
  border-color: transparent;
}
.cover-address .accordion-item {
    border: none;
}

button.accordion-button{
    color: #222 !important;
    font-family: "Roboto";
    font-size: 17px;
    font-weight: 700;
    padding: 15px 0 16px;
    background-color: transparent !important;
}

.accordion-button::after{
  display: none;
}

.accordion-button[aria-expanded="true"]::before, .accordion-button[aria-expanded="false"]::before {
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    position: absolute;
    right: 0px;
    font-weight: 700;
    top: 50%;
    color: #000;
    transform: translateY(-50%);
}

.accordion-button[aria-expanded="false"]::before {
    content: "\f067";
}
.accordion-button[aria-expanded="true"]::before {
    content: "\f068";
}

.accordion-body {
    padding: 20px 0px;
}
.accordion-body p,.accordion-body p a {
    display: flex;
    margin-bottom: 5px;
    align-items: center;
}
.accordion-body p a{
  text-decoration: none;
}
.accordion-body p span{
  font-size: 15px;
  color: var(--primary-color);
  display: block;
}
.accordion-body p label{
  font-size: 14px;
  color: #9B9B9B;
  padding-left: 10px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Roboto";
}

footer.footer {
    padding: 80px 0px 50px;
    background-color: #161616;
}
.quick-link h3{
  color: #FFFFFF;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
  font-family: 'Rubik';
}
.about-link p{
  color: #7A7A7A;
  font-size: 14px;
  line-height: 25px;
  font-family: "Roboto";
  width: 90%;
}
.f-menu li{
  margin-bottom: 8px;
}
.f-menu li a{
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  font-family: "Roboto";
  color: #9B9B9B;
}
.any-link p{
  color: #FFFFFF;
  font-size: 14px;
  line-height: 25px;
}
.any-link a{
  display: flex;
  color: var(--primary-color);
  text-decoration: none;
  font-family: 'Rubik';
  align-items: center;
}
.any-link a span{
  color: var(--primary-color);
  font-size: 18px;
}
.any-link a label{
  color: var(--primary-color);
  padding-left: 7px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Rubik';
}
.social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #da030b;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}
p.address.mb-0{
    color: #7A7A7A;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}
.copy-right {
    padding: 30px 0px;
    background-color: #161616;
}
.copy-right p{
   text-align: center;
    font-family: 'Rubik';
    font-size: 13px;
    color: #9B9B9B;
    font-weight: 400;
}
.copy-right p span{
  color: var(--primary-color);
}
.cover-map.position-relative iframe {
    display: block;
}
section.inner-banner{
background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  height: 370px;
  margin-top: -83px;
}
.warsaw-page{	
  background-image: url(../images/warsaw-rules.jpg);
}
.client-page{
background-image: url(../images/clients-banner.jpg);
}
.services-page{
	background-image: url(../images/services-banner.jpg);
}
.contact-page{
	background-image: url(../images/contact-banner.jpg);
}
.sea-air-freight-page{
	background-image: url(../images/sea-air-freight-banner.jpg);
}
.freight-page{
	background-image: url(../images/freight-profile-banner.jpg);
}



.inner-tittle {
    align-items: CENTER;
    height: 470px;
    display: flex;
    justify-content: center;
}

.inner-tittle h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
    font-size: 43px;
    font-family: 'Rubik';
    font-weight: 500;
    line-height: 40px;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.47);
}
.inner-tittle h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
    font-size: 35px;
    font-family: 'Rubik';
    font-weight: 500;
    line-height: 35px;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.47);
}
.tools-menu {
    background-color: #f4f4f4;
    padding: 30px 25px;
    position: relative;
    border-radius: 3px;
}
.tools-menu:after {
    content: '';
    background-color: red;
    width: 70%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.tools-menu h3{
  font-size: 22px;
  margin-bottom: 27px;
  color: #1b1a1a;
  font-family: 'Rubik';
}
.tools-menu ul li a{
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  color: #1b1a1a;
  display: block;
  padding: 18px 24px;
  border-bottom: 2px solid #e7ebef;
  background-color: #fff;
  position: relative;
  text-decoration: none;
}
.tools-menu ul li a.active:after{
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    right: 25px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}
.tools-menu ul li a.active{
  color: #fff;
  background-color: var(--primary-color);
}
.inner-subheading h3{
  font-size: 24px;
  line-height: 29px;
  font-family: 'Rubik';
  color: #1b1a1a;
  margin-bottom: 10px;
}
.inner-subheading p{
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto';
  color: #9B9B9B;
  font-weight: 400;
}
.boxs{
    padding: 23px 25px 23px 30px;
    border-radius: 3px;
    border: 2px solid #EAEAEA;
    display: flex;
    height: 100%;
}
.check label{
   color: var(--primary-color);
   font-size: 18px;
   display: inline-block;
   margin-right: 20px;
} 
.per h3{
    font-size: 20px;
    font-weight: 500;
    color: #282828;
    margin-bottom: 15px;
}

.per p{
    color: #9B9B9B;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
}
.cus-mb{
  margin-bottom: 30px;
}
table.table thead tr th {
    background-color: #da030b;
    color: #fff;
    font-family: 'Rubik';
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
}
table.table tr td{
  font-family: 'Rubik';
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #9B9B9B;
}

.mbanner h2, .mbanner span {
    width: 700px;
    text-align: left;
    /* flex-flow: column!important; */
}

.mbanner .inner-tittle {
    height: 483px;
    justify-content: center;
    flex-flow: column;
}

.mbanner span {
    color: #fff;
    margin-bottom: 17px;
}

.mbanner h2 {
    line-height: 44px;
}
.mbanner .inner-tittle {
	align-items: flex-start;
    height: 483px;
    justify-content: center;
    flex-flow: column;
}



.global ul.list-round li {
    padding-left: 0;
    /* margin-left: 0px; */
    width: 153px;
    display: flex;
    flex-wrap: wrap;
    flex-flow: COLUMN;
}

.global ul.list-round {
    flex-wrap: wrap;
}

.global ul.list-round li:before {
    display: none;
}

.global ul.list-round li span {
    margin-top: 19px;
}

section.home-four.global ul {
    margin-bottom: 30px!important;
}
section.home-four.global h4 {
    margin-bottom: 20px;
}
.global ul.list-round li span {
    font-size: 18px;
    font-weight: 500;
    margin-top: 19px;
}
.global ul.list-round li img {
    width: 60px;
}
.global .col-lg-6 {
    padding-right: 55px;
}
section.inner-banner.tools {
    background-image: url(../images/tools-banner.jpg);
}
section.inner-banner.company-details {
	background-attachment: fixed;
    background-image: url(../images/company-details-banner.jpg);
}
section.inner-banner.region-page {
	background-attachment: fixed;
    background-image: url(../images/region-banner.jpg);
}

section.mbanner{
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    margin-top: -83px;
}
.global-pic {
    margin-bottom: -100px;
    border-radius: 10px;
    background: #eafafa;
    padding: 30px;
}
.global-pic {
    position: relative;
    right: -30px;
}
.global .col-lg-6:first-child {
    padding-right: 94px;
}
section.home-four.global {
    padding-bottom: 80px;
}

.tool-col .ul.list-round li:before{
	position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    width: 16px;
    line-height: 16px;
    height: 16px;
    background-color: #582d2d;
    color: #c39b9c;
    left: 0px;
    font-size: 10px;
    top: 5px;
    text-align: center;
    border-radius: 50%;
}
.tool-col a {
	font-size: 14px;
    display: inline-block;
    margin-top: 20px!important;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    background: #000;
}
.tool-col {
    padding: 20px;
}
.tool-col img {
    margin-bottom: 35px;
    border-radius: 10px;
}

.tool-col p {
    font-size: 14px;
    color: #959595;
}

.tool-col ul li {

    color: #000;
    width: 100%;
}
.tool-col ul {
    margin-top: 10px;
}
.tool-col ul li:before {
	
    color: #fff;
    background: red;
}

.tool-col {
    padding: 20px;
}
@media (min-width: 992px){
  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: visible;
}
.navbar .nav-item:hover .dropdown-menu {
	    top: 41px;
    opacity: 1;
}
}

.table-sec table tr th {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.table-sec table tr td {
    background: transparent;
    font-size: 14px;
}

.table-sec table tr {
    border-bottom: 1px solid #ccc;
}

.table-sec table tr th p {
    margin: 10px!important;
    margin-bottom: 0;
}
.small-table {
    float: left;
    margin-top: 40px;
}
.small-table tr th {
    background: #e17110;
}
.table-sec h2 {
    margin-bottom: 30px;
    text-align: center;
}
.table-sec {
	background-image: url(../images/table-bg.jpg);
}
.table-sec.fr-table{
	padding: 80px 200px;
}


.table-sec table tr td p {
    margin: 10px 0px!important;
}
table.small-table tr td p{margin:0px!important;}
table.small-table tr td {
    padding: 10px;
}
#tools .pro h3 {
    margin: 0 auto 40px!important;
    width: 80%;
    /* margin-right: 0px!important; */
    line-height: 35px;
    font-size: 30px!important;
}
.table-sec table tr th {
    text-transform: uppercase;
    font-weight: 300;
    background: #e40709;
}


.table-sec table tr td {
text-align: CENTER;
}

.cdetails-box {
    border-left: 5px solid #d5d5d5!important;
    margin-top: 20px;
    border: 1px dotted #ccc;
    padding: 10px 20px;
    /* background: #ccc; */
}

.cdetails-box ul li {
    margin-bottom: 10px;
    list-style: none;
}

.cdetails-box ul {
    margin-bottom: 0;
    padding: 0;
}

.cdetails-box ul li i {
    margin-right: 10px;
    color: var(--primary-color);
}

.cdetails-box ul li a, .cdetails-box ul li span {
    color: #8d8b8b;
    text-decoration: none;
}

.cdetails-box h5 {
    font-size: 18px;
    margin-bottom: 11px;
}

.cdetails-box ul li:last-child {
    margin-bottom: 0px;
}
h3.rhead {
    color: #87180c;
}
span.ricon-text {
	font-size: 14px;
    width: calc(100% - 29px);
    display: inline-flex;
}
span.ricon {
    width: 25px;
    display: inline-flex;
}
li.rcard-item.two-rec a {
	height: 35px;
    float: right;
    width: 50%;
}
li.rcard-item.two-rec .fbox {
margin-bottom: 0;
    display: inline-flex;
    height: 35px;
    flex-flow: row;
    /* float: right; */
    width: 49.4%;
}

/* clients */



#clients  .client-logo:hover{padding: 30px; transition: all 0.5s ease-out; 	border-radius:20px!important; border:2px dotted orange}
#clients .client-logo {
  transition: all 0.5s ease-out;
      padding: 20px 44px;
    margin: 11px 0px;
    border: 2px dotted #ccc;
    height: 120px;
    align-items: center;
    justify-content: center;
    display: flex;
}
#clients .client-logo:hover img{
filter: grayscale(100%);
 transition: all 0.5s ease-out;
}
#clients .client-logo img{
 transition: all 0.5s ease-out;
}
.bgorange{
background: rgb(190,108,0);
background: linear-gradient(0deg, rgba(190,108,0,1) 22%, rgba(255,115,0,1) 55%);
}
.bgorange.parallex{background-image: url(../images/services-bg.jpg);); background-attachment:fixed;}
.pro2 h3 {
    width: 100%;
}

#contact .cdetails-box {
    border: none!important;
    padding-left: 0;
}
#contact .cover-form input.form-control, #contact .cover-form textarea.form-control {
    border: 2px solid #d7d6d6!important;
	    height: 48px;
}
#contact .cover-form textarea.form-control {

	    height: 150px;
}

#contact .cover-form {
margin-top: 20px;
}
#contact .cover-form input.form-control:focus, #contact .cover-form textarea.form-control:focus{
    border: 2px solid var(--primary-color)!important;
}
:root{
	--primary-color:#af1e23;
}
#contact button[type="submit"] {
    padding: 11px 15px;
    color: #fff;
    background: var(--primary-color)!important;
}

.brand-img {
    border-radius: 10px;
    background: #fff;
    padding: 5px;
}

.testi-box .client-image {
    display: none;
}
.menumain  .dropdown-item.active, .menumain  .dropdown-item:active {

    background-color: #f5821f;
}
.copy-right {
    padding: 30px 0px;
    background-color: #101010;
}