
/* =====================================
    1. SLIDER.
===================================== */
.home-slider {
  width: 100%;
  height: 95vh;
  position: relative;
  z-index: 0;
}

.hero-slider {
  width: 100%;
  height: 95vh;
  overflow: hidden;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.hero-slider .carousel-cell {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider-caption {
  position: relative;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFF;
  text-align: left;
}

.slider-caption .subtitle {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 10px;
  color: #FFF;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.slider-caption h1 {
  font-size: 60px;
  line-height: 70px;
  width: 80%;
  color: #FFF;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
}

.slider-caption p {
  width: 50%;
  color: #FFF;
  font-size: 18px;
  line-height: 32px;
  margin: 15px 0px 25px 0px;
}

.slider-caption .btn-default {
  margin-top: 30px;
}

.slider-caption .btn:hover {
  background: #fff;
  color: #000;
}

.hero-slider .flickity-prev-next-button {
  background: transparent;
}

.hero-slider .flickity-prev-next-button:hover {
  background: transparent;
}

.hero-slider .flickity-prev-next-button .arrow {
  fill: white;
}

/* =====================================
    2. TOP HEADER.
===================================== */
.top-header {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  width: 100%;
  transition: background 0.6s ease-in;
  z-index: 2;
  padding: 15px;
  color: #FFF !important;
  font-family: 'Roboto', sans-serif;
  padding: 15px 0px;
  border-bottom: solid 1px rgb(255, 255, 255, 0.2);
}

.top-header .container {
  padding: 0px 30px 0px 20px;
}

.top-social li {
  color: #FFF;
  display: inline-block;
  margin-right: 15px;
}

.top-social li a:hover {
  color: var(--secundary-color);
}

ul.top-contact {
  text-align: right;
}

ul.top-contact li {
  font-weight: 600;
  color: #FFF;
}

ul.top-contact li a:hover {
  color: var(--secundary-color);
}

ul.top-contact li.phone::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f879";
  margin-right: 10px;
  color: var(--secundary-color);
}

.top-contact li {
  display: inline-block;
  margin-left: 15px;
}

.top-contact li .btn-default {
  display: inline-block;
  margin-left: 20px;
  padding: 6px 18px;
  font-size: 11px;
}

/* =====================================
    3. FOOTER.
===================================== */
footer {
  background: var(--primary-heading);
  padding: 20px 0px 20px;
}

.fc-circle {
  background: var(--secundary-color);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  margin: auto;
}

.fc-circle .fas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFF;
  font-size: 25px;
}

.fc-circle .far {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFF;
  font-size: 25px;
}

.fc-caption a {
  font-weight: 500;
  color: #FFF;
  text-align: center !important;
}

.fc-caption a:hover {
  color: var(--secundary-color);
}

.fc-caption h5 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  margin-top: 15px;
}

hr.footer-divider {
  border-top: 1px solid rgba(18, 50, 84, 0.6);
  margin: 10px 0px 10px;
}
.top-footer marquee img{
  width: 20%;
}

.footer-logo {
  width: 220px;
  margin-bottom: 25px;
}
.footer-logo img{
  width: 50%;
}

