/**
 *    Custom Stylesheet
 *
 *    ==========================
 *    SCSS File Inclusion Orders
 *    ==========================
 *
 *    #helpers
 *      - bootstrap
 *
 *
 *    #base
 *      - var
 *      - mixins
 *      - reset
 *      - base
 *      - color
 *      - typography
 *      - grid
 *      - helpers
 *
 *
 *    #components
 *
 *
 *    #modules
*/
/*
    =====
    #base
    =====
*/
/*! 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.
 */
/* line 11, sass/base/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, sass/base/_normalize.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, sass/base/_normalize.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, sass/base/_normalize.scss */
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.
 */
/* line 53, sass/base/_normalize.scss */
hr {
  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.
 */
/* line 64, sass/base/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, sass/base/_normalize.scss */
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.
 */
/* line 85, sass/base/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, sass/base/_normalize.scss */
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.
 */
/* line 105, sass/base/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, sass/base/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 133, sass/base/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 137, sass/base/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, sass/base/_normalize.scss */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, sass/base/_normalize.scss */
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.
 */
/* line 176, sass/base/_normalize.scss */
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.
 */
/* line 186, sass/base/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, sass/base/_normalize.scss */
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.
 */
/* line 218, sass/base/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, sass/base/_normalize.scss */
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.
 */
/* line 240, sass/base/_normalize.scss */
legend {
  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.
 */
/* line 253, sass/base/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, sass/base/_normalize.scss */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, sass/base/_normalize.scss */
[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.
 */
/* line 290, sass/base/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, sass/base/_normalize.scss */
[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.
 */
/* line 308, sass/base/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, sass/base/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, sass/base/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, sass/base/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, sass/base/_normalize.scss */
[hidden] {
  display: none;
}

/*
    ================
    FONT VARIABLES
    ================
*/
/*
    ================
    DEVICE VARIABLES
    ================
*/
/*
    ==========================
    TRANSITION & HELPER MIXINS
    ==========================
*/
/*
    ==================
    MEDIA QUERY MIXINS
    ==================
*/
/* mobile first for mobiles >= 480px */
/* mobile first for mobiles >= 560px */
/* mobile first for phablets >= 640px */
/* mobile first for tablet portrait >= 768px */
/* mobile first for tablet portrait <= 992px */
/* mobile first for tablet landscape & small desktop >= 1024px */
/* mobile first for tablet landscape & small desktop >= 1080px */
/* mobile first for small desktop > 1024px */
/* mobile first for small desktop >= 1280px */
/* mobile first for medium desktop >= 1360px */
/* mobile first for large desktop >= 1600px */
/*
    =================
    TYPOGRAPHY MIXINS
    =================
*/
/*
    ========================
    HEADER TYPOGRAPHY MIXINS
    ========================
*/
/*
    ======================
    BODY TYPOGRAPHY MIXINS
    ======================
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, sass/base/_reset.scss */
* {
  border: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}

/* line 14, sass/base/_reset.scss */
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,
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;
}

/* HTML5 display-role reset for older browsers */
/* line 102, sass/base/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 115, sass/base/_reset.scss */
body {
  line-height: 1;
}

/* line 118, sass/base/_reset.scss */
ol,
ul {
  list-style: none;
}

/* line 122, sass/base/_reset.scss */
blockquote,
q {
  quotes: none;
}

/* line 126, sass/base/_reset.scss */
input,
textarea {
  outline: none !important;
}

/* line 130, sass/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
    ===============
    COLOR VARIABLES
    ===============
*/
/*Background colors*/
/* line 33, sass/base/_color.scss */
.bg-white {
  background-color: #ffffff !important;
}

/* line 36, sass/base/_color.scss */
.bg-grey {
  background-color: #f5f5f5 !important;
}

/* line 39, sass/base/_color.scss */
.bg-light-grey {
  background-color: #f0f0f0;
}

/* line 42, sass/base/_color.scss */
.bg-black {
  background: #131318 !important;
}

/* line 45, sass/base/_color.scss */
.bg-dark-grey {
  background: #262631 !important;
}

/* line 48, sass/base/_color.scss */
.bg-green {
  background: #E5AD5A;
}

/*Font color classes*/
/* line 54, sass/base/_color.scss */
.white {
  color: #FFFFFF !important;
}

/* line 57, sass/base/_color.scss */
.black {
  color: #333333 !important;
}

/* line 60, sass/base/_color.scss */
.newer-black {
  color: #000000 !important;
}

/* line 63, sass/base/_color.scss */
.green {
  color: #14DF7D !important;
}

/* line 66, sass/base/_color.scss */
.ligh-green {
  color: #E5AD5A;
}

/* line 69, sass/base/_color.scss */
.darker-green {
  color: #05B281 !important;
}

/* line 72, sass/base/_color.scss */
.orange {
  color: #E76C00 !important;
}

/* line 75, sass/base/_color.scss */
.orangebtn {
  color: #FF5800 !important;
}

/* line 78, sass/base/_color.scss */
.orange-darker {
  color: #DB4C00 !important;
}

/* line 81, sass/base/_color.scss */
.light-grey {
  color: #C8C7CC !important;
}

/* line 84, sass/base/_color.scss */
.lighter-grey {
  color: #F9F9F9 !important;
}

/* line 87, sass/base/_color.scss */
.lighter-blue {
  color: #4A90E2 !important;
}

/* line 90, sass/base/_color.scss */
.blue {
  color: #205FA9 !important;
}

/* line 93, sass/base/_color.scss */
.darker-blue {
  color: #1D2942 !important;
}

/* line 96, sass/base/_color.scss */
.new-blue {
  color: #4A90E2 !important;
}

/*Gradient Background*/
/* line 101, sass/base/_color.scss */
.green-gradient {
  background: linear-gradient(135deg, #E1A448 0%, #FED365 100%) !important;
}

/* line 104, sass/base/_color.scss */
.green-gradient-reverse {
  background: linear-gradient(270deg, #E1A448 0%, #FED365 100%) !important;
}

/*Different colored texts*/
/* line 110, sass/base/_color.scss */
.active-color {
  color: #009C52 !important;
}

/* line 113, sass/base/_color.scss */
.active-color-light {
  color: #06C880 !important;
}

/* line 116, sass/base/_color.scss */
.warning-color {
  color: #0D98E0 !important;
}

/* line 119, sass/base/_color.scss */
.info-color {
  color: #0DC1E0 !important;
}

/* line 122, sass/base/_color.scss */
.yellow-color {
  color: #FF9500 !important;
}

/* line 125, sass/base/_color.scss */
.block-color {
  color: #CD3C0A !important;
}

/* line 4, sass/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-family: "Exo", sans-serif;
  font-weight: 300;
}

/* line 10, sass/base/_typography.scss */
a, p {
  font-family: "Exo", sans-serif;
}

/* line 14, sass/base/_typography.scss */
.font-family-mot {
  font-family: "Exo", sans-serif;
}

/* line 18, sass/base/_typography.scss */
.font-family-pop {
  font-family: "Poppins", sans-serif !important;
}

/* line 22, sass/base/_typography.scss */
h1 {
  font-size: 32px;
  line-height: 46px;
}
@media all and (min-width: 1024px) {
  /* line 22, sass/base/_typography.scss */
  h1 {
    font-size: 62px;
    line-height: 75px;
  }
}

/* line 31, sass/base/_typography.scss */
h2 {
  font-size: 34px;
  line-height: 40px;
}
@media all and (min-width: 1024px) {
  /* line 31, sass/base/_typography.scss */
  h2 {
    font-size: 48px;
    line-height: 61px;
  }
}

/* line 40, sass/base/_typography.scss */
h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media all and (min-width: 1024px) {
  /* line 40, sass/base/_typography.scss */
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
}

/* line 50, sass/base/_typography.scss */
h4 {
  font-size: 19px;
  line-height: 30px;
}
@media all and (min-width: 1024px) {
  /* line 50, sass/base/_typography.scss */
  h4 {
    font-size: 30px;
    line-height: 43px;
  }
}

/* line 59, sass/base/_typography.scss */
h5 {
  font-size: 24px;
  line-height: 32px;
}

/* line 64, sass/base/_typography.scss */
h6 {
  font-size: 13px;
  line-height: 23px;
}

/* line 1, sass/base/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media (min-width: 768px) {
  /* line 9, sass/base/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 14, sass/base/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 19, sass/base/_grid.scss */
  .container {
    width: 1170px;
  }
}
/* line 23, sass/base/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

/* line 30, sass/base/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 34, sass/base/_grid.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 40, sass/base/_grid.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 43, sass/base/_grid.scss */
.col-xs-12 {
  width: 100%;
}

/* line 46, sass/base/_grid.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 49, sass/base/_grid.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 52, sass/base/_grid.scss */
.col-xs-9 {
  width: 75%;
}

/* line 55, sass/base/_grid.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 58, sass/base/_grid.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 61, sass/base/_grid.scss */
.col-xs-6 {
  width: 50%;
}

/* line 64, sass/base/_grid.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 67, sass/base/_grid.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 70, sass/base/_grid.scss */
.col-xs-3 {
  width: 25%;
}

/* line 73, sass/base/_grid.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 76, sass/base/_grid.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 79, sass/base/_grid.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 82, sass/base/_grid.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 85, sass/base/_grid.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 88, sass/base/_grid.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 91, sass/base/_grid.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 94, sass/base/_grid.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 97, sass/base/_grid.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 100, sass/base/_grid.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 103, sass/base/_grid.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 106, sass/base/_grid.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 109, sass/base/_grid.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 112, sass/base/_grid.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 115, sass/base/_grid.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 118, sass/base/_grid.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 121, sass/base/_grid.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 124, sass/base/_grid.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 127, sass/base/_grid.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 130, sass/base/_grid.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 133, sass/base/_grid.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 136, sass/base/_grid.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 139, sass/base/_grid.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 142, sass/base/_grid.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 145, sass/base/_grid.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 148, sass/base/_grid.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 151, sass/base/_grid.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 154, sass/base/_grid.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 157, sass/base/_grid.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 160, sass/base/_grid.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 163, sass/base/_grid.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 166, sass/base/_grid.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 169, sass/base/_grid.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 172, sass/base/_grid.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 175, sass/base/_grid.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 178, sass/base/_grid.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 181, sass/base/_grid.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 184, sass/base/_grid.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 187, sass/base/_grid.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 190, sass/base/_grid.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 193, sass/base/_grid.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  /* line 197, sass/base/_grid.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 200, sass/base/_grid.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 203, sass/base/_grid.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 206, sass/base/_grid.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 209, sass/base/_grid.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 212, sass/base/_grid.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 215, sass/base/_grid.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 218, sass/base/_grid.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 221, sass/base/_grid.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 224, sass/base/_grid.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 227, sass/base/_grid.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 230, sass/base/_grid.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 233, sass/base/_grid.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 236, sass/base/_grid.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 239, sass/base/_grid.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 242, sass/base/_grid.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 245, sass/base/_grid.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 248, sass/base/_grid.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 251, sass/base/_grid.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 254, sass/base/_grid.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 257, sass/base/_grid.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 260, sass/base/_grid.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 263, sass/base/_grid.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 266, sass/base/_grid.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 269, sass/base/_grid.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 272, sass/base/_grid.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 275, sass/base/_grid.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 278, sass/base/_grid.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 281, sass/base/_grid.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 284, sass/base/_grid.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 287, sass/base/_grid.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 290, sass/base/_grid.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 293, sass/base/_grid.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 296, sass/base/_grid.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 299, sass/base/_grid.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 302, sass/base/_grid.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 305, sass/base/_grid.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 308, sass/base/_grid.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 311, sass/base/_grid.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 314, sass/base/_grid.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 317, sass/base/_grid.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 320, sass/base/_grid.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 323, sass/base/_grid.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 326, sass/base/_grid.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 329, sass/base/_grid.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 332, sass/base/_grid.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 335, sass/base/_grid.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 338, sass/base/_grid.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 341, sass/base/_grid.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 344, sass/base/_grid.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 347, sass/base/_grid.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 350, sass/base/_grid.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  /* line 355, sass/base/_grid.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 358, sass/base/_grid.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 361, sass/base/_grid.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 364, sass/base/_grid.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 367, sass/base/_grid.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 370, sass/base/_grid.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 373, sass/base/_grid.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 376, sass/base/_grid.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 379, sass/base/_grid.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 382, sass/base/_grid.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 385, sass/base/_grid.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 388, sass/base/_grid.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 391, sass/base/_grid.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 394, sass/base/_grid.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 397, sass/base/_grid.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 400, sass/base/_grid.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 403, sass/base/_grid.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 406, sass/base/_grid.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 409, sass/base/_grid.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 412, sass/base/_grid.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 415, sass/base/_grid.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 418, sass/base/_grid.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 421, sass/base/_grid.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 424, sass/base/_grid.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 427, sass/base/_grid.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 430, sass/base/_grid.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 433, sass/base/_grid.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 436, sass/base/_grid.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 439, sass/base/_grid.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 442, sass/base/_grid.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 445, sass/base/_grid.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 448, sass/base/_grid.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 451, sass/base/_grid.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 454, sass/base/_grid.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 457, sass/base/_grid.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 460, sass/base/_grid.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 463, sass/base/_grid.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 466, sass/base/_grid.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 469, sass/base/_grid.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 472, sass/base/_grid.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 475, sass/base/_grid.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 478, sass/base/_grid.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 481, sass/base/_grid.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 484, sass/base/_grid.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 487, sass/base/_grid.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 490, sass/base/_grid.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 493, sass/base/_grid.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 496, sass/base/_grid.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 499, sass/base/_grid.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 502, sass/base/_grid.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 505, sass/base/_grid.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 508, sass/base/_grid.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  /* line 513, sass/base/_grid.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 516, sass/base/_grid.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 519, sass/base/_grid.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 522, sass/base/_grid.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 525, sass/base/_grid.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 528, sass/base/_grid.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 531, sass/base/_grid.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 534, sass/base/_grid.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 537, sass/base/_grid.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 540, sass/base/_grid.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 543, sass/base/_grid.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 546, sass/base/_grid.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 549, sass/base/_grid.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 552, sass/base/_grid.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 555, sass/base/_grid.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 558, sass/base/_grid.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 561, sass/base/_grid.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 564, sass/base/_grid.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 567, sass/base/_grid.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 570, sass/base/_grid.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 573, sass/base/_grid.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 576, sass/base/_grid.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 579, sass/base/_grid.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 582, sass/base/_grid.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 585, sass/base/_grid.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 588, sass/base/_grid.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 591, sass/base/_grid.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 594, sass/base/_grid.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 597, sass/base/_grid.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 600, sass/base/_grid.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 603, sass/base/_grid.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 606, sass/base/_grid.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 609, sass/base/_grid.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 612, sass/base/_grid.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 615, sass/base/_grid.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 618, sass/base/_grid.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 621, sass/base/_grid.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 624, sass/base/_grid.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 627, sass/base/_grid.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 630, sass/base/_grid.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 633, sass/base/_grid.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 636, sass/base/_grid.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 639, sass/base/_grid.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 642, sass/base/_grid.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 645, sass/base/_grid.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 648, sass/base/_grid.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 651, sass/base/_grid.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 654, sass/base/_grid.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 657, sass/base/_grid.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 660, sass/base/_grid.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 663, sass/base/_grid.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 666, sass/base/_grid.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* line 4, sass/base/_helpers.scss */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

/* line 15, sass/base/_helpers.scss */
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/* line 21, sass/base/_helpers.scss */
.u-center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 26, sass/base/_helpers.scss */
.u-pull-right {
  float: right !important;
}

/* line 29, sass/base/_helpers.scss */
.u-pull-left {
  float: left !important;
}

/* line 32, sass/base/_helpers.scss */
.u-hide {
  display: none !important;
}

/* line 35, sass/base/_helpers.scss */
.u-show {
  display: block !important;
}

/* line 38, sass/base/_helpers.scss */
.u-invisible {
  visibility: hidden;
}

/* line 41, sass/base/_helpers.scss */
.u-text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 48, sass/base/_helpers.scss */
.u-hidden {
  display: none !important;
}

/* line 51, sass/base/_helpers.scss */
.u-affix {
  position: fixed;
}

/* line 54, sass/base/_helpers.scss */
.u-align-left {
  text-align: left !important;
}

/* line 57, sass/base/_helpers.scss */
.u-align-center {
  text-align: center !important;
}

/* line 60, sass/base/_helpers.scss */
.u-align-right {
  text-align: right !important;
}

/* line 63, sass/base/_helpers.scss */
.no-image {
  background-image: none !important;
}

/* line 66, sass/base/_helpers.scss */
.no-padding {
  padding: 0;
}

/* line 69, sass/base/_helpers.scss */
.no-box-shadow {
  background-color: transparent !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* line 80, sass/base/_helpers.scss */
.is-faded {
  opacity: 0;
  visibility: hidden;
}
/* line 84, sass/base/_helpers.scss */
.is-faded__false {
  opacity: 1;
  visibility: visible;
}

/* line 90, sass/base/_helpers.scss */
iframe[name="google_conversion_frame"] {
  position: absolute;
  left: -100%;
  bottom: 0;
}

/* line 96, sass/base/_helpers.scss */
.display-inline-block {
  display: inline-block;
}

/* line 100, sass/base/_helpers.scss */
.full-width {
  width: 100%;
  flex: 0 0 100% !important;
}

/*
    ================
     COMMON STYLING
    ================
*/
/* line 110, sass/base/_helpers.scss */
.font-size-24 {
  font-size: 24px !important;
}

/* line 113, sass/base/_helpers.scss */
.font-size-22 {
  font-size: 22px !important;
}

/* line 116, sass/base/_helpers.scss */
.font-size-18 {
  font-size: 18px !important;
}

/* line 120, sass/base/_helpers.scss */
.subtitle {
  font-size: 30px;
  line-height: 40px;
  color: #333333;
  font-family: "Exo", sans-serif;
  font-weight: 400;
}

/* line 128, sass/base/_helpers.scss */
.anchor-link {
  font-size: 14px;
  line-height: 24px;
  color: #D6D6D6;
  font-family: "Exo", sans-serif;
  font-weight: 600;
  text-decoration: underline;
  max-width: 340px;
  margin: 20px auto 0;
  display: block;
}
/* line 138, sass/base/_helpers.scss */
.anchor-link:hover {
  color: #4A90E2;
}

/* line 143, sass/base/_helpers.scss */
.margin-0 {
  margin: 0 !important;
}

/* line 147, sass/base/_helpers.scss */
.margin-0-auto {
  margin: 0px auto;
}

/* line 151, sass/base/_helpers.scss */
.body-text-medium {
  font-size: 19px;
  line-height: 32px;
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

/* line 159, sass/base/_helpers.scss */
.body-text-small {
  font-size: 23px;
  line-height: 28px;
  color: #205FA9;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

/* line 167, sass/base/_helpers.scss */
.body-text-smaller {
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  font-family: "Exo", sans-serif;
  font-weight: 400;
}

/* line 175, sass/base/_helpers.scss */
.btn {
  display: block;
  text-align: center;
  border-radius: 5px;
  padding: 19px 0px;
  font-size: 18px;
  text-transform: uppercase;
  max-width: 350px;
  text-decoration: none;
  position: relative;
  font-family: "Exo", sans-serif;
  font-weight: 600;
}

/* line 189, sass/base/_helpers.scss */
.background-none {
  background: none !important;
}

/* line 193, sass/base/_helpers.scss */
.circular-border {
  border: 1px solid #ccc;
  border-radius: 50%;
}

/* line 200, sass/base/_helpers.scss */
.padding-0 {
  padding: 0 !important;
}

/* line 203, sass/base/_helpers.scss */
.padding-bottom-0 {
  padding-bottom: 0 !important;
}

/* line 206, sass/base/_helpers.scss */
.padding-40 {
  padding: 40px;
}

/* line 209, sass/base/_helpers.scss */
.padding-20-40 {
  padding: 20px 40px;
}

/* line 213, sass/base/_helpers.scss */
.padding-top-130 {
  padding-top: 130px;
}

/* line 217, sass/base/_helpers.scss */
.padding-top-80 {
  padding-top: 80px;
}

/* line 221, sass/base/_helpers.scss */
.padding-top-60 {
  padding-top: 60px;
}

/* line 224, sass/base/_helpers.scss */
.padding-top-40 {
  padding-top: 40px;
}

/* line 227, sass/base/_helpers.scss */
.padding-top-50 {
  padding-top: 50px;
}

/* line 233, sass/base/_helpers.scss */
.text-center {
  text-align: center;
}

/* line 237, sass/base/_helpers.scss */
.padding-50 {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media all and (min-width: 1024px) {
  /* line 237, sass/base/_helpers.scss */
  .padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* line 246, sass/base/_helpers.scss */
.padding-60 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media all and (min-width: 1024px) {
  /* line 246, sass/base/_helpers.scss */
  .padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* line 255, sass/base/_helpers.scss */
.padding-all-60 {
  padding: 30px;
}
@media all and (min-width: 768px) {
  /* line 255, sass/base/_helpers.scss */
  .padding-all-60 {
    padding: 60px;
  }
}

/* line 262, sass/base/_helpers.scss */
.padding-80 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media all and (min-width: 1024px) {
  /* line 262, sass/base/_helpers.scss */
  .padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* line 271, sass/base/_helpers.scss */
.padding-25 {
  padding: 25px 0;
}

/* line 275, sass/base/_helpers.scss */
.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 280, sass/base/_helpers.scss */
.padding-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

/* line 285, sass/base/_helpers.scss */
.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 290, sass/base/_helpers.scss */
.padding-bottom-10 {
  padding-bottom: 10px;
}

/* line 294, sass/base/_helpers.scss */
.padding-bottom-20 {
  padding-bottom: 20px;
}

/* line 298, sass/base/_helpers.scss */
.padding-bottom-30 {
  padding-bottom: 30px;
}

/* line 302, sass/base/_helpers.scss */
.padding-bottom-50 {
  padding-bottom: 50px;
}

/* line 306, sass/base/_helpers.scss */
.padding-bottom-60 {
  padding-bottom: 60px;
}

/* line 310, sass/base/_helpers.scss */
.padding-bottom-0 {
  padding-bottom: 0px !important;
}

/* line 313, sass/base/_helpers.scss */
.margin-0 {
  margin: 0 !important;
}

/* line 317, sass/base/_helpers.scss */
.margin-top-20 {
  margin-top: 20px;
}

/* line 321, sass/base/_helpers.scss */
.margin-top-30 {
  margin-top: 30px;
}

/* line 325, sass/base/_helpers.scss */
.margin-bottom-20 {
  margin-bottom: 20px;
}

/* line 329, sass/base/_helpers.scss */
.margin-bottom-50 {
  margin-bottom: 50px;
}

/* line 333, sass/base/_helpers.scss */
.margin-bottom-0 {
  margin-bottom: 0;
}

/* line 336, sass/base/_helpers.scss */
.margin-right-0 {
  margin-right: 0 !important;
}

/* line 339, sass/base/_helpers.scss */
.margin-tb-20 {
  margin: 25px 0;
}

/* line 343, sass/base/_helpers.scss */
.margin-left-5 {
  margin-left: 5px;
}

/* line 346, sass/base/_helpers.scss */
.margin-lr-15 {
  margin: 0 15px;
}

/* line 349, sass/base/_helpers.scss */
.margin-top-40 {
  margin-top: 40px;
}

/* line 353, sass/base/_helpers.scss */
.center-block {
  margin: 0px auto;
  display: block;
}

/* line 358, sass/base/_helpers.scss */
.z-index-2 {
  z-index: 2;
}

/* line 362, sass/base/_helpers.scss */
.pos-rel {
  position: relative;
}

/* line 366, sass/base/_helpers.scss */
.font-weight-400 {
  font-weight: 400;
}

/* line 370, sass/base/_helpers.scss */
.font-weight-500 {
  font-weight: 500;
}

/* line 374, sass/base/_helpers.scss */
.font-weight-600 {
  font-weight: 600;
}

/* line 378, sass/base/_helpers.scss */
.font-weight-700 {
  font-weight: 700;
}

/* line 382, sass/base/_helpers.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 387, sass/base/_helpers.scss */
.pos-left-150:after {
  left: -150px !important;
}

/* line 392, sass/base/_helpers.scss */
.border-top-lightgreen {
  border-top: 1px solid #e2f1ef;
}

/* line 396, sass/base/_helpers.scss */
.border-bottom-lightgreen {
  border-bottom: 1px solid #e2f1ef;
}

/* line 400, sass/base/_helpers.scss */
html *,
html *:before,
html *:after {
  box-sizing: border-box;
}

/* line 406, sass/base/_helpers.scss */
html i, html em,
html b, html strong,
html span {
  transition: none;
}

/* line 412, sass/base/_helpers.scss */
.btn-center-block {
  margin: 0px auto;
  width: 300px;
}
@media all and (min-width: 1024px) {
  /* line 412, sass/base/_helpers.scss */
  .btn-center-block {
    width: 359px;
  }
}
/* line 418, sass/base/_helpers.scss */
.btn-center-block--380 {
  margin: 0px auto;
  width: 380px;
}
@media all and (min-width: 1024px) {
  /* line 418, sass/base/_helpers.scss */
  .btn-center-block--380 {
    width: 380px;
  }
}
/* line 424, sass/base/_helpers.scss */
.btn-center-block--380 .btn {
  max-width: 380px;
}

/* line 430, sass/base/_helpers.scss */
.btn_wrapper {
  overflow: hidden;
}
/* line 432, sass/base/_helpers.scss */
.btn_wrapper .btn-orange {
  z-index: 0;
  color: #FFFFFF;
  border: 2px solid #FF5800;
  background-color: #FF5800;
}
/* line 433, sass/base/_helpers.scss */
.btn_wrapper .btn-orange:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  z-index: -1;
  border-radius: 5px;
}
/* line 450, sass/base/_helpers.scss */
.btn_wrapper .btn-orange:hover {
  color: #FF5800;
}
/* line 451, sass/base/_helpers.scss */
.btn_wrapper .btn-orange:hover:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/* line 456, sass/base/_helpers.scss */
.btn_wrapper .btn-orange:hover:after {
  background: url(images/common/arrow-orange.png) no-repeat;
  background-position: 94% 50%;
}
/* line 462, sass/base/_helpers.scss */
.btn_wrapper .btn-orange:after {
  content: '';
  background: url(images/common/arrow-white.png) no-repeat;
  width: 20px;
  height: 14px;
  display: inline-block;
  margin-left: 15px;
  z-index: -1;
}

/** Portfolio **/
/* line 479, sass/base/_helpers.scss */
.work-holder {
  margin-bottom: 20px;
}
/* line 481, sass/base/_helpers.scss */
.work-holder .work-pan {
  width: 100%;
  display: inline-block;
  margin: 0 0 5% 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 0px #8f8f8f;
  -moz-box-shadow: 0px 0px 5px 0px #8f8f8f;
  box-shadow: 0px 0px 5px 0px #8f8f8f;
  vertical-align: top;
  background-color: #FFFFFF;
  /* media query for tablet landscape */
}
@media all and (min-width: 768px) {
  /* line 481, sass/base/_helpers.scss */
  .work-holder .work-pan {
    width: 45%;
    margin: 2%;
    min-height: 420px;
  }
}
/* line 499, sass/base/_helpers.scss */
.work-holder .work-pan .work-img-bg {
  padding: 20px 20px 0 20px;
}
/* line 502, sass/base/_helpers.scss */
.work-holder .work-pan .work-text {
  padding: 20px;
  text-align: left;
}
/* line 505, sass/base/_helpers.scss */
.work-holder .work-pan .work-text h3 {
  color: #333;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
}
/* line 512, sass/base/_helpers.scss */
.work-holder .work-pan .work-text p {
  color: #333;
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 28px;
}
/* line 518, sass/base/_helpers.scss */
.work-holder .work-pan .work-text a {
  text-decoration: underline;
  color: #578EDC;
  font-size: 14px;
  font-family: "Exo", sans-serif;
  font-weight: 400;
}

/* line 529, sass/base/_helpers.scss */
.navbar-toggle .icon-bar {
  background-color: #333333;
}

/* line 533, sass/base/_helpers.scss */
.max-width-650 {
  max-width: 650px;
}

/* line 536, sass/base/_helpers.scss */
.max-width-700 {
  max-width: 700px;
}

/* line 540, sass/base/_helpers.scss */
.green-bg-headine {
  background-color: #14DF7D;
  color: #333333;
  padding: 10px 20px;
  display: inline-block;
  font-family: "Exo", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  position: relative;
  text-transform: capitalize;
}
/* line 551, sass/base/_helpers.scss */
.green-bg-headine:before {
  position: absolute;
  left: 0;
  bottom: -19px;
  content: "";
  width: 48px;
  height: 19px;
  background: url(images/common/heading-left-bg.png) no-repeat 100% 0;
}
/* line 560, sass/base/_helpers.scss */
.green-bg-headine:after {
  position: absolute;
  right: 0;
  bottom: -19px;
  content: "";
  width: 48px;
  height: 19px;
  background: url(images/common/heading-right-bg.png) no-repeat 100% 0;
}

/* line 572, sass/base/_helpers.scss */
ul.bullet-list li {
  font-size: 19px;
  line-height: 29px;
  padding: 0 0 20px 20px;
  position: relative;
}
/* line 577, sass/base/_helpers.scss */
ul.bullet-list li:before {
  content: "\2022";
  color: #14DF7D;
  font-weight: bold;
  display: inline-block;
  width: 7px;
  position: absolute;
  left: 0;
}

/* line 589, sass/base/_helpers.scss */
.form-control {
  border: 0 !important;
  display: inline-block !important;
  background: transparent !important;
  box-shadow: none !important;
}

@media all and (min-width: 768px) {
  /* line 596, sass/base/_helpers.scss */
  .image-left-mergin {
    margin-left: -30px;
  }
}

@media all and (min-width: 768px) {
  /* line 601, sass/base/_helpers.scss */
  .image-left-mergin-0 {
    margin-left: 0;
  }
}

/* line 607, sass/base/_helpers.scss */
.border-left-grey {
  border-left: 1px solid transparent;
}
@media all and (min-width: 768px) {
  /* line 607, sass/base/_helpers.scss */
  .border-left-grey {
    border-left: 1px solid #EFEFF4;
  }
}

/* line 614, sass/base/_helpers.scss */
.border-right-grey {
  border-right: 1px solid transparent;
}
@media all and (min-width: 768px) {
  /* line 614, sass/base/_helpers.scss */
  .border-right-grey {
    border-right: 1px solid #EFEFF4;
  }
}

/* line 621, sass/base/_helpers.scss */
.padding-l-50 {
  padding-left: 15px;
}
@media all and (min-width: 768px) {
  /* line 621, sass/base/_helpers.scss */
  .padding-l-50 {
    padding-left: 50px;
  }
}

/* line 628, sass/base/_helpers.scss */
.padding-15 {
  padding: 15px;
}

/* line 632, sass/base/_helpers.scss */
.padding-r-50 {
  padding-right: 15px;
}
@media all and (min-width: 768px) {
  /* line 632, sass/base/_helpers.scss */
  .padding-r-50 {
    padding-right: 50px;
  }
}

/* line 639, sass/base/_helpers.scss */
.banner-top-position {
  position: relative;
}
/* line 641, sass/base/_helpers.scss */
.banner-top-position__center {
  position: relative;
}
@media all and (min-width: 768px) {
  /* line 641, sass/base/_helpers.scss */
  .banner-top-position__center {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
  }
}

/* line 655, sass/base/_helpers.scss */
.padding-top-20 {
  padding-top: 20px;
}

/* line 659, sass/base/_helpers.scss */
.bullet-icon-circle {
  position: relative;
}
/* line 662, sass/base/_helpers.scss */
.bullet-icon-circle li:before {
  width: 6px !important;
  height: 6px !important;
  top: 3px !important;
  border-radius: 50%;
  background-color: #000 !important;
  background-image: none !important;
  position: absolute !important;
  top: 30% !important;
  transform: translateY(-50%) !important;
  left: 17px !important;
}

/* line 677, sass/base/_helpers.scss */
.margin-bottom-10 {
  margin-bottom: 10px;
}

/* line 681, sass/base/_helpers.scss */
.margin-bottom-40 {
  margin-bottom: 40px;
}

/* line 685, sass/base/_helpers.scss */
.small-dot {
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}

/* line 696, sass/base/_helpers.scss */
.relative {
  position: relative;
}

/* line 700, sass/base/_helpers.scss */
.box-bg {
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 188px;
  margin-bottom: 30px;
  position: relative;
  display: block;
}
/* line 707, sass/base/_helpers.scss */
.box-bg img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* line 714, sass/base/_helpers.scss */
.box-bg_service {
  height: 250px;
}
/* line 716, sass/base/_helpers.scss */
.box-bg_service img {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -30%);
}
/* line 722, sass/base/_helpers.scss */
.box-bg_service h6 {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -70%);
  width: 70%;
}

/* line 732, sass/base/_helpers.scss */
.home-page #navbar {
  position: fixed;
  top: -104px;
}

/* line 738, sass/base/_helpers.scss */
.logo-thumb a {
  background-color: #FFFFFF;
}
/* line 740, sass/base/_helpers.scss */
.logo-thumb a:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, 0);
  background-image: url(images/home/home-arrow.png);
  width: 22px;
  height: 22px;
}
/* line 750, sass/base/_helpers.scss */
.logo-thumb a:hover {
  transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
}
/* line 753, sass/base/_helpers.scss */
.logo-thumb a:hover:before {
  background-image: url(images/home/home-orange-arrow.png);
}
/* line 760, sass/base/_helpers.scss */
.logo-thumb_service a:before {
  top: 80%;
}

/**************************************
               Variables
**************************************/
/* line 772, sass/base/_helpers.scss */
.font-size-22 {
  font-size: 22px !important;
  line-height: 32px;
}

/* line 777, sass/base/_helpers.scss */
.font-size-24 {
  font-size: 24px;
  line-height: 32px;
}

/* line 782, sass/base/_helpers.scss */
.font-size-30 {
  font-size: 30px;
  line-height: 43px;
}

/* line 787, sass/base/_helpers.scss */
.font-family-mot {
  font-family: "Exo", sans-serif;
}

/* line 791, sass/base/_helpers.scss */
.font-size-20 {
  font-size: 20px;
  line-height: 33px;
}

/* line 795, sass/base/_helpers.scss */
.font-size-18 {
  font-size: 18px;
  line-height: 28px;
}

/* line 799, sass/base/_helpers.scss */
.font-size-15 {
  font-size: 15px !important;
}

/* line 802, sass/base/_helpers.scss */
.font-weight-600 {
  font-weight: 600 !important;
}

/* line 806, sass/base/_helpers.scss */
.font-size-36 {
  font-size: 36px !important;
  line-height: 53px;
}

/* line 810, sass/base/_helpers.scss */
.beak-line {
  display: block;
}

/* line 813, sass/base/_helpers.scss */
.text-right {
  text-align: right;
}

/* line 816, sass/base/_helpers.scss */
.text-left {
  text-align: left;
}

/* line 819, sass/base/_helpers.scss */
.text-center {
  text-align: center;
}

/*
    ===========
    #components
    ===========
*/
/*
    =====================
    #Common SASS modules
    =====================
*/
/* line 1, sass/modules/_header.scss */
img {
  max-width: 100%;
}

/* line 7, sass/modules/_header.scss */
.header-bar {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  padding: 10px 0;
  height: 83px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  /* line 7, sass/modules/_header.scss */
  .header-bar {
    height: auto;
  }
}
@media (max-width: 991px) {
  /* line 19, sass/modules/_header.scss */
  .header-bar .row {
    align-items: center;
  }
}
/* line 24, sass/modules/_header.scss */
.header-bar .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 1400px) {
  /* line 24, sass/modules/_header.scss */
  .header-bar .container-fluid {
    max-width: inherit;
  }
}
/* line 31, sass/modules/_header.scss */
.header-bar .logo {
  display: block;
  margin-top: 5px;
}

/* line 36, sass/modules/_header.scss */
.header-navigation {
  margin-top: 7px;
}
@media (max-width: 991px) {
  /* line 38, sass/modules/_header.scss */
  .header-navigation ul {
    text-align: center;
    padding-bottom: 15px;
  }
}
/* line 43, sass/modules/_header.scss */
.header-navigation ul li {
  display: inline-block;
  padding: 15px 14px;
}
@media only screen and (max-width: 1380px) {
  /* line 43, sass/modules/_header.scss */
  .header-navigation ul li {
    padding: 15px 10px;
  }
}
@media (max-width: 1199px) {
  /* line 43, sass/modules/_header.scss */
  .header-navigation ul li {
    padding: 15px 5px;
  }
}
@media (max-width: 991px) {
  /* line 43, sass/modules/_header.scss */
  .header-navigation ul li {
    display: block;
  }
}
/* line 55, sass/modules/_header.scss */
.header-navigation ul li a {
  text-decoration: none;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  color: #16161d;
}
@media only screen and (max-width: 1380px) {
  /* line 55, sass/modules/_header.scss */
  .header-navigation ul li a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1280px) {
  /* line 55, sass/modules/_header.scss */
  .header-navigation ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  /* line 55, sass/modules/_header.scss */
  .header-navigation ul li a {
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  /* line 55, sass/modules/_header.scss */
  .header-navigation ul li a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  /* line 55, sass/modules/_header.scss */
  .header-navigation ul li a {
    font-size: 14px;
    color: #fff;
  }
}
/* line 77, sass/modules/_header.scss */
.header-navigation ul li a:hover {
  color: #9695a4;
}
/* line 83, sass/modules/_header.scss */
.header-navigation ul .active a {
  color: #9695a4;
}

/* line 89, sass/modules/_header.scss */
.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 5px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  /* line 89, sass/modules/_header.scss */
  .header-right {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  /* line 89, sass/modules/_header.scss */
  .header-right {
    padding-right: 22px;
  }
}
@media (max-width: 549px) {
  /* line 89, sass/modules/_header.scss */
  .header-right {
    padding-right: 11px;
  }
}
/* line 104, sass/modules/_header.scss */
.header-right .header-search {
  margin-right: 15px;
  position: relative;
  width: 152px;
}
@media (max-width: 1199px) {
  /* line 104, sass/modules/_header.scss */
  .header-right .header-search {
    width: 120px;
  }
}
@media (max-width: 767px) {
  /* line 104, sass/modules/_header.scss */
  .header-right .header-search {
    width: 80px;
    margin-right: 5px;
  }
}
@media (max-width: 480px) {
  /* line 104, sass/modules/_header.scss */
  .header-right .header-search {
    width: 70px;
  }
}
/* line 118, sass/modules/_header.scss */
.header-right .header-search input {
  width: 100%;
  height: 52px;
  font-family: "Exo", sans-serif;
  color: #9695a4;
  padding: 0 10px;
  font-size: 14px;
  border: 1px solid #ebeaee;
  border-radius: 5px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  /* line 118, sass/modules/_header.scss */
  .header-right .header-search input {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  /* line 118, sass/modules/_header.scss */
  .header-right .header-search input {
    height: 45px;
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  /* line 118, sass/modules/_header.scss */
  .header-right .header-search input {
    padding: 0 5px;
  }
}
/* line 139, sass/modules/_header.scss */
.header-right .header-search .search-icon {
  background-image: url(images/common-sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -131px;
  position: absolute;
  right: 20px;
  top: 14px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 139, sass/modules/_header.scss */
  .header-right .header-search .search-icon {
    right: 5px;
    top: 11px;
    transform: scale(0.8);
  }
}
@media (max-width: 480px) {
  /* line 139, sass/modules/_header.scss */
  .header-right .header-search .search-icon {
    right: 0;
  }
}
/* line 159, sass/modules/_header.scss */
.header-right .header-search .search-icon:focus {
  outline: none;
}
/* line 164, sass/modules/_header.scss */
.header-right .lang-drop {
  height: 52px;
  border: 1px solid #ebeaee;
  border-radius: 5px;
  line-height: 52px;
  padding: 0 7px;
  width: 80px;
  font-size: 14px;
  font-family: "Exo", sans-serif;
  margin-right: 15px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1199px) {
  /* line 164, sass/modules/_header.scss */
  .header-right .lang-drop {
    width: 60px;
    font-size: 12px;
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  /* line 164, sass/modules/_header.scss */
  .header-right .lang-drop {
    height: 45px;
    line-height: 45px;
    padding: 0 2px;
    margin-right: 5px;
  }
}
@media (max-width: 480px) {
  /* line 164, sass/modules/_header.scss */
  .header-right .lang-drop {
    width: 50px;
    margin-right: 0;
  }
}
/* line 190, sass/modules/_header.scss */
.header-right .lang-drop select {
  color: #9695a4;
  padding: 0 15px 0 0;
  background: none;
  background: url(images/bottom-arrow.svg) no-repeat 97% 55%;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
}
/* line 198, sass/modules/_header.scss */
.header-right .lang-drop select:focus {
  outline: 0;
}
@media (max-width: 1199px) {
  /* line 190, sass/modules/_header.scss */
  .header-right .lang-drop select {
    width: 100%;
    padding: 0 0 0 0;
  }
}
/* line 207, sass/modules/_header.scss */
.header-right .question-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(images/common-sprite.png);
  background-repeat: no-repeat;
  background-position: -22px 0px;
}
@media (max-width: 767px) {
  /* line 207, sass/modules/_header.scss */
  .header-right .question-icon {
    transform: scale(0.6);
  }
}
/* line 218, sass/modules/_header.scss */
.header-right .reg-btn {
  background: #1e1a58;
  width: 130px;
  text-align: center;
  color: #fff;
  display: inline-block;
  height: 52px;
  line-height: 52px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  padding-left: 20px;
  border-bottom: 3px solid #0c0a2f;
  text-decoration: none;
  position: relative;
  margin-left: 15px;
}
@media (max-width: 1199px) {
  /* line 218, sass/modules/_header.scss */
  .header-right .reg-btn {
    width: 100px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  /* line 218, sass/modules/_header.scss */
  .header-right .reg-btn {
    width: 80px;
    font-size: 10px;
    height: 45px;
    line-height: 45px;
    margin-left: 5px;
  }
}
@media (max-width: 480px) {
  /* line 218, sass/modules/_header.scss */
  .header-right .reg-btn {
    margin-left: 0;
    width: 70px;
    padding-left: 10px;
  }
}
/* line 250, sass/modules/_header.scss */
.header-right .reg-btn:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  background-image: url(images/common-sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 20px;
  height: 20px;
}
@media (max-width: 1199px) {
  /* line 250, sass/modules/_header.scss */
  .header-right .reg-btn:before {
    left: 12px;
  }
}
@media (max-width: 767px) {
  /* line 250, sass/modules/_header.scss */
  .header-right .reg-btn:before {
    transform: scale(0.7);
    left: 6px;
  }
}
@media (max-width: 480px) {
  /* line 250, sass/modules/_header.scss */
  .header-right .reg-btn:before {
    transform: scale(0.6);
    left: 2px;
    top: 13px;
  }
}
/* line 273, sass/modules/_header.scss */
.header-right .reg-btn:hover {
  background: #9695a4;
  transition: .3s all ease-in;
  border-color: #818189;
}

/* line 280, sass/modules/_header.scss */
.menu-icon {
  display: none;
  position: relative;
}
@media (max-width: 991px) {
  /* line 280, sass/modules/_header.scss */
  .menu-icon {
    display: block;
    top: 23px;
  }
}
@media (max-width: 767px) {
  /* line 280, sass/modules/_header.scss */
  .menu-icon {
    top: 19px;
  }
}
/* line 290, sass/modules/_header.scss */
.menu-icon .menu-open, .menu-icon .menu-close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 9;
}
/* line 296, sass/modules/_header.scss */
.menu-icon .menu-close {
  display: none;
}

@media (max-width: 991px) {
  /* line 300, sass/modules/_header.scss */
  .menu-wrapper {
    position: absolute;
    max-width: 100%;
    top: 74px;
    background: #1e1a58;
    left: 0;
    right: 0;
    height: 0;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  /* line 300, sass/modules/_header.scss */
  .menu-wrapper {
    top: 61px;
  }
}

@media (max-width: 991px) {
  /* line 315, sass/modules/_header.scss */
  .logo-class {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
  }
}

@media (max-width: 991px) {
  /* line 322, sass/modules/_header.scss */
  .reg-wrapper {
    max-width: 74%;
    flex: 1;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0;
    width: 74%;
  }
}
@media (max-width: 480px) {
  /* line 322, sass/modules/_header.scss */
  .reg-wrapper {
    width: 73%;
  }
}

/* line 342, sass/modules/_header.scss */
.profile-drop button {
  font-size: 13px;
  background: none !important;
  border: none;
  padding: 0 !important;
  color: #333;
  font-size: 14px;
  text-transform: capitalize !important;
}
/* line 350, sass/modules/_header.scss */
.profile-drop button:hover {
  color: #333;
}
/* line 353, sass/modules/_header.scss */
.profile-drop button:focus, .profile-drop button:active {
  border: none;
  box-shadow: none;
  color: #333;
}
@media (max-width: 1199px) {
  /* line 342, sass/modules/_header.scss */
  .profile-drop button {
    font-size: 11px;
  }
}
@media (max-width: 549px) {
  /* line 342, sass/modules/_header.scss */
  .profile-drop button {
    font-size: 9px;
  }
}
/* line 364, sass/modules/_header.scss */
.profile-drop button span.pr-th {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  background-color: #1E1A57;
  line-height: 38px;
}
@media (max-width: 1199px) {
  /* line 364, sass/modules/_header.scss */
  .profile-drop button span.pr-th {
    width: 23px;
    height: 23px;
    line-height: 28px;
  }
}
@media (max-width: 549px) {
  /* line 364, sass/modules/_header.scss */
  .profile-drop button span.pr-th {
    width: 19px;
    height: 19px;
    line-height: 22px;
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  /* line 384, sass/modules/_header.scss */
  .profile-drop button span.pr-th img {
    width: 10px;
  }
}
@media (max-width: 549px) {
  /* line 384, sass/modules/_header.scss */
  .profile-drop button span.pr-th img {
    width: 8px;
  }
}
/* line 394, sass/modules/_header.scss */
.profile-drop ul {
  padding: 0 10px;
}
/* line 396, sass/modules/_header.scss */
.profile-drop ul li {
  padding: 8px 0;
}
/* line 398, sass/modules/_header.scss */
.profile-drop ul li a {
  text-decoration: none;
  font-size: 14px;
}

/* line 406, sass/modules/_header.scss */
.profile-drop.open .dropdown-menu {
  display: block;
}
@media (max-width: 767px) {
  /* line 406, sass/modules/_header.scss */
  .profile-drop.open .dropdown-menu {
    min-width: 6rem;
  }
}

/* line 413, sass/modules/_header.scss */
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #333 !important;
  background-color: #0062cc;
  border: none !important;
  box-shadow: none !important;
}

/* line 420, sass/modules/_header.scss */
.dropdown.profile-drop {
  position: relative;
}
/* line 423, sass/modules/_header.scss */
.dropdown.profile-drop button:focus {
  outline: 0;
}

/* line 429, sass/modules/_header.scss */
.profile-drop .dropdown-menu {
  /* display: none; */
  position: absolute;
  background: #fff;
  min-width: 150px;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  top: 40px;
  display: none;
}
/* line 439, sass/modules/_header.scss */
.profile-drop .dropdown-menu li a {
  display: block;
  width: 100%;
}

/* line 445, sass/modules/_header.scss */
.profile-drop .dropdown-menu.open, .profile-drop .dropdown-menu.show {
  display: block;
}

/* line 1, sass/modules/_banner.scss */
.banner-section {
  margin-top: 83px;
  background: url(images/home-banner-img2.jpg) no-repeat center/cover;
  text-align: center;
  padding: 50px;
  position: relative;
}
@media (min-width: 1200px) {
  /* line 1, sass/modules/_banner.scss */
  .banner-section {
    margin: 83px auto 0;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (min-width: 1400px) {
  /* line 1, sass/modules/_banner.scss */
  .banner-section {
    margin: 83px auto 0;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  /* line 1, sass/modules/_banner.scss */
  .banner-section {
    margin-top: 70px;
    padding: 50px 15px;
  }
}
@media (min-width: 1200px) {
  /* line 25, sass/modules/_banner.scss */
  .banner-section .container {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  /* line 25, sass/modules/_banner.scss */
  .banner-section .container {
    width: 100%;
  }
}
/* line 33, sass/modules/_banner.scss */
.banner-section h1 {
  color: #fff;
  font-size: 3.25vw;
  line-height: 5.1vw;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  /* line 33, sass/modules/_banner.scss */
  .banner-section h1 {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  /* line 33, sass/modules/_banner.scss */
  .banner-section h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (min-width: 1400px) {
  /* line 33, sass/modules/_banner.scss */
  .banner-section h1 {
    font-size: 38px;
    line-height: 44px;
  }
}
/* line 56, sass/modules/_banner.scss */
.banner-section h1 span {
  display: block;
}
/* line 60, sass/modules/_banner.scss */
.banner-section .banner-video {
  max-width: 430px;
  margin: 0 auto;
  height: 260px;
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  /* line 60, sass/modules/_banner.scss */
  .banner-section .banner-video {
    height: auto;
  }
}
/* line 69, sass/modules/_banner.scss */
.banner-section .banner-video #myvideo {
  width: 100%;
  height: 100%;
}
/* line 72, sass/modules/_banner.scss */
.banner-section .banner-video #myvideo:focus {
  outline: none;
}
/* line 76, sass/modules/_banner.scss */
.banner-section .banner-video .overlay-video {
  position: absolute;
  top: 0;
  z-index: 9;
}
/* line 81, sass/modules/_banner.scss */
.banner-section .banner-video .play-icon {
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}
/* line 89, sass/modules/_banner.scss */
.banner-section .banner-video .fs-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  cursor: pointer;
}

@media (min-width: 1200px) {
  /* line 98, sass/modules/_banner.scss */
  .cmn-bnr {
    max-width: inherit;
    height: auto;
  }
}
@media (min-width: 1400px) {
  /* line 98, sass/modules/_banner.scss */
  .cmn-bnr {
    max-width: inherit;
    height: auto;
  }
}

@media (min-width: 1200px) {
  /* line 109, sass/modules/_banner.scss */
  .cmn-bnr h1 {
    line-height: 200px;
  }
}
@media (min-width: 1400px) {
  /* line 109, sass/modules/_banner.scss */
  .cmn-bnr h1 {
    line-height: 150px;
  }
}

/* line 118, sass/modules/_banner.scss */
.bottom-srrow a {
  color: #fff;
  font-size: 32px;
  margin-top: 15px;
  display: inline-block;
}

/* line 1, sass/modules/_left-pannel.scss */
.mm-navbar__breadcrumbs:not(:last-child) {
  padding-right: 0;
  background: #2ecbff;
}

/* line 5, sass/modules/_left-pannel.scss */
.mm-wrapper_blocking {
  overflow-y: auto;
}

/* line 11, sass/modules/_left-pannel.scss */
.mm-navbar {
  background: #2ecbff;
  border: none;
}
/* line 16, sass/modules/_left-pannel.scss */
.mm-navbar a {
  color: #1C1952 !important;
  background: #2ecbff !important;
  font-family: "Exo", sans-serif !important;
  font-weight: 500;
  text-align: left;
  padding-left: 27px;
}

/* line 28, sass/modules/_left-pannel.scss */
.mm-listitem {
  border-top: none;
}
/* line 34, sass/modules/_left-pannel.scss */
.mm-listitem a {
  padding: 19px 10px 19px 17px;
}
/* line 36, sass/modules/_left-pannel.scss */
.mm-listitem a img {
  margin-right: 18px;
}
/* line 41, sass/modules/_left-pannel.scss */
.mm-listitem .mm-btn_next:before {
  display: none;
}

/* line 46, sass/modules/_left-pannel.scss */
.mm-btn_prev:before {
  top: 3px;
}

/* line 49, sass/modules/_left-pannel.scss */
.mm-listitem > a {
  color: #1C1952 !important;
  font-size: 15px;
  font-weight: 500;
  font-family: "Exo", sans-serif;
  background: #86E1FF !important;
}
/* line 58, sass/modules/_left-pannel.scss */
.mm-listitem > a img {
  vertical-align: sub;
}

/* line 63, sass/modules/_left-pannel.scss */
.mm-panel_opened-parent a {
  background: #2ECBFF !important;
}
/* line 67, sass/modules/_left-pannel.scss */
.mm-panel_opened-parent .mm-navbar a {
  background: #86E1FF !important;
}

/* line 72, sass/modules/_left-pannel.scss */
.mm-navbar__title {
  position: relative;
}
/* line 74, sass/modules/_left-pannel.scss */
.mm-navbar__title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 32px;
  background: url(images/dashboard-icon.svg) no-repeat 0 0;
  width: 25px;
  height: 25px;
}

/* line 96, sass/modules/_left-pannel.scss */
.mm-menu_offcanvas {
  border: none;
  background: #2ECBFF !important;
  overflow: hidden;
  --mm-shadow: none !important;
  position: absolute;
}

/* line 127, sass/modules/_left-pannel.scss */
div#page {
  margin-top: 83px;
}
@media (max-width: 991px) {
  /* line 127, sass/modules/_left-pannel.scss */
  div#page {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  /* line 127, sass/modules/_left-pannel.scss */
  div#page {
    margin-top: 71px;
  }
}

/* line 136, sass/modules/_left-pannel.scss */
.mm-iconbar__bottom {
  position: absolute;
  bottom: 260px;
}
/* line 140, sass/modules/_left-pannel.scss */
.mm-iconbar__bottom a {
  color: #fff !important;
}

/* line 144, sass/modules/_left-pannel.scss */
.mm-panels > .mm-panel {
  overflow: hidden;
  background: #2ECBFF;
}

/* line 148, sass/modules/_left-pannel.scss */
a.mm-btn.mm-btn_next.mm-listitem__btn {
  border: none;
}

/* line 155, sass/modules/_left-pannel.scss */
.mm-navbar__breadcrumbs span {
  color: #1C1952 !important;
  font-size: 15px;
  font-weight: 500;
  font-family: "Exo", sans-serif;
}

/* line 162, sass/modules/_left-pannel.scss */
.header {
  display: none;
}
@media (max-width: 991px) {
  /* line 162, sass/modules/_left-pannel.scss */
  .header {
    display: block;
  }
}

/* line 169, sass/modules/_left-pannel.scss */
.mm-wrapper_sidebar-expanded {
  background: #f2f3ff;
}

/* line 172, sass/modules/_left-pannel.scss */
.mm-iconbar {
  background: #2ECBFF;
}
/* line 174, sass/modules/_left-pannel.scss */
.mm-iconbar .fa {
  color: #fff;
}

/* line 178, sass/modules/_left-pannel.scss */
.mm-navbar_tabs a {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}

@media (max-width: 991px) {
  /* line 184, sass/modules/_left-pannel.scss */
  .mm-wrapper_opened nav {
    z-index: 9;
  }
}

/* line 1, sass/modules/_main-content.scss */
.supdem-section {
  padding: 100px 0;
}
/* line 3, sass/modules/_main-content.scss */
.supdem-section .container-fluid {
  padding: 0 50px;
}
/* line 6, sass/modules/_main-content.scss */
.supdem-section .supdem-box {
  text-align: center;
  box-shadow: 0 0 10px 5px rgba(0, 0, 220, 0.40);
  border-radius: 5px;
  padding: 20px;
}
/* line 11, sass/modules/_main-content.scss */
.supdem-section .supdem-box .supdem-img {
  background: #f0f1f6;
  padding: 35px 0 20px;
}
/* line 14, sass/modules/_main-content.scss */
.supdem-section .supdem-box .supdem-img h4 {
  color: #cb3c1e;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 2.15vw;
}
@media (max-width: 991px) {
  /* line 14, sass/modules/_main-content.scss */
  .supdem-section .supdem-box .supdem-img h4 {
    font-size: 3vw;
  }
}
@media (max-width: 640px) {
  /* line 14, sass/modules/_main-content.scss */
  .supdem-section .supdem-box .supdem-img h4 {
    font-size: 5vw;
  }
}
/* line 28, sass/modules/_main-content.scss */
.supdem-section .supdem-box .supdem-img .deep-blue {
  color: #1e1a58;
}
/* line 32, sass/modules/_main-content.scss */
.supdem-section .supdem-box .supdem-box-details {
  padding: 35px 40px;
}
@media (max-width: 767px) {
  /* line 32, sass/modules/_main-content.scss */
  .supdem-section .supdem-box .supdem-box-details {
    padding: 35px 5px;
  }
}
/* line 38, sass/modules/_main-content.scss */
.supdem-section .supdem-box .supdem-box-details ul li {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 38, sass/modules/_main-content.scss */
  .supdem-section .supdem-box .supdem-box-details ul li {
    align-items: flex-start;
  }
}
/* line 46, sass/modules/_main-content.scss */
.supdem-section .supdem-box .supdem-box-details ul li i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  margin-right: 35px;
}
/* line 54, sass/modules/_main-content.scss */
.supdem-section .supdem-box .supdem-box-details ul li:nth-child(1) i {
  background-color: #9695a4;
  background-image: url(images/common-sprite.png);
  background-repeat: no-repeat;
  background-position: 16px -23px;
}
/* line 62, sass/modules/_main-content.scss */
.supdem-section .supdem-box .supdem-box-details ul li:nth-child(2) i {
  background-color: #9695a4;
  background-image: url(images/common-sprite.png);
  background-repeat: no-repeat;
  background-position: -36px -23px;
}
/* line 70, sass/modules/_main-content.scss */
.supdem-section .supdem-box .supdem-box-details ul li:nth-child(3) i {
  background-color: #9695a4;
  background-image: url(images/common-sprite.png);
  background-repeat: no-repeat;
  background-position: -90px -26px;
}
/* line 78, sass/modules/_main-content.scss */
.supdem-section .supdem-box .supdem-box-details ul li:nth-child(4) i {
  background-color: #9695a4;
  background-image: url(images/common-sprite.png);
  background-repeat: no-repeat;
  background-position: -136px -27px;
}
/* line 85, sass/modules/_main-content.scss */
.supdem-section .supdem-box .supdem-box-details ul li p {
  font-size: 10px; /* reduced from 18 */
  color: #16161d;
  font-weight: 400; /*reduced from 500 */
  text-align: left;
  line-height: 28px;
  flex: 1;
  font-size: 1.25vw; /*reduced from 1.5vw */
}
@media (max-width: 991px) {
  /* line 85, sass/modules/_main-content.scss */
  .supdem-section .supdem-box .supdem-box-details ul li p {
    font-size: 1.7vw;
  }
}
@media (max-width: 640px) {
  /* line 85, sass/modules/_main-content.scss */
  .supdem-section .supdem-box .supdem-box-details ul li p {
    font-size: 2.7vw;
  }
}
@media (max-width: 480px) {
  /* line 85, sass/modules/_main-content.scss */
  .supdem-section .supdem-box .supdem-box-details ul li p {
    font-size: 3.7vw;
  }
}
/* line 105, sass/modules/_main-content.scss */
.supdem-section .supdem-box .supdem-box-details a {
  width: 270px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  text-transform: capitalize;
  background: #9695a4;
  border-bottom: 3px solid #7f7e8e;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 20px;
  background-image: url(images/right-arrow.png);
  background-repeat: no-repeat;
  background-position: 83% 55%;
  padding-right: 15px;
}
/* line 123, sass/modules/_main-content.scss */
.supdem-section .supdem-box .supdem-box-details a:hover {
  background-color: #1e1a58;
  border-color: #0c0a2f;
  transition: .3s all ease;
}
/* line 132, sass/modules/_main-content.scss */
.supdem-section .supdem-box .demander-details ul li {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* line 137, sass/modules/_main-content.scss */
.supdem-section .supdem-box .demander-details ul li i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  margin-right: 35px;
}
/* line 145, sass/modules/_main-content.scss */
.supdem-section .supdem-box .demander-details ul li:nth-child(1) i {
  background-color: #9695a4;
  background-image: url(images/common-sprite.png);
  background-repeat: no-repeat;
  background-position: -187px -26px;
}
/* line 153, sass/modules/_main-content.scss */
.supdem-section .supdem-box .demander-details ul li:nth-child(2) i {
  background-color: #9695a4;
  background-image: url(images/common-sprite.png);
  background-repeat: no-repeat;
  background-position: -246px -28px;
}
/* line 161, sass/modules/_main-content.scss */
.supdem-section .supdem-box .demander-details ul li:nth-child(3) i {
  background-color: #9695a4;
  background-image: url(images/common-sprite.png);
  background-repeat: no-repeat;
  background-position: 10px -74px;
}
/* line 169, sass/modules/_main-content.scss */
.supdem-section .supdem-box .demander-details ul li:nth-child(4) i {
  background-color: #9695a4;
  background-image: url(images/common-sprite.png);
  background-repeat: no-repeat;
  background-position: -57px -75px;
}
/* line 176, sass/modules/_main-content.scss */
.supdem-section .supdem-box .demander-details ul li p {
  font-size: 10px; /*reduced from 18 */
  color: #16161d;
  font-weight: 400; /*reduced from 500 */
  text-align: left;
  line-height: 28px;
  flex: 1;
  font-size: 1.25vw; /*reduced from 1.32 */
}
@media (max-width: 991px) {
  /* line 176, sass/modules/_main-content.scss */
  .supdem-section .supdem-box .demander-details ul li p {
    font-size: 1.7vw;
  }
}
@media (max-width: 640px) {
  /* line 176, sass/modules/_main-content.scss */
  .supdem-section .supdem-box .demander-details ul li p {
    font-size: 2.7vw;
  }
}
@media (max-width: 480px) {
  /* line 176, sass/modules/_main-content.scss */
  .supdem-section .supdem-box .demander-details ul li p {
    font-size: 3.7vw;
  }
}
/* line 196, sass/modules/_main-content.scss */
.supdem-section .supdem-box .demander-details a {
  width: 270px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  text-transform: capitalize;
  background: #1e1a58;
  border-bottom: 3px solid #0c0a2f;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 20px;
  background-image: url(images/right-arrow.png);
  background-repeat: no-repeat;
  background-position: 83% 55%;
  padding-right: 15px;
}
/* line 214, sass/modules/_main-content.scss */
.supdem-section .supdem-box .demander-details a:hover {
  background-color: #9695a4;
  border-color: #7f7e8e;
  transition: .3s all ease;
}

/* line 223, sass/modules/_main-content.scss */
.add1 {
  text-align: center;
  margin-bottom: 20px;
}

/* line 227, sass/modules/_main-content.scss */
.story-section {
  text-align: center;
  background: url(images/about-bg.jpg) no-repeat center/cover;
  padding: 100px 0 60px;
}
@media (min-width: 1400px) {
  /* line 227, sass/modules/_main-content.scss */
  .story-section {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 34px;
  }
}
@media (max-width: 1199px) {
  /* line 227, sass/modules/_main-content.scss */
  .story-section {
    padding: 60px 0;
  }
}
/* line 239, sass/modules/_main-content.scss */
.story-section-details {
  max-width: 45%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  /* line 239, sass/modules/_main-content.scss */
  .story-section-details {
    max-width: 55%;
  }
}
@media (max-width: 767px) {
  /* line 239, sass/modules/_main-content.scss */
  .story-section-details {
    max-width: 70%;
  }
}
@media (max-width: 540px) {
  /* line 239, sass/modules/_main-content.scss */
  .story-section-details {
    max-width: 90%;
  }
}
/* line 251, sass/modules/_main-content.scss */
.story-section-details h2 {
  color: #fff;
  font-size: 40px;
  line-height: 66px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 3.67vw;
  line-height: 4.9vw;
}
@media (min-width: 1400px) {
  /* line 251, sass/modules/_main-content.scss */
  .story-section-details h2 {
    font-size: 3.2vw;
    line-height: 4.4vw;
  }
}
/* line 264, sass/modules/_main-content.scss */
.story-section-details h2 span {
  display: block;
}
/* line 268, sass/modules/_main-content.scss */
.story-section-details p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
/* line 273, sass/modules/_main-content.scss */
.story-section-details a {
  width: 208px;
  height: 54px;
  line-height: 54px;
  display: inline-block;
  border-radius: 5px;
  color: #cb3c1e;
  text-transform: capitalize;
  background: #fff;
  border-bottom: 3px solid #ddd9e3;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 35px;
  background-image: url(images/right-arrow-r.png);
  background-repeat: no-repeat;
  background-position: 83% 55%;
  padding-right: 15px;
}
/* line 291, sass/modules/_main-content.scss */
.story-section-details a:hover {
  background-color: #1e1a58;
  background-image: url(images/right-arrow.png);
  border-color: #0c0a2f;
  transition: .3s all ease;
  color: #fff;
}

/* line 301, sass/modules/_main-content.scss */
.people-section {
  padding: 100px 0 60px;
}
/* line 303, sass/modules/_main-content.scss */
.people-section .container-fluid {
  padding: 0 50px;
}
/* line 306, sass/modules/_main-content.scss */
.people-section h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 3.67vw;
  line-height: 4.9vw;
}
/* line 315, sass/modules/_main-content.scss */
.people-section .people-slider .slick-arrow {
  display: none !important;
}
/* line 318, sass/modules/_main-content.scss */
.people-section .people-slider p {
  font-size: 16px;
  line-height: 30px;
}
/* line 322, sass/modules/_main-content.scss */
.people-section .people-slider h3 {
  font-size: 16px;
  color: #1d1a51;
  font-weight: 600;
  margin-top: 20px;
}
/* line 328, sass/modules/_main-content.scss */
.people-section .people-slider .slick-slide {
  margin: 0 15px;
}
/* line 331, sass/modules/_main-content.scss */
.people-section .people-slider .people-slider-box {
  padding: 30px 0;
}
/* line 333, sass/modules/_main-content.scss */
.people-section .people-slider .people-slider-box .sub-box {
  padding: 30px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
/* line 338, sass/modules/_main-content.scss */
.people-section .people-slider .people-slider-box .box-img {
  width: 140px;
  height: 140px;
  margin: 0 auto 30px;
  border-radius: 50%;
  background: #1d1a51;
  background-image: url(images/common-sprite.png);
  background-repeat: no-repeat;
  background-position: -96px -122px;
}
/* line 349, sass/modules/_main-content.scss */
.people-section .people-slider .slick-dots li {
  display: inline-block  !important;
  padding: 0 5px;
}
/* line 352, sass/modules/_main-content.scss */
.people-section .people-slider .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 0;
  background: #d2d1dc;
}
/* line 361, sass/modules/_main-content.scss */
.people-section .people-slider .slick-dots li.slick-active button {
  background: #cb3c1e;
}
/* line 363, sass/modules/_main-content.scss */
.people-section .people-slider .slick-dots li.slick-active button:focus {
  outline: none;
}

/* line 371, sass/modules/_main-content.scss */
.add2 {
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  /* line 371, sass/modules/_main-content.scss */
  .add2 {
    margin-bottom: 15px;
  }
}

/* line 378, sass/modules/_main-content.scss */
.container-fluid {
  max-width: 1400px;
  padding: 0 15px;
  margin: 0 auto;
}

/* line 1, sass/modules/_contact.scss */
.contact-banner {
  background-image: url(images/contact-page-banner.jpg);
  min-height: 265px;
  background-position: center center;
}

/* line 6, sass/modules/_contact.scss */
.contact-inner-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
/* line 9, sass/modules/_contact.scss */
.contact-inner-section h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 3.7vw;
}
@media (max-width: 991px) {
  /* line 9, sass/modules/_contact.scss */
  .contact-inner-section h2 {
    font-size: 24px;
  }
}
/* line 20, sass/modules/_contact.scss */
.contact-inner-section .container-fluid {
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  /* line 22, sass/modules/_contact.scss */
  .contact-inner-section .container-fluid .form-box {
    width: 100%;
  }
}
/* line 27, sass/modules/_contact.scss */
.contact-inner-section .container-fluid .form-box select {
  width: 100%;
  font-family: "Exo", sans-serif;
  color: #9695a4;
  padding: 15px 10px;
  font-size: 14px;
  border: 1px solid #ebeaee;
  border-radius: 5px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
/* line 39, sass/modules/_contact.scss */
.contact-inner-section .container-fluid .contact-wrap {
  display: flex;
  flex-wrap: wrap;
}
/* line 42, sass/modules/_contact.scss */
.contact-inner-section .container-fluid .contact-wrap .contact-img {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  /* line 42, sass/modules/_contact.scss */
  .contact-inner-section .container-fluid .contact-wrap .contact-img {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* line 49, sass/modules/_contact.scss */
.contact-inner-section .container-fluid .contact-wrap .contact-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 55, sass/modules/_contact.scss */
.contact-inner-section .container-fluid .contact-wrap .contact-details {
  flex: 0 0 50%;
  max-width: 50%;
  background: #0c0a2f;
  padding: 60px 50px;
}
@media only screen and (max-width: 767px) {
  /* line 55, sass/modules/_contact.scss */
  .contact-inner-section .container-fluid .contact-wrap .contact-details {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 55, sass/modules/_contact.scss */
  .contact-inner-section .container-fluid .contact-wrap .contact-details {
    padding: 60px 15px;
  }
}
/* line 67, sass/modules/_contact.scss */
.contact-inner-section .container-fluid .contact-wrap .contact-details .contact-wrapper-sub {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
/* line 71, sass/modules/_contact.scss */
.contact-inner-section .container-fluid .contact-wrap .contact-details .contact-wrapper-sub .contact-details-icon {
  width: 50px;
  height: 50px;
  margin-right: 25px;
  background-image: url(images/common-sprite.png);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  /* line 71, sass/modules/_contact.scss */
  .contact-inner-section .container-fluid .contact-wrap .contact-details .contact-wrapper-sub .contact-details-icon {
    margin-right: 10px;
  }
}
/* line 82, sass/modules/_contact.scss */
.contact-inner-section .container-fluid .contact-wrap .contact-details .contact-wrapper-sub .contact-details-box h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 16px;
  margin-bottom: 8px;
}
/* line 91, sass/modules/_contact.scss */
.contact-inner-section .container-fluid .contact-wrap .contact-details .contact-wrapper-sub .contact-details-box p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}
/* line 95, sass/modules/_contact.scss */
.contact-inner-section .container-fluid .contact-wrap .contact-details .contact-wrapper-sub .contact-details-box p span {
  display: block;
}
/* line 99, sass/modules/_contact.scss */
.contact-inner-section .container-fluid .contact-wrap .contact-details .contact-wrapper-sub .contact-details-box a {
  color: #fff;
  text-decoration: none;
}
/* line 103, sass/modules/_contact.scss */
.contact-inner-section .container-fluid .contact-wrap .contact-details .contact-wrapper-sub .contact-details-box ul {
  margin-top: 15px;
}
/* line 105, sass/modules/_contact.scss */
.contact-inner-section .container-fluid .contact-wrap .contact-details .contact-wrapper-sub .contact-details-box ul li {
  display: inline-block;
}
/* line 107, sass/modules/_contact.scss */
.contact-inner-section .container-fluid .contact-wrap .contact-details .contact-wrapper-sub .contact-details-box ul li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  margin-right: 2px;
  background: #cb3c1e;
  vertical-align: middle;
  background-image: url(images/common-sprite.png);
  background-repeat: no-repeat;
}
/* line 120, sass/modules/_contact.scss */
.contact-inner-section .container-fluid .contact-wrap .contact-details .contact-wrapper-sub .contact-details-box ul li .facebook {
  background-position: -123px 3px;
}
/* line 123, sass/modules/_contact.scss */
.contact-inner-section .container-fluid .contact-wrap .contact-details .contact-wrapper-sub .contact-details-box ul li .twitter {
  background-position: -145px 3px;
}
/* line 126, sass/modules/_contact.scss */
.contact-inner-section .container-fluid .contact-wrap .contact-details .contact-wrapper-sub .contact-details-box ul li .linkedin {
  background-position: -170px 3px;
}
/* line 129, sass/modules/_contact.scss */
.contact-inner-section .container-fluid .contact-wrap .contact-details .contact-wrapper-sub .contact-details-box ul li .reddit {
  background-position: -197px 3px;
}
/* line 135, sass/modules/_contact.scss */
.contact-inner-section .container-fluid .contact-wrap .contact-details .contact-wrapper-sub .address-icon {
  background-position: 5px -170px;
}
/* line 138, sass/modules/_contact.scss */
.contact-inner-section .container-fluid .contact-wrap .contact-details .contact-wrapper-sub .phone-icon {
  background-position: -56px -170px;
}
/* line 141, sass/modules/_contact.scss */
.contact-inner-section .container-fluid .contact-wrap .contact-details .contact-wrapper-sub .email-us-icon {
  background-position: 5px -227px;
}
/* line 144, sass/modules/_contact.scss */
.contact-inner-section .container-fluid .contact-wrap .contact-details .contact-wrapper-sub .follow-icon {
  background-position: -53px -227px;
}
/* line 151, sass/modules/_contact.scss */
.contact-inner-section .message-us {
  display: flex;
}
@media (max-width: 767px) {
  /* line 151, sass/modules/_contact.scss */
  .contact-inner-section .message-us {
    flex-wrap: wrap;
  }
}
/* line 157, sass/modules/_contact.scss */
.contact-inner-section .message-us .message-us-form {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 50px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  /* line 157, sass/modules/_contact.scss */
  .contact-inner-section .message-us .message-us-form {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
  }
}
/* line 168, sass/modules/_contact.scss */
.contact-inner-section .message-us .message-us-form h2 {
  text-align: left;
  margin-top: 5px;
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  /* line 168, sass/modules/_contact.scss */
  .contact-inner-section .message-us .message-us-form h2 {
    text-align: center;
  }
}
/* line 177, sass/modules/_contact.scss */
.contact-inner-section .message-us .message-us-form input {
  width: 100%;
  height: 52px;
  font-family: "Exo", sans-serif;
  color: #9695a4;
  padding: 0 10px;
  font-size: 14px;
  border: 1px solid #ebeaee;
  border-radius: 5px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
/* line 189, sass/modules/_contact.scss */
.contact-inner-section .message-us .message-us-form textarea {
  width: 100%;
  height: 104px;
  font-family: "Exo", sans-serif;
  color: #9695a4;
  padding: 15px 10px;
  font-size: 14px;
  border: 1px solid #ebeaee;
  border-radius: 5px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
  display: block;
  resize: none;
}
/* line 202, sass/modules/_contact.scss */
.contact-inner-section .message-us .message-us-form button {
  background: #cb3c1e;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  width: 211px;
  height: 55px;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  line-height: 55px;
  border-radius: 5px;
  border-bottom: 3px solid #b42c10;
  margin-top: 30px;
  background-image: url(images/right-arrow.png);
  background-repeat: no-repeat;
  background-position: 83% 55%;
  padding-right: 15px;
}
@media (max-width: 991px) {
  /* line 202, sass/modules/_contact.scss */
  .contact-inner-section .message-us .message-us-form button {
    margin: 30px auto 0;
    float: none;
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 202, sass/modules/_contact.scss */
  .contact-inner-section .message-us .message-us-form button {
    margin: 30px 0 0 15px;
    font-size: 13px;
  }
}
/* line 229, sass/modules/_contact.scss */
.contact-inner-section .message-us .message-us-form button:hover {
  background-color: #1e1a58;
  border-color: #0c0a2f;
  transition: .3s all ease-in;
}
/* line 236, sass/modules/_contact.scss */
.contact-inner-section .message-us .map {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  /* line 236, sass/modules/_contact.scss */
  .contact-inner-section .message-us .map {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* line 243, sass/modules/_contact.scss */
.contact-inner-section .message-us .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 251, sass/modules/_contact.scss */
.dual-btn-wrapper {
  text-align: right;
}
@media (max-width: 767px) {
  /* line 251, sass/modules/_contact.scss */
  .dual-btn-wrapper {
    display: flex;
    justify-content: flex-end;
  }
}
/* line 257, sass/modules/_contact.scss */
.dual-btn-wrapper .btn-clear {
  background-image: none !important;
  padding-right: 7px !important;
  background-color: #1e1a58 !important;
  border-bottom-color: #3c3963 !important;
  margin-right: 15px;
}
/* line 263, sass/modules/_contact.scss */
.dual-btn-wrapper .btn-clear:hover {
  background: #3c3963 !important;
}

/* line 268, sass/modules/_contact.scss */
.no-flex {
  display: inherit !important;
  width: 100%;
}

/* line 272, sass/modules/_contact.scss */
.g-recaptcha {
  margin-top: 15px;
}

@media only screen and (max-width: 991px) {
  /* line 276, sass/modules/_contact.scss */
  .container-fluid {
    padding: 0 15px !important;
  }
}
/* line 1, sass/modules/_about.scss */
.about-banner {
  background-image: url(images/about-page-banner.jpg);
  min-height: 265px;
  background-position: center center;
}

/* line 6, sass/modules/_about.scss */
.about-inner-section {
  padding: 100px 0 80px;
}
/* line 8, sass/modules/_about.scss */
.about-inner-section .container-fluid {
  padding: 0 50px;
}
/* line 12, sass/modules/_about.scss */
.about-inner-section .abou-details h2 {
  text-transform: uppercase;
  color: #16161d;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 3.7vw;
}
@media (min-width: 1400px) {
  /* line 12, sass/modules/_about.scss */
  .about-inner-section .abou-details h2 {
    font-size: 3.2vw;
  }
}
@media (max-width: 991px) {
  /* line 12, sass/modules/_about.scss */
  .about-inner-section .abou-details h2 {
    font-size: 24px;
  }
}
/* line 26, sass/modules/_about.scss */
.about-inner-section .abou-details p {
  font-size: 16px;
  color: #16161d;
  line-height: 30px;
  margin-bottom: 20px;
}
/* line 33, sass/modules/_about.scss */
.about-inner-section .about-img {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  /* line 33, sass/modules/_about.scss */
  .about-inner-section .about-img {
    margin-bottom: 30px;
  }
}
/* line 38, sass/modules/_about.scss */
.about-inner-section .about-img img {
  width: 100%;
}
/* line 42, sass/modules/_about.scss */
.about-inner-section .red-section {
  text-align: center;
  background: #cb3c1e;
  padding: 67px 0;
  margin-bottom: 100px;
  font-size: 2.94vw;
}
@media (min-width: 1400px) {
  /* line 42, sass/modules/_about.scss */
  .about-inner-section .red-section {
    max-width: 1400px;
    margin: 0 auto 100px;
  }
}
@media (max-width: 991px) {
  /* line 42, sass/modules/_about.scss */
  .about-inner-section .red-section {
    margin-bottom: 30px;
  }
}
/* line 56, sass/modules/_about.scss */
.about-inner-section .red-section h3 {
  max-width: 80%;
  margin: 0 auto;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
}
@media (min-width: 1400px) {
  /* line 56, sass/modules/_about.scss */
  .about-inner-section .red-section h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  /* line 56, sass/modules/_about.scss */
  .about-inner-section .red-section h3 {
    font-size: 24px;
    line-height: 40px;
  }
}

/* line 71, sass/modules/_about.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

@media (max-width: 991px) {
  /* line 74, sass/modules/_about.scss */
  .approch-h2 {
    margin-top: 30px;
  }
}

/* line 1, sass/modules/_how-to-use.scss */
.how-banner {
  background-image: url(images/how-page-banner.jpg);
  min-height: 265px;
  background-position: center center;
}

/* line 6, sass/modules/_how-to-use.scss */
.how-inner-section {
  padding: 100px 0 80px;
}
/* line 8, sass/modules/_how-to-use.scss */
.how-inner-section .container-fluid {
  position: relative;
  padding: 0 50px;
}
@media (min-width: 1400px) {
  /* line 8, sass/modules/_how-to-use.scss */
  .how-inner-section .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
  }
}
/* line 15, sass/modules/_how-to-use.scss */
.how-inner-section .container-fluid:before {
  content: '';
  background: url(images/circle2.png) repeat-y 0 0;
  width: 14px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}
@media (max-width: 991px) {
  /* line 15, sass/modules/_how-to-use.scss */
  .how-inner-section .container-fluid:before {
    display: none;
  }
}
/* line 31, sass/modules/_how-to-use.scss */
.how-inner-section .row {
  position: relative;
}
@media (max-width: 991px) {
  /* line 31, sass/modules/_how-to-use.scss */
  .how-inner-section .row {
    padding-top: 80px;
  }
}
/* line 40, sass/modules/_how-to-use.scss */
.how-inner-section .row .step-large-sc {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
/* line 47, sass/modules/_how-to-use.scss */
.how-inner-section .row .content-left {
  float: right;
}
@media (max-width: 991px) {
  /* line 47, sass/modules/_how-to-use.scss */
  .how-inner-section .row .content-left {
    float: none;
  }
}
/* line 53, sass/modules/_how-to-use.scss */
.how-inner-section .row .content-right {
  float: right;
}
@media (max-width: 991px) {
  /* line 53, sass/modules/_how-to-use.scss */
  .how-inner-section .row .content-right {
    float: none;
  }
}
/* line 60, sass/modules/_how-to-use.scss */
.how-inner-section .how-details {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  /* line 60, sass/modules/_how-to-use.scss */
  .how-inner-section .how-details {
    text-align: center;
  }
}
/* line 67, sass/modules/_how-to-use.scss */
.how-inner-section .how-details:before {
  content: '';
  position: absolute;
  background: url(images/circle.png) repeat-x 0 0;
  width: 99%;
  height: 30px;
  bottom: -15px;
  left: 0;
}
/* line 76, sass/modules/_how-to-use.scss */
.how-inner-section .how-details h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #16161d;
  font-size: 2.2vw;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  /* line 76, sass/modules/_how-to-use.scss */
  .how-inner-section .how-details h2 {
    margin-top: 20px;
    font-size: 24px;
  }
}
/* line 88, sass/modules/_how-to-use.scss */
.how-inner-section .how-details p {
  font-size: 16px;
  line-height: 30px;
  color: #16161d;
}
/* line 94, sass/modules/_how-to-use.scss */
.how-inner-section .img-right {
  text-align: right;
}
@media (max-width: 991px) {
  /* line 94, sass/modules/_how-to-use.scss */
  .how-inner-section .img-right {
    text-align: center;
  }
}
/* line 100, sass/modules/_how-to-use.scss */
.how-inner-section .step {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  width: 70px;
  margin: 0 auto;
  background: #fff;
  padding: 28px 0;
}
/* line 110, sass/modules/_how-to-use.scss */
.how-inner-section .step h3 {
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #9695a4;
  font-weight: 700;
}
@media (max-width: 991px) {
  /* line 110, sass/modules/_how-to-use.scss */
  .how-inner-section .step h3 {
    margin-bottom: 10px;
  }
}
/* line 120, sass/modules/_how-to-use.scss */
.how-inner-section .step h4 {
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 991px) {
  /* line 126, sass/modules/_how-to-use.scss */
  .how-img {
    text-align: center !important;
  }
}

@media (min-width: 991px) {
  /* line 131, sass/modules/_how-to-use.scss */
  .helper-fluid {
    max-width: inherit;
  }
}

/* line 1, sass/modules/_login.scss */
.after-login-section {
  margin-top: 83px;
  background: url(images/login-page-bg.jpg) no-repeat center/cover;
  min-height: 150px;
  padding: 50px 0;
}
/* line 6, sass/modules/_login.scss */
.after-login-section .container-fluid {
  padding: 0 50px;
}

/* line 11, sass/modules/_login.scss */
#tab-outer {
  position: relative;
  display: flex;
  overflow-x: hidden;
}
@media (max-width: 1399px) {
  /* line 11, sass/modules/_login.scss */
  #tab-outer {
    max-width: 992px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  /* line 11, sass/modules/_login.scss */
  #tab-outer {
    flex-wrap: wrap;
  }
}
/* line 22, sass/modules/_login.scss */
#tab-outer .tab-left {
  flex: 0 0 22%;
  max-width: 22%;
}
@media (max-width: 991px) {
  /* line 22, sass/modules/_login.scss */
  #tab-outer .tab-left {
    flex: 0 0 44%;
    max-width: 44%;
  }
}
@media (max-width: 767px) {
  /* line 22, sass/modules/_login.scss */
  #tab-outer .tab-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 50px;
    background-position: 0 40%;
  }
}

/* line 46, sass/modules/_login.scss */
.tab-left-sub {
  max-width: 43%;
  margin: 0 0 0 auto;
  height: 100%;
  max-width: 100%;
  background: rgba(43, 41, 104, 0.58);
}
@media (max-width: 767px) {
  /* line 46, sass/modules/_login.scss */
  .tab-left-sub {
    max-width: 100%;
  }
}

/* line 56, sass/modules/_login.scss */
#tab-wrapper {
  list-style: none;
  height: auto;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
/* line 62, sass/modules/_login.scss */
#tab-wrapper li {
  margin: 0;
  flex: 0 0 100%;
  font-weight: bold;
  text-align: center;
  max-width: 100%;
  height: 218px;
  background: #ECEEFF;
  position: relative;
}
@media (max-width: 767px) {
  /* line 62, sass/modules/_login.scss */
  #tab-wrapper li {
    flex: 1;
  }
}
/* line 74, sass/modules/_login.scss */
#tab-wrapper li a {
  display: block;
  padding: 0px 15px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 30px;
  color: #1C1952;
  text-decoration: none;
  height: 100%;
  align-items: center;
}
/* line 85, sass/modules/_login.scss */
#tab-wrapper li a .con-pos {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  /* line 85, sass/modules/_login.scss */
  #tab-wrapper li a .con-pos {
    font-size: 12px;
  }
}
/* line 93, sass/modules/_login.scss */
#tab-wrapper li a .con-pos span {
  display: block;
  line-height: 10px;
}
@media (max-width: 767px) {
  /* line 93, sass/modules/_login.scss */
  #tab-wrapper li a .con-pos span {
    font-size: 12px;
  }
}
/* line 101, sass/modules/_login.scss */
#tab-wrapper li a i {
  display: block;
}
/* line 103, sass/modules/_login.scss */
#tab-wrapper li a i img {
  margin-bottom: 5px;
}
/* line 109, sass/modules/_login.scss */
#tab-wrapper .active {
  background: #fff;
  box-shadow: -4px 1px 24px -4px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

