/* Custom Font */

@font-face {
 font-family: "FontBold";
 src: url('../fonts/opensans-bold.ttf');
}

@font-face {
 font-family: "FontLight";
 src: url('../fonts/open-sans.regular.ttf');
}


/* Common CSS */

*,
*::after,
*::before {
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

body,
html {
 margin: 0px;
 padding: 0px;
 width: 100%;
 height: auto;
 overflow: auto;
 font-size: 100%;
}

html * {
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}

a,
a:focus {
 text-decoration: none !important;
 outline: none !important;
}


/* Header CSS */

header {
 position: relative;
 overflow: hidden;
 box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
 z-index: 99999;
}

header .top-bar {
background-color: rgb(250, 250, 250);
 background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 20%, rgba(245,245,245, 1));
 background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgba(245,245,245, 1));
}

header .top-bar .logo {
 width: 160px;
 margin: 10px 0px;
}

header .top-bar .header-txt {
text-align: right;
 margin-top: 25px;

}

header .top-bar .header-txt .fa {
 font-size: 16px;
 margin-right: 5px;
 color: rgb(225,0,35);
}

header .top-bar .header-txt .header-email {
 height: 30px;
 line-height: 30px;
 color: rgb(75,75,75);
 font-size: 16px;
 font-family: "FontLight";
}

header .top-bar .header-txt .header-phone {
 height: 30px;
 line-height: 30px;
 color: rgb(75,75,75);
 font-size: 16px;
 font-family: "FontLight";
}

.navbar-default {
 border-radius: 0px !important;
 border: 0px;
 background-color: rgb(225,0,35);
 margin-bottom: 0px;
 z-index: 999999;
}

.navbar-right .dropdown-menu {
 left: 0 !important;
 right: auto !important;
}

.dropdown-menu {
 padding: 0px;
 margin: 0px;
}

.dropdown-menu li a {
 text-align: left;
 font-size: 14px !important;
 color: rgb(35, 35, 35);
 text-transform:uppercase;
 font-family: "FontLight";
 padding: 10px 12px;
 cursor: pointer;
}

.navbar-default .navbar-nav > li > a {
 text-align: center;
 font-size: 14px !important;
 color: rgb(255,255,255);
 text-transform:uppercase;
 font-family: "FontLight";
 cursor: pointer;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
 color: rgb(255,255,255);
 background-color: rgba(200,5,35,0.5);
 border-radius: 0px;
}

.navbar-default .navbar-nav > li > a.active {
 color: rgb(255,255,255);
 background-color: rgb(200,5,35);
 font-weight: 600;
 font-family: "FontBold";
}

.navbar-default .navbar-toggle {
 margin-top: 24px;
 background-color: rgba(200, 200, 200, 0) !important;
 border: 0px;
}

.navbar-default .navbar-toggle:hover {
 background-color: rgb(225,0,35);
}

.navbar-default .navbar-toggle * {
 background-color: rgb(225,0,35) !important;
}

/* Footer CSS */

footer {
 position: relative;
 overflow: hidden;
 background-color: rgb(245,245,245);
 box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
 z-index: 99999;
}

.footer-bg {
 display: block;
 width: 300px;
 height: auto;
 position: absolute;
 right: 100px;
 bottom: 60px;
 transform: rotate(-15deg);
}


footer .footer {
 padding-top: 40px;
 margin-bottom: 40px;
}

.footer .logo {
 width: 120px;
  margin-top: 10px;
}

.footer h4 {
 text-align: left;
 padding-top: 5px;
 color: rgb(20,40,60);
 font-weight: 600;
 font-family: "FontBold";
}

.footer p {
 color: rgb(75,75,75);
 margin: 0px 0px 20px 0px;
 font-size: 14px;
 text-align: justify;
 padding-right: 60px;
 line-height: 22px;
 font-family: "FontLight";
}

.footer p.white {
 color: rgb(255, 255, 255);
 font-size: 14px !important;
 margin: 0px 0px 5px 0px !important;
}

.footer-nav {
 padding: 0px;
 margin: 0px;
}

.footer-nav  {
 list-style: none;
}

.footer-nav li a {
 line-height: 26px;
 text-align: center;
 font-size: 14px !important;
 color: rgb(75,75,75);
 text-transform: capitalize;
 font-family: "FontLight";
 cursor: pointer;
}

.footer-nav li a:hover {
 color: rgb(35,35,35);
 font-family: "FontBold";
}

.footer .form-group .label {
 font-weight: 600;
 font-style: normal;
 font-family: "FontBold";
 color: rgb(75, 75, 75);
 font-size: 14px;
 padding: 4px 2px;
 display: block;
 text-align: left;
}

