/*------------------------------------------------------------------
5. Socail Network / .socail-network
-------------------------------------------------------------------*/
.socail-network {
  font-size: 12px;
  line-height: 14px;
  color: #121f36;
  font-weight: 400;
  text-align: right;
  margin: 0;
  padding: 3px 0 0;
}

.socail-network li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 21px;
}

.socail-network a {
  color: #121f36;
  display: block;
  transition: all 0.25s linear;
}

/*------------------------------------------------------------------
6. Logo / .logo
-------------------------------------------------------------------*/
.logo {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  float: left;
  width: 23%;
}

.logo a {
  display: block;
  color: #121f36;
  transition: all 0.25s linear;
}

/*------------------------------------------------------------------
7. Nav / #nav
-------------------------------------------------------------------*/
#nav {
  font-size: 14px;
  line-height: 16px;
  color: #121f36;
  font-weight: 400;
  text-align: right;
  padding: 6px 0 0;
  text-transform: uppercase;
}

#nav ul {
  margin: 0;
}

#nav #menu-primary-menu > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 59px;
  position: relative;
}

#nav ul > li {
  margin-bottom: 20px;
}

#nav ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
}

#nav ul > li > a {
  color: #121f36;
  display: block;
  transition: all 0.25s linear;
}

#nav .sub-menu {
  position: absolute;
  left: -85px;
  top: 45px;
  z-index: 9;
  color: #cccccc;
  font-weight: 400;
  text-transform: uppercase;
  min-width: 213px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  padding: 21px 0 15px;
  background: #6666A6;
  transition: all 0.25s linear;
  transform: rotateX(90deg);
  transform-origin: 0 0;
  list-style: none;
}

#menu-item-118:hover {
  padding-bottom: 30px;
}

/*------------------------------------------------------------------
8. Nav Active / .nav-active
-------------------------------------------------------------------*/
.nav-active #nav {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
  margin-top: 30px;
}

.theme-footer {
  overflow: hidden;
  min-height: 450px;
  background: #121f36;
}
.theme-footer__holder {
  padding-top: 96px;
  padding-bottom: 77px;
  overflow: hidden;
  color: #fff;
}
.theme-footer__holder p {
  margin: 0 0 30px;
}
.theme-footer__holder h3 {
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 28px;
}
.theme-footer__margin {
  padding: 0 0 0 57px;
}
.theme-footer__nav {
  color: #cccccc;
  overflow: hidden;
  margin: 0;
}
.theme-footer__nav li {
  overflow: hidden;
  margin: 0 0 6px;
}
.theme-footer__nav li a {
  color: #cccccc;
  transition: all 0.25s linear;
}
.theme-footer__social-network {
  float: none;
  text-align: left;
  display: flex;
}
.theme-footer__social-network li {
  margin: 0 21px 0 0;
}
.theme-footer__social-network li a {
  color: #cccccc;
}
.theme-footer__contact-list {
  color: #cccccc;
  overflow: hidden;
  margin: 0;
}
.theme-footer__contact-list li {
  overflow: hidden;
  margin: 0 0 11px;
}
.theme-footer__contact-list li .icon {
  float: left;
  margin: 2px 15px 0 0;
}
.theme-footer__contact-list li address {
  float: left;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  width: 80%;
}
.theme-footer__contact-list li .mail,
.theme-footer__contact-list li .tel {
  float: left;
}
.theme-footer__contact-list li a {
  color: #cccccc;
  display: block;
  transition: all 0.25s linear;
}
.theme-footer__subscribe-form {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 15px 0 0;
}
.theme-footer__subscribe-form .form-control {
  color: #fff;
  width: 100%;
  height: 46px;
  background: none;
  border: 1px solid #fff;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 50px 6px 22px;
}
.theme-footer__subscribe-form .form-control::-webkit-input-placeholder {
  color: #fff;
}
.theme-footer__subscribe-form .form-control::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.theme-footer__subscribe-form .form-control:-moz-placeholder {
  color: #fff;
}
.theme-footer__subscribe-form .form-control:-ms-input-placeholder {
  color: #fff;
}
.theme-footer__subscribe-form button {
  position: absolute;
  right: 20px;
  top: 31px;
  font-size: 16px;
  line-height: 18px;
  color: #cccccc;
  background: none;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.25s linear;
}
.theme-footer__area {
  color: #fff;
  padding: 7px 0;
}
.theme-footer__area p {
  margin: 0;
}

.theme-about-sec {
  min-height: 460px;
  padding: 95px 0 75px;
}

.theme-about-sec--style2 .theme-about-sec__heading {
  color: #121f36;
}

.theme-about-sec--style2 .theme-about-sec__txt-holder {
  color: #555555;
}

.theme-about-sec--style2 .theme-about-sec__progress-bar .theme-about-sec__bar {
  background: #cccccc;
}

.theme-about-sec--style2 .theme-about-sec__progress-bar .theme-about-sec__progress-text,
.theme-about-sec--style2 .theme-about-sec__progress-bar .theme-about-sec__progress-number {
  color: #555555;
}

.theme-about-sec--style2 .theme-about-sec__read-more:hover {
  color: #121f36;
}

.theme-about-sec__heading {
  color: #fff;
  margin: 0 0 38px;
  font-size: 24px;
  font-weight: 700;
}

.theme-about-sec-header-container {
  text-align: center;
}

.theme-about-sec__progress-bar-container {
  width: 100%;
  height: 10px;
  position: relative;
  background: #fff;
  display: block;
}

.theme-about-sec__progress-bar {
  overflow: hidden;
  margin: 0;
  padding: 13px 69px 0 0;
}

.theme-about-sec__progress-bar li {
  margin: 0 0 27px;
  position: relative;
}

.theme-about-sec__progress-bar .theme-about-sec__bar {
  width: 100%;
  height: 10px;
  position: relative;
  background: #fff;
  display: block;
}

.theme-about-sec__progress-bar .theme-about-sec__progress-over {
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.25s linear;
  background: #7eb01a;
  height: 100%;
}

.theme-about-sec__progress-bar .theme-about-sec__progress-text {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin: 0 0 14px;
}

.theme-about-sec__progress-bar .theme-about-sec__progress-number {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
  position: absolute;
}

.theme-about-sec__progress-bar .theme-about-sec__progress-number--1 {
  right: 102px;
  top: 10px;
}

.theme-about-sec__progress-bar .theme-about-sec__progress-number--2 {
  right: 82px;
  top: 10px;
}

.theme-about-sec__progress-bar .theme-about-sec__progress-number--3 {
  right: 35px;
  top: 10px;
}

.theme-about-sec__txt-holder {
  color: #fff;
}

.theme-about-sec__txt-holder p {
  margin: 0 0 33px;
  font-size: 15px;
}

.theme-about-sec__read-more {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.25s linear;
  color: #7eb01a;
}

.theme-about-sec__read-more:hover {
  color: #fff;
  text-decoration: none;
}

.theme-call-to-action {
  overflow: hidden;
  padding: 47px 0 51px;
  background: #f7f7f7;
}

.theme-call-to-action--style2 {
  position: relative;
  z-index: 1;
  background: #121f36;
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.2);
}

.theme-call-to-action--style2 .theme-call-to-action__heading,
.theme-call-to-action--style2 .theme-call-to-action__text {
  color: #fff;
}

.theme-call-to-action--style3 {
  padding: 35px 0 25px;
  position: relative;
  z-index: 1;
  background: #121f36;
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.2);
}

.theme-call-to-action--style3 .theme-call-to-action__heading,
.theme-call-to-action--style3 .theme-call-to-action__text {
  color: #fff;
}

.theme-call-to-action--style3 .theme-call-to-action__btn-primary {
  padding: 10px 21px;
  margin: -5px 1px 0 0;
}

.theme-call-to-action__btn-primary.disabled:hover,
.theme-call-to-action__btn-primary.disabled:focus,
.theme-call-to-action__btn-primary.disabled.focus,
.theme-call-to-action__btn-primary[disabled]:hover,
.theme-call-to-action__btn-primary[disabled]:focus,
.theme-call-to-action__btn-primary[disabled].focus,
fieldset[disabled] .theme-call-to-action__btn-primary:hover,
fieldset[disabled] .theme-call-to-action__btn-primary:focus,
fieldset[disabled] .theme-call-to-action__btn-primary.focus {
  border-color: #7eb01a;
}

.theme-call-to-action__heading {
  font-size: 24px;
  line-height: 26px;
  color: #121f36;
  font-weight: 700;
  margin: 0 0 15px;
}

.theme-call-to-action__text {
  font-size: 18px;
  line-height: 20px;
  color: #555555;
  font-weight: 400;
  display: block;
}

.theme-call-to-action__btn-primary {
  float: right;
  padding: 15px 30px;
  margin: 8px 70px 0 0;
  box-shadow: 0 13px 30px 10px rgba(0, 0, 0, 0.07);
}

.theme-call-to-action__btn-primary:hover {
  background: none;
}

/*
Theme Name: Amlogistic | Transportation & Logistics HTML Template
Author: Arklogics
Author URI: https://themeforest.net/user/Arklogics
Version: 1
Description: Base theme for HTML5
Text Domain: base
Tags: one-column, two-columns, three-columns
Theme URI: http://www.htmlbeans.com/html/amlogistic/
*/
/*------------------------------------------------------------------

#4c0c80  paars
#7eb01a  groen
#140A25  blauw


1. import files / import files
2. Body / body
3. Wrapper / #wrapper
4. Header / #header
5. Socail Network / .socail-network
6. Logo / .logo
7. Nav / #nav
8. Nav Active / .nav-active
9. Main / #main
10. Main Slider / .main-slider
12. Btn Primary / .btn-primary
13. Heading / .heading
14. Heading2 / .heading2
15. Service Sec / .service-sec
16. Tracking Sec / .tracking-sec
17. News Sec / .news-sec
18. Call To Action / .call-to-action
19. Counter Holder / .counter-holder
20. Contact Sec / .contact-sec
21. Quote Form / .quote-form
22. Contact List / .contact-list
23. Testimonail Sec / .testimonail-sec
24. Testimonail Slider / .testimonail-slider
25. Testimonail Slider2 / .testimonail-slider2
26. About Sec / .about-sec
27. Abt Detail / .abt-detail
28. Blog Slider / .blog-slider
29. Client Sec / .client-sec
30. Popup Holder / .popup-holder
31. Newsletter Block / .newsletter-block
32. Error Page / .error-page
33. Faq Sec / .faq-sec
34. Service Detail / .service-detail
35. Twocolumns / .twocolumns
36. Content / #content
37. Sidebar / #sidebar
38. Comments Block / .comments-block
39. Comment Form / .comment-form
40. Widget / .widget
41. Content Sec / .content-sec
42. Map Sec / .map-sec
43. Footer / #footer
44. Back Top / #back-top
45. Loader Holder / .loader-holder

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
1. import files / import files
-------------------------------------------------------------------*/
#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.clearfix:after, #header:after, #header .align-left:after, .socail-network:after, #nav:after, #nav ul:after, #main:after, .tracking-sec:after, .news-sec:after, .blog-slider:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

