/*-----------------------------------------------------------------------------------

 Project Name: Pursuit Tech
 Project URI: http://
 Description: 
 Author: 
 Author URI: 
 Version: 1.0.0

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

 == Table Of Content

 00 Imports
 01 Basics
 02 Code
 
---------------------------------------------------------------- */
/* 00. Imports */
@font-face {
  font-family: 'BarlowCondensed-Regular';
  src: url("../fonts/BarlowCondensed-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'BarlowCondensed-Medium';
  src: url("../fonts/BarlowCondensed-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'BarlowCondensed-Bold';
  src: url("../fonts/BarlowCondensed-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'BarlowCondensed-SemiBold';
  src: url("../fonts/BarlowCondensed-SemiBold.ttf") format("truetype");
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* Start Basics  */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  outline: none;
  word-wrap: break-word;
}

body {
  color: #222;
  font-family: "BarlowCondensed-Regular";
  font-size: 14px;
}

body::-webkit-scrollbar {
  width: 8px;
  height: 12px;
}

body::-webkit-scrollbar-thumb {
  background-color: #94c00a;
}

body::-webkit-scrollbar-track {
  background-color: #383838;
}

body::-moz-scrollbar {
  width: 8px;
  height: 12px;
}

body::-moz-scrollbar-thumb {
  background-color: #94c00a;
}

body::-moz-scrollbar-track {
  background-color: #383838;
}

p {
  color: #222;
  font-family: "BarlowCondensed-Regular";
  font-size: 14px;
}

img {
  width: 100%;
  height: auto;
}

span,
a,
a:hover {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}

/* Start Basics ends */
/* Page Basic Classes */
.page_title {
  color: #94c00a;
  font-family: "BarlowCondensed-Medium";
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .page_title {
    font-size: 16px;
  }
}

.page_head {
  font-family: "BarlowCondensed-Regular";
  font-size: 50px;
}

@media screen and (max-width: 991px) {
  .page_head {
    font-size: 25px;
  }
}

.fixed-top {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* Page Basic Classes ends */
/* Main starts */
main {
  /* Hero with nav */
  /* hero ends */
  /* welcome starts */
  /* welcome ends */
  /* service start */
  /* service ends */
  /* our partners start */
  /* our partners ends */
  /* Industries starts */
  /* Industries ends */
  /* Clients start */
  /* Clients ends */
  /* Map starts */
  /* Map ends */
}

main .hero {
  /* Swiper styles */
}

main .hero .nav_wrapper {
  background: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 991px) {
  main .hero .nav_wrapper {
    background: #94c00a;
  }
}

@media screen and (min-width: 992px) {
  main .hero .nav_wrapper {
    padding: 0;
  }
}

main .hero .nav_wrapper .head_logo {
  margin-left: 100px;
  margin-right: 70px;
}

@media screen and (max-width: 991px) {
  main .hero .nav_wrapper .head_logo {
    margin-left: 20px;
  }
}

main .hero .nav_wrapper .head_logo img {
  width: 100px;
}

@media screen and (max-width: 991px) {
  main .hero .nav_wrapper .main_nav .nav_left {
    text-align: center;
  }
}

main .hero .nav_wrapper .main_nav .nav_left li a {
  color: white;
  font-size: 18px;
}

@media screen and (min-width: 1200px) {
  main .hero .nav_wrapper .main_nav .nav_left li a {
    padding: 10px 20px;
  }
}

main .hero .nav_wrapper .main_nav .nav_left .active a {
  color: white;
}

main .hero .nav_wrapper .main_nav .nav_right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .hero .nav_wrapper .main_nav .nav_right li a img {
  width: 20px;
}

main .hero .nav_wrapper .main_nav .nav_right .phone_no {
  background: #94c00a;
  padding: 15px 5px;
}

@media screen and (min-width: 1200px) {
  main .hero .nav_wrapper .main_nav .nav_right .phone_no {
    padding: 26px 50px;
  }
}

@media screen and (min-width: 992px) {
  main .hero .nav_wrapper .main_nav .nav_right .phone_no {
    margin-left: 20px;
  }
}

main .hero .nav_wrapper .main_nav .nav_right .phone_no a {
  color: white;
  font-size: 20px;
}

main .hero .nav_wrapper .main_nav .nav_right .phone_no a img {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

main .hero .change_navColor {
  background: #94c00a;
  -webkit-box-shadow: 2px 5px 12px -4px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 5px 12px -4px rgba(0, 0, 0, 0.5);
}

main .hero html,
main .hero body {
  position: relative;
  height: 100%;
}

main .hero body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

main .hero .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

main .hero .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

main .hero .swiper-slide h1 {
  font-size: 65px;
  color: #feffff;
  line-height: 1.3;
  font-family: "BarlowCondensed-Regular";
}

@media screen and (max-width: 565px) {
  main .hero .swiper-slide h1 {
    font-size: 30px;
    margin-bottom: 120px;
  }
}

main .hero .swiper-slide button {
  background: transparent;
  border: 2px solid #94c00a;
  border-radius: 0;
  color: #94c00a;
  padding: 8px 50px;
  font-family: "BarlowCondensed-SemiBold";
}

@media screen and (max-width: 565px) {
  main .hero .swiper-slide button {
    margin-top: 20px;
    font-size: 16px;
  }
}

main .hero .slide_1, main .hero .slide_2, main .hero .slide_3 {
  background: url(../imgs/Cover1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

main .hero .slide_2 {
  background: url(../imgs/Cover2.png) center center no-repeat;
}

main .hero .slide_3 {
  background: url(../imgs/Cover3.png) center center no-repeat;
}

main .hero .swiper-button-prev,
main .hero .swiper-container-rtl .swiper-button-next {
  left: 60px;
  background-image: url(../imgs/slider_left_navigation.png);
  background-size: 45px 45px;
  width: 45px;
  height: 45px;
}

@media screen and (min-width: 1201px) {
  main .hero .swiper-button-prev,
  main .hero .swiper-container-rtl .swiper-button-next {
    left: 120px;
  }
}

@media screen and (max-width: 991px) {
  main .hero .swiper-button-prev,
  main .hero .swiper-container-rtl .swiper-button-next {
    left: 20px;
  }
}

@media screen and (max-width: 565px) {
  main .hero .swiper-button-prev,
  main .hero .swiper-container-rtl .swiper-button-next {
    left: 5px;
  }
}

main .hero .swiper-button-next,
main .hero .swiper-container-rtl .swiper-button-prev {
  right: 60px;
  background-image: url(../imgs/slider_right_navigation.png);
  background-size: 45px 45px;
  width: 45px;
  height: 45px;
}

@media screen and (min-width: 1201px) {
  main .hero .swiper-button-next,
  main .hero .swiper-container-rtl .swiper-button-prev {
    right: 120px;
  }
}

@media screen and (max-width: 991px) {
  main .hero .swiper-button-next,
  main .hero .swiper-container-rtl .swiper-button-prev {
    right: 20px;
  }
}

@media screen and (max-width: 565px) {
  main .hero .swiper-button-next,
  main .hero .swiper-container-rtl .swiper-button-prev {
    right: 5px;
  }
}

main .hero .swiper-container-horizontal > .swiper-pagination-bullets,
main .hero .swiper-pagination-custom,
main .hero .swiper-pagination-fraction {
  bottom: 70px;
}

main .hero .swiper-pagination-bullet {
  background: transparent;
  border-radius: 0;
  width: 15px;
  height: 15px;
  border: 3px solid rgba(255, 255, 255, 0.9);
}

main .hero .swiper-pagination-bullet-active {
  background: transparent;
  border: 3px solid white;
}

main .welcome {
  background: url(../imgs/section1_bg.png) center center no-repeat;
  background-size: cover;
  width: 100%;
}

main .welcome .welcome_wrapper {
  padding: 10% 0;
}

@media screen and (max-width: 991px) {
  main .welcome .welcome_wrapper {
    padding: 5%;
  }
}

@media screen and (max-width: 991px) {
  main .welcome .welcome_wrapper .welcome_content {
    text-align: center;
  }
}

main .welcome .welcome_wrapper .welcome_content h6 {
  margin-top: 20px;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  main .welcome .welcome_wrapper .welcome_content h6 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 991px) {
  main .welcome .welcome_wrapper .welcome_content h6 {
    margin-top: 20px;
  }
}

main .welcome .welcome_wrapper .welcome_content h2 {
  margin-top: 15px;
  color: #252733;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  main .welcome .welcome_wrapper .welcome_content h2 {
    font-size: 30px;
    margin-top: 10px;
  }
}

main .welcome .welcome_wrapper .welcome_content p {
  color: #808186;
  font-family: "BarlowCondensed-Regular";
  font-size: 20px;
  line-height: 1.4;
  margin: 14px 0;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  main .welcome .welcome_wrapper .welcome_content p {
    line-height: 1.2;
    margin: 10px 0;
  }
}

main .welcome .welcome_wrapper .welcome_content button {
  background: transparent;
  border: 2px solid #252733;
  border-radius: 0;
  padding: 20px 50px;
  color: #252733;
  font-family: "BarlowCondensed-SemiBold";
}

@media screen and (max-width: 991px) {
  main .welcome .welcome_wrapper .welcome_content button {
    padding: 10px 20px;
    font-size: 16px;
  }
}

main .services {
  background: url(../imgs/section_two_bg.png) center center no-repeat;
  width: 100%;
  background-size: cover;
}

main .services .services_wrapper {
  padding: 10% 0;
}

main .services .services_wrapper h6 {
  text-align: center;
}

main .services .services_wrapper h2 {
  text-align: center;
  color: white;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  main .services .services_wrapper h2 {
    margin-top: 20px;
  }
}

main .services .services_wrapper .services_content {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  position: relative;
  height: 148px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 225px;
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  main .services .services_wrapper .services_content {
    height: 180px;
  }
}

@media screen and (max-width: 991px) {
  main .services .services_wrapper .services_content {
    height: 150px;
  }
}

main .services .services_wrapper .services_content:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #94c00a;
  position: absolute;
  bottom: 20px;
}

main .services .services_wrapper .services_content img {
  width: 60px;
}

main .services .services_wrapper .services_content p {
  margin: 20px 0;
  text-align: center;
}

@media screen and (min-width: 656px) {
  main .services .services_wrapper .service_popup .modal_width {
    max-width: 600px;
  }
}

main .services .services_wrapper .service_popup .popup_content {
  background: url(../imgs/popupbg.png);
  background-color: white;
  border-radius: 0;
  border: 5px solid #94c00a;
}

main .services .services_wrapper .service_popup .popup_content .popup_head {
  border-bottom: none;
}

main .services .services_wrapper .service_popup .popup_content .popup_head .head_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-left: 30px;
  margin-top: 15px;
}

main .services .services_wrapper .service_popup .popup_content .popup_head .head_content::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #94c00a;
  position: absolute;
  bottom: -20px;
  left: 0px;
}

main .services .services_wrapper .service_popup .popup_content .popup_head .head_content h4 {
  margin-left: 15px;
  font-size: 20px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
}

main .services .services_wrapper .service_popup .popup_content .popup_head .head_content img {
  width: 50px;
}

main .services .services_wrapper .service_popup .popup_content .popup_head button img {
  width: 20px;
}

main .services .services_wrapper .service_popup .popup_content .popup_body_content {
  margin: 15px 30px;
}

main .services .services_wrapper .service_popup .popup_content .popup_body_content p {
  margin-bottom: 20px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
}

main .services .services_wrapper .service_popup .popup_content .popup_body_content ul {
  list-style-type: disc;
  margin-left: 17px;
}

main .services .services_wrapper .service_popup .popup_content .popup_body_content ul li {
  list-style-type: disc;
  font-size: 18px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.7);
}

main .partners h6 {
  text-align: center;
  margin-bottom: 20px;
}

main .partners h2 {
  text-align: center;
  margin-bottom: 30px;
}

main .partners .partners_wrapper {
  padding: 10% 0;
}

main .partners .partners_wrapper .swiper-slide {
  padding: 30px 0;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  main .partners .partners_wrapper .swiper-slide {
    text-align: center;
  }
  main .partners .partners_wrapper .swiper-slide img {
    width: auto;
  }
}

main .partners .partners_wrapper .swiper-pagination-bullet {
  background: white;
  border: 1px solid black;
  opacity: 1;
}

main .partners .partners_wrapper .swiper-pagination-bullet-active {
  background: #26211d;
}

main .industries_background {
  background: url("../imgs/industries_we_serve.png") center center no-repeat;
  background-size: cover;
  padding: 70px;
}

@media screen and (max-width: 767px) {
  main .industries_background {
    padding: 30px;
  }
}

@media screen and (max-width: 565px) {
  main .industries_background {
    margin-bottom: 2px;
  }
}

main .industries_background .industry_title {
  font: 30px "BarlowCondensed-Regular";
  text-align: center;
  padding-bottom: 30px;
}

main .industries_background .industry_row {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  main .industries_background .col-lg-4 {
    margin-bottom: 20px;
  }
}

main .industries_background .col-lg-4 .img_wrapper {
  position: relative;
  cursor: pointer;
}

main .industries_background .col-lg-4 .img_wrapper img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

main .industries_background .col-lg-4 .img_wrapper img:hover {
  -webkit-filter: saturate(100%);
          filter: saturate(100%);
}

@media screen and (min-width: 991px) {
  main .industries_background .col-lg-4 .img_wrapper img {
    height: 240px;
  }
}

main .industries_background .col-lg-4 .img_wrapper p {
  position: absolute;
  bottom: 50px;
  font: 24px "BarlowCondensed-Regular";
  color: #fff;
  padding-left: 20px;
  z-index: 1000;
}

@media screen and (max-width: 1200px) {
  main .industries_background .col-lg-4 .img_wrapper p {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  main .industries_background .col-lg-2 {
    margin-bottom: 20px;
  }
}

main .industries_background .col-lg-2 .img_wrapper {
  position: relative;
  cursor: pointer;
}

main .industries_background .col-lg-2 .img_wrapper img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

main .industries_background .col-lg-2 .img_wrapper img:hover {
  -webkit-filter: saturate(100%);
          filter: saturate(100%);
}

@media screen and (min-width: 991px) {
  main .industries_background .col-lg-2 .img_wrapper img {
    height: 240px;
  }
}

main .industries_background .col-lg-2 .img_wrapper p {
  position: absolute;
  bottom: 50px;
  font: 24px "BarlowCondensed-Regular";
  color: #fff;
  padding-left: 20px;
  z-index: 1000;
}

@media screen and (max-width: 1200px) {
  main .industries_background .col-lg-2 .img_wrapper p {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  main .industries_background .col-lg-2 .img_wrapper p {
    font-size: 30px;
  }
}

@media screen and (max-width: 565px) {
  main .industries_background .col-lg-2 .img_wrapper p {
    font-size: 16px;
  }
}

main .clients {
  padding: 70px;
}

main .clients .client_title {
  font: 30px "BarlowCondensed-Regular";
  text-align: center;
  padding-bottom: 30px;
}

main .clients .custom_nav_pills {
  width: 100%;
  text-align: center;
  display: block;
}

main .clients .custom_nav_pills .nav-item {
  display: inline-block;
  padding: 20px;
  width: 30%;
}

@media screen and (max-width: 565px) {
  main .clients .custom_nav_pills .nav-item {
    width: 100%;
  }
}

main .clients .custom_nav_pills .nav-item .nav-link {
  background-color: transparent;
  outline: 1px solid #0f0b18;
  color: #84858a;
  font-size: 15px;
  padding: 14px;
  width: 100% !important;
}

main .clients .custom_nav_pills .nav-item .active {
  background-color: #94c00a;
  color: #ffffff;
  border-radius: 0;
  outline: 1px solid #94c00a;
}

main .clients .tab-content {
  width: 100%;
  padding: 10px;
}

main .clients .tab-content .col-md-2 {
  float: left;
  padding: 10px;
}

main .clients .tab-content .col-md-2 img {
  width: 100%;
}

main .map_location {
  position: relative;
}

main .map_location iframe {
  width: 100%;
  height: 700px;
}

main .map_location form {
  position: absolute;
  top: 50%;
  width: 30%;
  background-color: #fff;
  padding: 60px;
  margin-top: -230px;
  right: 150px;
  outline: 10px solid #94c00a;
}

@media screen and (max-width: 1200px) {
  main .map_location form {
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  main .map_location form {
    width: auto;
    right: 60px;
  }
}

@media screen and (max-width: 767px) {
  main .map_location form {
    right: 30px;
  }
}

@media screen and (max-width: 565px) {
  main .map_location form {
    right: 30px;
    padding: 40px;
  }
}

main .map_location form h6 {
  padding-bottom: 10px;
}

main .map_location form p {
  font-size: 22px;
  padding-bottom: 20px;
}

main .map_location form .form-group input {
  padding: 20px;
  border-radius: 0;
  background-color: #f3f3f3;
}

main .map_location form .form-group textarea {
  height: 90px;
  padding: 20px;
  border-radius: 0;
  background-color: #f3f3f3;
}

main .map_location form .form-group:last-child {
  margin-bottom: 8px;
}

main .map_location form button {
  background-color: transparent;
  color: #000;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #000;
  text-transform: uppercase;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

main .map_location form button:hover {
  background-color: #94c00a;
  border: 1px solid #94c00a;
}

/* Main section ends */
/* Footer start */
footer {
  background: #252733;
  padding: 5% 0;
}

@media screen and (max-width: 565px) {
  footer {
    text-align: center;
  }
}

footer .contact_left img {
  width: 150px;
}

footer .contact_left p {
  color: #d1d0d5;
  font-family: "BarlowCondensed-Regular";
  line-height: 1.4;
  margin-top: 20px;
  font-size: 18px;
}

footer .contact_left h6 {
  color: #94c00a;
  font-size: 30px;
  font-family: "BarlowCondensed-Medium";
}

footer .contact_left h6 a {
  color: #94c00a;
  font-size: 30px;
  margin-top: 20px;
  font-family: "BarlowCondensed-Medium";
}

footer .contact_center h5 {
  color: white;
  font-size: 25px;
  font-family: "BarlowCondensed-Medium";
  margin-top: 20px;
}

footer .contact_center p {
  color: #94c00a;
  margin-top: 30px;
  font-size: 16px;
}

footer .contact_center address {
  color: #d1d0d5;
  line-height: 1.4;
  font-size: 18px;
  margin-top: 10px;
}

footer .contact_center a {
  color: #d1d0d5;
  font-size: 18px;
  margin-top: 10px;
}

footer .contact_right h5 {
  color: white;
  font-size: 25px;
  font-family: "BarlowCondensed-Medium";
  margin-top: 20px;
}

footer .contact_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media screen and (max-width: 565px) {
  footer .contact_right ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .contact_right ul li {
  margin: 5px;
  cursor: pointer;
}

footer .contact_right ul li img {
  width: 50px;
}

.copyright {
  background: #94c00a;
  padding: 32px 0;
}

@media screen and (max-width: 565px) {
  .copyright {
    text-align: center;
  }
}

.copyright p {
  color: white;
  font-size: 18px;
}

/* Footer ends */
/* All Styles ends Here */
/*# sourceMappingURL=main.css.map */