.footer .form-group .form-control {
 display: block;
 width: 100%;
 height: 38px;
 padding: 6px 12px;
 font-size: 14px;
 color: #555;
 background-color: #fff;
 background-image: none;
 border: 1px solid #ccc;
 border-radius: 0px;
 box-shadow: none;
}

.footer .form-group .form-control:hover,
.footer .form-group .form-control:focus {
 background-color: rgb(255, 250, 250);
 border: 1px solid rgba(225, 0, 35, 0.4);
}

.footer .btn {
 border-radius: 0px;
 padding: 10px 25px;
 background-color: rgb(225, 0, 35);
 border: 0px;
 font-weight: 600;
 font-style: normal;
 font-family: "FontBold";
}

.footer .btn:hover {
 background-color: rgba(225, 0, 35, 0.9);
}

/***/

.social-footer  {
 padding-top: 40px;
 padding-bottom: 40px;
}

.social-footer #social-media ul {
 margin: 0px;
 padding: 0px;
 list-style: none;
  text-align: center;
}

.social-footer #social-media li,
.social-footer #social-media a {
  position: relative;
  display: inline-block;
  left: 0px;
  width: 40px;
  height: 40px;
 line-height: 40px;
 border-radius: 100%;
 color: rgb(255,255,255);
  background-color: rgb(205, 4, 35);
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  -ms-transition: 1s ease;
}

.social-footer #social-media li {
 margin: 0px 10px;
}

.social-footer #social-media a:hover {
 animation: swing 1s infinite;
 -webkit-animation: swing 1s infinite;
 -moz-animation: swing 1s infinite;
 -o-tanimation: swing 1s infinite;
 -ms-animation: swing 1s infinite;
}

.bluebar {
 height: auto;
 background-color: rgb(205, 4, 35);
 font-size: 13px;
 color: rgb(255,255,255);
}

.bluebar a {
 color: rgb(255,255,255);
 font-family: Verdana, Geneva, sans-serif;
 font-weight: bold;
 text-decoration: none;
}

.bluebar a:hover {
 color: rgb(255,255,255);
}

.bluebar .b-left {
 text-align: left;
 padding: 15px 0px 15px 0px;
}

.bluebar .b-right {
 text-align: right;
 padding: 15px 0px 15px 0px;
}

/* Home CSS */


/* About Div*/

.about-div {
 padding-top: 50px;
 padding-bottom: 50px;
 margin-top: 50px;
 margin-bottom: 0px;
 background-color: rgb(245,245,245);
 box-shadow: 0px 0px 100px rgba(0,0,0,0.25);
 text-align: center;
}

.about-div .about-head {
 color: rgb(20,40,60);
  font-family: "FontLight";
 text-transform:uppercase;
 text-align: center;
 font-size: 34px;
 padding: 20px 0px;
}

.about-div .about-head span {
 font-family: "FontBold";
}

.about-div p {
 color: rgb(75,75,75);
  font-family: "FontLight";
 font-size: 16px;
 text-align: justify;
  margin: 20px auto;
}

.about-div .more-btn {
 position: relative;
 display: inline-block;
 padding: 10px 20px;
 margin: 20px auto;
 text-align: center;
 border: 1px solid rgb(205, 4, 35);
 color: rgb(205, 4, 35);
 font-family: "FontBold";
 text-transform:uppercase;
 cursor: pointer;
}

/* Services */

.services {
 padding: 0px;
 margin-bottom: 50px;
 background-color: rgb(225, 0, 35);
 text-align: center;
  overflow: hidden;
}

.services .row {
 display: flex;
 flex: auto;
 flex-wrap: wrap;
}

.services-text {
 position: relative;
 display: inline-block;
 width: 50%;
 height: auto;
 padding: 100px 40px;
}

.services .services-head  {
 color: rgb(255, 255, 255);
 font-family: "FontBold";
 text-transform: uppercase;
 text-align: center;
 font-size: 34px;
 padding: 0px 0px;
}

.services p {
 color: rgb(255, 255, 255);
 font-family: "FontLight";
 font-size: 16px;
 text-align: center;
 margin: 20px auto;
}

.services .services-image {
 position: relative;
 display: inline-block;
 width: 50%;
 height: auto;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center center;
 overflow: hidden;
}

.services .image-one {
 background-image: url("../images/global-sourcing.jpg");
}

.services .image-two {
 background-image: url("../images/warehouse.jpg");
}

.services .image-three {
 background-image: url("../images/logistics.jpg");
}