/*------------------------------------------------------------------
2. Body / body
-------------------------------------------------------------------*/
body {
  font-weight: 400;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body.pattern1 {
  background-image: url(_/images/patterns/pattern1.png);
}

body.pattern2 {
  background-image: url(_/images/patterns/pattern2.png);
}

body.pattern3 {
  background-image: url(_/images/patterns/pattern3.png);
}

body.pattern4 {
  background-image: url(_/images/patterns/pattern4.png);
}

body.pattern5 {
  background-image: url(_/images/patterns/pattern5.png);
}

body.pattern6 {
  background-image: url(_/images/patterns/pattern6.png);
}

body.pattern7 {
  background-image: url(_/images/patterns/pattern7.png);
}

body.pattern8 {
  background-image: url(_/images/patterns/pattern8.png);
}

body.pattern9 {
  background-image: url(_/images/patterns/pattern9.png);
}

body.pattern10 {
  background-image: url(_/images/patterns/pattern10.png);
}

body.pattern11 {
  background-image: url(_/images/patterns/pattern11.png);
}

body.pattern12 {
  background-image: url(_/images/patterns/pattern12.png);
}

body.pattern13 {
  background-image: url(_/images/patterns/pattern13.png);
}

body.pattern14 {
  background-image: url(_/images/patterns/pattern14.png);
}

body.boxed-v #wrapper {
  max-width: 80%;
  margin: 20px auto;
  border-radius: 3px;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
}

a:hover, a:focus, a.active {
  text-decoration: none;
  outline: none;
}

.hideForDT {
  display: none;
}

.overlay {
  position: relative;
  z-index: 1;
}

.overlay:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 31, 54, 0.4);
}

.bg-full {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-parallax {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

.round {
  border-radius: 100%;
}

.md-round {
  border-radius: 3px;
}

.lg-round {
  border-radius: 45px;
}

/*------------------------------------------------------------------
3. Wrapper / #wrapper
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
4. Header / #header
-------------------------------------------------------------------*/
#header.header2 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 5;
}

#header.header2 .top-header {
  border: none;
  background: #fff;
  display: none;
}

#header.header2 #nav ul > li > a {
  color: #fff;
}

#header.header2 #nav .drop-down > li > a {
  color: #cccccc;
}

#header.header2 .logo a {
  color: #fff;
}

#header.header2 .logo img {
  width: 100%;
}

#header.header3 .top-header {
  padding: 24px 0 28px;
  overflow: hidden;
}

#header.header3 .contact-list {
  float: right;
  width: 65%;
}

#header.header3 .contact-list li {
  width: 33.33%;
  float: left;
  margin: 0;
  padding: 0 0 0 30px;
}

#header.header3 .contact-list li:first-child {
  padding: 0 20px 0 0;
}

#header.header3 .contact-list time,
#header.header3 .contact-list a {
  text-overflow: ellipsis;
  white-space: nowrap;
}

#header.header3 .contact-list .icon {
  font-size: 24px;
  line-height: 26px;
  padding: 10px 0 0;
}

#header.header3 .contact-list .txt-holder {
  padding: 0 0 0 3px;
}

#header.header3 .logo {
  margin: 9px 10px 0 0;
}

#header.header3 #nav {
  text-align: left;
  float: left;
  padding: 0;
}

#header.header3 #nav ul li {
  margin: 0 59px 0 0;
}

#header.header3 #nav ul li:hover {
  padding-bottom: 17px;
  margin-bottom: -17px;
}

#header.header3 #nav .drop-down {
  top: 34px;
}

#header.header3 #nav .drop-down li {
  margin: 0;
}

#header.header3 .align-left {
  float: right;
}

#header.header3 .align-left li {
  margin: 0 0 0 31px;
}

#header.header3 .header-holder {
  padding: 16px 0 17px;
}

#header .top-header {
  padding: 10px 0 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#header .header-holder {
  padding: 33px 0 34px;
  flex-direction: column;
}

#header .align-left {
  font-size: 14px;
  line-height: 16px;
  color: #121f36;
  font-weight: 400;
  float: left;
  margin: 0;
}

#header .align-left li {
  float: left;
  margin: 0 31px 0 0;
  position: relative;
}

#header .align-left li:hover {
  padding-bottom: 27px;
  margin-bottom: -27px;
}

#header .align-left li:hover .drop-down {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
}

#header .align-left a {
  color: #121f36;
  display: block;
  transition: all 0.25s linear;
}

#header .align-left .fa {
  margin: 0 0 0 2px;
}

#header .align-left .drop-down {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 9;
  color: #cccccc;
  font-weight: 400;
  text-transform: uppercase;
  min-width: 150px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  padding: 15px 15px 10px;
  background: #1c273c;
  transition: all 0.25s linear;
  transform: rotateX(90deg);
  transform-origin: 0 0;
}

#header .align-left .drop-down > li {
  display: block;
  overflow: hidden;
  margin: 0 0 8px;
}

#header .align-left .drop-down > li:hover {
  padding-bottom: 0;
  margin-bottom: 8px;
}

#header .align-left .drop-down > li > a {
  display: block;
  padding: 5px;
  color: #cccccc;
  transition: all 0.25s linear;
}

#header .nav-opener {
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #121f36;
  float: right;
  margin: -3px 0 0;
  transition: all 0.25s linear;
}

#header .nav-closer {
  display: none;
  font-size: 30px;
  line-height: 40px;
  color: #121f36;
  float: right;
  margin: -3px 0 0;
  transition: all 0.25s linear;
}

/*------------------------------------------------------------------
5. Socail Network / .socail-network
-------------------------------------------------------------------*/
.socail-network {
  font-size: 12px;
  line-height: 14px;
  color: #121f36;
  font-weight: 400;
  text-align: right;
  margin: 0;
  padding: 3px 0 0;
}

.socail-network li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 21px;
}

.socail-network a {
  color: #121f36;
  display: block;
  transition: all 0.25s linear;
}

/*------------------------------------------------------------------
6. Logo / .logo
-------------------------------------------------------------------*/
.logo {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  float: left;
  width: 23%;
}

.logo a {
  display: block;
  color: #121f36;
  transition: all 0.25s linear;
}

/*------------------------------------------------------------------
7. Nav / #nav
-------------------------------------------------------------------*/
#nav {
  font-size: 14px;
  line-height: 16px;
  color: #121f36;
  font-weight: 400;
  text-align: right;
  padding: 6px 0 0;
  text-transform: uppercase;
}

#nav ul {
  margin: 0;
}

/*------------------------------------------------------------------
8. Nav Active / .nav-active
-------------------------------------------------------------------*/
.nav-active #nav {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
  margin-top: 30px;
}

/*------------------------------------------------------------------
9. Main / #main
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
10. Main Slider / .main-slider
-------------------------------------------------------------------*/
.main-slider {
  overflow: hidden;
  width: 100%;
}

.main-slider.slider2 .slide {
  position: relative;
  z-index: 1;
  height: 80vh;
}

.holder {
  margin-top: -70px;
}

.main-slider.slider2 .slide:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

.main-slider.slider3 .slide {
  white-space: nowrap;
  text-align: center;
}

.main-slider.slider3 .slide:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 0;
  min-height: 291px;
}

.main-slider.slider3 .slide > * {
  white-space: normal;
  display: inline-block;
  vertical-align: bottom;
  max-width: 99%;
}

.main-slider.slider3 .slide:before {
  /*background: rgba(74, 5, 80, 0.9);*/
}

.main-slider.slider3 .heading {
  color: #fff;
  margin: 0 0 74px;
}

.main-slider .slide {
  white-space: nowrap;
  text-align: center;
}

.main-slider .slide:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 100vh;
}

.main-slider .slide > * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}

.main-slider .slide h1 {
  font: 40px/24px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 900;
  margin: 0 0 31px;
  opacity: 0;
  transform: translateY(-60px);
  transition: all 0.35s linear;
}

.main-slider .slide .sub-title {
  font: 24px/26px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #cccccc;
  font-weight: 400;
  display: block;
  margin: 0 0 56px;
}

.main-slider .slide .btn-holder {
  overflow: hidden;
}

.main-slider .slick-active h1 {
  opacity: 1;
  transform: translateY(0);
}

.main-slider .slick-prev,
.main-slider .slick-next {
  background: none;
  border: none;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.main-slider .slick-prev:before,
.main-slider .slick-next:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  text-indent: 0;
  transition: all 0.25s linear;
}

.main-slider .slick-prev {
  left: 140px;
}

.main-slider .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
}

.main-slider .slick-next {
  right: 140px;
}

.main-slider .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
}

/*------------------------------------------------------------------
11. Breadcrumbs / .breadcrumbs
-------------------------------------------------------------------*/
.subherobreadcrumb {
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0px;
  font-size: 14px;
}
.subherobreadcrumb-home {
  color: #000;
  transition: all 0.25s linear;
}
.subherobreadcrumb-home:hover {
  color: #7eb01a;
}
.subherobreadcrumb-crumb {
  color: #7eb01a;
}
.subherobreadcrumb a:hover {
  color: #7eb01a;
}
.subherobreadcrumb-slash {
  color: #7eb01a;
}

/*------------------------------------------------------------------
12. Btn Primary / .btn-primary
-------------------------------------------------------------------*/
.btn-primary {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  margin: 0 10px 0 0;
  border-width: 2px;
  border-style: solid;
  background: #7eb01a;
  transition: all 0.25s linear;
}