/* line 115, sass/modules/_login.scss */
#tab-body {
  flex: 0 0 78%;
  max-width: 78%;
  padding: 50px;
  background: #FAFAFF;
  z-index: 9;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  /* line 115, sass/modules/_login.scss */
  #tab-body {
    flex: 0 0 56%;
    max-width: 56%;
    padding: 50px 15px;
  }
}
@media (max-width: 767px) {
  /* line 115, sass/modules/_login.scss */
  #tab-body {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* line 143, sass/modules/_login.scss */
.check-box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #6A6897 !important;
  font-weight: 400 !important;
}
/* line 156, sass/modules/_login.scss */
.check-box a {
  text-decoration: none;
  color: #6A6897;
  font-weight: 500;
}

/* Hide the browser's default checkbox */
/* line 164, sass/modules/_login.scss */
.check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
/* line 173, sass/modules/_login.scss */
.checkmark {
  position: absolute;
  top: -4px;
  left: 0;
  height: 23px;
  width: 23px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #A7ACDF;
}

/* On mouse-over, add a grey background color */
/* line 185, sass/modules/_login.scss */
.check-box:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
/* line 190, sass/modules/_login.scss */
.check-box input:checked ~ .checkmark {
  background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
/* line 195, sass/modules/_login.scss */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
/* line 202, sass/modules/_login.scss */
.check-box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
/* line 207, sass/modules/_login.scss */
.check-box .checkmark:after {
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #A7ACDF;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 218, sass/modules/_login.scss */
.tab-right {
  flex: 0 0 100%;
  max-width: 100%;
}
/* line 221, sass/modules/_login.scss */
.tab-right h2 {
  text-transform: capitalize;
  font-size: 34px;
  line-height: 23px;
  font-weight: 600;
  color: #1C1952;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 221, sass/modules/_login.scss */
  .tab-right h2 {
    font-size: 24px;
  }
}
/* line 232, sass/modules/_login.scss */
.tab-right p {
  font-size: 16px;
  color: #6A6897;
}
/* line 236, sass/modules/_login.scss */
.tab-right form {
  margin-top: 25px;
}
/* line 238, sass/modules/_login.scss */
.tab-right form .form-group {
  margin-top: 20px;
}
/* line 240, sass/modules/_login.scss */
.tab-right form .form-group label {
  margin-bottom: 10px;
  font-size: 16px;
  color: #1C1952;
  font-family: "Exo", sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
/* line 249, sass/modules/_login.scss */
.tab-right form .form-group input {
  width: 100%;
  padding: 15px 20px;
  border-radius: 4px;
  border: 1px solid #A7ACDF;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  color: #C4C7EA;
}
/* line 257, sass/modules/_login.scss */
.tab-right form .form-group input:focus {
  border-color: #CC3C19;
}
/* line 261, sass/modules/_login.scss */
.tab-right form .form-group .check-box {
  float: left;
  width: 50%;
}
/* line 265, sass/modules/_login.scss */
.tab-right form .form-group .forgot-password {
  float: right;
  width: 50%;
  text-align: right;
  font-size: 16px;
  color: #6A6897;
  text-decoration: none;
}
/* line 274, sass/modules/_login.scss */
.tab-right form button {
  display: block;
  width: 100%;
  background: #CC3C19;
  height: 56px;
  line-height: 56px;
  border-radius: 4px;
  font-family: "Exo", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 25px;
  text-transform: uppercase;
}
/* line 288, sass/modules/_login.scss */
.tab-right form .or-login-text {
  display: block;
  text-align: center;
  font-family: "Exo", sans-serif;
  margin-top: 25px;
  font-size: 16px;
  text-transform: capitalize;
  color: #1C1952;
  margin-bottom: 15px;
}
/* line 298, sass/modules/_login.scss */
.tab-right form .social-option {
  text-align: center;
}
/* line 300, sass/modules/_login.scss */
.tab-right form .social-option li {
  display: inline-block;
  padding: 0 5px;
}
/* line 303, sass/modules/_login.scss */
.tab-right form .social-option li a {
  display: inline-block;
  width: 49px;
  height: 49px;
  line-height: 49px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #C4C7EA !important;
  position: relative;
}
/* line 312, sass/modules/_login.scss */
.tab-right form .social-option li a:before {
  content: '';
  background: url(images/social-sprite.png) no-repeat 0 0;
  position: absolute;
  top: 10px;
  left: 12px;
  width: 30px;
  height: 30px;
}
/* line 324, sass/modules/_login.scss */
.tab-right form .social-option li:nth-child(2) a:before {
  background-position: -36px -4px;
}
/* line 331, sass/modules/_login.scss */
.tab-right form .social-option li:nth-child(3) a:before {
  background-position: -75px -3px;
}
/* line 338, sass/modules/_login.scss */
.tab-right form .social-option li:nth-child(4) a:before {
  background-position: -119px -2px;
}
/* line 345, sass/modules/_login.scss */
.tab-right form .signup-link {
  display: block;
  text-align: center;
  margin-top: 25px;
}
/* line 349, sass/modules/_login.scss */
.tab-right form .signup-link a {
  color: #1C1952;
  font-weight: 500;
  text-decoration: none;
}

/* line 357, sass/modules/_login.scss */
.cmn-wrp {
  position: relative;
}
/* line 359, sass/modules/_login.scss */
.cmn-wrp i {
  position: absolute;
  top: 17px;
  right: 20px;
}

/* line 365, sass/modules/_login.scss */
.radio-wrap {
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
/* line 366, sass/modules/_login.scss */
.radio-wrap .radio-box {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex: 1;
}
/* line 381, sass/modules/_login.scss */
.radio-wrap .radio-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* line 388, sass/modules/_login.scss */
.radio-wrap .checkmark {
  position: absolute;
  top: -5px;
  left: 0;
  height: 23px;
  width: 23px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #A7ACDF;
}
/* line 400, sass/modules/_login.scss */
.radio-wrap .radio-box:hover input ~ .checkmark {
  background-color: #ccc;
}
/* line 405, sass/modules/_login.scss */
.radio-wrap .radio-box input:checked ~ .checkmark {
  background-color: #fff;
}
/* line 410, sass/modules/_login.scss */
.radio-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* line 417, sass/modules/_login.scss */
.radio-wrap .radio-box input:checked ~ .checkmark:after {
  display: block;
}
/* line 422, sass/modules/_login.scss */
.radio-wrap .radio-box .checkmark:after {
  top: 3px;
  left: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #6A6897;
}

/* line 431, sass/modules/_login.scss */
.full-width {
  width: 100% !important;
}

/* line 434, sass/modules/_login.scss */
.mb-25 {
  margin-bottom: 25px !important;
}

/* line 437, sass/modules/_login.scss */
.mt-35 {
  margin-top: 35px !important;
}

/* line 440, sass/modules/_login.scss */
.flex-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* line 1, sass/modules/_right-panel.scss */
.right-pannel {
  background: #F2F3FF;
  padding-bottom: 70px;
}
/* line 4, sass/modules/_right-panel.scss */
.right-pannel .container-fluid {
  padding: 0 30px;
}
@media (min-width: 1400px) {
  /* line 4, sass/modules/_right-panel.scss */
  .right-pannel .container-fluid {
    max-width: inherit;
  }
}
/* line 10, sass/modules/_right-panel.scss */
.right-pannel h3 {
  font-size: 24px;
  color: #1C1952;
}
@media (max-width: 1024px) {
  /* line 10, sass/modules/_right-panel.scss */
  .right-pannel h3 {
    font-size: 18px;
  }
}
/* line 17, sass/modules/_right-panel.scss */
.right-pannel .breadcrumb {
  padding: 27px 15px;
  border-bottom: 1px solid #D9DDFD;
  margin-bottom: 20px;
  background-color: transparent;
}
/* line 22, sass/modules/_right-panel.scss */
.right-pannel .breadcrumb li {
  display: inline-block;
  padding-right: 25px;
  position: relative;
  color: #6A6897;
  font-size: 13px;
  font-family: "Exo", sans-serif;
}
/* line 29, sass/modules/_right-panel.scss */
.right-pannel .breadcrumb li:before {
  content: '';
  position: absolute;
  background: url(images/right-arrow.svg) no-repeat 0 0;
  height: 15px;
  width: 15px;
  right: 0;
  top: 0;
}
/* line 39, sass/modules/_right-panel.scss */
.right-pannel .breadcrumb li:last-child:before {
  display: none;
}
/* line 43, sass/modules/_right-panel.scss */
.right-pannel .breadcrumb li a {
  color: #9E9DBA;
  text-decoration: none;
}
/* line 49, sass/modules/_right-panel.scss */
.right-pannel .map-card {
  margin-top: 30px;
  background: #fff;
  padding: 40px 30px;
}
@media (max-width: 1024px) {
  /* line 49, sass/modules/_right-panel.scss */
  .right-pannel .map-card {
    padding: 40px 10px;
  }
}
/* line 56, sass/modules/_right-panel.scss */
.right-pannel .map-card img {
  width: 100%;
}
/* line 60, sass/modules/_right-panel.scss */
.right-pannel .dash-add {
  display: block;
  width: 100%;
  margin-top: 25px;
}
@media (max-width: 767px) {
  /* line 60, sass/modules/_right-panel.scss */
  .right-pannel .dash-add {
    text-align: center;
  }
}
/* line 67, sass/modules/_right-panel.scss */
.right-pannel .dash-add img {
  width: 100%;
}
@media (max-width: 991px) {
  /* line 67, sass/modules/_right-panel.scss */
  .right-pannel .dash-add img {
    width: auto;
    margin: 25px auto 0;
    display: inline-block;
  }
}
/* line 76, sass/modules/_right-panel.scss */
.right-pannel .cmn-btn-wrp {
  text-align: right;
  margin-top: -10px;
}
@media (max-width: 767px) {
  /* line 76, sass/modules/_right-panel.scss */
  .right-pannel .cmn-btn-wrp {
    text-align: left;
    margin-top: 20px;
  }
}
/* line 83, sass/modules/_right-panel.scss */
.right-pannel .cmn-btn-wrp a {
  width: 212px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background: #CC3C19;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: 'Poppins', sans-serif !important;
  transition: .3s all ease-in;
  border-radius: 4px;
}
/* line 97, sass/modules/_right-panel.scss */
.right-pannel .cmn-btn-wrp a:hover {
  background: #1e1a58;
}
/* line 100, sass/modules/_right-panel.scss */
.right-pannel .cmn-btn-wrp a img {
  vertical-align: middle;
  margin-right: 5px;
}

/* line 108, sass/modules/_right-panel.scss */
.header-filter-pannel {
  text-align: right;
}
/* line 110, sass/modules/_right-panel.scss */
.header-filter-pannel form {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  /* line 110, sass/modules/_right-panel.scss */
  .header-filter-pannel form {
    justify-content: flex-start;
    margin-top: 20px;
  }
}
@media (max-width: 549px) {
  /* line 110, sass/modules/_right-panel.scss */
  .header-filter-pannel form {
    flex-wrap: wrap;
  }
}
/* line 122, sass/modules/_right-panel.scss */
.header-filter-pannel form .form-text {
  position: relative;
  margin-right: 20px;
}
@media (max-width: 991px) {
  /* line 122, sass/modules/_right-panel.scss */
  .header-filter-pannel form .form-text {
    flex: 0 0 48%;
  }
}
@media (max-width: 640px) {
  /* line 122, sass/modules/_right-panel.scss */
  .header-filter-pannel form .form-text {
    flex: 0 0 100%;
  }
}
/* line 131, sass/modules/_right-panel.scss */
.header-filter-pannel form .form-text input {
  width: 231px;
  height: 48px;
  line-height: 48px;
  padding-left: 20px;
  border-radius: 4px;
  border: 1px solid #A7ACDF;
  font-family: "Exo", sans-serif;
}
@media (max-width: 1199px) {
  /* line 131, sass/modules/_right-panel.scss */
  .header-filter-pannel form .form-text input {
    width: 160px;
  }
}
@media (max-width: 1024px) {
  /* line 131, sass/modules/_right-panel.scss */
  .header-filter-pannel form .form-text input {
    width: 130px;
  }
}
@media (max-width: 991px) {
  /* line 131, sass/modules/_right-panel.scss */
  .header-filter-pannel form .form-text input {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  /* line 149, sass/modules/_right-panel.scss */
  .header-filter-pannel form .form-text .helper-input {
    width: 110px;
  }
}
@media (max-width: 991px) {
  /* line 149, sass/modules/_right-panel.scss */
  .header-filter-pannel form .form-text .helper-input {
    width: 100%;
  }
}
/* line 157, sass/modules/_right-panel.scss */
.header-filter-pannel form .form-text button {
  background-image: url(images/common-sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -131px;
  position: absolute;
  right: 20px;
  top: 12px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 1199px) {
  /* line 170, sass/modules/_right-panel.scss */
  .header-filter-pannel form .form-text .helper-btn {
    right: 5px;
  }
}
/* line 176, sass/modules/_right-panel.scss */
.header-filter-pannel form .filter-drop {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  /* line 176, sass/modules/_right-panel.scss */
  .header-filter-pannel form .filter-drop {
    flex: 0 0 20%;
  }
}
@media (max-width: 640px) {
  /* line 176, sass/modules/_right-panel.scss */
  .header-filter-pannel form .filter-drop {
    margin-top: 20px;
    flex: 0 0 100%;
    justify-content: flex-start;
  }
}
/* line 187, sass/modules/_right-panel.scss */
.header-filter-pannel form .filter-drop span {
  font-family: "Exo", sans-serif;
  font-size: 14px;
  color: #7B798C;
  font-weight: 600;
}
@media (max-width: 549px) {
  /* line 187, sass/modules/_right-panel.scss */
  .header-filter-pannel form .filter-drop span {
    flex: 0 0 20%;
    text-align: left;
  }
}
/* line 197, sass/modules/_right-panel.scss */
.header-filter-pannel form .filter-drop select {
  width: 100px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  border: 1px solid #A7ACDF;
  background: url(images/bottom-arrow.svg) no-repeat 80% 55%;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 15px;
  font-family: "Exo", sans-serif;
  font-size: 14px;
  color: #7B798C;
  background-color: #fff;
  margin-left: 15px;
}
@media (max-width: 1024px) {
  /* line 197, sass/modules/_right-panel.scss */
  .header-filter-pannel form .filter-drop select {
    width: 65px;
    padding: 0 5px;
    margin-left: 5px;
    background-size: 8px;
    font-size: 13px;
    background-position: 92% 55%;
  }
}
@media (max-width: 991px) {
  /* line 197, sass/modules/_right-panel.scss */
  .header-filter-pannel form .filter-drop select {
    width: 80px;
  }
}
@media (max-width: 640px) {
  /* line 197, sass/modules/_right-panel.scss */
  .header-filter-pannel form .filter-drop select {
    flex: 1;
  }
}
@media (max-width: 1199px) {
  /* line 227, sass/modules/_right-panel.scss */
  .header-filter-pannel form .filter-drop .helper-select {
    width: 65px;
    background-size: 8px;
    background-position: 93% 55%;
  }
}
@media (max-width: 991px) {
  /* line 227, sass/modules/_right-panel.scss */
  .header-filter-pannel form .filter-drop .helper-select {
    width: 80px;
    background-position: 97% 55%;
  }
}

/* line 246, sass/modules/_right-panel.scss */
.filter-result-wrap .filter-result-box {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
/* line 252, sass/modules/_right-panel.scss */
.filter-result-wrap .filter-result-box-header {
  background: #FAFAFF;
  padding: 15px;
  display: flex;
  align-items: flex-start;
}
/* line 257, sass/modules/_right-panel.scss */
.filter-result-wrap .filter-result-box-header .cmn-circle {
  display: inline-block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  border-radius: 50%;
  border: 1px solid #ccc;
  text-align: center;
  font-family: "Exo", sans-serif;
  font-weight: 600;
  margin-right: 20px;
}
/* line 269, sass/modules/_right-panel.scss */
.filter-result-wrap .filter-result-box-header .color1 {
  background: #CBEDC1;
  border-color: #93C385;
  color: #74A965;
  text-transform: uppercase;
}
/* line 275, sass/modules/_right-panel.scss */
.filter-result-wrap .filter-result-box-header .color2 {
  background: #B7D4FF;
  border-color: #1972F6;
  color: #1972F6;
  text-transform: uppercase;
}
/* line 281, sass/modules/_right-panel.scss */
.filter-result-wrap .filter-result-box-header .color3 {
  background: #DBD7FF;
  border-color: #978DF2;
  color: #8076D9;
  text-transform: uppercase;
}
/* line 287, sass/modules/_right-panel.scss */
.filter-result-wrap .filter-result-box-header .color4 {
  background: #FFD0C5;
  border-color: #EF856B;
  color: #E0775E;
  text-transform: uppercase;
}
/* line 293, sass/modules/_right-panel.scss */
.filter-result-wrap .filter-result-box-header .name-review {
  margin-right: 12px;
}
/* line 295, sass/modules/_right-panel.scss */
.filter-result-wrap .filter-result-box-header .name-review h4 {
  font-size: 18px;
  color: #1C1952;
  line-height: 24px;
}
/* line 300, sass/modules/_right-panel.scss */
.filter-result-wrap .filter-result-box-header .name-review .review {
  display: flex;
  align-items: center;
}
/* line 303, sass/modules/_right-panel.scss */
.filter-result-wrap .filter-result-box-header .name-review .review h5 {
  font-size: 15px;
  font-weight: 400;
  color: #A7ACDF;
  margin-right: 20px;
}
/* line 310, sass/modules/_right-panel.scss */
.filter-result-wrap .filter-result-box-header .name-review .review ul li {
  display: inline-block;
  padding: 0;
}
/* line 313, sass/modules/_right-panel.scss */
.filter-result-wrap .filter-result-box-header .name-review .review ul li i {
  font-size: 13px;
  color: #A7ACDF;
}
/* line 321, sass/modules/_right-panel.scss */
.filter-result-wrap .filter-result-box-header .wish-list {
  margin-top: 5px;
  flex: 15px;
  text-align: right;
}
/* line 327, sass/modules/_right-panel.scss */
.filter-result-wrap .filter-result-box .filter-result-box-footer {
  text-align: center;
  background: #fff;
  padding: 25px 15px;
  border-top: 1px solid #E2E5FF;
}
/* line 332, sass/modules/_right-panel.scss */
.filter-result-wrap .filter-result-box .filter-result-box-footer a {
  border: 1px solid #1972F6;
  border-radius: 4px;
  width: 234px;
  height: 29px;
  font-size: 15px;
  line-height: 27px;
  display: block;
  margin: 0 auto;
  color: #1972F6;
  text-decoration: none;
  transition: .3s all ease-in;
}
/* line 344, sass/modules/_right-panel.scss */
.filter-result-wrap .filter-result-box .filter-result-box-footer a:hover {
  background: #1972F6;
  color: #fff;
}

/* line 352, sass/modules/_right-panel.scss */
.full-flex.add-wrap {
  text-align: center;
  padding: 50px 0;
  margin-bottom: 0;
  margin-top: 30px;
  border: 1px solid #CBD2FD;
}
/* line 358, sass/modules/_right-panel.scss */
.full-flex.add-wrap p {
  text-transform: uppercase;
  font-size: 15px;
  color: #A7ACDF;
}

/* line 364, sass/modules/_right-panel.scss */
.mr-15 {
  margin-right: 15px;
}

/* line 367, sass/modules/_right-panel.scss */
.all-details {
  padding-top: 10px;
}

/* line 371, sass/modules/_right-panel.scss */
.demander-profile-card {
  background: #fff;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-top: 25px;
  padding-left: 15px;
}
/* line 378, sass/modules/_right-panel.scss */
.demander-profile-card .profile-review {
  text-align: center;
}
@media (max-width: 1199px) {
  /* line 378, sass/modules/_right-panel.scss */
  .demander-profile-card .profile-review {
    margin-bottom: 30px;
  }
}
/* line 383, sass/modules/_right-panel.scss */
.demander-profile-card .profile-review li {
  display: inline-block;
  padding: 0;
}
/* line 386, sass/modules/_right-panel.scss */
.demander-profile-card .profile-review li i {
  font-size: 13px;
  color: #A7ACDF;
}
/* line 392, sass/modules/_right-panel.scss */
.demander-profile-card .demander-img {
  text-align: center;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
}
/* line 399, sass/modules/_right-panel.scss */
.demander-profile-card .demander-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 405, sass/modules/_right-panel.scss */
.demander-profile-card .all-details-top {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #D7DAFF;
  padding-bottom: 15px;
}
/* line 410, sass/modules/_right-panel.scss */
.demander-profile-card .all-details-top-left {
  flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 767px) {
  /* line 410, sass/modules/_right-panel.scss */
  .demander-profile-card .all-details-top-left {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
/* line 418, sass/modules/_right-panel.scss */
.demander-profile-card .all-details-top-left h4 {
  font-size: 22px;
  color: #1C1952;
  line-height: 24px;
}
/* line 423, sass/modules/_right-panel.scss */
.demander-profile-card .all-details-top-left h5 {
  font-size: 15px;
  font-weight: 400;
  color: #A7ACDF;
  margin-right: 20px;
}
@media (max-width: 767px) {
  /* line 423, sass/modules/_right-panel.scss */
  .demander-profile-card .all-details-top-left h5 {
    margin-right: 0;
  }
}
/* line 433, sass/modules/_right-panel.scss */
.demander-profile-card .all-details-top-right {
  flex: 0 0 60%;
  max-width: 60%;
  text-align: right;
}
@media (max-width: 767px) {
  /* line 433, sass/modules/_right-panel.scss */
  .demander-profile-card .all-details-top-right {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
/* line 443, sass/modules/_right-panel.scss */
.demander-profile-card .all-details-top-right i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
/* line 448, sass/modules/_right-panel.scss */
.demander-profile-card .all-details-top-right a {
  width: 168px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background: #CC3C19;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: 'Poppins', sans-serif !important;
  transition: .3s all ease-in;
  border-radius: 4px;
}
/* line 462, sass/modules/_right-panel.scss */
.demander-profile-card .all-details-top-right a:hover {
  background: #1e1a58;
}
/* line 465, sass/modules/_right-panel.scss */
.demander-profile-card .all-details-top-right a img {
  vertical-align: middle;
}
/* line 471, sass/modules/_right-panel.scss */
.demander-profile-card .all-details-bottom {
  display: flex;
  flex-wrap: wrap;
  padding-top: 25px;
}
/* line 475, sass/modules/_right-panel.scss */
.demander-profile-card .all-details-bottom .email {
  flex: 0 0 33%;
  max-width: 33%;
  font-size: 15px;
  color: #1972F6;
  text-decoration: none;
}
@media (max-width: 1024px) {
  /* line 475, sass/modules/_right-panel.scss */
  .demander-profile-card .all-details-bottom .email {
    flex: 1;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  /* line 475, sass/modules/_right-panel.scss */
  .demander-profile-card .all-details-bottom .email {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
/* line 490, sass/modules/_right-panel.scss */
.demander-profile-card .all-details-bottom .email img {
  vertical-align: sub;
  margin-right: 10px;
}
/* line 495, sass/modules/_right-panel.scss */
.demander-profile-card .all-details-bottom p {
  flex: 0 0 35%;
  max-width: 35%;
  font-size: 15px;
  line-height: 24px;
  color: #1C1952;
  display: flex;
  margin-right: 12px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  /* line 495, sass/modules/_right-panel.scss */
  .demander-profile-card .all-details-bottom p {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  /* line 495, sass/modules/_right-panel.scss */
  .demander-profile-card .all-details-bottom p {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-right: 0;
    justify-content: center;
    margin-top: 15px;
  }
}
/* line 516, sass/modules/_right-panel.scss */
.demander-profile-card .all-details-bottom p img {
  margin-right: 10px;
}
/* line 520, sass/modules/_right-panel.scss */
.demander-profile-card .all-details-bottom .details-btn {
  border: 1px solid #1972F6;
  border-radius: 4px;
  flex: 0 0 30%;
  max-width: 30%;
  height: 29px;
  font-size: 15px;
  line-height: 27px;
  display: block;
  margin: 0 auto;
  color: #1972F6;
  text-align: center;
  text-decoration: none;
  transition: .3s all ease-in;
}
@media (max-width: 1024px) {
  /* line 520, sass/modules/_right-panel.scss */
  .demander-profile-card .all-details-bottom .details-btn {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
/* line 539, sass/modules/_right-panel.scss */
.demander-profile-card .all-details-bottom .details-btn:hover {
  background: #1972F6;
  color: #fff;
}

/* line 546, sass/modules/_right-panel.scss */
.review-section {
  padding-top: 35px;
}
/* line 548, sass/modules/_right-panel.scss */
.review-section .review-header {
  display: flex;
  align-items: center;
}
/* line 551, sass/modules/_right-panel.scss */
.review-section .review-header h2 {
  color: #1C1952;
  font-size: 24px;
  line-height: 30px;
  flex: 1;
}
/* line 557, sass/modules/_right-panel.scss */
.review-section .review-header a {
  width: 168px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background: #CC3C19;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: 'Poppins', sans-serif !important;
  transition: .3s all ease-in;
  border-radius: 4px;
}
/* line 571, sass/modules/_right-panel.scss */
.review-section .review-header a:hover {
  background: #1e1a58;
}
/* line 574, sass/modules/_right-panel.scss */
.review-section .review-header a img {
  vertical-align: middle;
}
/* line 579, sass/modules/_right-panel.scss */
.review-section .review-list-box {
  background: #fff;
  display: flex;
  padding: 30px 20px;
  margin-top: 25px;
  border-left: 2px solid #E78C76;
}
@media (max-width: 767px) {
  /* line 579, sass/modules/_right-panel.scss */
  .review-section .review-list-box {
    flex-wrap: wrap;
    text-align: center;
  }
}
/* line 589, sass/modules/_right-panel.scss */
.review-section .review-list-box:nth-child(2n) {
  border-left: 2px solid #1972F6;
}
/* line 592, sass/modules/_right-panel.scss */
.review-section .review-list-box .filter-result-box-left {
  display: flex;
  flex: 0 0 28%;
  max-width: 28%;
}
@media (max-width: 1199px) {
  /* line 592, sass/modules/_right-panel.scss */
  .review-section .review-list-box .filter-result-box-left {
    flex: 0 0 31%;
    max-width: 31%;
  }
}
@media (max-width: 767px) {
  /* line 592, sass/modules/_right-panel.scss */
  .review-section .review-list-box .filter-result-box-left {
    flex-wrap: wrap;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
/* line 606, sass/modules/_right-panel.scss */
.review-section .review-list-box .filter-result-box-left .cmn-circle {
  display: inline-block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  border-radius: 50%;
  border: 1px solid #ccc;
  text-align: center;
  font-family: "Exo", sans-serif;
  font-weight: 600;
  margin-right: 20px;
}
@media (max-width: 767px) {
  /* line 606, sass/modules/_right-panel.scss */
  .review-section .review-list-box .filter-result-box-left .cmn-circle {
    display: block;
    margin: 0 auto 20px;
  }
}
/* line 622, sass/modules/_right-panel.scss */
.review-section .review-list-box .filter-result-box-left .color1 {
  background: #CBEDC1;
  border-color: #93C385;
  color: #74A965;
  text-transform: uppercase;
}
/* line 628, sass/modules/_right-panel.scss */
.review-section .review-list-box .filter-result-box-left .color2 {
  background: #B7D4FF;
  border-color: #1972F6;
  color: #1972F6;
  text-transform: uppercase;
}
/* line 634, sass/modules/_right-panel.scss */
.review-section .review-list-box .filter-result-box-left .color3 {
  background: #DBD7FF;
  border-color: #978DF2;
  color: #8076D9;
  text-transform: uppercase;
}
/* line 640, sass/modules/_right-panel.scss */
.review-section .review-list-box .filter-result-box-left .color4 {
  background: #FFD0C5;
  border-color: #EF856B;
  color: #E0775E;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 646, sass/modules/_right-panel.scss */
  .review-section .review-list-box .filter-result-box-left .name-review {
    display: block;
    width: 100%;
  }
}
/* line 651, sass/modules/_right-panel.scss */
.review-section .review-list-box .filter-result-box-left .name-review h4 {
  font-size: 18px;
  color: #1C1952;
  line-height: 24px;
}
/* line 656, sass/modules/_right-panel.scss */
.review-section .review-list-box .filter-result-box-left .name-review h5 {
  font-size: 15px;
  font-weight: 400;
  color: #6A6897;
  margin-right: 20px;
}
@media (max-width: 767px) {
  /* line 656, sass/modules/_right-panel.scss */
  .review-section .review-list-box .filter-result-box-left .name-review h5 {
    margin-right: 0;
  }
}
/* line 666, sass/modules/_right-panel.scss */
.review-section .review-list-box .filter-result-box-left .name-review .review li {
  display: inline-block;
  padding: 0;
}
/* line 669, sass/modules/_right-panel.scss */
.review-section .review-list-box .filter-result-box-left .name-review .review li i {
  font-size: 13px;
  color: #A7ACDF;
}
/* line 677, sass/modules/_right-panel.scss */
.review-section .review-list-box .filter-result-box-right {
  padding-left: 30px;
  border-left: 1px solid #D7DAFF;
}
@media (max-width: 767px) {
  /* line 677, sass/modules/_right-panel.scss */
  .review-section .review-list-box .filter-result-box-right {
    padding-left: 0;
    border: none;
  }
}
/* line 684, sass/modules/_right-panel.scss */
.review-section .review-list-box .filter-result-box-right p {
  font-size: 15px;
  line-height: 24px;
  color: #1C1952;
}
/* line 691, sass/modules/_right-panel.scss */
.review-section .view-more {
  font-size: 15px;
  text-transform: capitalize;
  color: #A7ACDF;
  font-weight: 600;
  display: block;
  margin-top: 30px;
  text-decoration: none;
}
@media (max-width: 767px) {
  /* line 691, sass/modules/_right-panel.scss */
  .review-section .view-more {
    text-align: center;
  }
}

/* line 707, sass/modules/_right-panel.scss */
.profile-section {
  padding: 50px 35px 70px;
  margin-bottom: 25px;
  background: #FBFCFF;
}
@media (max-width: 767px) {
  /* line 707, sass/modules/_right-panel.scss */
  .profile-section {
    padding: 50px 15px 70px;
  }
}
/* line 714, sass/modules/_right-panel.scss */
.profile-section-img {
  position: relative;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  background: #2ECBFF;
  line-height: 160px;
  border: 8px solid #fff;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.1);
}
/* line 725, sass/modules/_right-panel.scss */
.profile-section-img .add-option {
  background-image: url(images/g-plus-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  width: 38px;
  height: 38px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #C4C7EA;
  position: absolute;
  bottom: 20px;
  right: -19px;
  text-align: center;
}
/* line 741, sass/modules/_right-panel.scss */
.profile-section .all-details {
  padding-top: 10px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  /* line 741, sass/modules/_right-panel.scss */
  .profile-section .all-details {
    padding-left: 0;
    margin-top: 20px;
  }
}
/* line 748, sass/modules/_right-panel.scss */
.profile-section .all-details .all-details-top {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #D7DAFF;
  padding-bottom: 15px;
  align-items: flex-end;
  margin-bottom: 30px;
}
/* line 755, sass/modules/_right-panel.scss */
.profile-section .all-details .all-details-top-left {
  flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 767px) {
  /* line 755, sass/modules/_right-panel.scss */
  .profile-section .all-details .all-details-top-left {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
/* line 762, sass/modules/_right-panel.scss */
.profile-section .all-details .all-details-top-left h4 {
  font-size: 22px;
  color: #1C1952;
  line-height: 24px;
  margin-bottom: 7px;
}
/* line 768, sass/modules/_right-panel.scss */
.profile-section .all-details .all-details-top-left h5 {
  font-size: 15px;
  font-weight: 400;
  color: #6A6897;
  margin-right: 20px;
}
/* line 775, sass/modules/_right-panel.scss */
.profile-section .all-details .all-details-top-right {
  flex: 0 0 60%;
  max-width: 60%;
  text-align: right;
}
@media (max-width: 767px) {
  /* line 775, sass/modules/_right-panel.scss */
  .profile-section .all-details .all-details-top-right {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
/* line 783, sass/modules/_right-panel.scss */
.profile-section .all-details .all-details-top-right .edit-profile-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 54px;
  background: #2ECBFF;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
/* line 796, sass/modules/_right-panel.scss */
.profile-section .all-details .all-details-bottom a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #1972F6;
  margin-bottom: 30px;
}
/* line 802, sass/modules/_right-panel.scss */
.profile-section .all-details .all-details-bottom a img {
  vertical-align: middle;
  margin-right: 20px;
}
/* line 807, sass/modules/_right-panel.scss */
.profile-section .all-details .all-details-bottom p {
  font-size: 15px;
  color: #1C1952;
  vertical-align: middle;
  margin-bottom: 20px;
}
/* line 812, sass/modules/_right-panel.scss */
.profile-section .all-details .all-details-bottom p img {
  vertical-align: bottom;
  margin-right: 15px;
}
/* line 816, sass/modules/_right-panel.scss */
.profile-section .all-details .all-details-bottom p span {
  color: #6A6897;
  font-size: 18px;
  display: inline-block;
  vertical-align: sub;
  margin-left: 15px;
}

/* line 828, sass/modules/_right-panel.scss */
.listing-section h4 {
  font-weight: 500;
}
/* line 832, sass/modules/_right-panel.scss */
.listing-section .filter-result-box-footer a {
  border: none !important;
  font-size: 16px !important;
}
/* line 835, sass/modules/_right-panel.scss */
.listing-section .filter-result-box-footer a:hover {
  background: none !important;
  color: #1C1952 !important;
}
/* line 839, sass/modules/_right-panel.scss */
.listing-section .filter-result-box-footer a img {
  vertical-align: middle;
  margin-right: 15px;
}

/* line 847, sass/modules/_right-panel.scss */
.circle-graph-section {
  padding: 0 50px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  /* line 847, sass/modules/_right-panel.scss */
  .circle-graph-section {
    padding: 0 0px;
  }
}
/* line 853, sass/modules/_right-panel.scss */
.circle-graph-section .graph-left {
  display: flex;
}
@media (max-width: 767px) {
  /* line 853, sass/modules/_right-panel.scss */
  .circle-graph-section .graph-left {
    margin-bottom: 15px;
    align-items: center;
  }
}
/* line 859, sass/modules/_right-panel.scss */
.circle-graph-section .graph-left-img {
  position: relative;
  flex: 0 0 160px;
}
/* line 862, sass/modules/_right-panel.scss */
.circle-graph-section .graph-left-img img {
  width: 149px;
}
/* line 865, sass/modules/_right-panel.scss */
.circle-graph-section .graph-left-img span {
  position: absolute;
  top: 57px;
  right: 0;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 36px;
  color: #6A6897;
  font-family: "Exo", sans-serif;
  font-weight: 300;
}
/* line 878, sass/modules/_right-panel.scss */
.circle-graph-section .graph-left p {
  position: relative;
  padding-top: 40px;
  font-size: 16px;
  color: #1C1952;
  line-height: 21px;
  padding-left: 30px;
}
@media (max-width: 1199px) {
  /* line 878, sass/modules/_right-panel.scss */
  .circle-graph-section .graph-left p {
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  /* line 878, sass/modules/_right-panel.scss */
  .circle-graph-section .graph-left p {
    padding-top: 0;
  }
}
/* line 891, sass/modules/_right-panel.scss */
.circle-graph-section .graph-left p:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 30px;
  width: 47px;
  height: 1px;
  background-color: #1972F6;
}
@media (max-width: 1199px) {
  /* line 891, sass/modules/_right-panel.scss */
  .circle-graph-section .graph-left p:before {
    left: 7px;
  }
}
@media (max-width: 767px) {
  /* line 891, sass/modules/_right-panel.scss */
  .circle-graph-section .graph-left p:before {
    top: -7px;
  }
}
/* line 908, sass/modules/_right-panel.scss */
.circle-graph-section .graph-left .dd2:before {
  background-color: #CC3C19;
}

/* line 914, sass/modules/_right-panel.scss */
.description-section {
  margin-top: 30px;
  padding: 30px;
  background: #FBFCFF;
}
@media (max-width: 767px) {
  /* line 914, sass/modules/_right-panel.scss */
  .description-section {
    padding: 30px 15px;
  }
}
/* line 922, sass/modules/_right-panel.scss */
.description-section-top h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #1C1952;
}
/* line 928, sass/modules/_right-panel.scss */
.description-section-top textarea {
  width: 100%;
  border-radius: 4px;
  padding: 15px;
  color: #C4C7EA;
  border: 1px solid #A7ACDF;
  font-family: "Exo", sans-serif;
  min-height: 175px;
  background: #fff;
}
/* line 939, sass/modules/_right-panel.scss */
.description-section-bottom {
  padding-top: 30px;
  position: relative;
  margin-top: 30px;
}
/* line 944, sass/modules/_right-panel.scss */
.description-section-bottom:before {
  content: '';
  background: #E7E9FD;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  /* line 944, sass/modules/_right-panel.scss */
  .description-section-bottom:before {
    display: none;
  }
}
/* line 958, sass/modules/_right-panel.scss */
.description-section-bottom .col-md-6:nth-child(1) {
  padding-left: 0;
  padding-right: 25px;
}
/* line 962, sass/modules/_right-panel.scss */
.description-section-bottom .col-md-6:nth-child(2) {
  padding-left: 25px;
  padding-right: 0;
}
@media (max-width: 767px) {
  /* line 962, sass/modules/_right-panel.scss */
  .description-section-bottom .col-md-6:nth-child(2) {
    padding-left: 0;
  }
}
/* line 969, sass/modules/_right-panel.scss */
.description-section-bottom .form-group {
  margin-bottom: 20px;
}
/* line 971, sass/modules/_right-panel.scss */
.description-section-bottom .form-group label {
  margin-bottom: 10px;
  font-size: 16px;
  color: #1C1952;
  font-family: "Exo", sans-serif;
  font-weight: 500;
  display: block;
}
/* line 979, sass/modules/_right-panel.scss */
.description-section-bottom .form-group input {
  width: 100%;
  padding: 15px 20px;
  border-radius: 4px;
  border: 1px solid #A7ACDF;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  color: #C4C7EA;
}
/* line 988, sass/modules/_right-panel.scss */
.description-section-bottom .form-group select {
  display: block;
  width: 100%;
  padding: 15px 20px;
  background: url(images/bottom-arrow.svg) no-repeat 95% 55%;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #A7ACDF;
  border-radius: 4px;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  color: #C4C7EA;
}
/* line 1002, sass/modules/_right-panel.scss */
.description-section-bottom .add-item {
  position: relative;
  margin-bottom: 15px;
}
/* line 1004, sass/modules/_right-panel.scss */
.description-section-bottom .add-item button {
  position: absolute;
  right: 5px;
  top: 6px;
  width: 73px;
  height: 38px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background: #0D60FF;
  font-family: "Exo", sans-serif;
}
/* line 1020, sass/modules/_right-panel.scss */
.description-section-bottom ul li {
  display: inline-block;
  background: #F9FAFF;
  border: 1px solid #C4C7EA;
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
  font-family: "Exo", sans-serif;
  color: #6A6897;
  margin-right: 5px;
  margin-bottom: 10px;
}
/* line 1031, sass/modules/_right-panel.scss */
.description-section-bottom ul li button {
  font-size: 14px;
  font-family: "Exo", sans-serif;
  color: #6A6897;
  background: none;
  line-height: 10px;
}
/* line 1041, sass/modules/_right-panel.scss */
.description-section .form-footer {
  margin-top: 30px;
}
/* line 1043, sass/modules/_right-panel.scss */
.description-section .form-footer .col-lg-6 {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 1043, sass/modules/_right-panel.scss */
  .description-section .form-footer .col-lg-6 {
    flex-wrap: wrap;
  }
}
/* line 1050, sass/modules/_right-panel.scss */
.description-section .form-footer .captcha-code {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 2px;
  text-align: center;
  flex: 0 0 42%;
}
@media (max-width: 767px) {
  /* line 1050, sass/modules/_right-panel.scss */
  .description-section .form-footer .captcha-code {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
}
/* line 1061, sass/modules/_right-panel.scss */
.description-section .form-footer .form-group {
  display: inline-block;
  position: relative;
  flex: 1;
  margin-left: 15px;
}
@media (max-width: 767px) {
  /* line 1061, sass/modules/_right-panel.scss */
  .description-section .form-footer .form-group {
    margin-left: 0;
  }
}
/* line 1069, sass/modules/_right-panel.scss */
.description-section .form-footer .form-group input {
  width: 100%;
  padding: 15px 20px;
  border-radius: 4px;
  border: 1px solid #A7ACDF;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  color: #C4C7EA;
}
/* line 1078, sass/modules/_right-panel.scss */
.description-section .form-footer .form-group button {
  position: absolute;
  right: 5px;
  top: 6px;
  width: 85px;
  height: 38px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background: #0D60FF;
  font-family: "Exo", sans-serif;
}
/* line 1093, sass/modules/_right-panel.scss */
.description-section .form-footer .row .col-lg-6:nth-child(2) {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
@media (max-width: 767px) {
  /* line 1093, sass/modules/_right-panel.scss */
  .description-section .form-footer .row .col-lg-6:nth-child(2) {
    justify-content: flex-start;
  }
}
/* line 1100, sass/modules/_right-panel.scss */
.description-section .form-footer .row .col-lg-6:nth-child(2) .cancel-btn {
  color: #A7ACDF;
  border: 1px solid #A7ACDF;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 4px;
  width: 145px;
  height: 56px;
  margin-right: 10px;
  background: none;
  font-family: "Exo", sans-serif;
}
/* line 1112, sass/modules/_right-panel.scss */
.description-section .form-footer .row .col-lg-6:nth-child(2) .submit-btn {
  color: #fff;
  border: 1px solid #CC3C19;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 4px;
  width: 145px;
  height: 56px;
  margin-right: 10px;
  background: #CC3C19;
  font-family: "Exo", sans-serif;
}

/* line 1128, sass/modules/_right-panel.scss */
.map-wraper {
  position: relative;
}
/* line 1130, sass/modules/_right-panel.scss */
.map-wraper .map-search {
  position: absolute;
  top: 20px;
  right: 20px;
}
/* line 1134, sass/modules/_right-panel.scss */
.map-wraper .map-search input {
  width: 100%;
  height: 52px;
  font-family: "Exo", sans-serif;
  color: #9695a4;
  padding: 0 10px;
  font-size: 14px;
  border: 1px solid #ebeaee;
  border-radius: 5px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  /* line 1134, sass/modules/_right-panel.scss */
  .map-wraper .map-search input {
    width: 120px;
    height: 40px;
  }
}
/* line 1149, sass/modules/_right-panel.scss */
.map-wraper .map-search .search-icon {
  background-image: url(images/common-sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -131px;
  position: absolute;
  right: 20px;
  top: 14px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 1149, sass/modules/_right-panel.scss */
  .map-wraper .map-search .search-icon {
    right: 5px;
    top: 8px;
  }
}

@media (min-width: 1400px) {
  /* line 1169, sass/modules/_right-panel.scss */
  .flex-row {
    display: flex;
  }
}
@media (min-width: 1400px) {
  /* line 1173, sass/modules/_right-panel.scss */
  .flex-row .map-col {
    flex: 1;
  }
}
@media (min-width: 1400px) {
  /* line 1178, sass/modules/_right-panel.scss */
  .flex-row .add-col {
    flex: 150px;
    max-width: 150px;
  }
}

/* line 1189, sass/modules/_right-panel.scss */
.mm-wrapper_sidebar-closed .right-pannel .container-fluid {
  padding: 0 30px;
}

@media (max-width: 1199px) {
  /* line 1194, sass/modules/_right-panel.scss */
  .helper-input {
    width: 110px;
  }
}

/*Demanders and supplier extra fields*/
/* line 1203, sass/modules/_right-panel.scss */
.cmn-flex {
  margin: 15px 0;
}
/* line 1205, sass/modules/_right-panel.scss */
.cmn-flex label {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
  font-family: "Exo", sans-serif;
}
/* line 1213, sass/modules/_right-panel.scss */
.cmn-flex input, .cmn-flex textarea {
  width: 100%;
  border-radius: 4px;
  background: #fbfcff;
  padding: 10px 15px;
  border: 1px solid #f7ebeb;
  font-size: 15px;
  color: #1C1952;
  font-family: "Exo", sans-serif;
  resize: none;
}
/* line 1225, sass/modules/_right-panel.scss */
.cmn-flex textarea {
  height: auto;
  overflow: visible;
}

/* line 1231, sass/modules/_right-panel.scss */
.desabled-form input, .desabled-form textarea {
  border: none;
  pointer-events: none;
  padding-left: 0;
  text-overflow: ellipsis;
}

/* line 1238, sass/modules/_right-panel.scss */
.all-icon-details {
  margin: 20px 0 10px;
}
/* line 1240, sass/modules/_right-panel.scss */
.all-icon-details p {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #1C1952;
  font-family: "Exo", sans-serif;
  line-height: 24px;
}
/* line 1247, sass/modules/_right-panel.scss */
.all-icon-details p a {
  text-align: inherit !important;
  flex: inherit !important;
  margin: 0 !important;
}
/* line 1253, sass/modules/_right-panel.scss */
.all-icon-details p span img {
  width: 30px;
  margin-right: 10px;
}
/* line 1259, sass/modules/_right-panel.scss */
.all-icon-details h6 {
  font-size: 16px;
  margin-bottom: 5px;
}
/* line 1263, sass/modules/_right-panel.scss */
.all-icon-details a {
  font-size: 15px;
  display: block;
  margin: 0 auto 15px;
  color: #1972F6;
  text-decoration: none;
  transition: .3s all ease-in;
  flex: inherit !important;
  word-break: break-all;
}

/* line 1279, sass/modules/_right-panel.scss */
.mb-25 {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  /* line 1298, sass/modules/_right-panel.scss */
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
@media (max-width: 991px) {
  /* line 1304, sass/modules/_right-panel.scss */
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    width: 100%;
  }
}
/*Opened pannel*/
@media (max-width: 1370px) {
  /* line 1317, sass/modules/_right-panel.scss */
  .mm-wrapper_opened .filter-result-wrap .filter-result-box-header .wish-list {
    flex: 20px;
  }
  /* line 1320, sass/modules/_right-panel.scss */
  .mm-wrapper_opened .filter-result-wrap .filter-result-box-header .name-review h4 {
    font-size: 16px;
  }
  /* line 1323, sass/modules/_right-panel.scss */
  .mm-wrapper_opened .filter-result-wrap .filter-result-box-header .name-review .review h5 {
    font-size: 14px;
    margin-right: 5px;
  }
  /* line 1327, sass/modules/_right-panel.scss */
  .mm-wrapper_opened .filter-result-wrap .filter-result-box-header .cmn-circle {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  /* line 1335, sass/modules/_right-panel.scss */
  .mm-wrapper_opened .right-pannel h3 {
    font-size: 22px;
    color: #1C1952;
  }
}
@media (max-width: 1199px) {
  /* line 1345, sass/modules/_right-panel.scss */
  .mm-wrapper_opened .right-pannel h3 {
    font-size: 18px;
    color: #1C1952;
  }
}
/* line 1, sass/modules/_modal.scss */
.blocker {
  z-index: 9999;
}

/* line 4, sass/modules/_modal.scss */
.jquery-modal {
  padding: 40px !important;
}
@media (max-width: 991px) {
  /* line 4, sass/modules/_modal.scss */
  .jquery-modal {
    padding: 20px !important;
  }
}

/* line 10, sass/modules/_modal.scss */
.modal {
  max-width: 576px;
  padding: 0;
  border-radius: 0;
  overflow-y: auto;
}
/* line 15, sass/modules/_modal.scss */
.modal .close-modal {
  background-image: url(images/cross-icon.svg) !important;
  top: -27.5px !important;
  right: -25.5px !important;
  width: 20px !important;
  height: 20px !important;
}
@media (max-width: 991px) {
  /* line 15, sass/modules/_modal.scss */
  .modal .close-modal {
    top: -8.5px !important;
  }
}
/* line 25, sass/modules/_modal.scss */
.modal h3 {
  text-align: center;
  font-size: 26px;
  line-height: 36px;
  color: #1C1952;
  background: #EEFBFF;
  padding: 30px 65px;
}
@media (max-width: 991px) {
  /* line 25, sass/modules/_modal.scss */
  .modal h3 {
    font-size: 24px;
    line-height: 30px;
    padding: 30px 20px;
  }
}
/* line 38, sass/modules/_modal.scss */
.modal .modal-header {
  background: #3399FF;
  display: flex;
  padding: 20px 40px;
  align-items: center;
}
@media (max-width: 991px) {
  /* line 38, sass/modules/_modal.scss */
  .modal .modal-header {
    padding: 20px 15px;
  }
}
/* line 46, sass/modules/_modal.scss */
.modal .modal-header .demander-img-wrap {
  flex: 0 0 15%;
}
@media (max-width: 991px) {
  /* line 46, sass/modules/_modal.scss */
  .modal .modal-header .demander-img-wrap {
    margin-right: 10px;
  }
}
/* line 52, sass/modules/_modal.scss */
.modal .modal-header .demander-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
}
/* line 58, sass/modules/_modal.scss */
.modal .modal-header .demander-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 64, sass/modules/_modal.scss */
.modal .modal-header .demander-name {
  flex: 0 0 85%;
}
@media (max-width: 991px) {
  /* line 64, sass/modules/_modal.scss */
  .modal .modal-header .demander-name {
    flex: 1;
  }
}
/* line 69, sass/modules/_modal.scss */
.modal .modal-header .demander-name h4 {
  color: #E7E9FD;
  font-size: 22px;
  text-transform: capitalize;
}
/* line 75, sass/modules/_modal.scss */
.modal .modal-header .demander-name .profile-review li {
  display: inline-block;
}
/* line 77, sass/modules/_modal.scss */
.modal .modal-header .demander-name .profile-review li i {
  color: #fff;
}
/* line 85, sass/modules/_modal.scss */
.modal .modal-header-helper h3 {
  background: none;
  font-size: 72px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  padding: 50px 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  /* line 85, sass/modules/_modal.scss */
  .modal .modal-header-helper h3 {
    font-size: 32px;
    padding: 25px 0;
  }
}
/* line 101, sass/modules/_modal.scss */
.modal .modal-body {
  padding-bottom: 50px;
}
/* line 103, sass/modules/_modal.scss */
.modal .modal-body form {
  padding: 30px 80px;
}
@media (max-width: 991px) {
  /* line 103, sass/modules/_modal.scss */
  .modal .modal-body form {
    padding: 30px 15px !important;
  }
}
/* line 108, sass/modules/_modal.scss */
.modal .modal-body form label {
  display: block;
  color: #1C1952;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: "Exo", sans-serif;
}
/* line 116, sass/modules/_modal.scss */
.modal .modal-body form select {
  display: block;
  width: 100%;
  padding: 15px 20px;
  background: url(images/bottom-arrow.svg) no-repeat 95% 55%;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #A7ACDF;
  border-radius: 4px;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  color: #C4C7EA;
}
/* line 129, sass/modules/_modal.scss */
.modal .modal-body form textarea {
  width: 100%;
  border: 1px solid #A7ACDF;
  border-radius: 4px;
  font-family: "Exo", sans-serif;
  font-size: 16px;
  color: #C4C7EA;
  height: 140px;
  padding: 15px 20px;
}
/* line 139, sass/modules/_modal.scss */
.modal .modal-body form .form-group {
  margin-bottom: 20px;
}
/* line 142, sass/modules/_modal.scss */
.modal .modal-body form button {
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  text-transform: uppercase;
  background: #CC3C19;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: 'Poppins', sans-serif !important;
  border-radius: 4px;
  transition: .5s alle ase-in;
}
/* line 157, sass/modules/_modal.scss */
.modal .modal-body form button:hover {
  background: #1e1a58;
}
/* line 164, sass/modules/_modal.scss */
.modal .modal-body-helper form {
  padding: 35px 40px 0 !important;
}
@media (max-width: 991px) {
  /* line 164, sass/modules/_modal.scss */
  .modal .modal-body-helper form {
    padding: 30px 15px !important;
  }
}
/* line 169, sass/modules/_modal.scss */
.modal .modal-body-helper form .small-btn {
  width: 120px !important;
  height: 56px;
  margin-top: 0;
  font-size: 18px;
}
/* line 177, sass/modules/_modal.scss */
.modal .modal-body.padding-helper {
  padding: 30px 80px;
  text-align: center;
}
@media (max-width: 991px) {
  /* line 177, sass/modules/_modal.scss */
  .modal .modal-body.padding-helper {
    padding: 20px 15px;
  }
}
/* line 183, sass/modules/_modal.scss */
.modal .modal-body.padding-helper .modal-h4 {
  color: #1C1952;
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DFE0FE;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 991px) {
  /* line 183, sass/modules/_modal.scss */
  .modal .modal-body.padding-helper .modal-h4 {
    font-size: 18px;
    line-height: 26px;
  }
}
/* line 196, sass/modules/_modal.scss */
.modal .modal-body.padding-helper .grey-p {
  font-size: 15px;
  color: #6A6897;
  line-height: 22px;
}
/* line 201, sass/modules/_modal.scss */
.modal .modal-body.padding-helper .link-box {
  display: block;
  width: 100%;
  border: 1px solid #0D60FF;
  border-radius: 4px;
  color: #0D60FF;
  font-size: 15px;
  padding: 7px 0;
  margin-top: 20px;
  text-decoration: none;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  /* line 201, sass/modules/_modal.scss */
  .modal .modal-body.padding-helper .link-box {
    word-break: break-word;
  }
}
/* line 217, sass/modules/_modal.scss */
.modal .modal-body.padding-helper .modal-icon li {
  display: inline-block;
  width: 51px;
  height: 51px;
  margin: 0 5px;
  border: 1px solid #0D60FF;
  border-radius: 50%;
}
/* line 224, sass/modules/_modal.scss */
.modal .modal-body.padding-helper .modal-icon li a {
  color: #0D60FF;
  font-size: 26px;
  line-height: 24px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* line 238, sass/modules/_modal.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 1, sass/modules/_footer.scss */
.footer-section {
  background: #0d5fff;
  width: 100%;
  bottom: 0;
  z-index: 9999;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  /* line 1, sass/modules/_footer.scss */
  .footer-section {
    position: relative;
  }
}
@media (max-width: 991px) {
  /* line 1, sass/modules/_footer.scss */
  .footer-section {
    padding: 30px 0;
  }
}
@media (max-width: 840px) {
  /* line 1, sass/modules/_footer.scss */
  .footer-section {
    text-align: center;
  }
}
/* line 17, sass/modules/_footer.scss */
.footer-section h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 26, sass/modules/_footer.scss */
.footer-section .container-fluid {
  display: flex;
  padding: 40px 50px;
}
@media (min-width: 1400px) {
  /* line 26, sass/modules/_footer.scss */
  .footer-section .container-fluid {
    max-width: inherit;
  }
}
@media (max-width: 1199px) {
  /* line 26, sass/modules/_footer.scss */
  .footer-section .container-fluid {
    flex-wrap: wrap;
  }
}
/* line 35, sass/modules/_footer.scss */
.footer-section .container-fluid .footer-sec1 {
  flex: 0 0 12%;
}
@media only screen and (max-width: 1199px) {
  /* line 35, sass/modules/_footer.scss */
  .footer-section .container-fluid .footer-sec1 {
    flex: 0 0 33%;
    margin-bottom: 15px;
  }
}
@media (max-width: 840px) {
  /* line 35, sass/modules/_footer.scss */
  .footer-section .container-fluid .footer-sec1 {
    flex: 0 0 100%;
  }
}
/* line 45, sass/modules/_footer.scss */
.footer-section .container-fluid .footer-sec2 {
  flex: 0 0 21%;
}
@media only screen and (max-width: 1199px) {
  /* line 45, sass/modules/_footer.scss */
  .footer-section .container-fluid .footer-sec2 {
    flex: 0 0 33%;
    margin-bottom: 15px;
  }
}
@media (max-width: 840px) {
  /* line 45, sass/modules/_footer.scss */
  .footer-section .container-fluid .footer-sec2 {
    flex: 0 0 100%;
  }
}
/* line 55, sass/modules/_footer.scss */
.footer-section .container-fluid .footer-sec3 {
  flex: 0 0 27%;
}
@media only screen and (max-width: 1199px) {
  /* line 55, sass/modules/_footer.scss */
  .footer-section .container-fluid .footer-sec3 {
    flex: 0 0 33%;
    margin-bottom: 15px;
  }
}
@media (max-width: 840px) {
  /* line 55, sass/modules/_footer.scss */
  .footer-section .container-fluid .footer-sec3 {
    flex: 0 0 100%;
  }
}
/* line 64, sass/modules/_footer.scss */
.footer-section .container-fluid .footer-sec3 p {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  padding-right: 65px;
}
@media (max-width: 840px) {
  /* line 64, sass/modules/_footer.scss */
  .footer-section .container-fluid .footer-sec3 p {
    padding-right: 0;
  }
}
/* line 73, sass/modules/_footer.scss */
.footer-section .container-fluid .footer-sec3 .f-email-box {
  position: relative;
  margin-top: 15px;
  overflow: hidden;
  width: 270px;
  border-radius: 5px;
}
@media (max-width: 840px) {
  /* line 73, sass/modules/_footer.scss */
  .footer-section .container-fluid .footer-sec3 .f-email-box {
    margin: 15px auto;
  }
}
/* line 82, sass/modules/_footer.scss */
.footer-section .container-fluid .footer-sec3 .f-email-box input {
  width: 270px;
  height: 55px;
  background: #fff;
  padding-left: 40px;
  font-family: "Exo", sans-serif;
  font-size: 14px;
  color: #9695a4;
  font-size: 14px;
  background-image: url(images/common-sprite.png);
  background-repeat: no-repeat;
  background-position: -88px 19px;
}
/* line 95, sass/modules/_footer.scss */
.footer-section .container-fluid .footer-sec3 .f-email-box button {
  width: 70px;
  position: absolute;
  height: 70px;
  border-radius: 50%;
  right: -19px;
  background-image: url(images/common-sprite.png);
  background-repeat: no-repeat;
  background-position: -110px -72px;
  background-color: #cb3c1e;
  top: -8px;
}
/* line 109, sass/modules/_footer.scss */
.footer-section .container-fluid .footer-sec4 {
  flex: 0 0 17%;
}
@media only screen and (max-width: 1199px) {
  /* line 109, sass/modules/_footer.scss */
  .footer-section .container-fluid .footer-sec4 {
    flex: 0 0 33%;
  }
}
@media (max-width: 840px) {
  /* line 109, sass/modules/_footer.scss */
  .footer-section .container-fluid .footer-sec4 {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
}
/* line 118, sass/modules/_footer.scss */
.footer-section .container-fluid .footer-sec4 a {
  margin-bottom: 5px;
}
/* line 120, sass/modules/_footer.scss */
.footer-section .container-fluid .footer-sec4 a i {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  margin-right: 15px;
  background: #cb3c1e;
  vertical-align: middle;
  background-image: url(images/common-sprite.png);
  background-repeat: no-repeat;
}
/* line 133, sass/modules/_footer.scss */
.footer-section .container-fluid .footer-sec4 a .facebook {
  background-position: -123px 3px;
}
/* line 136, sass/modules/_footer.scss */
.footer-section .container-fluid .footer-sec4 a .twitter {
  background-position: -145px 3px;
}
/* line 139, sass/modules/_footer.scss */
.footer-section .container-fluid .footer-sec4 a .linkedin {
  background-position: -170px 3px;
}
/* line 142, sass/modules/_footer.scss */
.footer-section .container-fluid .footer-sec4 a .reddit {
  background-position: -197px 3px;
}
@media (max-width: 840px) {
  /* line 146, sass/modules/_footer.scss */
  .footer-section .container-fluid .footer-sec4 ul {
    width: 120px;
    margin: 0 auto;
    text-align: left;
  }
}
/* line 154, sass/modules/_footer.scss */
.footer-section .container-fluid .footer-sec5 {
  flex: 0 0 23%;
}
@media only screen and (max-width: 1199px) {
  /* line 154, sass/modules/_footer.scss */
  .footer-section .container-fluid .footer-sec5 {
    flex: 0 0 33%;
  }
}
@media (max-width: 840px) {
  /* line 154, sass/modules/_footer.scss */
  .footer-section .container-fluid .footer-sec5 {
    flex: 0 0 100%;
  }
}
/* line 162, sass/modules/_footer.scss */
.footer-section .container-fluid .footer-sec5 p {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
/* line 171, sass/modules/_footer.scss */
.footer-section ul li a {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: block;
}
/* line 177, sass/modules/_footer.scss */
.footer-section ul li a i {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  margin-right: 15px;
  background: #cb3c1e;
  vertical-align: middle;
  background-image: url(images/common-sprite.png);
  background-repeat: no-repeat;
}
/* line 190, sass/modules/_footer.scss */
.footer-section ul li a .facebook {
  background-position: -123px 3px;
}
/* line 193, sass/modules/_footer.scss */
.footer-section ul li a .twitter {
  background-position: -145px 3px;
}
/* line 196, sass/modules/_footer.scss */
.footer-section ul li a .linkedin {
  background-position: -170px 3px;
}
/* line 199, sass/modules/_footer.scss */
.footer-section ul li a .reddit {
  background-position: -197px 3px;
}

/* line 25, sass/modules/_style1.scss */
:root {
  --mm-sidebar-expanded-size: 300px;
}

/* line 28, sass/modules/_style1.scss */
.mm-menu {
  --mm-listitem-size: 50px;
  --mm-navbar-size: 50px;
}

@media (min-width: 992px) {
  /* line 34, sass/modules/_style1.scss */
  .header a {
    display: none;
  }
}
/* line 39, sass/modules/_style1.scss */
.mm-navbar_tabs span {
  display: inline-block;
  margin-left: 8px;
}

@media (max-width: 450px) {
  /* line 44, sass/modules/_style1.scss */
  .mm-navbar_tabs span {
    display: none;
  }
}
/*
    =============
    #Page Modules
    =============
*/
/*Sweeden SASS modules*/
