.f-ex-light {
  font-weight: 200;
}
.f-light {
  font-weight: 300;
}
.f-regular {
  font-weight: 400;
}
.f-medium {
  font-weight: 500;
}
.f-semi-bold {
  font-weight: 600;
}
.f-bold {
  font-weight: 700;
}
.f-ex-bold {
  font-weight: 800;
}
.f-black {
  font-weight: 900;
}

body {
  font-family: 'Muli', sans-serif;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none !important;
}
button:focus {
outline: 0;
box-shadow: none;
}
.black {
 color: #000000; 
}
.white {
  color: #fff;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: rgb(255, 255, 255);
     border-bottom: 5px solid #b4b4b4;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.18);
}
header .navbar {
      background: transparent;
      padding: 0;
      justify-content: space-between;
}
header .navbar-brand {
  padding: 0;
  margin: 0;
}
header .mobile-navbar {
position: relative;
}

header.shrink .navbar-expand-md .navbar-nav .nav-link {
   margin: 25px 0px;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding:3px 30px;
  margin: 35px 0px;
  color: #000;
  text-transform: uppercase;
  position: relative;
  border-right: 1px solid #ced0cf;
  font-size: 15px;
   font-family: 'Muli', sans-serif;
  line-height: 1.2;
  font-weight: 500;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link:hover {
  color: #fff;
}
.navbar-expand-md .navbar-nav .nav-link:hover:before,
.navbar-expand-md .navbar-nav .nav-link.active:before {
  opacity: 1;
}
.navbar-expand-md .navbar-nav .nav-link:before {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  content:''; 
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 70%;
  height: 100%;
  background: #df0e00;
  z-index: -1;
  border-radius: 3px;
}
.navbar-nav .nav-item:last-child .nav-link {
     font-size: 13px;
    border-radius: 3px;
    border-right: 0;
    padding: 5px 10px 5px 10px;
    background: #939594;
    color: #fff;
}
.navbar-nav .nav-item:last-child .nav-link:hover {
      background: #df0e00;
      color: #fff;
}
.navbar-nav .nav-item:last-child .nav-link .call {
      font-size: 15px;
    border-right: 1px solid #ffffff80;
    margin-right: 5px;
    padding-right: 5px;
}

.carousel-fade .carousel-item-next.carousel-item-left, 
.carousel-fade .carousel-item-prev.carousel-item-right, 
.carousel-fade .carousel-item.active {
  z-index: 0;
}
.home-slider .carousel-indicators {
      z-index: 1;
}

.home-slider .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 0;
    border-bottom: 0;
    opacity: 0.5;
    border-radius: 50px;
    transition: opacity .6s ease;
}
.home-slider .carousel-indicators li:hover,
.carousel-indicators li.active {
    opacity: 1;
}
.home-slider .carousel-control-next, 
.home-slider .carousel-control-prev {
      width: auto;
    font-size: 25px;
    opacity: 1;
}
.home-slider .carousel-control-prev {
    left: 10%;
}
.home-slider .carousel-control-next {
  right: 10%;
}
.home-slider .carousel-indicators {
  bottom: 3%;
}

.home-slider .caption-box {
      position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
}