.btn-primary.active:hover {
  background: none;
}

.btn-primary:hover {
  background: none;
}

/*------------------------------------------------------------------
13. Heading / .heading
-------------------------------------------------------------------*/
.heading {
  font-size: 24px;
  line-height: 1.2;
  color: #140A25;
  font-weight: 700;
  margin: 0 0 60px;
}

/*------------------------------------------------------------------
14. Heading2 / .heading2
-------------------------------------------------------------------*/
.heading2 {
  font-size: 18px;
  line-height: 22px;
  color: #121f36;
  font-weight: 700;
  margin: 0 0 16px;
}

/*------------------------------------------------------------------
15. Service Sec / .service-sec
-------------------------------------------------------------------*/
.service-sec {
  overflow: hidden;
  padding-top: 98px;
  padding-bottom: 99px;
}

.service-sec.service2 {
  padding-top: 0;
  margin-top: -136px;
}

.service-sec.service2 .txt-holder {
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  float: none;
  color: #121f36;
  padding: 0 10px;
}

.service-sec.service2 .txt-holder p {
  margin: 0 0 33px;
}

.service-sec.style2 {
  margin-top: 0;
  padding-bottom: 101px;
}

.service-sec.style3 {
  padding-top: 56px;
  padding-bottom: 21px;
  margin-top: 0;
}

.service-sec.style3 .service-holder {
  margin: 0 0 80px;
}

.service-sec .icon {
  width: 20%;
  float: left;
  padding: 0 0 0 7px;
}

.service-sec .txt-holder {
  width: 80%;
  float: left;
  color: #555555;
  padding: 5px 0 0 17px;
}

.service-sec .txt-holder p {
  margin: 0;
}

.service-sec .service-holder {
  padding: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.25s linear;
}

.specs {
  padding-left: 15px;
}

.service-sec .service-holder:hover {
  box-shadow: 0 13px 30px 10px rgba(0, 0, 0, 0.07);
}

.service-sec .service-holder:hover .img-holder img {
  transform: scale(1.1);
}

.service-sec .heading {
  margin: 0 0 28px;
}

.service-sec .img-holder {
  width: 100%;
  margin: 0 0 36px;
  overflow: hidden;
}

.service-sec .img-holder img {
  transform: scale(1);
  transition: all 0.25s linear;
  margin: 0 auto;
}

.service-sec .read-more {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.25s linear;
}

.service-sec .read-more:hover {
  color: #121f36;
  text-decoration: none;
}

/*------------------------------------------------------------------
16. Tracking Sec / .tracking-sec
-------------------------------------------------------------------*/
.tracking-sec {
  margin-top: 60px;
  margin-bottom: 46px;
  min-height: 344px;
  position: relative;
  z-index: 1;
  color: #fff;
}

.tracking-sec:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

.tracking-sec.style2 {
  margin-top: -146px;
  margin-bottom: 0;
  min-height: auto;
  padding-bottom: 55px;
}

.tracking-sec.style2:before {
  display: none;
}

.tracking-sec.style2 .track-form {
  overflow: visible;
}

.tracking-sec.style2 .track-form .form-control {
  height: 80px;
  margin: 0 0 51px;
  box-shadow: 0 13px 30px 10px rgba(0, 0, 0, 0.07);
}

.tracking-sec.style2 .track-form .btn-primary {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}

.tracking-sec.style2 .heading {
  color: #121f36;
  margin: 0 0 43px;
}

.tracking-sec.style3 {
  padding: 72px 0 79px;
  margin-top: 0;
  margin-bottom: 0;
}

.tracking-sec.style3 .track-form label {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 27px;
}

.tracking-sec.style3 .track-form .form-control {
  width: 370px;
  margin: 0 auto 25px;
}

.tracking-sec.style3 .track-form .btn-primary {
  padding: 13px 32px;
  margin: 0;
}

.tracking-sec .txt-holder {
  padding: 83px 0;
}

.tracking-sec .heading {
  color: #fff;
  margin: 0 0 14px;
}

.tracking-sec p {
  margin: 0 0 12px;
}

.tracking-sec .more {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  transition: all 0.25s linear;
}

.tracking-sec .more:hover {
  text-decoration: none;
}

.tracking-sec .track-holder {
  width: 100%;
  min-height: 450px;
  padding: 89px 49px;
  margin: -60px 0;
  font-size: 13px;
  transform: scaleX(1.11);
}

.tracking-sec .track-form {
  overflow: hidden;
  width: 100%;
  color: #cccccc;
  font-weight: 400;
}

.tracking-sec .track-form p {
  margin: 0 0 35px;
}

.tracking-sec .track-form p a {
  text-decoration: underline;
  transition: all 0.25s linear;
}

.tracking-sec .track-form p a:hover {
  color: #fff;
  text-decoration: none;
}

.tracking-sec .track-form label {
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 17px;
}

.tracking-sec .track-form .form-control {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #d0d1d3;
  font-style: italic;
  width: 100%;
  height: 50px;
  padding: 6px 27px;
  margin: 0 0 24px;
  background: #fff;
  border: none;
  outline: none;
  box-shadow: none;
}

.tracking-sec .track-form .form-control::-webkit-input-placeholder {
  color: #d0d1d3;
}

.tracking-sec .track-form .form-control::-moz-placeholder {
  opacity: 1;
  color: #d0d1d3;
}

.tracking-sec .track-form .form-control:-moz-placeholder {
  color: #d0d1d3;
}

.tracking-sec .track-form .form-control:-ms-input-placeholder {
  color: #d0d1d3;
}

.tracking-sec .track-form .form-control.placeholder {
  color: #d0d1d3;
}

.tracking-sec .track-form .btn-primary {
  box-shadow: none;
  outline: none;
  padding: 13px 27px;
}

.tracking-sec .track-form .btn-primary:hover {
  background: none;
}

/*------------------------------------------------------------------
17. News Sec / .news-sec
-------------------------------------------------------------------*/
.news-sec {
  padding-top: 95px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}

.news-sec.style2 {
  padding-bottom: 84px;
}

.news-sec .img-icon {
  position: absolute;
  left: 0;
  top: -43px;
  z-index: -1;
}

.news-sec .news-block {
  overflow: hidden;
  margin: 0 0 78px;
}

.news-sec .news-block .img-holder {
  width: 17.7%;
  float: left;
}

.news-sec .news-block .txt-holder {
  width: 82.3%;
  float: left;
  color: #555555;
  padding: 2px 0 0 28px;
}

.news-sec .news-block .txt-holder p {
  margin: 0;
}

.news-sec .news-block .time {
  font-size: 12px;
  line-height: 14px;
  color: #cccccc;
  margin: 0 0 5px;
  display: block;
}

.news-sec .news-block .heading2 {
  margin: 0 0 8px;
}

.news-sec .news-block .heading2 a {
  color: #121f36;
  transition: all 0.25s linear;
}

/*------------------------------------------------------------------
18. Call To Action / .call-to-action
-------------------------------------------------------------------*/
.call-to-action {
  overflow: hidden;
  padding: 47px 0 51px;
  background: #f7f7f7;
}

.call-to-action.style2 {
  position: relative;
  z-index: 1;
  background: #121f36;
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.2);
}

.call-to-action.style2 h2,
.call-to-action.style2 span {
  color: #fff;
}

.call-to-action.style3 {
  padding: 35px 0 25px;
  position: relative;
  z-index: 1;
  background: #121f36;
  box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.2);
}

.call-to-action.style3 h2,
.call-to-action.style3 span {
  color: #fff;
}

.call-to-action.style3 .btn-primary {
  padding: 10px 21px;
  margin: -5px 1px 0 0;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  border-color: #7eb01a;
}

.call-to-action h2 {
  font-size: 22px;
  line-height: 26px;
  color: #121f36;
  font-weight: 700;
  margin: 0 0 15px;
}

.call-to-action span {
  font-size: 18px;
  line-height: 20px;
  color: #555555;
  font-weight: 400;
  display: block;
}

.call-to-action .btn-primary {
  float: right;
  padding: 15px 30px;
  margin: 8px 70px 0 0;
  box-shadow: 0 13px 30px 10px rgba(0, 0, 0, 0.07);
}

.call-to-action .btn-primary:hover {
  background: none;
}

/*------------------------------------------------------------------
19. Counter Holder / .counter-holder
-------------------------------------------------------------------*/
.counter-holder {
  overflow: hidden;
  padding: 105px 0 0;
  min-height: 500px;
}

.counter-holder .counter-block {
  margin: 0 0 108px;
}

.counter-holder .icon {
  width: 31%;
  float: left;
  padding: 19px 0 0 74px;
}

.counter-holder .txt-holder {
  width: 69%;
  float: left;
  padding: 0 0 0 46px;
}

.counter-holder .counter {
  font-size: 48px;
  line-height: 50px;
  color: #fff;
  font-weight: 900;
  margin: 0 0 19px;
  display: block;
}

.counter-holder .sub-title {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 900;
  display: block;
}

/*------------------------------------------------------------------
20. Contact Sec / .contact-sec
-------------------------------------------------------------------*/
.contact-sec {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 78px;
}

.contact-sec.style2 {
  padding-top: 92px;
  padding-bottom: 209px;
  background: #f7f7f7;
}

.contact-sec.style3 {
  min-height: 630px;
  padding-top: 88px;
}

.contact-sec.style3 .quote-form {
  padding: 0 0 0 140px;
}

.contact-sec .quote-block {
  width: 100%;
  overflow: hidden;
  min-height: 600px;
}

.contact-sec .contact-list {
  padding: 76px 0 0 11px;
}

/*------------------------------------------------------------------
21. Quote Form / .quote-form
-------------------------------------------------------------------*/
.quote-form {
  padding: 74px 69px;
  overflow: hidden;
}

.quote-form h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 29px;
}

.quote-form .form-group {
  margin: 0;
}

.quote-form .col {
  width: 50%;
  float: left;
  padding: 0 0 0 5px;
  margin: 0 0 16px;
}

.quote-form .col:first-child {
  padding: 0 5px 0 0;
}

