/*!
Theme Name: cfarm
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cfarm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cfarm is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* Alignments
--------------------------------------------- */
@import url("css/fonts/primetime/stylesheet.css");
@import url("css/fonts/futura/stylesheet.css");
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/*!
Theme Name: cfarm
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>cfarm</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cfarm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cfarm is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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;
  -webkit-text-size-adjust: 100%; }

/* 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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 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;
  font-size: 1em; }

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * 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;
  font-size: 1em; }

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * 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"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * 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;
  outline-offset: -2px; }

/**
 * 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;
  font: inherit; }

/* 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; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body, html {
  position: relative;
  min-height: 100%; }

body {
  color: #1D1D1D;
  font-family: 'Futura Bk BT';
  font-weight: normal;
  position: realtive; }

h1, h2, h3, h4, h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #494949;
  margin-bottom: 1rem; }

.container {
  width: 90%;
  margin: auto;
  max-width: 1440px; }

.btn {
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  border: 0px;
  cursor: pointer;
  box-shadow: none;
  font-weight: 900; }
  .btn--bold {
    font-weight: bold; }
  .btn--semi-bold {
    font-weight: 600; }
  .btn--md {
    font-size: 18px; }
  .btn--lg {
    font-size: 24px; }
  .btn--p-side-lg {
    padding-left: 40px;
    padding-right: 40px; }
  .btn--no-pad {
    padding: 0; }
  .btn--large-radius {
    border-radius: 60px; }
  .btn--upper {
    text-transform: uppercase; }
  .btn--sqr {
    border-radius: 0px; }
  .btn--bold {
    font-weight: bold; }
  .btn--block {
    display: block;
    width: 100%; }
  .btn--btn-60 {
    max-width: 60%;
    margin: auto; }
  .btn--l-marg {
    padding-left: 25px; }
  .btn--r-marg {
    padding-left: 25px; }
  .btn--side-pad {
    padding-left: 30px;
    padding-right: 30px; }
  .btn--text-center {
    text-align: center; }
  .btn--white {
    color: #20409A;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(32, 64, 154, 0.3); }
  .btn--white-bordered {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0px; }
  .btn--green {
    background: #159842;
    color: #fff; }
  .btn--blue {
    background: #20409A;
    color: #fff; }

.font--popins {
  font-family: 'Heebo', sans-serif; }
.font--bold {
  font-weight: bold; }
.font--m-500 {
  font-weight: 500; }
.font--m-600 {
  font-weight: 500; }
.font--light {
  font-weight: 300; }

.color--white {
  color: #fff !important; }
.color--dark-blue {
  color: #20409A; }
.color--light-green {
  color: #3BB54A; }
.color--yellow {
  color: #FDC353; }

.ul-inline-block {
  padding: 0;
  margin: 0; }
  .ul-inline-block li {
    display: inline-block; }
  .ul-inline-block--li-marg li {
    margin-right: 1rem; }
    .ul-inline-block--li-marg li:last-of-type {
      margin-right: 0px; }

.ul-flex-row {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row; }

.ul-flex-col {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: col; }

.psuedo-element-class {
  content: ' ';
  position: absolute;
  display: inline-block; }

.section {
  padding: 100px 0px;
  position: relative; }
  .section .color-white {
    color: #fff; }
  .section .color-dark-grey {
    color: #222; }
  .section .color-purple {
    color: #917cb4; }
  .section--small-pad {
    padding: 40px 0px; }
  .section--mar-btm-lg {
    margin-bottom: 120px; }
  .section--mar-top-lg {
    margin-bottom: 120px; }
  .section--medium-pad {
    padding: 60px 0px; }
  .section--large-pad {
    padding: 100px 0px; }
  .section--xlg-pad {
    padding: 120px 0px; }
  .section--no-pad {
    padding: 0px 0px; }
  .section--no-pad-top {
    padding-top: 0px; }
  .section--no-pad-btm {
    padding-bottom: 0px; }
  .section--purple-bg {
    color: #fff; }
  .section--overflow-hidden {
    overflow: hidden; }
  .section__heading {
    font-size: 3.5rem;
    font-weight: 600;
    text-align: center;
    margin: auto;
    margin-bottom: 2rem;
    max-width: 80%; }
    .section__heading--sm {
      font-size: 2rem; }
    .section__heading--no-marg {
      margin: 0px; }
    .section__heading--no-tb-marg {
      margin-top: 0px;
      margin-bottom: 0px; }
    .section__heading--pad-lg {
      padding: 3rem 0; }
  .section--main-header {
    padding: 0; }
    .section--main-header .section__inner {
      display: flex;
      flex-direction: row; }
  .section--blue-bg-arc {
    background: #20409A;
    color: #fff;
    position: relative; }
    .section--blue-bg-arc .container {
      position: relative; }
    .section--blue-bg-arc:before {
      position: absolute;
      content: " ";
      width: 100%;
      height: 200px;
      left: 0;
      bottom: 0;
      background: url("img/bg-blue-arc.png") #fff no-repeat;
      background-size: 100% 100%; }
  .section--blue-bg {
    background: #20409A;
    color: #fff; }
  .section--light-blue {
    background: #9cc0f9; }
  .section--bg-black {
    background: #1E212A;
    color: #fff; }
  .section--page-top {
    padding-top: 90px; }
  .section--product-single-top {
    margin-top: 55px; }

.info-section__desc {
  max-width: 720px;
  margin: auto;
  text-align: center; }
.info-section__img-wrap img {
  margin: auto;
  display: block; }
.info-section__img-wrap--full img {
  width: 100%; }
.info-section__heading {
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.75;
  letter-spacing: 1.5px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #494949; }
  .info-section__heading--upper {
    text-transform: uppercase; }
  .info-section__heading--white {
    color: #fff; }
.info-section__content-wrap--padded {
  padding: 4rem; }
.info-section__content {
  line-height: 1.5;
  font-size: 1.25rem; }
.info-section__btn-wrap {
  padding-top: 2rem; }
.info-section--flex-center {
  display: flex;
  align-items: center; }
  .info-section--flex-center .info-section__col {
    width: 50%; }
.info-section--pad-btm {
  margin-bottom: 3rem; }
  .info-section--pad-btm:last-of-type {
    margin-bottom: 0px; }

.main-top-navbar-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10000; }
  .main-top-navbar-wrap .navbar {
    background: transparent;
    padding-left: 0px;
    padding-right: 0px; }
  .main-top-navbar-wrap .navbar-brand img {
    max-height: 100px; }
  .main-top-navbar-wrap .navbar-nav {
    min-width: 80%;
    background: #fff;
    justify-content: flex-end;
    border-radius: 4px;
    position: relative;
    overflow: hidden; }
    .main-top-navbar-wrap .navbar-nav:after {
      position: absolute;
      content: " ";
      height: 80px;
      width: 40px;
      left: 0;
      top: 0;
      background: #20409A;
      transform: translate(-7px, 7px) rotateZ(-45deg); }
    .main-top-navbar-wrap .navbar-nav .nav-link {
      color: #4F5357;
      padding: 1rem;
      font-size: 1.25rem; }
    .main-top-navbar-wrap .navbar-nav .nav-link:hover,
    .main-top-navbar-wrap .navbar-nav .active > .nav-link {
      color: #4F5357; }
    .main-top-navbar-wrap .navbar-nav li {
      margin-right: 2rem; }
      .main-top-navbar-wrap .navbar-nav li:last-of-type {
        margin-right: 0px; }
  .main-top-navbar-wrap .logo-alt {
    display: none; }
  .main-top-navbar-wrap--sticky {
    background: #fff;
    box-shadow: 0px 4px 16px rgba(32, 64, 154, 0.08); }
    .main-top-navbar-wrap--sticky .logo-main {
      display: none; }
    .main-top-navbar-wrap--sticky .logo-alt {
      display: block;
      max-height: 50px !important; }
    .main-top-navbar-wrap--sticky .navbar-nav:after {
      display: none; }

.home-hero-section {
  padding-top: 120px;
  color: #fff; }

.home-hero-main__wrap {
  display: flex;
  align-items: center; }
.home-hero-main__desc {
  width: 50%; }
.home-hero-main__img-wrap {
  width: 50%; }
  .home-hero-main__img-wrap img {
    position: relative;
    bottom: -165px; }
.home-hero-main__heading {
  font-size: 3rem;
  color: #fff;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 2rem;
  text-transform: uppercase; }
.home-hero-main__content {
  font-size: 1.5rem;
  font-weight: 900; }

.info-icon-list__wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 3rem; }
.info-icon-list-item {
  width: 30%;
  text-align: center; }
  .info-icon-list-item .icon {
    margin-bottom: 1rem; }
    .info-icon-list-item .icon img {
      max-height: 100px; }
  .info-icon-list-item .heading {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 1rem;
    text-transform: uppercase; }
  .info-icon-list-item .content {
    line-height: 1.5; }

.product-list__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0; }
.product-list-item {
  display: flex;
  width: 30%;
  text-align: center;
  padding: 2rem;
  margin-bottom: 2rem;
  flex-direction: column;
  justify-content: center;
  transition: all .2s; }
  .product-list-item .icon {
    min-height: 250px;
    margin-bottom: 1rem; }
    .product-list-item .icon img {
      max-height: 200px; }
  .product-list-item .heading {
    font-size: 1.25rem;
    font-weight: 900;
    margin-bottom: 1rem; }
  .product-list-item .btn-wrap {
    opacity: 0;
    padding-top: 2rem; }
  .product-list-item:hover, .product-list-item.active {
    background: #20409A;
    border-radius: 0.5rem;
    color: #fff; }
    .product-list-item:hover .heading, .product-list-item.active .heading {
      color: #fff; }
    .product-list-item:hover .btn-wrap, .product-list-item.active .btn-wrap {
      display: block;
      opacity: 1; }
.product-list__wrap--main {
  padding-top: 4rem; }
  .product-list__wrap--main .product-list-item {
    border: 1px solid #D8E2FF;
    width: 26%;
    margin-bottom: 3rem;
    border-radius: 0.5rem; }

.illustration-list__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  padding-top: 3rem; }
.illustration-list__item {
  display: block;
  width: 45%;
  margin-bottom: 3rem; }
  .illustration-list__item .icon {
    margin-bottom: 2rem; }
  .illustration-list__item .heading {
    font-weight: 900;
    color: #2f2f2f; }

.app-section {
  margin-bottom: 120px; }
  .app-section .info-section__img-wrap img {
    position: relative;
    bottom: -220px; }
  .app-section--alt-img-position .info-section__img-wrap img {
    bottom: -100px; }

.map-section {
  background: #9cc0f9;
  background: url("img/location-map-bg.svg") no-repeat #9cc0f9;
  background-size: cover;
  min-height: 480px;
  display: flex;
  align-items: center; }
  .map-section__heading {
    max-width: 30%;
    color: #fff; }

.client-testimonial-slider__inner {
  padding: 0;
  margin: 0; }
  .client-testimonial-slider__inner .slick-next {
    right: -75px;
    background: url("img/slide-arrow.png") no-repeat;
    width: 50px;
    height: 75px;
    background-position: center center; }
    .client-testimonial-slider__inner .slick-next:before {
      display: none; }
    .client-testimonial-slider__inner .slick-next.slick-disabled {
      opacity: 0.2; }
  .client-testimonial-slider__inner .slick-prev {
    left: -75px;
    background: url("img/slide-arrow.png") no-repeat;
    width: 50px;
    height: 75px;
    background-position: center center;
    transform: rotateZ(-180deg) translate(0, 50%); }
    .client-testimonial-slider__inner .slick-prev:before {
      display: none; }
    .client-testimonial-slider__inner .slick-prev.slick-disabled {
      opacity: 0.2; }
.client-testimonial-slider__slide {
  padding: 6rem 4rem;
  border-radius: 0.5rem;
  background: #20409A;
  background: url("img/testimonial-slider-bg.png") repeat-x #20409A;
  background-position: center bottom;
  margin-bottom: 2rem;
  color: #fff;
  display: flex !important; }
  .client-testimonial-slider__slide .img-wrap {
    width: 15%;
    text-align: center; }
  .client-testimonial-slider__slide .icon {
    margin-bottom: 1rem; }
  .client-testimonial-slider__slide .name {
    font-weight: 900; }
  .client-testimonial-slider__slide .designation {
    color: #FDC353; }
  .client-testimonial-slider__slide .content {
    width: 85%; }

.main-footer .footer-icon-wrap {
  margin-bottom: 2rem;
  text-align: center; }
.main-footer .footer-bottom {
  border-top: 1px solid #fff;
  padding-top: 2rem; }

.footer-main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0; }
  .footer-main-nav li {
    display: inline-block;
    margin-right: 2rem;
    font-size: 1.25rem; }
    .footer-main-nav li:last-of-type {
      margin-right: 0px; }
    .footer-main-nav li a {
      color: #fff; }

.footer-social-list {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0; }
  .footer-social-list li {
    margin-right: 1rem;
    display: inline-block; }
    .footer-social-list li a {
      display: inline-block;
      width: 40px;
      height: 40px;
      padding: 0;
      margin: 0;
      background: #494949;
      color: #fff;
      font-size: 1.5rem;
      border-radius: 100%;
      text-align: center;
      line-height: 40px; }
    .footer-social-list li:last-of-type {
      margin-right: 0px; }

.we-are-listening-section {
  background: #1E212A;
  background: url("img/we-are-listening-bg.png") no-repeat;
  background-size: cover;
  color: #fff;
  padding: 160px 0 120px 0; }

.main-contact-form {
  max-width: 80%;
  margin: auto;
  margin-top: -200px;
  background: #fff;
  border-radius: .5rem;
  padding: 2rem;
  box-shadow: 0px 4px 16px rgba(27, 63, 138, 0.1); }
  .main-contact-form .form-group label {
    color: #888888; }
  .main-contact-form .form-control {
    color: #0B204C;
    border: 1px solid transparent;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    .main-contact-form .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #0B204C; }
    .main-contact-form .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: #0B204C; }
    .main-contact-form .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: #0B204C; }
    .main-contact-form .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: #0B204C; }
  .main-contact-form .btn-wrap {
    text-align: center; }
    .main-contact-form .btn-wrap .btn--blue {
      padding-left: 60px;
      padding-right: 60px; }

.main-contact-info-list {
  padding: 0;
  padding-top: 3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .main-contact-info-list li {
    margin-bottom: 2.5rem;
    width: 50%;
    display: flex;
    align-items: center; }
    .main-contact-info-list li.full {
      width: 100%; }
    .main-contact-info-list li .icon {
      width: 50px;
      height: 50px;
      background: #fff;
      color: #20409A;
      border-radius: 100%;
      font-size: 1.5rem;
      margin-right: 2rem;
      text-align: center;
      line-height: 50px; }
    .main-contact-info-list li .field {
      font-size: 0.9rem; }
    .main-contact-info-list li .contact {
      font-weight: 600; }

.faq-list {
  max-width: 60%;
  margin: auto;
  padding-top: 3rem;
  padding-left: 0px; }
  .faq-list li {
    display: block;
    padding: 2rem;
    background: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
    margin-bottom: 1rem;
    position: relative;
    cursor: pointer; }
    .faq-list li:after {
      content: " ";
      position: absolute;
      right: 2rem;
      top: 50%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8.7px 5px 0 5px;
      border-color: #C4C4C4 transparent transparent transparent; }
    .faq-list li .question {
      font-weight: 600; }
    .faq-list li .answer {
      padding-top: 2rem;
      height: 0px;
      overflow: hidden;
      opacity: 0;
      display: none;
      transition: all .4s; }
    .faq-list li.active .answer {
      height: auto;
      opacity: 1;
      display: block; }

.cf-woo-product-images-wrap:before {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background: rgba(0, 0, 0, 0.5); }
.cf-woo-product-images-wrap .woocommerce-product-gallery {
  position: relative; }
  .cf-woo-product-images-wrap .woocommerce-product-gallery__wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0px; }
  .cf-woo-product-images-wrap .woocommerce-product-gallery__image {
    border: 1px solid #fff;
    margin-right: .5rem; }
    .cf-woo-product-images-wrap .woocommerce-product-gallery__image img {
      max-width: 100px; }
    .cf-woo-product-images-wrap .woocommerce-product-gallery__image:first-of-type {
      width: 100%;
      border: 0px;
      margin: 0px; }
      .cf-woo-product-images-wrap .woocommerce-product-gallery__image:first-of-type img {
        max-width: 100%;
        width: auto;
        max-height: 900px; }
    .cf-woo-product-images-wrap .woocommerce-product-gallery__image:last-of-type {
      margin-right: 0px; }

.single-product .woocommerce-tabs.wc-tabs-wrapper {
  margin: 0;
  padding: 0; }
  .single-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 2rem;
    display: flex; }
    .single-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li {
      display: inline-block;
      margin-right: 1rem; }
      .single-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li a {
        padding: 0.5rem 2rem;
        background: #20409A;
        color: #fff;
        border-radius: 0.25rem;
        text-decoration: none;
        text-transform: uppercase; }
      .single-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li:last-of-type {
        margin-right: 0px; }
      .single-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li.active {
        box-shadow: 0px 4px 8px rgba(32, 64, 154, 0.3) !important;
        font-weight: bold; }
.single-product .woocommerce-tabs .woocommerce-Tabs-panel h3 {
  font-size: 1.25rem; }
.single-product .woocommerce-tabs #tab-description > h2 {
  display: none; }
.single-product table.variations tbody {
  width: 100%; }
.single-product table.variations .label {
  font-weight: bold;
  padding-right: 1rem;
  text-transform: capitalize; }
.single-product table.variations .reset_variations {
  padding-left: 1rem;
  color: #fff;
  font-weight: bold;
  text-decoration: underline; }
.single-product .single_variation .woocommerce-variation-price {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1rem 0; }
.single-product .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center; }
  .single-product .woocommerce-variation-add-to-cart .quantity {
    margin-right: 1rem; }
  .single-product .woocommerce-variation-add-to-cart .button {
    color: #20409A !important;
    background: #fff !important;
    box-shadow: 0px 4px 8px rgba(32, 64, 154, 0.3) !important; }
.single-product .up-sells.products > h2 {
  display: none; }

.woocommerce.post-type-archive-product ul.products,
.single-product .upsells.products ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  padding-top: 2rem;
  margin: 0; }
  .woocommerce.post-type-archive-product ul.products > li,
  .single-product .upsells.products ul.products > li {
    display: flex;
    width: 30%;
    text-align: center;
    padding: 4rem 2rem;
    margin-bottom: 2rem;
    flex-direction: column;
    justify-content: center;
    transition: all .2s;
    margin-right: 0px !important;
    border: 1px solid #D8E2FF;
    width: 26%;
    margin-bottom: 3rem;
    border-radius: 0.5rem; }
    .woocommerce.post-type-archive-product ul.products > li .star-rating,
    .single-product .upsells.products ul.products > li .star-rating {
      display: none; }
    .woocommerce.post-type-archive-product ul.products > li .price,
    .single-product .upsells.products ul.products > li .price {
      font-size: 1rem;
      color: #494949; }
    .woocommerce.post-type-archive-product ul.products > li .attachment-woocommerce_thumbnail,
    .single-product .upsells.products ul.products > li .attachment-woocommerce_thumbnail {
      max-height: 200px;
      width: auto !important;
      margin: auto;
      margin-bottom: 2rem; }
    .woocommerce.post-type-archive-product ul.products > li .button,
    .single-product .upsells.products ul.products > li .button {
      opacity: 0;
      color: #20409A;
      background: #fff;
      box-shadow: 0px 4px 8px rgba(32, 64, 154, 0.3); }
    .woocommerce.post-type-archive-product ul.products > li .woocommerce-loop-product__title,
    .single-product .upsells.products ul.products > li .woocommerce-loop-product__title {
      padding: 1rem 0;
      font-size: 1.25rem;
      text-transform: uppercase; }
    .woocommerce.post-type-archive-product ul.products > li:hover, .woocommerce.post-type-archive-product ul.products > li.active,
    .single-product .upsells.products ul.products > li:hover,
    .single-product .upsells.products ul.products > li.active {
      background: #20409A;
      border-radius: 0.5rem;
      color: #fff; }
      .woocommerce.post-type-archive-product ul.products > li:hover .heading, .woocommerce.post-type-archive-product ul.products > li.active .heading,
      .single-product .upsells.products ul.products > li:hover .heading,
      .single-product .upsells.products ul.products > li.active .heading {
        color: #fff; }
      .woocommerce.post-type-archive-product ul.products > li:hover .button, .woocommerce.post-type-archive-product ul.products > li.active .button,
      .single-product .upsells.products ul.products > li:hover .button,
      .single-product .upsells.products ul.products > li.active .button {
        display: block;
        opacity: 1; }
      .woocommerce.post-type-archive-product ul.products > li:hover .price, .woocommerce.post-type-archive-product ul.products > li.active .price,
      .single-product .upsells.products ul.products > li:hover .price,
      .single-product .upsells.products ul.products > li.active .price {
        font-size: 1rem;
        color: #fff; }
      .woocommerce.post-type-archive-product ul.products > li:hover .woocommerce-loop-product__title, .woocommerce.post-type-archive-product ul.products > li.active .woocommerce-loop-product__title,
      .single-product .upsells.products ul.products > li:hover .woocommerce-loop-product__title,
      .single-product .upsells.products ul.products > li.active .woocommerce-loop-product__title {
        color: #fff; }

.woocommerce-account .col2-set > div,
.woocommerce-checkout .col2-set > div {
  width: 48%;
  max-width: 48%; }
.woocommerce-account .woocommerce-form label,
.woocommerce-account .woocommerce-checkout label,
.woocommerce-checkout .woocommerce-form label,
.woocommerce-checkout .woocommerce-checkout label {
  display: block;
  width: 100%; }
.woocommerce-account .woocommerce-form input[type="text"],
.woocommerce-account .woocommerce-form input[type=password],
.woocommerce-account .woocommerce-form .password-input,
.woocommerce-account .woocommerce-checkout input[type="text"],
.woocommerce-account .woocommerce-checkout input[type=password],
.woocommerce-account .woocommerce-checkout .password-input,
.woocommerce-checkout .woocommerce-form input[type="text"],
.woocommerce-checkout .woocommerce-form input[type=password],
.woocommerce-checkout .woocommerce-form .password-input,
.woocommerce-checkout .woocommerce-checkout input[type="text"],
.woocommerce-checkout .woocommerce-checkout input[type=password],
.woocommerce-checkout .woocommerce-checkout .password-input {
  width: 100%; }
.woocommerce-account .woocommerce-form .show-password-input,
.woocommerce-account .woocommerce-form .woocommerce-input-wrapper,
.woocommerce-account .woocommerce-checkout .show-password-input,
.woocommerce-account .woocommerce-checkout .woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce-form .show-password-input,
.woocommerce-checkout .woocommerce-form .woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce-checkout .show-password-input,
.woocommerce-checkout .woocommerce-checkout .woocommerce-input-wrapper {
  top: 50%;
  display: block;
  margin-top: -10px;
  width: 100%; }

@media (max-width: 991.98px) {
  body {
    font-size: 1rem; }

  .section {
    padding: 4rem 0; }
    .section--main-header {
      padding: 0px; }
      .section--main-header .section__inner {
        flex-wrap: wrap; }
    .section--page-top {
      padding-top: 120px; }
    .section--no-pad-top {
      padding-top: 0px; }
    .section--no-pad-btm {
      padding-bottom: 0px; }

  .info-section__heading {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: center; }
  .info-section__content {
    text-align: center; }
  .info-section__img-wrap {
    margin-bottom: 1rem; }
  .info-section__btn-wrap {
    text-align: center;
    margin-bottom: 1rem; }
  .info-section--flex-center {
    flex-wrap: wrap; }
    .info-section--flex-center .info-section__col {
      width: 100%; }
  .info-section__content-wrap--padded {
    padding: 2rem; }

  .main-top-navbar-wrap .navbar-brand img {
    max-width: 180px; }
  .main-top-navbar-wrap .navbar-nav::after {
    display: none; }
  .main-top-navbar-wrap .navbar-toggler {
    color: #fff;
    border-color: #fff;
    padding: 0.5rem 1rem; }

  .home-hero-section {
    padding-top: 140px; }

  .home-hero-main__wrap {
    flex-wrap: wrap; }
  .home-hero-main__desc {
    width: 100%; }
  .home-hero-main__img-wrap {
    width: 100%; }
    .home-hero-main__img-wrap img {
      bottom: -100px; }
  .home-hero-main__heading {
    font-size: 1.75rem; }

  .info-icon-list__wrap {
    flex-wrap: wrap; }
  .info-icon-list-item {
    width: 100%; }

  .product-list__wrap {
    flex-wrap: wrap; }
  .product-list-item {
    width: 100%;
    border: 1px solid #D8E2FF; }
    .product-list-item .btn-wrap {
      opacity: 1; }
  .product-list__wrap--main .product-list-item {
    width: 100%; }

  .illustration-list__wrap {
    flex-wrap: wrap; }
  .illustration-list__item {
    width: 100%;
    text-align: center; }

  .app-section {
    padding-top: 4rem;
    margin-bottom: 60px; }
    .app-section .info-section__img-wrap img {
      bottom: 0px; }
    .app-section .info-section__content-wrap {
      margin-bottom: 4rem; }
    .app-section--alt-img-position .info-section__img-wrap img {
      bottom: 0px; }

  .map-section {
    background-size: 100% 100%;
    min-height: auto; }
    .map-section__heading {
      font-size: 1.25rem; }

  .client-testimonial-slider__inner .slick-next {
    right: 10px; }
  .client-testimonial-slider__inner .slick-prev {
    left: 10px; }
  .client-testimonial-slider__slide {
    padding: 3rem;
    padding-bottom: 6rem;
    flex-wrap: wrap; }
    .client-testimonial-slider__slide .img-wrap {
      width: 100%;
      text-align: center; }
    .client-testimonial-slider__slide .content {
      width: 100%; }

  .footer-main-nav {
    flex-wrap: wrap;
    padding: 0px; }
    .footer-main-nav li {
      width: 100%;
      margin-right: 0px;
      text-align: center; }

  .footer-bottom .footer-text {
    text-align: center; }

  .footer-social-list {
    padding: 0;
    justify-content: center;
    padding-top: 2rem; }

  .we-are-listening-section {
    padding-top: 120px; }

  .main-contact-form {
    margin-top: -100px;
    max-width: 100%; }

  .main-contact-info-list {
    flex-wrap: wrap; }
    .main-contact-info-list li {
      width: 100%; }
      .main-contact-info-list li .icon {
        min-width: 50px; }

  .faq-list {
    max-width: 100%; }

  .cf-woo-product-images-wrap:before {
    display: nonoe; }
  .cf-woo-product-images-wrap .woocommerce-product-gallery {
    position: relative; }
    .cf-woo-product-images-wrap .woocommerce-product-gallery__image:first-of-type img {
      max-height: 300px; }

  .single-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
    flex-wrap: wrap; }
    .single-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li {
      width: 100%;
      display: block;
      margin-bottom: 1rem;
      margin-right: 0px; }
      .single-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li:last-of-type {
        margin-bottom: 0px; }
      .single-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li a {
        display: block; }
  .single-product table.variations {
    margin: auto;
    margin-top: 2rem; }
  .single-product .woocommerce-variation-add-to-cart {
    justify-content: center; }
  .single-product .up-sells.products > h2 {
    display: none; }

  .cf-woo-product-images-wrap:before {
    display: none; }

  .woocommerce.post-type-archive-product ul.products > li,
  .single-product .upsells.products ul.products > li {
    width: 100% !important; }
    .woocommerce.post-type-archive-product ul.products > li .price,
    .single-product .upsells.products ul.products > li .price {
      font-size: 1rem;
      color: #494949; }
    .woocommerce.post-type-archive-product ul.products > li .button,
    .single-product .upsells.products ul.products > li .button {
      opacity: 1; }
    .woocommerce.post-type-archive-product ul.products > li .woocommerce-loop-product__title,
    .single-product .upsells.products ul.products > li .woocommerce-loop-product__title {
      padding: 1rem 0;
      font-size: 1.15rem;
      text-transform: uppercase; }

  .post-type-archive-product .woocommerce-result-count {
    width: 100%;
    text-align: center;
    float: none; }
  .post-type-archive-product .woocommerce-ordering {
    float: none;
    width: 100%;
    text-align: center; }

  .woocommerce-account .col2-set > div,
  .woocommerce-checkout .col2-set > div {
    width: 100%;
    max-width: 100%; } }

/*# sourceMappingURL=style.css.map */
