/*-----------------------------------------------------------------------------------
  1.  Base
  2.  Header
  3.  Content
    3a.  About Page
    3b.  Services Page
    3c.  Blog Page
    3d.  Contact Page
  4.  Footer
-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*  1. Base
/*-----------------------------------------------------------------------------------*/

body {
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #333333;
  line-height: 1.6;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  margin: 1em 0;
  border-left: 10px solid #df2125;
  padding-left: 12px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.1em;
}

table th {
  background: #ddd;
  font-weight: bold;
}

table td,
table th {
  padding: 8px;
  border: 1px solid #bbb;
  text-align: left;
}

dt {
  font-weight: bold;
}

pre {
  white-space: pre;
  word-wrap: normal;
  overflow-x: scroll;
  line-height: 1.3;
  margin: 1em 0;
}

figure {
  max-width: 100%;
  height: auto;
}

*::-moz-selection {
  background: #000;
  color: #fff;
}

*::selection {
  background: #000;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

label {
  display: block;
  color: #333333;
  font-size: 15px;
  text-transform: uppercase;
}

input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: none;
}

textarea {
  width: 100%;
  padding: 0 15px;
  border: none;
}

input[type="email"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: none;
  outline: 0;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(50, 50, 50, 0.1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 0;
}

h1 {
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
}

h2 {
  font-size: 30px;
  color: #ffffff;
  text-transform: uppercase;
}

h3 {
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 2em;
  font-family: "Raleway", sans-serif;
  color: #fff;
  text-shadow:
    2px 2px 0 #df2125,
    2px -1px 0 #df2125,
    -1px 2px 0 #df2125,
    -1px -1px 0 #df2125;
}

h4 {
  font-size: 16px;
  color: red;
  text-transform: uppercase;
}

h5 {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}

h6 {
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
}

p {
  color: #333333;
}

a {
  color: #df2125;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
  color: #c62828;
  text-decoration: none;
  outline: 0;
}

input::-moz-focus-inner {
  border: 0;
}

a img {
  border: none;
}

img {
  max-width: 100%;
}

.nomargin-bottom {
  margin-bottom: 0 !important;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}

#status {
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../img/status.gif);
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
}

a.button-normal {
  background-color: #df2125;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 10px 30px;
  margin-top: 20px;
  display: inline-block;
  border-radius: 5px;
  white-space: nowrap;
}

a.button-normal:hover {
  background-color: #c62828;
}

a.button-normal.white {
  background-color: #ffffff;
  color: #333333;
}

a.button-normal.white:hover {
  background-color: #df2125;
  color: #ffffff;
}

a.button-normal.with-icon {
  position: relative;
  padding: 10px 67px 10px 30px;
}

a.button-normal.with-icon .icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  line-height: 48px;
  font-size: 20px;
  padding: 0 6px 0 10px;
  background-color: #c62828;
  border-radius: 5px;
}

a.button-normal.with-icon-left {
  position: relative;
  padding: 10px 30px 10px 67px;
}

a.button-normal.with-icon-left .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 48px;
  font-size: 20px;
  padding: 0 6px 0 10px;
  background-color: #c62828;
}

/*-----------------------------------------------------------------------------------*/
/*  2. Header
/*-----------------------------------------------------------------------------------*/

#header {
  position: relative;
  z-index: 1000;
}

/* Top Header */

.top-header {
  background: #ffffff;
  padding: 10px 1px;
  margin-top: 5px;
  border-radius: 15px 15px 0px 0px;
}

.top-header .logo img {
  margin-top: -5px;
}

.top-header ul {
  float: right;
  margin: 0;
  padding: 5px 10px 10px 20px;
}

.top-header ul li {
  display: inline-block;
  margin: 0 10px;
}

.top-header ul li.last {
  margin-right: 0;
}

.top-header ul li i {
  float: left;
  margin-right: 10px;
  padding: 10px 10px;
  background-color: #df2125;
  color: #ffffff;
  font-size: 24px;
  border-radius: 5px;
}

.top-header ul li p {
  float: right;
  overflow: hidden;
  margin: 0;
}

.top-header ul li p span {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
}

.top-header ul li p span.heading {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

/* Main Menu */

.main-menu {
  position: relative;
  height: 50px;
  background: #df2125;
  width: auto;
  border-radius: 0px 0px 15px 15px;
}

.main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.main-menu > ul {
  position: relative;
  display: inline-block;
  z-index: 500;
  float: left;
  padding: 0 15px;
}

.main-menu:after,
.main-menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.main-menu.align-right > ul > li {
  float: right;
}

.main-menu.align-center ul {
  text-align: center;
}

.main-menu.align-center ul ul {
  text-align: left;
}

.main-menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}

.main-menu > ul > #menu-button {
  display: none;
}

.main-menu ul li a {
  display: block;
  text-decoration: none;
}

.main-menu > ul > li > a {
  font-size: 14px;
  font-weight: 700;
  padding: 18px 15px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.main-menu > ul > li:hover > a {
  opacity: 0.7;
}

.main-menu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

.main-menu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition:
    opacity 0.3s ease,
    top 0.25s ease;
  -moz-transition:
    opacity 0.3s ease,
    top 0.25s ease;
  -ms-transition:
    opacity 0.3s ease,
    top 0.25s ease;
  -o-transition:
    opacity 0.3s ease,
    top 0.25s ease;
  transition:
    opacity 0.3s ease,
    top 0.25s ease;
  z-index: 1000;
}

.main-menu ul ul ul {
  top: 37px;
  padding-left: 5px;
}

.main-menu ul ul li {
  position: relative;
}

.main-menu > ul > li:hover > ul {
  left: auto;
  top: 50px;
  opacity: 1;
}

.main-menu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}

.main-menu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}

.main-menu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}

.main-menu ul ul li a {
  width: 160px;
  border-bottom: 1px solid #c62828;
  padding: 15px 15px;
  font-size: 14px;
  color: #ffffff;
  background: #df2125;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.main-menu.align-right ul ul li a {
  text-align: right;
}