.quote-form .form-control {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  font-style: italic;
  color: #dedfe1;
  width: 100%;
  height: 40px;
  border: none;
  background: #fff;
  box-shadow: none;
  outline: none;
  padding: 6px 20px;
}

.quote-form .form-control::-webkit-input-placeholder {
  color: #dedfe1;
}

.quote-form .form-control::-moz-placeholder {
  opacity: 1;
  color: #dedfe1;
}

.quote-form .form-control:-moz-placeholder {
  color: #dedfe1;
}

.quote-form .form-control:-ms-input-placeholder {
  color: #dedfe1;
}

.quote-form .form-control.placeholder {
  color: #dedfe1;
}

.quote-form textarea {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  font-style: italic;
  color: #dedfe1;
  width: 100%;
  min-height: 111px;
  resize: none;
  border: none;
  background: #fff;
  box-shadow: none;
  outline: none;
  padding: 12px 20px;
  margin: 0 0 13px;
}

.quote-form textarea::-webkit-input-placeholder {
  color: #dedfe1;
}

.quote-form textarea::-moz-placeholder {
  opacity: 1;
  color: #dedfe1;
}

.quote-form textarea:-moz-placeholder {
  color: #dedfe1;
}

.quote-form textarea:-ms-input-placeholder {
  color: #dedfe1;
}

.quote-form textarea.placeholder {
  color: #dedfe1;
}

.quote-form .btn-primary {
  width: 100%;
}

.quote-form .btn-primary:hover {
  background: none;
}

/*------------------------------------------------------------------
22. Contact List / .contact-list
-------------------------------------------------------------------*/
.contact-list {
  overflow: hidden;
  margin: 0;
}

.contact-list.contact2 {
  padding: 0;
}

.contact-list.contact2 li {
  width: 33.33%;
  float: left;
  margin: 0;
}

.contact-list.contact2 .icon {
  font-size: 48px;
  line-height: 50px;
  width: 100%;
  float: none;
  display: block;
  margin: 0 0 16px;
}

.contact-list.contact2 .txt-holder {
  width: 100%;
  float: none;
  padding: 0;
}

.contact-list li {
  margin: 0 0 95px;
  overflow: hidden;
  color: #555555;
}

.contact-list a {
  color: #121f36;
  display: block;
  transition: all 0.25s linear;
}

.contact-list time {
  display: block;
}

.contact-list h3 {
  font-size: 18px;
  line-height: 20px;
  color: #121f36;
  font-weight: 700;
  margin: 0 0 16px;
}

.contact-list .icon {
  width: 16%;
  float: left;
  font-size: 72px;
  line-height: 80px;
  color: #dedfe1;
  padding: 5px 0 0;
}

.contact-list .txt-holder {
  width: 84%;
  float: left;
  padding: 0 0 0 29px;
}

/*------------------------------------------------------------------
23. Testimonail Sec / .testimonail-sec
-------------------------------------------------------------------*/
.testimonail-sec {
  overflow: visible;
  min-height: 500px;
  padding: 104px 0;
}

/*------------------------------------------------------------------
24. Testimonail Slider / .testimonail-slider
-------------------------------------------------------------------*/
.testimonail-slider {
  overflow: hidden;
}

.testimonail-slider .slide {
  overflow: hidden;
  margin: 0;
  padding: 0 0 40px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  border: none;
  font-style: italic;
  padding-top: 10px;
}

.testimonail-slider .slide .img-holder {
  width: 70px;
  margin: 0 auto 34px;
  overflow: hidden;
  opacity: 1;
  transition: all 0.6s linear;
}

.testimonail-slider .slide q {
  display: block;
  margin: 0 0 24px;
  opacity: 1;
  transition: all 0.6s linear;
}

.testimonail-slider .slide q:before, .testimonail-slider .slide q:after {
  display: none;
}

.testimonail-slider .slide cite {
  display: block;
  font-style: normal;
  opacity: 1;
  transition: all 0.6s linear;
}

.testimonail-slider .slide strong {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  display: block;
  margin: 0 0 8px;
}

.testimonail-slider .slide span {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  display: block;
}

.testimonail-slider .slick-active .img-holder,
.testimonail-slider .slick-active q,
.testimonail-slider .slick-active cite {
  opacity: 1;
}

.testimonail-slider .slick-dots {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}

.testimonail-slider .slick-dots li {
  float: left;
  margin: 0 16px 0 0;
}

.testimonail-slider .slick-dots button {
  width: 9px;
  height: 9px;
  background: #bfc0c1;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  border-radius: 100%;
  border: none;
  outline: none;
  box-shadow: none;
  transition: all 0.25s linear;
}

.slick-vertical .slick-slide {
  height: 320px !important;
}

/*------------------------------------------------------------------
26. About Sec / .about-sec
-------------------------------------------------------------------*/
.about-sec {
  min-height: 460px;
  padding: 95px 0 75px;
}

.about-sec.style2 .heading {
  color: #121f36;
}

.about-sec.style2 .txt-holder {
  color: #555555;
}

.about-sec.style2 .progress-bar .bar {
  background: #cccccc;
}

.about-sec.style2 .progress-bar .txt,
.about-sec.style2 .progress-bar .num {
  color: #555555;
}

.about-sec.style2 .read-more:hover {
  color: #121f36;
}

.about-sec .heading {
  color: #fff;
  margin: 0 0 38px;
}

.about-sec .progress-bar {
  overflow: hidden;
  margin: 0;
  padding: 13px 69px 0 0;
}

.about-sec .progress-bar li {
  margin: 0 0 27px;
  position: relative;
}

.about-sec .progress-bar .bar {
  width: 100%;
  height: 10px;
  position: relative;
  background: #fff;
  display: block;
}

.about-sec .progress-bar .over {
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.25s linear;
}

.about-sec .progress-bar .txt {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin: 0 0 14px;
}

.about-sec .progress-bar .num {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
  position: absolute;
}

.about-sec .progress-bar .num1 {
  right: 102px;
  top: 10px;
}

.about-sec .progress-bar .num2 {
  right: 82px;
  top: 10px;
}

.about-sec .progress-bar .num3 {
  right: 35px;
  top: 10px;
}

.about-sec .txt-holder {
  color: #fff;
  padding: 21px 60px 0 0;
}

.about-sec .txt-holder p {
  margin: 0 0 33px;
}

.about-sec .read-more {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.25s linear;
}

.about-sec .read-more:hover {
  color: #fff;
  text-decoration: none;
}

/*------------------------------------------------------------------
27. Abt Detail / .abt-detail
-------------------------------------------------------------------*/
.abt-detail {
  overflow: hidden;
  padding-top: 36px;
  padding-bottom: 72px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #555555;
}

.abt-detail .sub-title {
  color: #121f36;
  font-weight: 700;
  display: block;
  margin: 0 0 13px;
}

.abt-detail .display-flex {
  display: flex;
  align-items: center;
}

.abt-detail h2 {
  font-size: 36px;
  line-height: 38px;
  color: #121f36;
  font-weight: 700;
  margin: 0 0 74px;
}

.abt-detail .video-holder {
  overflow: hidden;
  margin: 0 0 73px;
  position: relative;
  z-index: 1;
}

.abt-detail .video-holder .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  padding: 17px 5px;
  border: 1px solid #fff;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  transition: all 0.25s linear;
}

.abt-detail .mar {
  margin-bottom: 44px;
}

.abt-detail p {
  margin: 0 0 24px;
}

.abt-detail .img-holder img {
  display: inline-block;
  vertical-align: middle;
}

/*------------------------------------------------------------------
28. Blog Slider / .blog-slider
-------------------------------------------------------------------*/
.blog-slider .slick-list {
  padding: 0 0 1px;
}

.blog-slider .slide {
  width: 23%;
  padding: 18px 16px;
  margin: 0 20px 0 0;
  overflow: hidden;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.blog-slider .slide:hover {
  box-shadow: 0 13px 30px 10px rgba(0, 0, 0, 0.07);
}

.blog-slider .slide:hover .img-holder img {
  transform: scale(1.1);
}

.blog-slider .slide .img-holder {
  width: 100%;
  margin: 0 0 33px;
  overflow: hidden;
}

.blog-slider .slide .img-holder img {
  width: 100%;
  transform: scale(1);
  transition: all 0.25s linear;
}

.blog-slider .slide .txt-holder {
  width: 100%;
  color: #555555;
}

.blog-slider .slide .txt-holder p {
  margin: 0;
}

.blog-slider .slide .time {
  font-size: 12px;
  line-height: 14px;
  color: #555555;
  margin: 0 0 5px;
  display: block;
}

.blog-slider .slide .heading2 {
  margin: 0 0 8px;
}

.blog-slider .slide .heading2 a {
  transition: all 0.25s linear;
}

.blog-slider .slick-prev,
.blog-slider .slick-next {
  background: none;
  border: none;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.blog-slider .slick-prev:before,
.blog-slider .slick-next:before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "themify";
  font-size: 20px;
  line-height: 22px;
  color: #555555;
  text-indent: 0;
  transition: all 0.25s linear;
}

.blog-slider .slick-prev {
  left: -119px;
}

.blog-slider .slick-prev:before {
  content: "\e64a";
}

.blog-slider .slick-next {
  right: -119px;
}

.blog-slider .slick-next:before {
  content: "\e649";
}

/*------------------------------------------------------------------
29. Client Sec / .client-sec
-------------------------------------------------------------------*/
.client-sec {
  overflow: hidden;
  padding: 50px 0;
}

.client-sec .line-box {
  overflow: hidden;
}

.client-sec .client-logo {
  overflow: hidden;
  margin: 0;
  text-align: center;
  display: flex;
}

.client-sec .client-logo li {
  width: 240px;
}

.client-sec .client-logo a {
  display: block;
  filter: grayscale(100%);
}

.client-sec .client-logo a:hover {
  filter: grayscale(0);
}

/*------------------------------------------------------------------
30. Popup Holder / .popup-holder
-------------------------------------------------------------------*/
.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}

/*------------------------------------------------------------------
31. Newsletter Block / .newsletter-block
-------------------------------------------------------------------*/
.newsletter-block {
  width: 530px;
  overflow: hidden;
  padding: 33px 99px 39px;
  font-weight: 400;
  color: #555555;
}