.footer-caption p {
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.footer-social {
  margin-top: 30px;
}

.footer-social ul li {
  display: inline-block;
  margin-right: 10px;
  color: #FFF;
  background-color: rgba(18, 50, 84, 0.4);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.footer-social ul li:hover {
  background-color: var(--secundary-color);
}

.footer-social ul li:hover .fab {
  color: #FFF;
}

ul.footer-bulletlist li {
  color: #FFF;
  list-style: none;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  font-weight: 400;
}
ul.footer-bulletlist li h6{
  color: #fff;
}
ul.footer-bulletlist li p{
  color: #fff;
}

ul.footer-bulletlist li a {
  color: #FFF;
  transition: 0.4s;
}

ul.footer-bulletlist li a:hover {
  color: var(--secundary-color);
  text-decoration: none;
}

.fooler-left-col {
  padding-right: 50px;
}

.footer-col h5 {
  font-weight: 500;
  font-size: 18px;
  color: var(--secundary-color);
  margin-bottom: 20px;
}

p.footer-bootom {
  text-align: center;
  color: #FFF;
  font-size: 13px;
}



/*====================================================
    5. ABOUT US. 
  ====================================================*/

/****** About Section ******/
.about-feature-img {
  position: relative;
}

.img-lg-line {
  width: 10px;
  height: 160px;
  position: absolute;
  background-color: var(--secundary-color);
  top: 62.1%;
  left: -10px
}

.about-info h2 {
  margin-bottom: 15px;
}

.about-info-banner {
  padding: 25px 50px;
  background-color: rgb(248, 248, 248, 0.9);
  margin-top: 40px;
  margin-left: -120px;
  border-right: solid 10px var(--secundary-color);
}




/****** Services About Section ******/
.services-layer {
  padding: 50px 0px;
  background: var(--primary-color);
  position: relative;
}

.services-left-layer {
  position: relative;
  padding: 20% 0%;
  padding-right: 30px;
}

.services-left-layer h2 {
  color: #FFF;
  margin-bottom: 15px;
}

.services-left-layer p {
  color: #FFF;
}

.services-left-layer .btn-default {
  margin-top: 25px;
}

.service-box {
  background: #FFF;
  padding: 30px;
  margin: 10px;
  -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
  -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
}

.service-box h4 {
  margin-top: 20px;
}

.service-box h6 {
  margin-top: 20px;
}

.service-box h6 a {
  color: var(--secundary-color);
  text-decoration: none;
}

.service-box h6 a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.sb-icon {
  width: 60px;
}

.services-left-layer .btn-default:hover {
  background-color: var(--primary-heading);
  border-color: var(--primary-heading);
}

/* =====================================
    6. ABOUT US #2
======================================== */
.about-alt-info h2 {
  margin-bottom: 15px;
}

.about-features {
  margin-top: 30px;
}

.about-alt-info ul li {
  font-family: 'Open Sans', sans-serif;
  list-style: none;
  line-height: 2.5;
  color: var(--primary-heading);
}

.about-alt-info ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2f6";
  margin-right: 15px;
  color: var(--primary-color);
}

.about-alt-img {
  position: relative;
}

.experience-banner {
  position: absolute;
  bottom: 30px;
  background-color: rgb(255, 255, 255, 0.9);
  padding: 30px 20px 25px;
  border-left: solid 5px var(--secundary-color);
}

.experience-banner .media-body {
  padding: 0px;
  margin-top: -10px;
}

.experience-banner .counter {
  font-size: 60px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: var(--primary-heading);
  margin-right: 15px;
}

.experience-banner h5 {
  margin-bottom: 0px;
}

.experience-banner p {
  margin-bottom: 0px;
}

/* =====================================
  Branches
======================================== */

.branch_box{
  background: #09192a;
  padding: 20px;
  margin: 10px;
  border-radius: 10px;
  text-align: center;
}
.branch_box .title h3{
  color: #f27b21;
}
.branch_box .title h3 i{
  color: #fff;
  margin-right: 10px;
}
/* =====================================
    9. CONTACT US # 1.
======================================== */
.custom-form {
  display: block;
  width: 100%;
  height: calc(2em + 1rem + 2px);
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--primary-color);
  background-color: var(--background-color) !important;
  background-clip: padding-box;
  border: none;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: 'Open Sans', sans-serif;
}