/* clients-div */

.clients-div {
 position: relative;
 background-color: rgb(255, 255, 255);
 margin-top: 50px;
 padding-top: 20px;
 padding-bottom: 20px;
}

.clients-div .clients-head {
 padding-bottom: 60px;
 text-align: center;
 font-size: 38px;
 color: rgb(30, 60, 90);
 text-transform: uppercase;
 font-family: "FontLight";
}

.clients-div .clients-head span {
 font-family: "FontBold";
}

.clients-div .client-logo img {
 width: 100%;
 height: auto;
}


/* Core Values */

.core-values {
 margin-bottom: 50px;
 background-color: rgb(255, 255, 255);
 text-align: center;
}

.core-values .core-values-head {
 color: rgb(20, 40, 60);
 font-family: "FontLight";
 text-transform: uppercase;
 text-align: center;
 font-size: 34px;
 padding: 20px 0px 60px 0px;
}

.core-values .core-values-head span {
 font-family: "FontBold";
}

.core-values .core-main {
 display: flex;
 flex: auto;
}

.core-values .core-values-image {
 background-image: url("../images/core-values.jpg");
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center center;
 border: 10px solid rgba(255, 255, 255, 0.5);
 box-sizing: border-box;
}

.core-values .core-values-details .core-values-tittle {
 color: rgb(20,40,60);
 font-family: "FontBold";
 text-transform: uppercase;
 border-bottom: 0px dashed rgb(225, 0, 35);
 text-align: left;
 font-size: 16px;
}

.core-values .core-values-details .core-values-tittle .fa {
 float: left;
 width: 50px;
 height: 50px;
 line-height: 50px;
 margin-top: 2px;
 margin-right: 20px;
 border-radius: 100%;
 text-align: center;
 background-color: rgb(225, 0, 35);
 color: rgb(255,255,255);
 font-size: 24px;
}

.core-values .core-values-details p {
 color: rgb(75, 75, 75);
 font-family: "FontLight";
 font-size: 16px;
 text-align: justify;
 margin: 5px auto;
}

.core-div {
 padding: 15px;
}

/* Our Products Page */

.product-div .product-head {
 padding: 10px 0px 60px 0px;
 text-align: center;
 color: rgb(20, 40, 60);
 font-size: 48px;
 line-height: 1.2;
 letter-spacing: 0px;
 font-family: "FontLight";
 text-transform: uppercase;
}

.product-div .product-list {
 position: relative;
 width: 100%;
 text-align: center;
}

.product-div .product-list .pro-item {
 display: inline-block;
 width: 320px;
 margin: 0px;
 box-sizing: border-box;
 margin-bottom: 20px;
}

.product-div .product-list .pro-item .product-inner {
 margin: 10px;
 width: 300px;
 height: auto;
 text-align: left;
 font-size: 18px;
 background-color: rgb(255,255,255);
 box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
 border-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
 transition: all 0.5s ease-in-out;
 cursor: pointer;
 overflow: hidden;
 box-sizing: border-box;
}


.product-div .product-list .pro-item .product-inner .product-image {
 width: 300px;
 height: 200px;
 overflow: hidden;
 box-sizing: border-box;
}

.product-div .product-list .pro-item .product-inner .product-image img {
 width: 100%;
 height: 100%;
}

.product-div .product-list .pro-item .product-inner .product-tittle {
 display: table;
 width: 100%;
 height: 100px;
 padding: 20px;
 text-align: center;
 overflow: hidden;
 box-sizing: border-box;
 font-family: "FontLight";
 font-size: 16px;
 color: rgb(20,40,60);
  background-color: rgb(255,255,255);
background-image: linear-gradient(180deg,rgba(255,255,255,0.8) 20%,rgba(240,240,240,1));
}

.product-div .product-list .pro-item .product-inner .product-tittle span {
  display: table-cell;
  vertical-align: middle;
}

.product-div .product-list .pro-item .product-inner:hover {
 box-shadow: 2px 2px 8px rgba(0,0,0,0.35);
}

.product-div .product-list .pro-item .product-inner:hover .product-tittle {
 color: rgb(225, 0, 35);
}



/* Contact Us */

.ctc-div .ctc-head {
 padding: 10px 0px 60px 0px;
 text-align: center;
 color: rgb(20, 40, 60);
 font-size: 48px;
 line-height: 1.2;
 letter-spacing: 0px;
 font-family: "FontLight";
 text-transform: uppercase;
}

.address p {
 text-align: justify;
 font-weight: 300;
 font-style: normal;
 font-family: "FontLight";
 color: rgb(75, 75, 75);
}