.newsletter-block .main-heading {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  padding: 0 0 12px;
  margin: 0 0 30px;
  position: relative;
  z-index: 1;
}

.newsletter-block .main-heading:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 50%;
  top: auto;
  bottom: 0;
  right: auto;
  width: 60px;
  height: 2px;
  transform: translateX(-50%);
}

.newsletter-block p {
  margin: 0 0 32px;
}

.newsletter-block .newsletter-form {
  position: relative;
}

.newsletter-block .newsletter-form .form-control {
  font-size: 14px;
  line-height: 16px;
  color: #cccccc;
  font-style: italic;
  width: 100%;
  height: 46px;
  border-width: 1px;
  border-style: solid;
  outline: none;
  padding: 6px 40px 6px 24px;
  box-shadow: none;
  background: none;
}

.newsletter-block .newsletter-form .form-control::-webkit-input-placeholder {
  color: #cccccc;
}

.newsletter-block .newsletter-form .form-control::-moz-placeholder {
  opacity: 1;
  color: #cccccc;
}

.newsletter-block .newsletter-form .form-control:-moz-placeholder {
  color: #cccccc;
}

.newsletter-block .newsletter-form .form-control:-ms-input-placeholder {
  color: #cccccc;
}

.newsletter-block .newsletter-form .form-control.placeholder {
  color: #cccccc;
}

.newsletter-block .newsletter-form button {
  position: absolute;
  right: 13px;
  top: 14px;
  font-size: 16px;
  line-height: 18px;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
}

.fancybox-close-small {
  background: none;
}

.fancybox-close-small:before {
  color: #555555;
}

/*------------------------------------------------------------------
32. Error Page / .error-page
-------------------------------------------------------------------*/
.error-page {
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 227px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  color: #646a7c;
}

.error-page h2 {
  font-size: 186px;
  line-height: 187px;
  font-weight: 700;
  margin: 0 0 23px;
  letter-spacing: 36px;
}

.error-page .txt {
  font-size: 44px;
  line-height: 46px;
  color: #d7d7d7;
  font-weight: 700;
  margin: 0 0 33px;
  display: block;
}

.error-page p {
  margin: 0 0 49px;
}

.error-page .btn-primary {
  color: #fff;
  padding: 10px 30px;
}

.error-page .btn-primary:hover {
  background: none;
}

/*------------------------------------------------------------------
33. Faq Sec / .faq-sec
-------------------------------------------------------------------*/
.faq-sec {
  overflow: hidden;
  padding-top: 51px;
  padding-bottom: 66px;
}

.faq-sec .accordion {
  overflow: hidden;
}

.faq-sec .accordion li {
  overflow: hidden;
  width: 100%;
  margin: 0 0 22px;
}

.faq-sec .accordion .active .opener:before {
  opacity: 1;
  visibility: visible;
}

.faq-sec .accordion .active .opener .ti-plus {
  display: none;
}

.faq-sec .accordion .active .opener .ti-minus {
  opacity: 1;
  float: right;
}

.faq-sec .accordion .opener {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #232530;
  display: block;
  border: 1px solid #f0f2f3;
  padding: 13px 27px 16px 30px;
  position: relative;
  z-index: 1;
}

.faq-sec .accordion .opener:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
  width: 4px;
  height: 100%;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s linear;
}

.faq-sec .accordion .opener .ti-plus {
  float: right;
}

.faq-sec .accordion .opener .ti-minus {
  opacity: 0;
}

.faq-sec .accordion .slide {
  overflow: hidden;
  border: 1px solid #f0f2f3;
  border-top: none;
  padding: 24px 40px 52px 30px;
}

.faq-sec .accordion .slide p {
  margin: 0;
}

/*------------------------------------------------------------------
34. Service Detail / .service-detail
-------------------------------------------------------------------*/
.service-detail {
  overflow: hidden;
  padding-top: 52px;
  padding-bottom: 79px;
  color: #555555;
}

.service-detail .heading {
  margin: 0 0 42px;
  padding: 34px 0 0;
}

.service-detail .img-holder {
  width: 100%;
  overflow: hidden;
  margin: 0 0 45px;
}

.service-detail h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #121f36;
  margin: 0 0 15px;
}

.service-detail p {
  margin: 0 0 25px;
}

/*------------------------------------------------------------------
35. Twocolumns / .twocolumns
-------------------------------------------------------------------*/
.twocolumns {
  overflow: hidden;
  padding-top: 52px;
  padding-bottom: 100px;
}

/*------------------------------------------------------------------
36. Content / #content
-------------------------------------------------------------------*/
#content {
  width: 68.3%;
  float: left;
}

#content .post-blog {
  overflow: hidden;
  padding: 19px 0 0;
  margin: 0 0 81px;
  color: #555555;
  border-top: 1px solid #e7e7e7;
}

#content .post-blog:hover .img-holder img {
  transform: scale(1.1);
}

#content .post-blog:first-child {
  border: none;
  padding: 0;
}

#content .post-blog.post2 {
  line-height: 24px;
  margin: 0 0 117px;
}

#content .post-blog.post2 p {
  margin: 0 0 25px;
}

#content .post-blog .img-holder {
  width: 100%;
  overflow: hidden;
  margin: 0 0 22px;
}

#content .post-blog .img-holder img {
  transform: scale(1);
  transition: all 0.25s linear;
}

#content .post-blog .time {
  color: #d7d7d7;
  display: block;
  margin: 0 0 21px;
}

#content .post-blog h3 {
  font-size: 24px;
  line-height: 26px;
  color: #121f36;
  font-weight: 700;
  margin: 0 0 14px;
}

#content .post-blog h3 a {
  display: block;
  color: #121f36;
  transition: all 0.25s linear;
}

#content .post-blog p {
  margin: 0 0 11px;
}

#content .post-blog .read-more {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.25s linear;
}

#content .post-blog .read-more:hover {
  color: #121f36;
  text-decoration: none;
}

#content .post-blog .comment-nav {
  overflow: hidden;
  margin: 0 0 20px;
  color: #d7d7d7;
}

#content .post-blog .comment-nav li {
  float: left;
  margin: 0 16px 0 0;
}

#content .post-blog .comment-nav a {
  display: block;
  transition: all 0.25s linear;
}

#content .post-blog .comment-nav a .ti-bookmark {
  margin: 0 1px 0 0;
}

#content .post-blog .comment-nav a:hover {
  color: #d7d7d7;
}

#content .nav-pagination {
  font-size: 16px;
  line-height: 18px;
  color: #111111;
  overflow: hidden;
  margin: 0;
  width: 370px;
}

#content .nav-pagination .prev {
  float: left;
  margin: 0;
}

#content .nav-pagination .prev a {
  padding: 0;
  font-weight: 400;
  text-decoration: underline;
  transition: all 0.25s linear;
}

#content .nav-pagination .prev a:hover {
  text-decoration: none;
  background: none;
}

#content .nav-pagination .next {
  float: right;
  margin: 0;
}

#content .nav-pagination .next a {
  padding: 0;
  font-weight: 400;
  text-decoration: underline;
  transition: all 0.25s linear;
}

#content .nav-pagination .next a:hover {
  text-decoration: none;
  background: none;
}

#content .nav-pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}

#content .nav-pagination li a {
  padding: 5px 9px;
  border-radius: 2px;
  display: block;
  font-weight: 700;
  transition: all 0.25s linear;
}

#content .nav-pagination li a:hover {
  color: #fff;
  background: #121f36;
}

#content .nav-pagination .active a {
  color: #fff;
  background: #121f36;
}

/*------------------------------------------------------------------
37. Sidebar / #sidebar
-------------------------------------------------------------------*/
#sidebar {
  width: 31.7%;
  float: left;
  padding: 0 0 0 68px;
  margin: -6px 0 0;
}

/*------------------------------------------------------------------
38. Comments Block / .comments-block
-------------------------------------------------------------------*/
.comments-block {
  overflow: hidden;
  padding: 25px 0 0;
  margin: 0 0 69px;
  border-top: 1px solid #e7e7e7;
}

.comments-block h4 {
  font-size: 24px;
  line-height: 26px;
  color: #111111;
  font-weight: 700;
  margin: 0 0 32px;
}

.comments-block .comment-area {
  overflow: hidden;
  margin: 0 0 28px;
}

.comments-block .comment-area .img {
  width: 8.7%;
  float: left;
  overflow: hidden;
}

.comments-block .comment-area .txt-holder {
  width: 91.3%;
  float: left;
  padding: 0 0 0 29px;
  margin: -2px 0 0;
}

.comments-block .comment-area .header {
  overflow: hidden;
  margin: 0 0 1px;
}