.parallax-container {
    position: relative;
    overflow: hidden;
}
.parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.home-slider {
      margin-top: 100px;
}
.home-slider .caption-box {
  text-align: center;
}
.home-slider .caption-box h2 {
  font-size: 33px;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.home-slider .caption-box h5 {
  font-size:18px;
  margin: 0 0 15px;
}
.btns {
      font-size: 18px;
    color: #fff;
    display: flex;
    width: 140px;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.btns span {
      font-size: 15px;
    display: block;
    font-weight: 800;
    margin-left: 5px;
}
.services {
  border-top: 5px solid #b4b4b4;
}

.services .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.services .owl-theme .owl-nav [class*=owl-] {
    color: #000;
    font-size: 25px;
    margin: 0;
    padding: 0;
    opacity: 1;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.services .owl-theme .owl-nav [class*=owl-]:hover {
  color: #000;
  background: transparent;
}
.services .owl-theme .owl-nav .owl-prev {
  left: -3%;
  position: absolute;
}
.services .owl-theme .owl-nav .owl-next {
  right: -3%;
  position: absolute;
}
.services .item a {
  display: block;
}
.services .caption {
  padding: 30px 15px 15px 15px;
}
.services .img-box,
.company .img-box,
.services-tabs .card-body .img-box {
  position: relative;
  overflow: hidden;
}
.services .img-box:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 1;
  background: #ffffff47;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.services .img-box img,
.company .img-box img,
.services-tabs .card-body .img-box img {
  transition: all 0.3s ease-in-out;
}
.services .img-box .arrows {
  position: absolute;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: rotate(180deg);
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: transparent;
  padding: 5px;
  background: red;
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.services .caption h5 {
  text-transform: uppercase;
  font-size: 19px;
  margin: 0;
}
.services .caption .style-icon {
  font-size: 50px;
  display: block;
  color: #df0e00;
  padding: 30px 0;
  border-bottom: 1px solid #b4b4b4;
}
.services .caption p {
  color: #212121;
  font-size: 15px;
  line-height: 1.2;
  margin: 0 0 10px;
  padding: 15px 0 0;
}
.doc-shipping {
  background: #ebeeef;
  padding: 50px 0;
}
.doc-shipping h1{
  margin-bottom:30px;
}
.doc-shipping h5 {
  font-size: 18px;
  color: #212121;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.doc-shipping h2 {
  font-size:45px;
  margin: 0 0 50px; 
}
.doc-shipping h3 {
  font-size:25px;
  margin: 0 0 10px; 
}
.doc-shipping p {
  font-size: 14px;
  margin: 0 0 10px;
}
.doc-shipping .wrapp {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
}
.doc-shipping .item {
  width: 50%;
}
.doc-shipping .text-box {
  padding: 0 25px;
}
.doc-shipping .item .img-box {
  position: relative;
  overflow: hidden;
}
.doc-shipping .item .img-box img {
  transition: all 0.3s ease-in-out;
}

.doc-shipping .btns {
     display: flex;
    width: 160px;
    height: 35px;
    align-items: center;
    justify-content: center;
    background: #df0e00;
    font-size: 13px;
    margin: 0 auto 0 0;
}
.doc-shipping .btns span {
  margin-left: 15px;
}

footer {
  padding: 30px 0 0;
  background: #383737;
}
footer .flex-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
footer .column {
  width: 25%;
}
footer .column:nth-child(2) {
  width: 30%;
  padding-left: 30px;
}
footer .column:nth-child(3) {
  width: 20%;
}
footer .social-box {
  margin-top: 30px;
  text-align: center;
}
footer h5 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
footer a {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  color: #ccc;
  margin:  0 0 8px;
  transition: all 0.3s ease-in-out;
} 
footer .social-box a {
  display: inline-block;
  font-size: 30px;
  color: #fff;
  margin: 0 10px;
}
footer .column:last-child p {
  display: inline-block;
  color: #ccc;
}
footer p>a {
  display: inline-block;
  text-transform: initial;
   margin: 0;
   color:#ccc;
} 
footer a:hover {
    color: #fe4531;
  }

footer .btm-strip {
  padding: 10px 15px;
    border-top: 1px solid #ffffff1f;
    margin-top: 20px;
}
footer .btm-strip p {
   font-size: 13px;
   margin: 0;
   color: #ccc;
}
footer .btm-strip .cols {
  width: 36%;
}
footer .btm-strip .cols:nth-child(2) {
  text-align: center;
  width: 47%;
}
footer .btm-strip .cols:nth-child(2) a {
     font-size: 14px;
    margin: 0;
    text-transform: initial;
    display: inline-block;
    border-right: 1px solid #fff;
    line-height: 1;
    margin-right: 10px;
    padding-right: 10px;
}
footer .btm-strip .cols:nth-child(2) a:last-child {
   margin-right: 0px;
   border-right: 0;
}

footer .btm-strip .cols:last-child {
  width: 16%;
  text-align: right;
}
footer .btm-strip.flex-box {
  align-items: center;
}


.breadcum {
  margin-top: 100px;
  border-bottom: 5px solid #b4b4b4;
      position: relative;
    overflow: hidden;
}
section.home-slider.breadcum .container.caption-box{
  background-color:#00000087;
    width:60%;
    padding:10px;
    top:86%;
}

.breadcum .container {
  position: absolute;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.column.address {
    width: 100%;
}
.breadcum .caption {
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcum h3 {
  display: inline-block;
  font-size: 50px;
  margin: 0 20px 0 0;
  line-height: 1;
  padding-right: 20px;
  border-right: 5px solid #fff;
}
.breadcum h1 {
  display: inline-block;
  font-size: 50px;
  margin: 0 20px 0 0;
  line-height: 1;
  padding-right: 20px;
  border-right: 5px solid #fff;
}
.breadcum p {
  display: inline-block;
  font-size: 20px;
  margin: 0;
      width: 300px;
      line-height: 1.2;
}
.company {
  padding: 80px 0;
}
.title {
  font-size: 40px;
  margin: 0 0 10px;
  padding: 0 0 10px;
  position: relative;
}
.title:before {
 position: absolute;
    left: 0;
    bottom: 0;
    height: 6px;
    width: 40px;
    border-radius: 50px;
    background: red;
    content: '';
}
.text-box p {
      color: #000000;
  font-size: 15px;
  margin: 0 0 10px;
}
.vision-mission {
  background:url('../images/vision-bg.jpg') no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 80px 0;
}
.vision-mission .nav-tabs {
  border:0;
  margin: 0;
  padding: 0;
  display: block;
}
.vision-mission .nav-link .style-icon {
      display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    border-radius: 50px;
    background: #ffffff;
    color: #e20906;
    position: absolute;
    left: -15px;
    top: -10px;
    width: 80px;
    height: 80px;
    transition: all 0.5s ease-in-out;
}
.vision-mission .nav-tabs .nav-link:hover .style-icon,
.vision-mission .nav-tabs .nav-link.active .style-icon {
  color: #ffffff;
  background: #e20906;
}

.vision-mission .nav-tabs .nav-link {
  padding: 20px 15px 20px 80px;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background:#e20906;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  margin-bottom: 45px;
    transition: all 0.5s ease-in-out;
}
.vision-mission .nav-tabs .nav-item:last-child .nav-link {
  margin-bottom: 0px;
}
.vision-mission .nav-tabs .nav-link:hover,
.vision-mission .nav-tabs .nav-link.active {
  color: #1a335e;
  background: #fff;
  border: 0;
  border-radius: 0;
}

.vision-mission .nav-tabs .nav-link:before {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    opacity: 0;
}
.vision-mission .nav-tabs .nav-link.active:before {
  opacity: 1;
}
.vision-mission .tab-content {
      position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.vision-mission .tab-pane p {
  font-size: 16px;
  margin: 0;
}
.hightlights {
  padding: 80px 0;
}
.hightlights .title {
  margin:0 0 50px;
  padding: 0 0 20px;
}
.hightlights .title:before {
  margin: 0 auto;
  right: 0;
}
.hightlights .flex-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.hightlights .item {
  width: 25%;
  text-align: center;
}
.hightlights .item .style-icon {
  color: #cf0400;
  font-size: 100px;
  display: block;
  text-align: center;
  margin: 0 0 30px;
}
.hightlights .item p {
  color: #727374;
  font-size: 20px;
  margin: 0;
}

.services-tabs {
  padding: 80px 0;
}
.services-tabs .card-header {
    padding: 0;
    border-radius: 0;
    border-bottom: none;
    margin-bottom: 10px;
}
.services-tabs h4 {
  font-size: 25px;
  margin: 0 0 20px;
}
.services-tabs .nav-tabs {
  padding: 0;
  margin: 0;
      flex-direction: column;
    border-bottom: none;
}
.services-tabs .nav-link {
  color: #000;
  background: transparent;
  border: 0;
  font-size: 17px;
  padding: 20px 10px;
  font-weight: 700;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #e7e7e9;
  transition: all 0.3s ease-in-out;
}
.services-tabs .nav-link:hover,
.services-tabs .nav-link.active {
  background: #f7f7f8;
  color: #000;
}
.services-tabs .nav-link .style-icon {
  color: #df0e00;
  display: block;
      font-size: 30px;
    margin-right: 10px;
}

.services-tabs .card-body {
  padding: 0 0 0 40px;
}
.services-tabs h3 {
  font-size: 35px;
  display: inline-block;
  margin: 0 0 30px;
}
.services-tabs .card-body .style-icon {
  display: inline-block;
  font-size: 35px;
  background: #df0e00;
  color: #fff;
  padding: 10px;
  border-radius: 50px;
  margin-left: 20px;
}
.services-tabs .card-body p {
  color: #736e6e;
  font-size: 15px;
  margin: 0 0 10px;
}
.services-tabs .card-body li{
color:#736e6e;
}
section.services-tabs ul {
    padding-left: 15px;
}
.services-tabs .card-body .img-box {
  margin-top: 50px;
}
.career,
.contact {
  padding: 80px 0;
}
.career .title:before,
.contact .title:before {
  display: none;
}
.contact .title {
  margin: 0px;
}
.contact h6 {
  font-size: 20px;
  color: #898a8a;
  margin: 0 0 50px;  
}
.career .wrapp {
  background: #f9f8f6;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.career .wrapp .item {
  width: 100%;
  position: relative;
}
.career .item.left-div {
  padding: 0 20px 0 0;
}
.career .item.right-div:before {
     content: '';
    position: absolute;
    left: 0;
    top: 5%;
    width: 1px;
    height: 90%;
    background: #dedbdb;
}
.career h4 {
  color: #2e454d;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  margin: 20px;
  text-align:center;
}
.career h3 {
  color: #2e454d;
  font-size: 25px;
  margin: 0 0 15px;
  display: inline-block;
}
.career .require {
  font-size: 18px;
  display: inline-block;
  color: #2e454d;
  margin-left: 5px;
}
.career .item.right-div {
  padding: 20px;
}
.career label {
  font-size: 16px;
  margin: 0;
}
.career .input-style {
  background: #f3f5f5;
  border: 1px solid #dedbdb;
  border-radius: 0;
  font-size: 16px;
}
.career .btns {
       background: #df0e00;
    color: #fff;
    font-weight: 500;
    display: inline-flex;
    border: 0;
    width: 100px;
    font-size: 15px;
    height: 35px;
    margin-left: 10px;
}
.career .button-box {
    /* text-align: right; */
    margin-top: 10px;
}
section.contact.career h3 {
    margin-bottom: 7px;
}
.career .red-strip {
  background: #df0e00;
  padding: 20px 0;
}
.red-strip p {
  font-size: 14px;
  color: #fff;
  margin: 0px;
}
.red-strip {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.career .red-strip h3 {
  font-size: 22px;
  margin: 0 0 0 50px;
  color: #fff;
}
.career .red-strip .left-div:before {
 content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #fff;
}
.career .red-strip h3 a {
    color: #fff;
}
.career .red-strip .left-div {
  width: 60%;
  position: relative;
  margin:0 auto;
  text-align:center;
}
.career .red-strip .right-div {
  width: 40%;
  padding-left: 50px;
}
.career .red-strip p {
  font-size: 20px;
  color: #fff;
}
.career .red-strip p a {
  text-decoration: none;
  color: #fff;
}
.help-block {
  font-size: 13px;
    color: #b94a48;
    position: absolute;
}
.contact .right-box {
    background: #f4f4f7;
    padding: 36px;
    border-left: 3px solid red;
    margin-left: 50px;
}
.contact .cols {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom:1px solid #eaeaec; 
}
.contact .cols:last-child {
  border-bottom:0; 
  margin: 0 0 0px;
}
.contact .cols .style-icon {
    font-size: 35px;
    float: left;
    color: #df0e00;
    margin-right: 9px;
}
.contact .cols p,
.contact .cols a {
  font-size: 14px;
  margin: 0 0 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.map-box {
  background: #383737;
}
.template {
  padding: 80px 0;
}
.template p {
  font-size: 16px;
  margin: 0 0 10px;
}
.breadcum.line h3 {
  border-right:0;
}
.sitemap h5 {
  font-size: 25px;
  margin: 0 0 15px;
}
.sitemap a {
    transition: all 0.3s ease-in-out;
    display: block;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}
.error-page h2 {
  font-size: 40px;
  margin: 0 0 10px;
}
.error-page h3 {
  font-size: 25px;
  margin: 0 0 5px;
}
.error-page p {
  font-size: 16px;
  margin: 0 0 20px;
}
.error-page .btns {
  background: #df0e00;
    color: #fff;
    font-weight: 500;
    display: inline-flex;
    border: 0;
    width: 100px;
    font-size: 15px;
    height: 35px;
    margin-left: 10px;
}


/*internet explorer css */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .logo-wrapp .logo,
  .btm-strip .foot-logo {
    display: none;
  }
}
/*mozila firfox css */
@-moz-document url-prefix() { 
  header .main-menu .navbar-nav .nav-item .nav-link {
    padding: 13px 20px;
  }
} 


.common-page, .sitemap {
  padding: 30px 0px;
}
.common-page p {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 10px;
  color:#000000;
}
.common-page h4 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
}
.sitemap .footer-wrapp{
  display: flex;
}
.sitemap .footer-wrapp a{
  color: #000;
}
.sitemap .footer-wrapp .column{
  width: 33%;
}

header .navbar-brand span {
    font-size: 200px;
    line-height: 0px;
    position: relative;
    top: 23px;
}

footer .flex-box span {
    font-size: 220px;
    line-height: 50px;
    /* margin-top: 10px; */
}

header .navbar-brand img {
    width: 244px;
}
section.template.sitemap .row {
    display: flex;
    justify-content: center;
}

.thanks {
  padding: 3% 0px 9%;
  text-align: center;
  width: 38%;
  margin: auto;
  color: #313131;
}
.thanks h1{
  color:#e2000f;
  margin-bottom: 10px !important;
}
.common-btn-thanks{
margin-top:10px;
}
.common-btn-thanks {
    margin-top: 10px;
    background: red;
    /* justify-content: flex-start; */
    margin: initial;
}
.contact .cols p {
    padding-left: 45px;
}

.footer-text{
  margin-bottom:0px;
}