.address-icon {
 text-align: center;
 font-size: 16px;
 color: rgb(225, 0, 35);
 font-weight: 600;
 font-style: normal;
 font-family: "FontBold";
}

.address-icon .fa {
 font-size: 28px;
}

.ctc-form {
 margin-top: -10px;
}

.ctc-form .form-group {
 margin-bottom: 20px;
}

.ctc-form .form-group .label {
 font-weight: 600;
 font-style: normal;
 font-family: "FontBold";
 color: rgb(75, 75, 75);
 font-size: 14px;
 padding: 4px 2px;
 display: block;
 text-align: left;
}

.ctc-form .form-group .form-control {
 display: block;
 width: 100%;
 height: 38px;
 padding: 6px 12px;
 font-size: 14px;
 color: #555;
 background-color: #fff;
 background-image: none;
 border: 1px solid #ccc;
 border-radius: 0px;
 box-shadow: none;
}

.ctc-form .form-group .form-control:hover,
.ctc-form .form-group .form-control:focus {
 background-color: rgb(255, 250, 250);
 border: 1px solid rgba(225, 0, 35, 0.4);
}

.ctc-form .form-group #textarea {
 height: 120px;
}

.ctc-form .btn {
 border-radius: 0px;
 padding: 10px 25px;
 background-color: rgb(225, 0, 35);
 border: 0px;
 font-weight: 600;
 font-style: normal;
 font-family: "FontBold";
}

.ctc-form .btn:hover {
 background-color: rgba(225, 0, 35, 0.9);
}



/* Team CSS */

.team-div .team-head {
 padding: 10px 0px 40px 0px;
 text-align: center;
 color: rgb(20, 40, 60);
 font-size: 48px;
 letter-spacing: 0px;
 font-family: "FontLight";
 text-transform: uppercase;
}

.team-div ul {
 list-style: none;
 padding: 0px;
 margin-bottom: 50px;
 text-align: center;
}

.team-div ul li {
 position: relative;
 display: inline-block;
 width: auto;
 height: 40px;
 line-height: 40px;
 padding: 0px 20px 0px 60px;
 margin: 10px 15px;
 border-radius: 20px;
 background-color:rgb(220,220,220);
 color: rgb(75,75,75);
 font-family: "FontBold";
 font-size: 14px;
 text-transform: uppercase;
 text-align: center;
}

.team-div ul li::before {
 position: absolute;
 top: -5px;
 left: 0px;
 width: 50px;
 height: 50px;
 line-height: 50px;
 text-align: center;
 border-radius: 50px;
 font-family: "FontAwesome";
 font-size: 20px;
 content: "\f046";
 background-color: rgb(225, 0, 35);
 color: rgb(255,255,255);
}



/* About Us */

.aboutpage-div .about-head {
 padding: 10px 0px 60px 0px;
 text-align: center;
 color: rgb(20, 40, 60);
 font-size: 48px;
 line-height: 1.2;
 letter-spacing: 0px;
 font-family: "FontLight";
 text-transform: uppercase;
}

.aboutpage-div p {
 text-align: justify;
 font-weight: 300;
 font-style: normal;
 font-family: "FontLight";
 color: rgb(75, 75, 75);
}

.aboutpage-div .about-image {
 display: block;
 width: 240px;
 margin: 20px auto;
 box-shadow: 5px 5px 100px rgba(0, 0, 0, 0.35);
 transform: rotate(-5deg);
 box-sizing: border-box;
}

.group-head {
 padding: 10px 0px 60px 0px;
 text-align: center;
 color: rgb(20, 40, 60);
 font-size: 48px;
 line-height: 1.2;
 letter-spacing: 0px;
 font-family: "FontLight";
 text-transform: uppercase;
}

.group-div  {
 display: flex;
 flex: auto;
}

.group-div .group-image {
 background-image: url("../images/group-image.jpg");
 background-repeat: no-repeat;
 background-size: contain;
 background-position: center center;
}

.group-div .group-area {
 font-family: "FontBold";
 text-transform: uppercase;
 color: rgb(20,40,60);
 padding: 10px 0px;
 font-size: 18px;
}

.group-div .group-activities {
 margin-bottom: 20px;
 font-family: "FontLight";
}

.group-div .group-activities ul {
 list-style: none;
 padding: 0px;
}

.group-div .group-activities ul li::before {
  font-family: "FontAwesome";
 font-size: 18px;
 content: "\f046";
 color: rgb(225, 0, 35);
 margin-right: 10px;
}