.message-form {
  background-color: var(--background-color) !important;
  border-radius: 10px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-form::-ms-expand {
  background-color: transparent;
  border: 0;
}

.custom-form:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-form:focus {
  color: #495057;
  background-color: #d1d9e0;
  border-color: #80bdff;
  outline: 0;
  box-shadow: none;
}

.custom-form::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.custom-form::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.custom-form:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.custom-form::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.custom-form::placeholder {
  color: #6c757d;
  opacity: 1;
}

.with-errors {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  color: var(--secundary-color);
  margin-top: 10px;
  margin-left: 15px;
}

.alert-success {
  color: #FFF;
  background-color: var(--secundary-color);
  border-color: var(--secundary-color);
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.close {
  float: right;
  margin-left: 5px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  text-shadow: none;
  opacity: 1;
}

p.required {
  margin-bottom: 0px;
  font-size: 14px;
  font-style: italic;
}

.map-iframe {
  width: 100%;
  height: 450px;
  position: relative;
}

.contact-info {
  margin-bottom: 30px;
}

.contact-info h3 {
  margin-bottom: 5px;
}

.contact-info p {
  color: var(--primary-heading);
  margin-bottom: 0px;
}

.social-bar {
  width: 50px;
  height: 450px;
  background-color: var(--primary-color);
  position: absolute;
  top: 0;
  right: 0;
  border-top: solid 50px var(--secundary-color);
}

.social-list {
  margin: 0px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.social-list {
  margin: 0px;
  position: absolute;
  bottom: 80px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.social-list li {
  font-size: 18px;
  color: #FFF;
  margin: 30px 17px;
}

.contact-box .fas {
  font-size: 50px;
  margin-right: 25px;
  color: var(--primary-color);
}

.contact-box .far {
  font-size: 50px;
  margin-right: 25px;
  color: var(--primary-color);
}

.contact-box .media-body {
  padding-top: 3px;
}

.contact-box .media-body h5 {
  margin-bottom: 0px;
}

.contact-box .media-body p {
  font-size: 14px;
  margin-bottom: 0px;
}

/* =====================================
    10. CONTACT US #2.
======================================== */
.inner-contact-box {
  margin: 20px 0px;
  padding-right: 15px;
}

.inner-contact-box .fas {
  font-size: 30px;
  color: var(--secundary-color);
  margin-bottom: 15px;
}

.inner-contact-box .far {
  font-size: 30px;
  color: var(--secundary-color);
  margin-bottom: 15px;
}

.inner-contact-box h4 {
  font-size: 17px;
  margin-bottom: 0px;
}
.inner-contact-box ul{
  display: flex;
}
.inner-contact-box  ul li{
  padding: 5px 8px;
  font-size: 20px;
  list-style-type: square;
  margin-left: 25px;
}

.inner-contact-box p {
  margin-bottom: 0px;
}

.contact-right-layer {
  padding: 50px;
  -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
  -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
  border-top: solid 5px var(--secundary-color);
}

/* =====================================
    11. BLOG CLASSIC.
======================================== */
.aside-left {
  padding-right: 15px;
}

.aside-right {
  padding-left: 15px;
}

.blog-search {
  display: inline-block;
  position: relative;
  color: #FFF;
  width: 100%;
  margin-bottom: 40px;
}

.blog-search .form-control {
  background-color: #eff5f5;
  border: none;
  border-radius: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  height: 45px;
  font-family: 'Open Sans', sans-serif;
  color: #CCC;
  transition: 0.3s;
}

.blog-search .form-control:focus {
  color: #CCC;
  background-color: #e0ebeb;
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.blog-search .form-control-feedback {
  position: absolute;
  z-index: 1;
  display: block;
  width: 2rem;
  height: 45px;
  line-height: 45px;
  text-align: center;
  pointer-events: none;
  color: #CCC;
  right: 0;
  font-size: 16px;
}

.categorie-list .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 0rem;
  background-color: #fff;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  font-family: 'Open Sans', sans-serif;
  color: var(--paragraph-color);
  font-weight: 600;
  font-size: 14px;
}

.categorie-list .list-group-item .badge {
  font-family: 'Open Sans', sans-serif;
  color: var(--paragraph-color);
  font-weight: 600;
  font-size: 14px;
}

.inner-aside {
  margin-bottom: 40px;
}

.inner-aside h5 {
  margin-bottom: 20px;
}

.inner-aside .mr-3 {
  width: 80px;
}

.center-media {
  margin: 20px 0px;
}

.inner-aside .media-body h6 {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.3;
}

.inner-aside .media-body h6 a {
  color: var(--headline-color);
  text-decoration: none;
}

.inner-aside .media-body h6 a:hover {
  color: var(--primary-color);
}

.inner-aside .media-body p {
  font-size: 13px;
  color: var(--secundary-color);
}

.tags li {
  display: inline-block;
}

.tags .btn-default {
  padding: 4px 15px;
  font-size: 12px;
  text-transform: none;
  color: #FFF;
  font-weight: 600;
  margin: 2px;
  text-transform: uppercase;
  border-radius: 0px;
}

ul.blog-social li {
  background-color: var(--secundary-color);
  display: inline-block;
  padding: 8px 15px;
  margin: 0px 2px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}

ul.blog-social li a {
  color: #FFF;
}

ul.blog-social li:hover .fab {
  color: #FFF;
}

ul.blog-social li:hover {
  background-color: var(--primary-color);
  color: #FFF;
}

.thumb-gallery {
  margin: 3px;
}

.blog-content-box {
  margin-bottom: 50px;
}

.blog-caption {
  background-color: #FFF;
  margin-top: -150px;
  z-index: 1;
  position: relative;
  padding: 30px 120px 30px 30px;
  width: 90%;
  -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
  -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
}

.blog-caption .btn-default {
  margin-top: 15px;
}

.post-details {
  margin-bottom: 10px;
}

.post-details .mr-3 {
  width: 35px;
  border-radius: 50%;
  margin-right: 5px;
}

.post-details .media-body {
  padding-top: 5px;
}

.post-details h5 {
  font-size: 15px;
  font-weight: 600;
}

.blog-caption h6 a {
  color: var(--secundary-color);
  text-decoration: none;
}

.blog-caption h6 a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.post-social-bar {
  position: absolute;
  background-color: var(--secundary-color);
  top: 0%;
  right: 0;
  padding: 10px;
  width: 35px;
  height: 100%;
}

.post-social-bar ul {
  margin: 0px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-social-bar ul li {
  color: #FFF;
  margin: 10px 0px;
}

.post-social-bar ul li a:hover {
  color: var(--primary-color);
}

.blog-caption h6::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30b";
  font-size: 15px;
  margin-left: 10px;
  color: var(--primary-heading);
}

li.author::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  margin-right: 10px;
  color: var(--secundary-color);
}

li.tags::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f02c";
  margin-right: 10px;
  color: var(--secundary-color);
}

li.comments::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f075";
  margin-right: 10px;
  color: var(--secundary-color);
}

.post-feature {
  position: relative;
}

.post-feature .date-layer {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--secundary-color);
  text-align: center;
  padding: 10px 20px;
}

.post-feature .date-layer h5 {
  color: #FFF;
  margin-bottom: 0px;
}

.post-feature .date-layer p {
  font-size: 600;
}

.site-pagination .pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0rem;
  justify-content: center;
  margin-top: 20px;
}

.site-pagination .page-link {
  position: relative;
  display: block;
  padding: 0.3rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--headline-color);
  background-color: #fff;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.site-pagination .page-link:hover {
  z-index: 2;
  color: var(--primary-color);
  text-decoration: none;
  background-color: #F7FAFA;
  border-color: #F7FAFA;
}

.site-pagination .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}

.page-link .fas {
  font-size: 18px;
}

.site-pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: var(--secundary-color);
  border-color: var(--secundary-color);
  border-radius: 5px;
}

.list-group-item a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  margin-right: 15px;
}


/* =====================================
    12. BLOG SINGLE.
======================================== */
.post-title h1 {
  font-size: 40px;
  margin-bottom: 10px;
  width: 80%;
  color: #FFF;
}

.post-title .category-badge {
  background-color: var(--primary-color);
  position: absolute;
  top: -20px;
  left: 0px;
  padding: 10px 15px;
}

.post-title {
  position: absolute;
  bottom: 50px;
  color: #FFF;
}

.blog-content p {
  margin: 25px 0px;
  font-size: 16px;
  line-height: 30px;
}

.blockquote {
  border-left: solid 5px var(--secundary-color);
  background-color: var(--background-color);
  margin: 30px 0px;
  padding: 30px;
  position: relative;
}

.blockquote h4 {
  font-style: italic;
  font-weight: 500;
  z-index: 1;
  position: relative;
  line-height: 30px;
}

.blockquote .fas {
  font-size: 90px;
  margin-bottom: 15px;
  color: var(--secundary-color);
  position: absolute;
  top: 10%;
  z-index: 1;
  opacity: 0.1;
}

.blog-feature-img .date-layer {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: var(--secundary-color);
  text-align: center;
  padding: 10px 20px;
}

.blog-feature-img .date-layer h5 {
  font-size: 16px;
  color: #FFF;
  margin-bottom: 0px;
}

.blog-feature-img .date-layer p {
  margin: -5px auto 0px;
  font-weight: 600;
  color: #FFF;
}

.comment-layer {
  margin: 50px 0px;
}

.comment-layer p {
  margin: 0px;
}

.comment-box {
  margin-top: 60px;
}

.comment-box .media {
  margin: 35px 0px;
}

.comment-box .media .mr-3 {
  width: 80px;
  border-radius: 50%;
}

.comment-box .media-body {
  background-color: var(--background-color);
  padding: 30px;
  border-radius: 5px;
  position: relative;
}

.comment-box h5 {
  font-size: 20px;
  margin-bottom: 0px;
}

p.comment-date {
  font-size: 13px;
  margin-bottom: 10px;
}

.comment-box p {
  line-height: 30px;
}

.comment-box .btn-default {
  padding: 6px 20px;
  text-transform: none;
  margin-top: 25px;
}

.comment-line {
  width: 5px;
  height: 60px;
  position: absolute;
  top: 25px;
  left: 0;
  background-color: var(--secundary-color);
}

.replay-layer {
  padding-left: 60px;
}

.comment-form-layer {
  margin-top: 30px;
}

.comment-form-layer p {
  font-style: italic;
  margin: 0px;
}

.comment-form-layer form {
  margin-top: 30px;
}

.fc-comments {
  display: block;
  width: 100%;
  height: calc(2em + 1rem + 2px);
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--primary-color);
  background-color: var(--background-color) !important;
  background-clip: padding-box;
  border: none;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: 'Open Sans', sans-serif;
}

.message-form {
  border-radius: 10px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  padding: 20px 25px;
}

.fc-comments::-ms-expand {
  background-color: transparent;
  border: 0;
}

.fc-comments:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.fc-comments:focus {
  color: #495057;
  background-color: #d1d9e0;
  border-color: #80bdff;
  outline: 0;
  box-shadow: none;
}

.fc-comments::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.fc-comments::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.fc-comments:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.fc-comments::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.fc-comments::placeholder {
  color: #6c757d;
  opacity: 1;
}

.comment-form-layer .btn-default {
  margin-top: 40px;
}

/* =====================================
    13. FREIGHT SERVICES.
======================================== */
.air-freight {
  background-image: url("../images/commons/air-freight.jpg");
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.ground-freight {
  background-image: url("../images/commons/logis-19.jpg");
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.maritime-freight {
  background-image: url("../images/commons/logis-21.jpg");
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.railway-freight {
  background-image: url("../images/commons/logis-23.jpg");
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.packging {
  background-image: url("../images/commons/logis-25.jpg");
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.warehousing {
  background-image: url("../images/commons/logis-27.jpg");
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.air-freight:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, var(--primary-heading), var(--primary-heading));
  opacity: 0.7;
}

.sb-caption {
  width: 100%;
  margin: 0px;
  position: absolute;
  bottom: 0px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
}
.sbt-icon {
  width: 60px;
  margin: auto;
}
.sb-caption h3 {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
.home-services-feature:hover .bottom-line {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  bottom: -3px;
  background-color: var(--secundary-color);
  width: 100%;
  height: 5px;
}
/* =====================================
    19. HOME PAGE #1.
===================================== */

/****** Home About ******/
.home-about h2 {
  margin-bottom: 20px;
}

.ha-span-section {
  margin-top: 40px;
}

.ha-icon {
  width: 50px;
  margin-bottom: 10px;
}

.ha-inner {
  display: inline-block;
  margin-right: 35px;
}

.ha-inner h4 {
  font-size: 18px;
  color: #FFF !important;
  margin: 15px 0px 5px;
}

.ha-inner h5 {
  font-size: 18px;
  margin: 15px 0px 5px;
}

.home-about-img {
  position: relative;
}

.ws-box-alt h4 {
  color: #FFF;
  font-size: 18px;
  margin: 10px 0px;
}

.experience-badge {
  width: 80%;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
  -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
  position: absolute;
  bottom: 30px;
  left: -50px;
}

.left-badge {
  background-color: var(--secundary-color);
  float: left;
  width: 25%;
  height: 158px;
  position: relative;
  text-align: center;
  padding: 40px 20px;
}

.right-badge {
  background-color: #FFF;
  float: right;
  width: 75%;
  padding: 20px;
}

.left-badge .counter {
  font-size: 60px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #FFF;
  margin: 0px;
  padding: 20px 0px;
}

.right-badge h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

.right-badge p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
}

/****** Home Services ******/
.home-services-feature {
  position: relative;
}

.image-hover .home-services-feature {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.image-hover .home-services-feature:hover+span {
  bottom: -36px;
  opacity: 1;
}

.hover-effects .home-services-feature .img-hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hover-effects .home-services-feature:hover .img-hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.home-services-feature:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(transparent, var(--primary-heading));
  opacity: 0.7;
  margin-top: -5px;
  z-index: 1;
}

.home-services-feature .bottom-line {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  bottom: -3px;
  background-color: var(--secundary-color);
  width: 80px;
  height: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.home-services-feature:hover .bottom-line {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  bottom: -3px;
  background-color: var(--secundary-color);
  width: 100%;
  height: 5px;
}

.section-title-bg {
  background-color: var(--primary-color);
  padding: 40px;
}

.counter-box {
  padding-top: 20px;
}

.counter-box .counter {
  font-size: 35px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}

.counter-caption p {
  color: #FFF;
  text-align: center;
  margin-top: 10px;
}

.counter-icon {
  width: 60px;
  margin: auto auto 20px;
}

.services-title-left h2 {
  color: #FFF;
  font-weight: 600;
  margin-bottom: 0px;
}

.services-title-right p {
  color: #FFF;
  margin-bottom: 0px;
}