.main-menu ul ul li:hover > a {
  background: #c62828;
}

.main-menu ul ul li:last-child > a,
.main-menu ul ul li.last > a {
  border-bottom: 0;
}

/* Mobile Menu*/

.slide-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-button {
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;
}

.slide-button svg {
  width: 24px;
  height: 24px;
  color: #333;
}

#slide-buttons:hover,
.c-menu__close:hover {
  opacity: 0.7;
}

.c-menu {
  position: fixed;
  z-index: 3000;
  background-image: url(../img/content/services-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.c-menu--slide-right {
  width: 100%;
  height: 100%;
}

@media all and (min-width: 320px) {
  .c-menu--slide-right {
    width: 300px;
  }
}

.c-menu .search-input {
  position: relative;
  padding: 15px 30px;
}

.c-menu .search-input button {
  position: absolute;
  right: 35px;
  top: 23px;
  background: none;
  border: none;
}

ul.slide-menu-items {
  padding: 0 15px;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: left;
}

ul.slide-menu-items li {
  cursor: pointer;
}

ul.slide-menu-items li a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 15px;
  display: inline-block;
  padding: 5px 18px;
}

ul.slide-menu-items li ul {
  padding-left: 10px;
}

ul.slide-menu-items li ul li a {
  font-size: 13px;
}

ul.slide-menu-items li.active a,
ul.slide-menu-items li a:hover {
  opacity: 0.6;
}

ul.slide-menu-items li.has-sub {
  position: relative;
}

ul.slide-menu-items li.has-sub:after {
  font-family: "logistics" !important;
  content: "\70";
  position: absolute;
  right: 15px;
  top: 2px;
  color: #ffffff;
  font-size: 20px;
}

ul.slide-menu-items li.has-sub.open:after {
  font-family: "logistics" !important;
  content: "\6f";
  position: absolute;
  right: 15px;
  top: 2px;
  color: #ffffff;
  font-size: 20px;
}

ul.slide-menu-items li.has-sub > ul {
  display: none;
}

.c-menu--slide-right .c-menu__close {
  padding: 5px;
}

.c-menu--slide-right {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

@media all and (min-width: 320px) {
  .c-menu--slide-right {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
  }
}

.c-menu--slide-right.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.c-menu__close {
  color: #fff;
  background-color: transparent;
  font-size: 34px;
  line-height: 26px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.c-menu__close:focus {
  outline: none;
}

.slide-overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition:
    opacity 0.3s,
    width 0s 0.3s,
    height 0s 0.3s;
  transition:
    opacity 0.3s,
    width 0s 0.3s,
    height 0s 0.3s;
}

.slide-overlay.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-menu .info {
  position: relative;
  z-index: 5000;
  padding: 40px 30px 0;
}

.c-menu .info ul {
  padding: 0;
  border: 1px solid #ffffff;
  padding: 15px 15px;
}

.c-menu .info ul li {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

.c-menu .info ul li.last,
.c-menu .info ul li p {
  margin: 0;
}

.c-menu .info ul li p span {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.c-menu .info ul li p span.heading {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

/* Search Bar */

.main-menu .right-section {
  position: relative;
  float: right;
}

.right-section .search {
  float: left;
  height: 50px;
}

.right-section .search i {
  cursor: pointer;
  line-height: 50px;
  color: #ffffff;
  padding: 0 20px;
  border-left: 1px solid #c62828;
}

.right-section .search-input {
  position: absolute;
  bottom: -40px;
  width: 100%;
}

.right-section .search-input input {
  border: none;
  opacity: 0;
  visibility: hidden;
  height: 40px;
  width: 100%;
  padding: 0 20px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.right-section .search-input input.show {
  opacity: 1;
  visibility: visible;
}

.right-section .quote-link {
  float: right;
}

.right-section .quote-link a {
  height: 50px;
  color: #ffffff;
  padding: 12px 30px;
  display: inline-block;
  background-color: #df2125;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 0px 0px 15px 15px;
}

/* Header Style 2 */
.header-style-2 .top-header {
  margin-top: 0;
}

.header-style-2 .navigation {
  background-color: #df2125;
  height: 50px;
}

.header-style-2 .main-menu > ul {
  padding: 0;
}

.header-style-2 .main-menu > ul > li:first-child > a {
  padding-left: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  3. Content
/*-----------------------------------------------------------------------------------*/

.wrapper {
  padding: 20px 0;
}

.bg-color {
  background-color: #f6f6f6;
}

.section-title h2 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 80px;
}

.section-title h2:after {
  content: "";
  position: absolute;
  background-color: #df2125;
  width: 100px;
  height: 4px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: block;
}

.with-bg .section-title h2 {
  color: #ffffff;
}

.with-bg .section-title h2:after {
  background-color: #ffffff;
}

h3.title {
  text-transform: uppercase;
  color: red;
}

h3.title:after {
  content: "";
  background-color: #df2125;
  width: 75px;
  height: 2px;
  margin-top: 15px;
  display: block;
}

h4.title {
  text-transform: capitalize;
}

h4.title:after {
  content: "";
  background-color: #df2125;
  width: 75px;
  height: 2px;
  margin-top: 15px;
  display: block;
}

/* Page Title */

.page-title {
  position: relative;
  z-index: 100;
  background-size: cover;
  background-position: center center;
  margin-top: -165px;
  min-height: 384px;
}

.page-title .title-wrap {
  position: absolute;
  bottom: 11%;
}

.page-title .title-wrap h1 {
  color: #ffffff;
  text-transform: uppercase;
}

.page-title .title-wrap h1:after {
  content: "";
  display: block;
  margin-top: 20px;
  width: 75px;
  border-top: 3px solid #ffffff;
}

.page-title .title-wrap .breadcrumbs p {
  color: #ffffff;
}

.page-title .title-wrap .breadcrumbs span {
  margin: 0 10px;
}

.page-title .title-wrap .breadcrumbs span.arrow {
  margin: 0;
  position: relative;
  top: 3px;
  font-size: 16px;
}

/* Home Slider */

.home-slider {
  display: inline-block;
  float: left;
  width: 100%;
}

.home-slider li {
  background-size: cover;
  background-position: center center;
}

.home-slider .caption-wrap {
  position: absolute;
  top: 30%;
  width: 35%;
  z-index: 100;
}

.home-slider .caption-wrap h1 {
  color: #ffffff;
  text-transform: uppercase;
}

.home-slider .caption-wrap p {
  color: #ffffff;
  font-size: 20px;
}

.home-slider .caption-wrap h1:after {
  content: "";
  background-color: #ffffff;
  width: 100px;
  height: 4px;
  margin-top: 25px;
  display: block;
}

.home-slider .flex-direction-nav .flex-next,
.home-slider .flex-direction-nav .flex-prev {
  opacity: 1;
  width: 75px;
  height: 115px;
}

.home-slider .flex-direction-nav .flex-next:hover,
.home-slider .flex-direction-nav .flex-prev:hover {
  opacity: 0.7;
}

.home-slider .flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next {
  right: 30px;
}

.home-slider .flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev {
  left: 30px;
}

.home-slider .flex-direction-nav a:before {
  font-family: "logistics";
  font-size: 75px;
  color: #ffffff;
}

.home-slider .flex-direction-nav a.flex-next:before {
  content: "\62";
}

.home-slider .flex-direction-nav a.flex-prev:before {
  content: "\61";
}

/* Services */

.services {
  background-image: url(../img/content/services-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding-bottom: 90px;
  display: inline-block;
  width: 100%;
  /*height:240px*/
}

.services .email-quote {
  /*background-color: #df2125;*/
  position: relative;
  top: -210px;
  z-index: 500;
  padding: 30px 60px;
  margin-bottom: 40px;
}

.services .email-quote h4 {
  display: inline-block;
  float: left;
  margin: 10px 30px 0px 0px;
  color: #ffffff;
  text-transform: uppercase;
}

.services .email-quote form {
  overflow: hidden;
}

.services .email-quote input.col-md-6 {
  width: 50%;
}

.services .email-quote select {
  height: 40px;
  border: none;
  padding: 0 10px;
  cursor: pointer;
  position: relative;
  display: inline;
  width: 62%;
  float: left;
}

.services .email-quote button {
  background-color: #c62828;
  color: #ffffff;
  border: none;
  height: 40px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-left: 15px;
}

.services .services-wrap {
  position: relative;
  z-index: 500;
}

.services .services-content {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 400px;
}

.services .services-content .services-image {
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
}

.services .services-text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  padding: 0 15%;
  z-index: 500;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.services .item .services-text {
  opacity: 0;
}

.services .active .item .services-text {
  opacity: 1;
}

.services .services-text h3.title {
  text-transform: uppercase;
  color: #ffffff;
}

.services .services-text h3.title:after {
  content: "";
  background-color: #ffffff;
  width: 75px;
  height: 4px;
  display: block;
  margin: 15px auto;
}

.services .services-text p {
  font-size: 16px;
  color: #ffffff;
}

.services .item .services-content .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

.services .active .item .services-content .overlay {
  background-color: rgba(0, 0, 0, 0.65);
}

.services .services-wrap-carousel .owl-prev,
.services .services-wrap-carousel .owl-next {
  background: transparent !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.services .services-wrap-carousel .owl-prev {
  left: 0;
}

.services .services-wrap-carousel .owl-next {
  right: 0;
}

.services .services-wrap-carousel .owl-prev i,
.services .services-wrap-carousel .owl-next i {
  font-size: 60px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.services .services-wrap-carousel i:hover {
  opacity: 0.6;
}

/* Features */

/* .features.wrapper {
  padding: 10px 0 60px 0;
} */

.features-item {
  position: relative;
  overflow: hidden;
  padding: 20px 20px 20px 150px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(50, 50, 50, 0.1);
}

.features-item .icon-wrap {
  background-color: #df2125;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 0px 35px;
}

.features-item .icon-wrap i {
  font-size: 60px;
  color: #ffffff;
  line-height: 165px;
}

/* Services Calculator */

.services-calculator-wrap {
  position: relative;
}

.services-calculator .intro-section {
  padding-top: 100px;
}

.services-calculator .intro-section p {
  font-size: 16px;
}

.services-calculator .intro-section .image {
  position: absolute;
  max-width: 550px;
}

.services-calculator .intro-section .image img {
  transform: translate(-5%, 12%);
}

.services-calculator .form-section form {
  background-color: #df2125;
  padding: 100px 40px;
}

.services-calculator .form-section form p.intro {
  color: #ffffff;
}

.services-calculator .form-section form label {
  display: inline-block;
  min-width: 140px;
  color: #ffffff;
}

.services-calculator .form-section select {
  width: 100%;
  height: 40px;
  border: none;
  margin-bottom: 30px;
  padding: 0 10px;
  cursor: pointer;
}

.services-calculator .form-section p.extra-services {
  width: 50%;
  display: inline-block;
}

.services-calculator .form-section p.extra-services span,
.services-calculator .form-section p.fragile span {
  width: 100%;
  display: block;
}

.services-calculator .form-section p.extra-services span label,
.services-calculator .form-section p.fragile span label {
  font-size: 13px;
}

.services-calculator .form-section p.extra-services span input,
.services-calculator .form-section p.fragile span input {
  width: 20px;
  height: 17px;
  position: relative;
  top: 5px;
}

.services-calculator .form-section p.fragile {
  width: 50%;
  float: right;
}

.services-calculator .form-section p.fragile span label {
  min-width: 50px;
}

#totalPrice {
  background-color: #c62828;
  padding: 10px 15px;
  margin-top: 30px;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
}

/* Testimonial */

.testimonial {
  background-image: url(../img/content/testimonial-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.testimonial .owl-carousel .owl-stage-outer {
  padding-bottom: 100px;
}

.testimonial-item {
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(../img/content/quote.png);
  background-repeat: no-repeat;
  background-position: 30px 85%;
  padding: 30px 30px 70px 30px;
}

.testimonial-item p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
}

.testimonial-item .client-info {
  position: absolute;
  right: 15px;
  bottom: -50px;
  background-color: #ffffff;
  padding: 15px 20px;
}

clients {
  width: 100%;
  float: left;
  padding: 80px 0;
}

.testimonial-item .client-info img {
  width: auto;
  float: left;
  margin-right: 15px;
}

.testimonial-item .client-info .client-details {
  float: right;
  overflow: hidden;
  margin-top: 15px;
}

.testimonial-item .client-info .client-details h3 {
  font-size: 18px;
  margin: 0;
}

.testimonial-item .client-info .client-details p {
  font-size: 16px;
  color: #333333;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

/* Our Partner */

.our-partner {
  margin-top: 20px;
}

.partner-logo img {
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.partner-logo img:hover {
  opacity: 0.5;
}

/* Latest Post */

.latest-post .post-thumb {
  position: relative;
  margin-bottom: 20px;
}

.latest-post .post-thumb .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(223, 33, 37, 0.64) url(../img/link.png) no-repeat;
  background-position: center center;
  background-size: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
}

.latest-post .post-thumb:hover .overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

.latest-post .post-content .date {
  float: left;
  margin-right: 15px;
  background-color: #df2125;
  padding: 10px;
}

.latest-post .post-content .date span {
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: block;
  color: #ffffff;
}

.latest-post .post-content .content-wrap {
  overflow: hidden;
}

/*.post-content :hover {
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}*/

.latest-post .post-content .content-wrap h4 {
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 5px;
}

.latest-post .post-content .content-wrap .meta {
  margin-bottom: 20px;
}

.latest-post .post-content .content-wrap .meta span {
  margin-right: 20px;
}

.latest-post .post-content .content-wrap .meta span.last {
  margin-right: 0;
}

.latest-post .post-content .content-wrap .meta span i {
  color: #df2125;
  margin-right: 5px;
}

.latest-post .post-content .content-wrap p {
  font-size: 15px;
}

.latest-post .owl-theme .owl-controls .owl-nav [class*="owl-"],
.team .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  top: 15%;
  position: absolute;
  background: none;
  color: #df2125;
  font-size: 52px;
}

.latest-post .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover,
.team .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  color: #c62828;
}

.latest-post .owl-prev,
.team .owl-prev {
  left: -7%;
}

.latest-post .owl-next,
.team .owl-next {
  right: -7%;
}

/* Counter Number */

.counter-section {
  background-image: url(../img/content/counter-bg.jpg);
  background-size: cover;
  background-position: center center;
}

.counter-section h2 {
  color: #df2125;
}

.counter-section h2:after {
  content: "";
  display: block;
  margin-top: 20px;
  width: 50px;
  border-top: 2px solid #df2125;
}

.counter-section p {
  color: #ffffff;
}

.counter-section p.heading {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

/*-----------------------------------------------------------------------------------*/
/*  3a. About Page
/*-----------------------------------------------------------------------------------*/

/* Company Profile */

.company-slider {
  position: relative;
}

.company-slider img {
  width: 100%;
}

.company-slider .flex-direction-nav {
  display: none;
}

.company-slider .flex-control-nav {
  bottom: 0;
  left: 0;
}

.company-slider .flex-control-paging li a {
  background: #ffffff;
}

.company-slider .flex-control-paging li a.flex-active {
  background: #df2125;
}

.company-vision {
  display: inline-block;
  margin-top: 10px;
}

.company-vision img {
  margin-bottom: 30px;
}

.company-vision h4 {
  text-transform: uppercase;
}

/* Team */

.team-photo {
  position: relative;
  overflow: hidden;
}

.team-photo .team-details {
  position: absolute;
  bottom: -40px;
  width: 100%;
  padding: 20px;
  background-color: #df2125;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.team-photo:hover .team-details {
  background-color: #c62828;
  bottom: 0;
}

.team-photo .team-details h4 {
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}

.team-photo .team-details p {
  color: #ffffff;
  font-size: 16px;
}

.team-photo .team-details ul {
  padding: 0;
  margin: 0;
}

.team-photo .team-details ul li {
  display: inline-block;
  margin-right: 15px;
}

.team-photo .team-details ul li a {
  color: #ffffff;
  font-size: 16px;
}

.team .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  top: 35%;
}

/*-----------------------------------------------------------------------------------*/
/*  3b. Services Page
/*-----------------------------------------------------------------------------------*/

.services-page .services-content {
  margin-bottom: 40px;
}

.services-page .services-text {
  position: relative;
  background-color: #ffffff;
  padding: 10px 10px 10px;
}

.services-page .services-text a.button-normal {
  position: absolute;
  right: 0;
  bottom: 0;
}

.services-page .services-thumb {
  position: relative;
}

.services-page .services-thumb .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(223, 33, 37, 0.64) url(../img/link.png) no-repeat;
  background-position: center center;
  background-size: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
}

.services-page .services-thumb:hover .overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

/* Single Services */

.single-services-wrap img {
  width: 100%;
  margin-bottom: 40px;
  border-radius: 5px;
}

.single-services-wrap .features-wrap {
  margin-top: 60px;
}

.single-services-wrap .features-item {
  padding: 20px 20px 20px 60px;
}

.single-services-wrap .features-item .icon-wrap {
  padding: 0px 15px;
  background-color: transparent;
}

.single-services-wrap .features-item .icon-wrap i {
  font-size: 32px;
  color: #df2125;
  line-height: 70px;
}

.contact-us-banner {
  margin-top: 20px;
}

.contact-us-banner h1 {
  text-transform: uppercase;
}

/* Sidebar */

.sidebar {
  padding-left: 30px;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar .widget.last {
  margin-bottom: 0;
}

.sidebar .widget ul {
  padding: 0;
}

.sidebar .widget ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e3e3e3;
}

.sidebar .widget ul li a {
  font-size: 16px;
  color: #333333;
  width: 100%;
  display: block;
  position: relative;
  left: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.sidebar .widget ul li a:hover {
  color: white;
  left: 10px;
  font-weight: bold;
  background-color: #df2125;
  border-radius: 5px;
  padding-left: 2px;
}

.sidebar .widget.pdf-download {
  background-color: #df2125;
  padding: 10px;
  border-radius: 5px;
}

.sidebar .widget.pdf-download h4 {
  color: #ffffff;
}

.sidebar .widget.pdf-download ul li {
  border-bottom: 1px solid #004d90;
}

.sidebar .widget.pdf-download ul li a {
  color: #ffffff;
}

.sidebar .widget.pdf-download ul li a span {
  margin-right: 5px;
}

/*-----------------------------------------------------------------------------------*/
/*  3c. Blog Page
/*-----------------------------------------------------------------------------------*/

.blog .post {
  display: inline-block;
}

.blog .post-item {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}

.blog .post-thumb {
  position: relative;
}

.blog .post-thumb .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(11, 96, 169, 0.8) url(../img/link.png) no-repeat;
  background-position: center center;
  background-size: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
}

.blog .post-thumb:hover .overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

.blog .post-item .post-thumb img {
  width: 100%;
  margin-bottom: 30px;
}

.blog .post-item a.post-title {
  color: #333333;
}

.blog .post-item h3 {
  text-transform: uppercase;
  margin-bottom: 5px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.blog .post-item h3:hover {
  color: #df2125;
}

.blog .post-item .meta {
  margin-bottom: 20px;
}

.blog .post-item .meta span {
  margin-right: 20px;
}

.blog .post-item .meta span.last {
  margin-right: 0;
}

.blog .post-item .meta span i {
  color: #df2125;
  margin-right: 5px;
}

.blog .pagination {
  margin: 0;
}

.pagination span.active {
  font-size: 16px;
  color: #ffffff;
  background-color: #df2125;
  border: 1px solid #df2125;
  width: 35px;
  height: 35px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  margin: 0px 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.pagination span a {
  font-size: 16px;
  background-color: #ececec;
  border: 1px solid #cacaca;
  width: 35px;
  height: 35px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  margin: 0px 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.pagination span a:hover {
  background-color: #df2125;
  border: 1px solid #df2125;
  color: #ffffff;
}

.pagination span.last a {
  margin-right: 0;
}

/* Sidebar */

.sidebar .recent-post .post-item {
  margin-bottom: 20px;
}

.sidebar .recent-post .post-thumb {
  float: left;
  width: 60px;
  margin-right: 15px;
}

.sidebar .recent-post .post-thumb img {
  margin: 0;
}

.sidebar .recent-post .overlay {
  background-size: 16px;
}

.sidebar .recent-post .post-content h4 {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #333333;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sidebar .recent-post .post-content h4:hover {
  color: #df2125;
}

.sidebar .recent-post .post-content .meta {
  margin: 0;
}

.sidebar .tags a {
  display: inline-block;
  background-color: #df2125;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 5px;
  margin-right: 5px;
  margin-bottom: 9px;
}

.sidebar .tags a:hover {
  background-color: #c62828;
}

/* Single Post */

.single-post .post .post-item {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.share {
  margin-top: 60px;
}

.share span {
  position: relative;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
}

.share ul {
  padding: 0;
}

.share ul li {
  display: inline-block;
  margin-right: 10px;
}

.share ul li a {
  font-size: 16px;
  background-color: #ececec;
  border: 1px solid #cacaca;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.share ul li a:hover {
  background-color: #df2125;
  border: 1px solid #df2125;
  color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/
/*  3d. Contact Page
/*-----------------------------------------------------------------------------------*/

.contact-page .address,
.contact-page .hours {
  /* background-color: #df2125; */
  background: #fff;
  padding: 20px;
}

.contact-page .hours {
  margin-top: 30px;
}
.contact-page .address h5,
.contact-page .hours h5 {
  color: red !important;
}

.contact-page .address h4,
.contact-page .hours h4,
.contact-page .address p,
.contact-page .hours p {
  color: black;
}

.contact-page .address p,
.contact-page .hours p {
  margin: 0;
}

.contact-page .hours p span {
  font-weight: 700;
}

.map {
  position: relative;
  border-radius: 5px;
  /*z-index: -1;*/
}

.map iframe {
  border: 0;
  width: 100%;
  height: 440px;
  display: inherit;
}

/*-----------------------------------------------------------------------------------*/
/*  4. Footer
/*-----------------------------------------------------------------------------------*/

#footer {
  background-image: url(../img/content/footer1.png);
  /*background-color:white;*/
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 0px 0 0px 0;
  height: 20%;
  margin-top: -25px;
}

/* Widget Footer */

.widget-footer p {
  color: #ffffff;
}

.widget-footer h4.title {
  color: red;
  text-transform: uppercase;
  /*// margin-bottom: 35px;*/
}

.widget-footer h4.title:after {
  content: "";
  display: block;
  margin-top: 5px;
  width: 50px;
  border-top: 2px solid #ffffff;
}

.widget-footer .footer-content h4 {
  color: #ffffff;
  margin-bottom: 10px;
}

/* Widget Footer - Short Desc */

#footer .widget-footer .short-desc img {
  margin-bottom: 30px;
}

/* Widget Footer - Recent Post */

.widget-footer .recent-post .post-item {
  padding: 5px 0;
}

.widget-footer .recent-post .post-item:first-child {
  padding-top: 0;
}

.widget-footer .recent-post .post-item:last-child {
  border-bottom: none;
}

.widget-footer .recent-post .post-item .post-thumb {
  float: left;
  margin-right: 15px;
  position: relative;
}

.widget-footer .recent-post .post-item .post-thumb .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(11, 96, 169, 0.8) url(../img/link.png) no-repeat;
  background-position: center center;
  background-size: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
}

.widget-footer .recent-post .post-item .post-thumb:hover .overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

.widget-footer .recent-post .post-item .post-content {
  overflow: hidden;
}

.widget-footer .recent-post .post-item .post-content h4 {
  text-transform: capitalize;
  font-size: 16px;
}

.widget-footer .recent-post .post-item .post-content span.date {
  color: #ffffff;
  font-size: 12px;
  font-style: italic;
}

/* Widget Footer - Contact */

.widget-footer .contact-section {
  padding: 15px 0;
}

.widget-footer .contact-section:first-child {
  padding-top: 0;
}

.widget-footer .contact-section:last-child {
  border-bottom: none;
}

.widget-footer .contact-section h4 {
  font-size: 16px;
}

.widget-footer .contact-section p {
  margin: 0;
}

/* Copyright */

.copyright {
  background-color: rgba(1, 47, 84, 0.8);
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 60px 0;
}

.copyright .social-icon ul {
  padding: 0;
  margin-bottom: 30px;
}

.copyright .social-icon ul li {
  display: inline-block;
  margin: 0 20px;
}

.copyright .social-icon ul li a {
  color: #ffffff;
  font-size: 24px;
}

.copyright .social-icon ul li a:hover {
  opacity: 0.5;
}

.copyright p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

img {
  max-width: 100%;
  height: auto;
  /* margin-top: 15px; */
  border-radius: 5px;
}

.hover-row {
  position: relative;
}

.hover-row .hover {
  background: #4f759f;
  position: absolute;
  width: 33%;
  height: 50%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  left: -100%;
}

.hover-row .hover:hover {
  background: red;
}

.hover-row .col-xs-4:nth-child(1):hover ~ .hover {
  left: 0%;
}

.hover-row .col-xs-4:nth-child(2):hover ~ .hover {
  left: 33.5%;
}

.hover-row .col-xs-4:nth-child(3):hover ~ .hover {
  left: 67%;
  height: 55%;
}

.hover-row .col-xs-4:nth-child(4):hover ~ .hover {
  left: 0%;
  top: 50%;
}

.hover-row .col-xs-4:nth-child(5):hover ~ .hover {
  left: 33.5%;
  top: 50%;
}

.posthover {
}

/*Fade all the DIV when user hovers on any div*/
.container:hover .posthover {
  zoom: 1;
  filter: alpha(opacity=45);
  opacity: 0.45;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

/*Fade all the DIV when user hovers on any div*/
.container:hover .services-content {
  zoom: 1;
  filter: alpha(opacity=45);
  opacity: 0.45;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

/*Fade out the particular DIV when user hover on that DIV*/
.container .services-content:hover {
  box-shadow: 3px 3px 15px #666;
  border-color: #c76c0c;
  background: #c76c0c;
  color: #fff;
  cursor: pointer;
  /*Opacity*/
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

.panim {
}
/*Fade all the DIV when user hovers on any div*/
.container:hover .panim {
  zoom: 1;
  filter: alpha(opacity=45);
  opacity: 0.45;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

/*Fade out the particular DIV when user hover on that DIV*/
.container .panim:hover {
  box-shadow: 3px 3px 15px #666;
  border-color: #c76c0c;
  background: #c76c0c;
  color: #fff;
  cursor: pointer;
  /*Opacity*/
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

/*Fade all the DIV when user hovers on any div*/
.container:hover .services-content {
  zoom: 1;
  filter: alpha(opacity=45);
  opacity: 0.45;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

/*Fade out the particular DIV when user hover on that DIV*/
.container .services-content:hover {
  box-shadow: 3px 3px 15px #666;
  border-color: #c76c0c;
  background: #c76c0c;
  color: #fff;
  cursor: pointer;
  /*Opacity*/
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}

.anim {
}

.partner-logo:hover {
  -webkit-animation: swing 1s ease;
  -ms-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.anim:hover {
  -webkit-animation: swing 1s ease;
  -ms-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.linkanim {
}

.linkanim.slideright:hover {
  -webkit-transform: translate(3em, 0);
  -moz-transform: translate(3em, 0);
  -o-transform: translate(3em, 0);
  -ms-transform: translate(3em, 0);
  transform: translate(3em, 0);
}

.fond {
  position: absolute;
  padding-top: 85px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00506b;
}

.style_prevu_kit {
  display: inline-block;
  border: 0;
  width: 196px;
  height: 500px;
  position: relative;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}

.linkanim:hover {
  box-shadow: 0px 0px 0px;
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 200ms ease-in;
  transform: scale(1.1);
  /*padding-left: 25px;*/
  /*padding-right: 25px;*/
  /*font-weight:bold;*/
}

@media only screen and (max-device-width: 768px) {
  /* Styles */
}

/*.post-item:hover
{
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
}*/

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background-color: #6d6d6d;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #e02d2c;
}
.panel-group .panel {
  /*border-color: #FD8368;*/
  border: none;
}

.panel-default > .panel-heading {
  color: white;
  background-color: #cc6161;
  box-shadow: 5px 10px 8px #888888;
}

.panel-title > span {
  display: block;
  outline: none;
  text-decoration: none;
}
/* .company-slider {
  width: 100%;
} */

.company-swiper {
  width: 100%;
  height: 300px;
  border-radius: 5px;
  overflow: hidden;
}

.company-slider-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.company-swiper .swiper-pagination-bullet {
  background: #ffffff;
}

.company-swiper .swiper-pagination-bullet-active {
  background: #ef1c24;
}

/* .company-history {
  padding: 20px 0;
} */

.section-title {
  font-size: 20px;
  font-weight: 700;
  color: #003366;
  margin-bottom: 15px;
  border-left: 4px solid #0056b3;
  padding-left: 12px;
}

.timeline-item {
  display: flex;
  gap: 25px;
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.timeline-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.timeline-date {
  min-width: 140px;
  height: 40px;
  /* fixed height */
  padding: 10px 15px;
  background: #df2125;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center; /* Vertical center */
  justify-content: center; /* Horizontal center */
  text-align: center;
}

.timeline-content h5 {
  margin-bottom: 10px;
  color: #003366;
  font-weight: 600;
}

.timeline-content p {
  margin: 0;
  color: #555;
  line-height: 1.7;
}

.certificate-link {
  color: #0056b3;
  font-weight: 600;
  text-decoration: none;
}

.certificate-link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .timeline-item {
    flex-direction: column;
  }

  .timeline-date {
    width: fit-content;
  }
}

.panel-group .panel {
  /*border-color: #FD8368;*/
  border: none;
}

.panel-default > .panel-heading {
  color: white;
  background-color: #cc6161;
  box-shadow: 5px 10px 8px #888888;
}

.panel-title > span {
  display: block;
  outline: none;
  text-decoration: none;
}
.heading {
  color: #333333;
  text-transform: capitalize;
}
html {
  scroll-behavior: smooth;
}

/* Sitemap */
.sitemap-section {
  padding: 12px 0;
  background: #f8f9fa;
}

.sitemap-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.sitemap-card:hover {
  transform: translateY(-5px);
}

.sitemap-card h4 {
  color: #003366;
  margin-bottom: 20px;
  font-weight: 700;
  border-bottom: 2px solid #ff6b00;
  padding-bottom: 10px;
}

.sitemap-card h4 i {
  margin-right: 10px;
  color: #ff6b00;
}

.sitemap-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sitemap-card ul li {
  margin-bottom: 15px;
}

.sitemap-card ul li a {
  color: #555;
  text-decoration: none;
  display: block;
  transition: all 0.3s;
  font-weight: bold;
}

.sitemap-card ul li a:hover {
  color: #ff6b00;
  padding-left: 8px;
}

.sitemap-card ul li i {
  width: 25px;
  color: #003366;
}

/* Mobile */
@media (max-width: 768px) {
  .sitemap-section {
    padding: 50px 0;
  }
}
.company-logo {
  max-width: 300px;
  height: auto;
}

.tagline {
  display: block;
  margin-top: 10px;
  /* font-size: 13px; */
  color: #555;
  font-weight: bold;
}

.contact-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  height: 100%;
}

.contact-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-box .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #df2125;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.contact-box .details {
  display: flex;
  flex-direction: column;
}

.contact-box .heading {
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
  font-weight: 600;
}

.contact-box a {
  color: #222;
  text-decoration: none;
  font-weight: 600;
}

.contact-box a:hover {
  color: #ff6b00;
}

@media (max-width: 991px) {
  .contact-wrapper {
    gap: 15px;
  }

  .contact-box a {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .info {
    display: none;
  }

  .logo {
    text-align: center;
  }

  .company-logo {
    max-width: 220px;
  }

  .tagline {
    font-size: 9px;
  }
  .page-title {
    min-height: 308px;
  }
}

.info-card {
  /* background: #fff; */
  padding: 30px 10px 0px 3px;
  border-radius: 16px;
  /* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08); */
}

.card-header-custom {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.card-header-custom i {
  font-size: 24px;
  color: red;
  margin-right: 12px;
}

.card-header-custom h4 {
  margin: 0;
  /* color: #003366; */
  font-weight: 700;
}

.info-card p {
  color: #555;
  line-height: 1.8;
}

.btn-read-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #003366;
  font-weight: 600;
  text-decoration: none;
  margin-top: 15px;
}

.btn-read-more:hover {
  color: #ff6b00;
}

/* Update Card */
.update-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  margin-bottom: 12px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e9ecef;
}

/* Date Box */
.update-date {
  min-width: 65px;
  text-align: center;
  padding: 8px 6px;
  border-radius: 8px;
  background: #003366;
}

.update-date span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.update-date small {
  display: block;
  font-size: 10px;
  font-weight: 600;
  margin-top: 3px;
}

/* Content */
.update-content {
  flex: 1;
}

.update-content a {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  text-decoration: none;
  margin-left: 10px;
}

.update-badge {
  display: inline-block;
  font-size: 10px;
  padding: 3px 8px;
  margin-bottom: 6px;
  border-radius: 20px;
  background: #ff6b00;
  font-weight: 600;
  color: #fff;
}

.update-date {
  min-width: 55px;
}

.update-date span {
  font-size: 18px;
  color: #fff;
}

.update-date small {
  font-size: 9px;
  color: #fff;
}

.update-card {
  padding: 10px 12px;
}

.update-badge.iso {
  background: #198754;
}
/* Header */
.card-header-custom h4 {
  font-size: 18px;
  margin: 0;
}
.quick-links-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.quick-links-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f1f1f1;
}

.quick-links-header i {
  color: #ff6b00;
  font-size: 22px;
  margin-right: 10px;
}

.quick-links-header h4 {
  margin: 0;
  color: #003366;
  font-weight: 700;
}

.quick-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.quick-links-list li {
  margin-bottom: 12px;
}

.quick-links-list li:last-child {
  margin-bottom: 0;
}

.quick-links-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-radius: 10px;
  background: #f8fafc;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.quick-links-list a:hover,
.quick-links-list a.active {
  background: #df2125;
  color: #fff;
  transform: translateX(5px);
}

.quick-links-list a span {
  flex: 1;
  margin-left: 12px;
  font-weight: 600;
}

.quick-links-list a .fa-angle-right {
  opacity: 0.7;
}

.quick-links-list a:hover .fa-angle-right {
  transform: translateX(3px);
}

.quick-links-list a i:first-child {
  width: 20px;
  text-align: center;
}

#preloader {
  position: fixed;
  inset: 0;
  background: #f5f5f5;
  z-index: 99999;

  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.loader-logo {
  display: block;
  margin: 0 auto 40px;
  max-width: 350px;
  width: 100%;
  height: auto;
}

.transport-loader {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 30px;
}

.transport-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #003366;
  color: white;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 28px;

  opacity: 0.3;
}

.ship {
  animation: transportCycle 1.8s infinite;
}

.plane {
  animation: transportCycle 1.8s infinite 0.6s;
}

.truck {
  animation: transportCycle 1.8s infinite 1.2s;
}

.loading-line {
  width: 280px;
  height: 4px;
  background: #e6e6e6;
  margin: 0 auto 20px;
  border-radius: 20px;
  overflow: hidden;
}

.loading-line span {
  display: block;
  width: 80px;
  height: 100%;
  background: linear-gradient(90deg, #003366, #ff6b00);
  animation: moveBar 1.5s linear infinite;
}

.loading-text {
  color: #003366;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

@keyframes transportCycle {
  0% {
    opacity: 0.3;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
    background: #e62725;
  }

  100% {
    opacity: 0.3;
    transform: scale(1);
  }
}

@keyframes moveBar {
  0% {
    transform: translateX(-80px);
  }

  100% {
    transform: translateX(280px);
  }
}

@keyframes logoPulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  50% {
    transform: scale(1.05);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}
#preloader {
  position: fixed;
  inset: 0;
  background: #f5f5f5;
  z-index: 99999;

  display: flex;
  justify-content: center;
  align-items: center;
}

.hide-preloader {
  opacity: 0;
  visibility: hidden;
}
.slide-menu-items .has-sub ul {
  display: none;
  padding-left: 15px;
}

.slide-menu-items .has-sub ul.submenu-open {
  display: block;
}

.mobile-menu-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu-title a {
  flex: 1;
}

.submenu-toggle {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 5px;
}

.slide-menu-items .has-sub ul li a {
  padding: 3px 19px;
  display: block;
}
.slide-menu-items .has-sub > a::after,
.slide-menu-items .has-sub::after,
.slide-menu-items .has-sub > span::after {
  display: none !important;
  content: none !important;
}
.slide-menu-items .has-sub ul {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-8px);
  transition:
    max-height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease;
}

.slide-menu-items .has-sub ul.submenu-open {
  max-height: 400px;
  opacity: 1;
  transform: translateY(0);
}

.map-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  padding: 12px 24px;
  background: rgba(223, 33, 37, 0.1);
  color: red;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(223, 33, 37, 0.25);
}

.map-btn:hover {
  background: #c91c20;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(223, 33, 37, 0.35);
}

.map-btn i {
  font-size: 16px;
}

.update-card {
  display: flex;
  gap: 15px;
  /* padding: 18px; */
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  transition: all 0.35s ease;
  cursor: pointer;
}

.update-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
  border-color: #003366;
}

.about-card {
  height: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  border-top: 4px solid #df2125;
}

.about-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.about-card-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #df2125;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-card-icon svg {
  width: 32px;
  height: 32px;
  color: #fff;
}
.about-card-icon i {
  font-size: 32px;
  color: #fff;
}

.about-card h4 {
  margin-bottom: 15px;
  color: #003366;
  font-weight: 700;
}

.about-card p {
  min-height: 100px;
  color: #666;
  line-height: 1.7;
}

.about-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #df2125;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.about-card-btn:hover {
  color: #003366;
}

.about-card-btn i {
  transition: transform 0.3s ease;
}

.about-card-btn:hover i {
  transform: translateX(5px);
}

.page-title-about {
  background-image: url("../img/content/about.jpg");
}
.page-title-vision {
  background-image: url("../img/content/vision.png");
}
.page-title-milestone {
  background-image: url("../img/content/mile.png");
}
.page-title-approach {
  background-image: url("../img/content/klin.png");
}
.page-title-policies {
  background-image: url("../img/content/policies.png");
}
.page-title-contact {
  background-image: url("../img/content/hero.jpg");
}
.page-title-resources {
  background-image: url("../img/content/rese.jpg");
}
.page-title-services {
  background-image: url("../img/content/services.jpg");
}
.page-title-solutions {
  background-image: url("../img/content/solutions12.jpg");
}
.page-title-airfreight {
  background-image: url("../img/content/airfrieght.png");
}
.page-title-seafreight {
  background-image: url("../img/content/seafright.png");
}
.page-title-roadtransport {
  background-image: url("../img/content/019.png");
}
.imgheight {
  height: 300px;
}

.d-none {
  display: none;
}
.text-justify {
  text-align: justify;
}

.arrow-list {
  list-style: none;
  padding-left: 0;
}

.arrow-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
}

.arrow-list li::before {
  content: "▶";
  color: #df2125;
  position: absolute;
  left: 0;
  top: 0;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-decoration {
  text-decoration: underline;
}
.trheader {
  background-color: powderblue;
}
.text-nowrap {
  white-space: nowrap;
}
.upper-roman-list {
  list-style-type: upper-roman;
}
.text-black {
  color: black;
}
.text-bold {
  font-weight: bold;
}
.upper-disc {
  list-style-type: disc;
}
.upper-decimal {
  list-style-type: decimal;
}

.submenu {
  display: none;
}

.submenu.show {
  display: block;
}

.mt-10 {
  margin-top: 10px;
}
.sitemap-card ul li svg {
  width: 25px;
  color: #003366;
  margin-right: 8px;
  vertical-align: middle;
}
.c-menu .info {
  display: block;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
}

.mobile-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
}

.mobile-logo img {
  width: 50px;
  height: auto;
  display: block;
}
.slide-menu-items a.active {
  color: #ff3b30;
  font-weight: 700;
  position: relative;
}
.slide-menu-items a.active::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 4px;
  height: 20px;
  background: #ff3b30;
  transform: translateY(-50%);
  border-radius: 2px;
}
.submenu li a {
  padding-left: 28px;
  font-size: 15px;
  color: #ffffff;
  opacity: 0.8;
}
.submenu li a.active {
  /* color: #ff3b30; */
  font-weight: 600;
  opacity: 1;
}
.parent-active {
  border-left: 3px solid #ff3b30;
  padding-left: 12px;
}
@media (min-width: 992px) {
  .slide-buttons {
    display: none !important;
  }
}

.menu > li > a {
  position: relative;
}

.menu > li > a.active {
  color: white;
  background: #8b0000;
}

.menu > li > a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: #8b0000;
}