.comments-block .comment-area h3 {
  font-size: 14px;
  line-height: 16px;
  color: #111111;
  font-weight: 700;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.comments-block .comment-area h3 a {
  transition: all 0.25s linear;
}

.comments-block .comment-area .time {
  color: #d7d7d7;
  display: inline-block;
  vertical-align: middle;
  margin: 0 13px 0 0;
}

.comments-block .comment-area .reply {
  color: #111111;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.25s linear;
}

.comments-block .comment-area p {
  margin: 0;
}

.comments-block .onelevel {
  overflow: hidden;
  padding: 0 0 0 99px;
}

.comments-block .onelevel .comment-area .img {
  width: 10%;
}

.comments-block .onelevel .comment-area .txt-holder {
  width: 90%;
}

/*------------------------------------------------------------------
39. Comment Form / .comment-form
-------------------------------------------------------------------*/
.comment-form {
  overflow: hidden;
  padding: 25px 0 0;
  color: #555555;
  border-top: 1px solid #e7e7e7;
}

.comment-form h4 {
  font-size: 24px;
  line-height: 26px;
  color: #111111;
  font-weight: 700;
  margin: 0 0 15px;
}

.comment-form p {
  margin: 0 0 44px;
}

.comment-form .contact-form {
  width: 100%;
  overflow: hidden;
}

.comment-form .contact-form .form-group {
  margin: 0 0 77px;
  overflow: hidden;
}

.comment-form .contact-form .col {
  width: 50%;
  float: left;
  padding: 0 0 0 15px;
}

.comment-form .contact-form .col:first-child {
  padding: 0 15px 0 0;
}

.comment-form .contact-form .form-control {
  font-size: 14px;
  line-height: 16px;
  color: #d7d7d7;
  background: none;
  border: none;
  border-bottom: 1px solid #e7e7e7;
  outline: none;
  box-shadow: none;
  padding: 6px 0;
}

.comment-form .contact-form .form-control::-webkit-input-placeholder {
  color: #d7d7d7;
}

.comment-form .contact-form .form-control::-moz-placeholder {
  opacity: 1;
  color: #d7d7d7;
}

.comment-form .contact-form .form-control:-moz-placeholder {
  color: #d7d7d7;
}

.comment-form .contact-form .form-control:-ms-input-placeholder {
  color: #d7d7d7;
}

.comment-form .contact-form .form-control.placeholder {
  color: #d7d7d7;
}

.comment-form .contact-form textarea {
  width: 100%;
  resize: none;
  margin: 0 0 40px;
}

.comment-form .contact-form .btn-primary {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  outline: none;
  box-shadow: none;
  padding: 13px 28px;
}

.comment-form .contact-form .btn-primary:hover {
  background: none;
}

/*------------------------------------------------------------------
40. Widget / .widget
-------------------------------------------------------------------*/
.widget {
  overflow: hidden;
}

.widget .side-nav {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #121f36;
  padding: 33px 0 0;
  border-right: 2px solid #e7e7e7;
}

.widget .side-nav li {
  margin: 0 0 3px;
}

.widget .side-nav a {
  display: block;
  color: #121f36;
  padding: 4px 0 9px 16px;
  transition: all 0.25s linear;
}

.widget .side-nav a:hover {
  border-left-width: 4px;
  border-left-style: solid;
}

.widget h3 {
  font-size: 24px;
  line-height: 26px;
  color: #555555;
  font-weight: 700;
  margin: 0 0 35px;
}

.widget .heading {
  margin: 0 0 35px;
}

.widget .widget-nav {
  color: #555555;
  line-height: 36px;
  overflow: hidden;
  margin: 0 0 46px;
}

.widget .widget-nav li {
  overflow: hidden;
}

.widget .widget-nav a {
  display: block;
  color: #555555;
  transition: all 0.25s linear;
}

.widget .widget-nav .ti-angle-right {
  margin: 0 1px 0 0;
}

.widget .tags-list {
  color: #555555;
  overflow: hidden;
  margin: 0;
}

.widget .tags-list li {
  float: left;
  margin: 0 0 15px 10px;
}

.widget .tags-list a {
  display: block;
  color: #555555;
  padding: 3px 17px 3px 18px;
  border: 1px solid #555555;
  transition: all 0.25s linear;
}

.widget .tags-list a:hover {
  color: #fff;
  background: #555555;
}

/*------------------------------------------------------------------
41. Content Sec / .content-sec
-------------------------------------------------------------------*/
.content-sec {
  overflow: hidden;
  padding-top: 69px;
  padding-bottom: 85px;
  color: #d0d1d3;
}

.content-sec h3 {
  font-size: 24px;
  line-height: 26px;
  color: #111111;
  font-weight: 700;
  margin: 0 0 22px;
}

.content-sec .marg {
  margin: 0 0 14px;
}

.content-sec p {
  margin: 0 0 43px;
}

.content-sec .contact-list {
  overflow: hidden;
  margin: 0 0 40px;
  color: #555555;
  padding: 0;
}

.content-sec .contact-list li {
  overflow: hidden;
  margin: 0 0 10px;
}

.content-sec .contact-list .icon {
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 1px 10px 0 0;
  color: #555555;
  padding: 0;
  width: 4.4%;
}

.content-sec .contact-list .tel,
.content-sec .contact-list .mail {
  display: inline-block;
  vertical-align: top;
}

.content-sec .contact-list address {
  font-weight: 400;
  font-style: normal;
  margin: 0;
  width: 80%;
  display: inline-block;
  vertical-align: top;
}

.content-sec .contact-list a {
  color: #555555;
  transition: all 0.25s linear;
}

.content-sec .hour-list {
  overflow: hidden;
  margin: 0;
  color: #555555;
}

.content-sec .hour-list li {
  overflow: hidden;
  margin: 0 0 10px;
}

.content-sec .hour-list time {
  display: block;
}

.content-sec .contact-form {
  width: 100%;
  overflow: hidden;
}

.content-sec .contact-form .holder {
  overflow: hidden;
}

.content-sec .contact-form .form-group {
  margin: 0 0 75px;
  overflow: hidden;
}

.content-sec .contact-form .col {
  width: 50%;
  float: left;
  padding: 0 0 0 15px;
}

.content-sec .contact-form .col:first-child {
  padding: 0 15px 0 0;
}

.content-sec .contact-form .form-control {
  font-size: 14px;
  line-height: 16px;
  color: #acacac;
  background: none;
  border: none;
  border-bottom: 1px solid #e7e7e7;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  padding: 6px 0;
}

.content-sec .contact-form .form-control::-webkit-input-placeholder {
  color: #acacac;
}

.content-sec .contact-form .form-control::-moz-placeholder {
  opacity: 1;
  color: #acacac;
}

.content-sec .contact-form .form-control:-moz-placeholder {
  color: #acacac;
}

.content-sec .contact-form .form-control:-ms-input-placeholder {
  color: #acacac;
}

.content-sec .contact-form .form-control.placeholder {
  color: #acacac;
}

.content-sec .contact-form textarea {
  width: 100%;
  resize: none;
  margin: 0 0 31px;
}

.content-sec .contact-form .btn-primary {
  color: #fff;
  outline: none;
  box-shadow: none;
  padding: 10px 18px;
}

.content-sec .contact-form .btn-primary:hover {
  background: none;
}

.content-sec .header {
  overflow: hidden;
  margin: 0 0 9px;
  padding: 92px 0 0;
}

/*------------------------------------------------------------------
42. Map Sec / .map-sec
-------------------------------------------------------------------*/
.map-sec {
  overflow: hidden;
}

.map-sec .map {
  width: 100%;
  height: 500px;
}

.map-sec .map-info {
  font-size: 14px;
  line-height: 24px;
  color: #121f36;
}

.map-sec .map-info h2 {
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 10px;
  font-weight: 700;
}

.map-sec .map-info address {
  margin: 0;
  line-height: 24px;
  font-style: normal;
}

/*------------------------------------------------------------------
43. Footer / #footer
-------------------------------------------------------------------*/
#footer {
  overflow: hidden;
  min-height: 450px;
}

#footer .footer-holder {
  padding-top: 96px;
  padding-bottom: 77px;
  overflow: hidden;
  color: #fff;
}

#footer .footer-holder p {
  margin: 0 0 30px;
}

#footer h3 {
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 28px;
}

#footer .mar {
  padding: 0 0 0 57px;
}

#footer .f-nav {
  color: #cccccc;
  overflow: hidden;
  margin: 0;
  padding: 0 0 0 57px;
}

#footer .f-nav li {
  overflow: hidden;
  margin: 0 0 6px;
}

#footer .f-nav a {
  color: #cccccc;
  transition: all 0.25s linear;
}

#footer .socail-network {
  float: none;
  text-align: left;
}

#footer .socail-network li {
  margin: 0 21px 0 0;
}

#footer .socail-network a {
  color: #cccccc;
}

#footer .contactlist {
  color: #cccccc;
  overflow: hidden;
  margin: 0;
}

#footer .contactlist li {
  overflow: hidden;
  margin: 0 0 11px;
}

#footer .contactlist .icon {
  float: left;
  margin: 2px 15px 0 0;
}

#footer .contactlist address {
  float: left;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  width: 80%;
}

#footer .contactlist .mail,
#footer .contactlist .tel {
  float: left;
}

#footer .contactlist a {
  color: #cccccc;
  display: block;
  transition: all 0.25s linear;
}

#footer .subscribe-form {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 15px 0 0;
}

#footer .subscribe-form .form-control {
  color: #fff;
  width: 100%;
  height: 46px;
  background: none;
  border: 1px solid #fff;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  padding: 6px 50px 6px 22px;
}

#footer .subscribe-form .form-control::-webkit-input-placeholder {
  color: #fff;
}

#footer .subscribe-form .form-control::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

#footer .subscribe-form .form-control:-moz-placeholder {
  color: #fff;
}

#footer .subscribe-form .form-control:-ms-input-placeholder {
  color: #fff;
}

#footer .subscribe-form .form-control.placeholder {
  color: #fff;
}

#footer .subscribe-form button {
  position: absolute;
  right: 20px;
  top: 31px;
  font-size: 16px;
  line-height: 18px;
  color: #cccccc;
  background: none;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.25s linear;
}

#footer .footer-area {
  color: #fff;
  padding: 7px 0;
}

#footer .footer-area p {
  margin: 0;
}

/*------------------------------------------------------------------
44. Back Top / #back-top
-------------------------------------------------------------------*/
#back-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
  float: right;
  width: 50px;
  height: 50px;
  padding: 14px 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease 0s;
}

#back-top.active {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------------------
45. Loader Holder / .loader-holder
-------------------------------------------------------------------*/
.loader-holder {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
}

.loader-holder .block {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.loader-holder img {
  width: 80px;
}

/*------------------------------------------------------------------
46. Alert
-------------------------------------------------------------------*/
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  line-height: 1.9;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.controls {
  margin-bottom: 20px;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close {
  float: right;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.tyc, .tyc:hover {
  color: #FFF;
}

.logo a .clr,
.error-page h2,
#nav ul a:hover,
.breadcrumbs ul,
#nav ul li:hover > a,
#nav ul > .active > a,
.about-sec .read-more,
.contact-list a:hover,
#footer .f-nav a:hover,
.service-sec .read-more,
.socail-network a:hover,
.breadcrumbs ul a:hover,
#header .nav-closer:hover .nav-opener:hover,
.tracking-sec .more:hover,
.widget .side-nav a:hover,
#header .align-left a:hover,
.widget .widget-nav a:hover,
#footer .contactlist a:hover,
.tracking-sec .track-form p a,
#content .post-blog h3 a:hover,
.error-page .btn-primary:hover,
#content .post-blog .read-more,
.testimonail-slider .slide span,
#footer .socail-network a:hover,
.newsletter-block .main-heading, read-more #header .align-left li:hover > a,
.testimonail-slider2 .slide span,
.call-to-action .btn-primary:hover,
#content .post-blog .comment-nav a,
.fancybox-close-small:hover:before,
#header.header2 #nav ul .active > a,
#header.header3 .contact-list .icon,
.faq-sec .accordion .opener .ti-plus,
#header.header2 #nav ul li:hover > a,
#header.header3 #nav ul li:hover > a,
.main-slider .slick-next:hover:before,
.main-slider .slick-prev:hover:before,
.faq-sec .accordion .opener .ti-minus,
.blog-slider .slide .heading2 a:hover,
.blog-slider .slick-prev:hover:before,
.blog-slider .slick-next:hover:before,
#content .nav-pagination .next a:hover,
#content .nav-pagination .prev a:hover,
.news-sec .news-block .heading2 a:hover,
.comments-block .comment-area h3 a:hover,
.newsletter-block .newsletter-form button,
.comments-block .comment-area .reply:hover,
.abt-detail .video-holder .play-icon:hover,
.testimonail-slider2 .slick-prev:hover:before,
.testimonail-slider2 .slick-next:hover:before,
.content-sec .contact-form .btn-primary:hover,
.comment-form .contact-form .btn-primary:hover,
.tracking-sec.style2 .track-form .btn-primary:hover {
  color: #7eb01a;
}

#back-top,
.btn-primary:hover,
.btn-primary.active,
.error-page .btn-primary,
.quote-form .btn-primary,
.call-to-action .btn-primary,
.about-sec .progress-bar .over,
.faq-sec .accordion .opener:before,
.newsletter-block .main-heading:before,
.tracking-sec .track-form .btn-primary,
.content-sec .contact-form .btn-primary,
.comment-form .contact-form .btn-primary,
.testimonail-sec .testimonail-slider .slick-dots button:hover,
.testimonail-sec .testimonail-slider .slick-dots .slick-active button {
  background: #7eb01a;
}

.btn-primary:hover,
.btn-primary.active {
  background: none;
  color: #7eb01a;
}

.btn-primary,
.btn-primary:hover,
.btn-primary.active,
.btn-primary.active:hover,
.widget .side-nav a:hover,
.newsletter-block .newsletter-form .form-control {
  border-color: #7eb01a;
}

.testimonail-slider .slide span {
  color: #3caee9;
}

.testimonail-sec .testimonail-slider .slick-dots button:hover,
.testimonail-sec .testimonail-slider .slick-dots .slick-active button {
  background: #3caee9;
}

.theme-single-vacature {
  margin: 60px 0px 126px;
}
.theme-single-vacature-wrapper-title h1, .theme-single-vacature-wrapper-title h2 {
  font-size: 30px;
  font-weight: 700;
}
.theme-single-vacature-wrapper-title h2 {
  color: #7EB01A;
}
.theme-single-vacature-wrapper-button {
  margin: 30px 0px;
}
.theme-single-vacature-wrapper-button-cta {
  background-color: #7eb01a !important;
  padding: 10px 16px;
  color: #fff !important;
  border: 1px solid #77A618;
  border-radius: 4px;
}
.theme-single-vacature-wrapper-info {
  line-height: 2;
}
.theme-single-vacature-wrapper-info h3 {
  font-size: 24px;
  font-weight: 700 !important;
}
.theme-single-vacature-wrapper-info-text a {
  color: #7EB01A;
  text-decoration: underline;
}

.theme-vacature {
  margin: 60px 0px 126px;
}
.theme-vacature-title {
  font-weight: 700;
  font-size: 24px;
}
.theme-vacature-content {
  font-size: 14;
}
.theme-vacature-card {
  margin-top: 30px;
  padding: 15px 20px;
  background-color: rgba(128, 35, 123, 0.0784313725);
  color: #80237B;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.theme-vacature-card-left {
  display: flex;
  gap: 12px;
}
.theme-vacature-card-left-position {
  font-weight: 700;
  font-size: 18px;
}
.theme-vacature-card-middle {
  display: flex;
  gap: 12px;
}
.theme-vacature-card-middle-location {
  font-size: 14px;
}
.theme-vacature-card-button {
  background-color: #7eb01a;
  border-radius: 4px;
  padding: 6px 16px;
  border: 1px solid #77A618;
  color: #fff !important;
  cursor: pointer;
}

.theme-contact {
  padding: 70px 0px;
}
.theme-contact h3 {
  font-size: 1.4rem;
  font-weight: 700;
}
.theme-contact-info-details {
  display: flex;
  gap: 5px;
}
.theme-contact-info-icon {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.theme-contact-info-phone {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.theme-contact-info a {
  text-decoration: none;
  transition: all 0.25s linear;
  color: #000;
}
.theme-contact-info a:hover {
  color: #7eb01a;
}
.theme-contact-form-subtitle {
  padding-bottom: 40px;
  color: #d0d1d3;
}

.ff-default .ff-el-form-control {
  border-radius: 0px !important;
  border: none !important;
  border-bottom: 1px solid var(--fluentform-border-color) !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#ff_1_message {
  resize: none !important;
}

.theme-offerte {
  padding: 70px 0px;
}
.theme-offerte h3 {
  font-size: 1.4rem;
  font-weight: 700;
}
.theme-offerte-form-subtitle {
  padding-bottom: 40px;
}
.theme-offerte #ff_2_description {
  resize: none;
}

#header .nav-closer {
  display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

@media (max-width: 1600px) {
  body.boxed-v #wrapper {
    max-width: 95%;
  }
}
@media (max-width: 1500px) {
  body.boxed-v #wrapper {
    max-width: 100%;
  }
  .main-slider .slick-prev {
    left: 70px;
  }
  .main-slider .slick-next {
    right: 70px;
  }
  .blog-slider .slick-prev {
    left: -59px;
  }
  .blog-slider .slick-next {
    right: -30px;
  }
}
@media (min-width: 768px) {
  #header .nav-opener {
    display: none;
  }
}
@media (max-width: 1199px) {
  #header.header2 .logo img {
    width: 80%;
  }
  .main-slider .slide:after {
    min-height: 600px;
  }
  .main-slider .slide h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .counter-holder .icon {
    width: 25%;
    padding: 19px 0 0 38px;
  }
  .counter-holder .txt-holder {
    width: 75%;
  }
  .quote-form {
    padding: 74px 50px;
  }
  .testimonail-sec {
    min-height: 460px;
  }
  .service-sec.service2 .txt-holder {
    padding: 0 11px;
  }
  .blog-slider .slick-prev {
    left: -39px;
  }
  .blog-slider .slick-next {
    right: -39px;
  }
  .contact-sec.style3 .quote-form {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 1023px) {
  #header.header3 #nav ul li {
    margin: 0 25px 0 0;
  }
  #header.header3 #nav .drop-down {
    left: 0;
  }
  #header.header3 .contact-list .txt-holder {
    width: 75%;
  }
  #header.header3 .contact-list .icon {
    width: 25%;
  }
  #header.header3 .align-left .drop-down {
    left: auto;
    right: 0;
  }
  .logo {
    width: 60%;
  }
  #menu-primary-menu {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 100px;
  }
  #menu-primary-menu > li {
    margin: 0 0 0 28px;
  }
  #sub-menu > li {
    margin-bottom: 20px;
  }
  .main-slider .slide:after {
    min-height: 500px;
  }
  .main-slider .slide h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 15px;
  }
  .main-slider .slick-prev {
    left: 30px;
  }
  .main-slider .slick-next {
    right: 30px;
  }
  .tracking-sec {
    margin-top: 0;
    margin-bottom: 0;
  }
  .tracking-sec.style2 {
    padding-bottom: 0;
  }
  .tracking-sec .track-holder {
    padding: 56px 30px;
    min-height: 388px;
    margin: 0;
  }
  .news-sec {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .news-sec .img-icon {
    top: 0;
  }
  .news-sec .news-block {
    margin: 0 0 50px;
  }
  .call-to-action h2 {
    font-size: 20px;
    line-height: 22px;
  }
  .call-to-action span {
    font-size: 15px;
    line-height: 17px;
  }
  .call-to-action .btn-primary {
    margin: 8px 0 0;
  }
  .contact-sec {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .contact-sec.style2 {
    padding-top: 70px;
    padding-bottom: 170px;
  }
  .contact-sec.style3 {
    padding-top: 70px;
  }
  .contact-sec.style3 .quote-form {
    padding: 0;
  }
  .contact-list li {
    margin: 0 0 50px;
  }
  .quote-form {
    padding: 40px 30px;
  }
  .quote-form h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .service-sec {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .service-sec.style2 {
    padding-bottom: 70px;
  }
  .service-sec.style3 .service-holder {
    margin: 0 0 40px;
  }
  .service-sec.service2 {
    margin-top: -76px;
  }
  .service-sec.service2 .service-holder {
    padding: 15px;
  }
  .service-sec.service2 .txt-holder {
    font-size: 14px;
    padding: 0 10px;
  }
  .service-sec.service2 .txt-holder p {
    margin: 0 0 20px;
  }
  .service-sec.service2 .heading {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 20px;
  }
  .service-sec .heading {
    margin: 0 0 50px;
  }
  .service-sec .icon {
    width: 100%;
    float: none;
    margin: 0 0 15px;
    padding: 0;
  }
  .service-sec .txt-holder {
    width: 100%;
    float: none;
    padding: 0;
  }
  .service-sec .img-holder {
    margin: 0 0 20px;
  }
  .heading2 {
    @iclude font(16px, 18px);
  }
  .blog-slider .slide .heading2 {
    font-size: 17px;
  }
  .blog-slider .slick-prev {
    left: -15px;
  }
  .blog-slider .slick-next {
    right: 0;
  }
  .counter-holder {
    padding: 70px 0 0;
    min-height: 370px;
  }
  .counter-holder .counter {
    font-size: 40px;
    margin: 0 0 10px;
  }
  .counter-holder .sub-title {
    font-size: 14px;
    font-weight: 700;
  }
  .counter-holder .icon {
    padding: 19px 0 0 18px;
  }
  .counter-holder .counter-block {
    margin: 0 0 50px;
  }
  .testimonail-sec {
    padding: 70px 0;
    min-height: 420px;
  }
  .testimonail-slider2 .slide {
    padding: 0 80px 0 0;
  }
  .about-sec {
    padding: 70px 0;
  }
  .about-sec .progress-bar {
    padding: 13px 20px 0 0;
  }
  .about-sec .txt-holder {
    padding: 15px 0 0;
  }
  .about-sec .txt-holder p {
    margin: 0 0 20px;
  }
  #footer .footer-holder {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #footer .f-nav {
    margin: 0 0 40px;
    padding: 0;
  }
  #footer .mar {
    padding: 0;
  }
  .error-page {
    padding: 100px 0;
    font-size: 17px;
  }
  .error-page .txt {
    font-size: 40px;
  }
  #content {
    width: 100%;
    float: none;
    margin: 0 0 60px;
  }
  #content .post-blog {
    margin: 0 0 50px;
    padding: 40px 0 0;
  }
  #content .post-blog.post2 {
    margin: 0 0 50px;
  }
  #sidebar {
    width: 100%;
    float: none;
    padding: 0;
  }
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
  #header {
    position: relative;
  }
  .theme-vacature-card-left-image {
    width: 30px;
  }
  .servicedetail_row {
    display: flex;
    flex-direction: column-reverse;
  }
  .sub-menu {
    display: none;
  }
  #header.header2 .nav-opener {
    color: #fff;
    padding-right: 15px;
  }
  #header.header2 .nav-closer {
    color: #fff;
    padding-right: 15px;
  }
  #header.header2 .logo img {
    width: 80%;
    padding-left: 15px;
  }
  #header.header2 #nav ul > li > a {
    color: #121f36;
  }
  #header.header3 .align-left {
    margin: 0;
    padding: 9px 0 0;
  }
  #header.header3 .contact-list {
    width: 36%;
  }
  #header.header3 .contact-list li {
    width: auto;
    padding: 0 0 0 15px;
  }
  #header.header3 .contact-list li:first-child {
    padding: 0;
  }
  #header.header3 .contact-list .txt-holder {
    display: none;
  }
  #header.header3 .top-header {
    padding: 20px 0;
  }
  #header.header3 .logo {
    font-size: 20px;
    margin: 0 10px 0 0;
  }
  #header.header3 #nav {
    padding: 30px 15px 15px;
  }
  #header.header3 #nav > ul > li {
    margin: 0 0 15px;
  }
  #header.header3 #nav > ul > li:hover {
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  #header .align-left {
    float: none;
    width: 230px;
    margin: 0 auto 10px;
  }
  #header .socail-network {
    width: 230px;
    margin: 0 auto;
    text-align: left;
  }
  #nav {
    position: absolute;
    left: 0;
    top: 60%;
    right: 0;
    opacity: 0;
    text-align: left;
    visibility: hidden;
    background: #fff;
    z-index: 2;
    padding: 30px 15px 15px;
    transform: rotateX(90deg);
    transform-origin: 0 0;
    transition: all 0.25s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    height: auto;
    width: 100%;
  }
  #nav #menu-primary-menu > li {
    margin-left: 0px;
    margin-bottom: 15px;
  }
  #menu-primary-menu {
    display: flex;
    flex-direction: column;
    top: 0;
    position: relative;
  }
  #nav ul > li {
    display: block;
    margin: 0 0 15px;
  }
  #nav ul > li:hover {
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  #nav .drop-down {
    left: 0;
    top: 20px;
    min-width: 100%;
  }
  .main-slider.slider2 .slide {
    padding: 100px 0 0;
  }
  .main-slider .slide:after {
    min-height: 350px;
  }
  .main-slider .slide h1 {
    font-size: 27px;
    line-height: 35px;
    margin: 0 0 20px;
  }
  .main-slider .slide .sub-title {
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 34px;
  }
  .main-slider .slick-prev,
  .main-slider .slick-next {
    display: none !important;
  }
  .service-sec {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .service-sec.service2 {
    margin-top: 0;
    padding-top: 60px;
  }
  .service-sec.service2 .service-holder {
    margin: 0 0 30px;
  }
  .service-sec.style2 {
    padding-bottom: 40px;
  }
  .service-sec.style3 {
    padding-top: 0;
  }
  .service-sec .heading {
    margin: 0 0 38px;
  }
  .service-sec .icon {
    width: 50px;
  }
  .service-sec .txt-holder {
    margin: 0 0 30px;
  }
  .tracking-sec.style2 {
    padding-bottom: 0;
  }
  .tracking-sec.style2 .track-form .form-control {
    height: 60px;
    margin: 0 0 40px;
  }
  .tracking-sec.style3 .track-form .form-control {
    width: 100%;
  }
  .tracking-sec .txt-holder {
    padding: 60px 0 40px;
  }
  .tracking-sec .track-holder {
    padding: 56px 30px 40px;
    min-height: 330px;
  }
  .news-sec {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .news-sec .news-block {
    margin: 0 0 40px;
  }
  .news-sec .news-block .img-holder {
    width: 290px;
    margin: 0 auto 20px;
    float: none;
  }
  .news-sec .news-block .txt-holder {
    width: 100%;
    float: none;
    padding: 0;
  }
  .news-sec .img-icon {
    width: 100px;
  }
  .heading {
    margin: 0 0 40px;
  }
  .call-to-action h2 {
    font-size: 17px;
  }
  .call-to-action span {
    line-height: 23px;
    margin: 0 0 15px;
  }
  .call-to-action .btn-primary {
    float: none;
  }
  .counter-holder {
    padding: 60px 0 20px;
  }
  .counter-holder .icon {
    width: 72px;
    padding: 10px 0 0;
  }
  .counter-holder .counter-block {
    margin: 0 0 40px;
  }
  .counter-holder .counter {
    font-size: 40px;
  }
  .counter-holder .sub-title {
    font-size: 16px;
  }
  .contact-sec {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .contact-sec.style2 {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .contact-sec .contact-list {
    padding: 50px 0 0;
  }
  .contact-sec .contact2.contact-list {
    padding: 0;
  }
  .contact-list.contact2 li {
    width: 100%;
    float: none;
    margin: 0 0 30px;
  }
  .contact-list li {
    margin: 0 0 40px;
  }
  .contact-list .icon {
    width: 24%;
  }
  .contact-list .txt-holder {
    width: 76%;
  }
  .quote-form {
    padding: 50px 20px;
  }
  .quote-form h2 {
    font-size: 18px;
  }
  .quote-form .col {
    width: 100%;
    float: none;
    padding: 0;
  }
  .quote-form .col:first-child {
    padding: 0;
  }
  .testimonail-sec {
    padding: 60px 0;
  }
  .testimonail-slider2 .slick-next,
  .testimonail-slider2 .slick-prev {
    right: 0;
  }
  .client-sec .client-logo li {
    width: 170px;
  }
  .client-sec .client-logo img {
    width: auto;
  }
  .about-sec {
    padding: 60px 0;
  }
  .about-sec .progress-bar {
    padding: 13px 0 0;
  }
  .about-sec .txt-holder {
    padding: 20px 0 0;
  }
  .blog-slider .slick-prev {
    left: -19px;
  }
  .blog-slider .slick-next {
    right: -15px;
  }
  .service-detail {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .widget .side-nav {
    padding: 33px 0 0;
    border-right: 2px solid #e7e7e7;
  }
  .abt-detail {
    padding-bottom: 40px;
  }
  .abt-detail h2 {
    margin: 0 0 50px;
  }
  .abt-detail .display-flex {
    display: block;
  }
  .abt-detail .mar .img-holder {
    margin: 0 auto;
  }
  .abt-detail .img-holder {
    width: 150px;
    margin: 0 auto 30px;
  }
  .abt-detail .video-holder {
    margin: 0 0 40px;
  }
  .error-page {
    padding: 60px 0;
    font-size: 14px;
  }
  .error-page h2 {
    font-size: 122px;
    line-height: 150px;
  }
  .error-page .txt {
    font-size: 30px;
  }
  .faq-sec {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  #footer .footer-holder {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #footer .socail-network {
    margin: 0 0 30px;
  }
  #footer .mar {
    padding: 0;
  }
  #footer .f-nav {
    padding: 0;
    margin: 0 0 30px;
  }
  #footer .contactlist {
    margin: 0 0 30px;
  }
  .twocolumns {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  #content .post-blog.post2 {
    margin: 0 0 30px;
  }
  #content .nav-pagination {
    width: 270px;
  }
  .comments-block {
    margin: 0 0 30px;
  }
  .comments-block .comment-area .img {
    width: 21%;
  }
  .comments-block .comment-area .txt-holder {
    width: 79%;
  }
  .comments-block .onelevel {
    padding: 0 0 0 60px;
  }
  .comments-block .onelevel .comment-area .img {
    width: 21%;
  }
  .comments-block .onelevel .comment-area .txt-holder {
    width: 79%;
  }
  .comment-form .contact-form .form-group {
    margin: 0 0 30px;
  }
  .comment-form .contact-form .col {
    width: 100%;
    float: none;
    padding: 0;
  }
  .comment-form .contact-form .col:first-child {
    padding: 0;
    margin: 0 0 30px;
  }
  .content-sec {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .content-sec .contact-list,
  .content-sec .hour-list {
    margin: 0 0 30px;
  }
  .content-sec .contact-form .form-group {
    margin: 0 0 30px;
  }
  .content-sec .contact-form .col {
    width: 100%;
    float: none;
    padding: 0;
  }
  .content-sec .contact-form .col:first-child {
    padding: 0;
    margin: 0 0 30px;
  }
  .map-sec .map {
    height: 300px;
  }
  .hideForMobile {
    display: none;
  }
  .hideForDT {
    display: block;
  }
  .sticky {
    position: fixed !important;
    top: 0 !important; /* required */
    background: #131f37;
    box-shadow: 0px 1px 2px 0px rgba(70, 10, 67, 0.29);
  }
}
@media only screen and (max-width: 500px) {
  .logo {
    width: 80%;
  }
  .main-slider.slider2 .slide {
    height: 100vh;
  }
  .theme-vacature-card {
    flex-direction: column;
    gap: 12px;
    width: 70%;
    margin: auto;
  }
  .theme-about-sec__progress-bar {
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */