  /* =================================================================================================
Font Face Definition
================================================================================================= */


@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/*@font-face {
  font-family: Helvetica-Light;
  src: url('../fonts/helvetica/helvetica-light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/helvetica/helvetica-light.woff') format('woff'), 
  url('../fonts/helvetica/helvetica-light.ttf')  format('truetype'), 
  url('../fonts/helvetica/helvetica-light.svg#helvetica-light') format('svg');
  font-weight: normal;
  font-style: normal;
}*/



/*!
* Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/

/* Global Styles */
html,
body {
  height: 100%;
  /*font-family: 'Myriad-Pro';*/
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  /*background-color:#F8F8F8;*/
}

.error-404 {
  font-size: 100px;
}

a {
  outline: none;
  color: #231F20;
  text-decoration: none;
}

a:hover {
  color: #231F20;
  text-decoration: none;
}


.w-100 {width: 100%;}


#loader{
  position: fixed;
  width: 100%;
  height: 100vh;
  background: /*rgba(255, 255, 255, 0.5)*/ url('../images/loader.gif') no-repeat center;
  z-index: 999;
}

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 26px;
  border-radius: 4px;
}

.form-group {
    margin-bottom: 1rem;
}

ol, ul{
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 32px;
  color:#231F20;
}

ul {
  padding-inline-start: 0px;
  list-style: none;
}

ol.p {list-style-type: lower-latin;}

ol {
  font-size: 18px;
  line-height: 28px;
}

blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 80px;
}

hr {
  margin: 30px auto;
  border: 0;
  border-top: 1px solid #1A1F23;
}

img {
  max-width: 100%;
}

.img-hover:hover {
  opacity: 0.9;
}

/* Slick Slider Start */
.index__slider {
  position: relative;
  z-index: 0;
}

.index__slider .slick-slider.slick-initialized {
  opacity: 1;
}

.index__slider .slick-slider {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.index__slider .slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: 0 !important;
}

.slick-initialized .slick-slide {
  display: block !important;
}

.slick-slide.slick-active {
  z-index: 6 !important;
}

.index__slider .slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 0;
  text-align: right;
  display:none;
}

.index__slider .slick-dots li {
  display: inline-block;
  margin-left: 10px;
}

.index__slider .slick-dots .slick-active button {
  background: #fff;
}

.index__slider .slick-dots button {
  height: 5px;
  width: 23px;
  border-radius: 0;
  border: none;
  background: #fff;
  background: rgba(255,255,255,0.4);
  transition: background 0.25s ease-in-out;
}

.slider__slide {
  cursor: pointer;
}

@media (min-width: 68em) {
  .index__slider .slick-dots button {
    height: 8px;
  }

}

@media (min-width: 48em) {
  .index__slider .slick-dots button {
    width: 48px;
  }

  .index__slider .slick-dots {
    bottom: 34px;
    padding: 0 70px;
  }

}

.featured-collections-wrapper {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #022952;

  .cbox {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #FFF;
  }

  span.c-text,
  span.dollar-sign,
  span.currency-rate {
    font-family: "Roboto", sans-serif;
  }
}

.pencil-banner {
	width: 100%;
	margin: 0 auto;
	padding: 12px 0;
	color: #FFF;
	background-color: #022952;

  p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto;
    color: #FFF;
    font-weight: 300;

    a {
      color: #FFF;
    }
  }
}

.nav-header .inner-header-bg {
  background-color: #231F20;
  position: relative;
}

.nav-header-inner {
  background: #fff;
  padding: 12px 0px 11px;
}

.navlist {
  padding: 0;
/*  margin-top: 12px;*/
}

img.phone-sep {
  width: 1px !important;
  height: 44px;
  margin: 0 10px!important
}

.header-phone {	
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  line-height: 25px;
  margin: 0 0 0 5px;
  color: #231F20;
  display: inline-block;
  text-align: center;
}

.header-phone a {	
  color: #0D764B;
  padding: 0 2px;
  text-decoration: none;
}

.header-phone a:hover { 
  color: #00875E;
}


.header-social {
    text-align: right;
}

.header-social .btn-primary {
	background-color: #4856C1;
	border-color: #4856C1;

  font-size: 12px;
  padding: 4px 8px;
  margin-top: -24px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #022952;
  padding: 15px 18px;
  font-weight: normal;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

.nav-header-inner .navbar-toggler-icon,
.nav-header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-home {
	display: none;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown:hover>.dropdown-menu a {
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color:#EEE ;
  color: #FFF;
 
}
.dropdown-item:focus img, .dropdown-item:focus p, .dropdown-item:hover p,
.dropdown-item:hover img {
/*  filter: grayscale(1) contrast(100) invert(1);*/
}


ul.navbar-nav li.nav-item.active a, ul.navbar-nav li.nav-item > a:focus, ul.navbar-nav li.nav-item > a:hover {
  color: #00875E;
  background-color: transparent;
}

.dropdown-item.active, .dropdown-item:active {
  text-decoration: none;
  color: #FFF;
}

.header-logo {
  padding-top: 15px;
  padding-bottom: 15px;

  .logo {
    max-width: 190px;
  }

  .searchbox {
    input {
      border: none;
      border-radius: 0;
      border-bottom: 1px solid #CCC;
      font-family: "Roboto", sans-serif;
      font-size: 16px;
    }
    .input-group-text {
      background-color: transparent;
      border: none;
      border-radius: 0;
      border-bottom: 1px solid #CCC;
    }
  }

  .header-info {
    p {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        line-height: 22px;
        color: #022952;
        font-weight: 300;
        letter-spacing: 2px;
        margin: 0;
    }
    h3 {
        font-family: "Merriweather", sans-serif;
        font-size: 22px;
        color: #022952;
        font-weight: 600;
        letter-spacing: 2px;
        margin: 0;

        a:hover {
          color: #022952;
        }
    }
  }

  .header-action {
    .btn {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      line-height: 20px;
      color: #FFF;
      font-weight: 700;
      padding: 14px 25px;
      border-radius: 0;
      background-color: #022952;
      margin-left: 20px;

      &:hover {
        background-color: #333;
      }
    }

    ul {
      margin: 0;

      li {
        font-family: "Roboto", sans-serif;
        display: inline-block;
        position: relative;
        margin-left: 25px;

        i {
          font-size: 16px;
        }
      }
    }
  }
}

/* Mega Menu End */

/* Nav CSS Start */
.nav-header {  
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0;
  background-color: #EEE;
  border-top: 1px solid #c8c8c8;
}

.nav-header.homepage {  
  position: absolute;
}

.navbar-inner .isr-phone, .navbar-inner .isr-phone a, .navbar-inner .isr-phone a:hover{
  color: #0c323b;
  font-size: 26px;
  line-height: 38px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}

.navbar-inverse, .navbar-default {
  border-bottom: none;
  z-index: 9;
  background-color:transparent;
}

.navbar-default .navbar-nav > li > a {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #373735;
  padding: 25px 20px;
  outline: unset;
}

.navbar-right {
  float: right!important;
  margin-right: -15px;
  margin-top: 0px;
}

.navbar-inner {
  margin-bottom: 0px;
  font-family: "Roboto", sans-serif;
  color:#747474;
  position:absolute;
  width:100%;
  background: transparent;
}

.navbar img {
  width: 100%;
    max-width: 170px;
    margin-top: -50px;
}

.navbar-brand {
  float: left;
  overflow:hidden;
  height: auto;
  padding: 0px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-nav-home {
  border-bottom: 1px solid #ddd;
}

.navbar-nav {
  align-items: center;
/*  margin-top: -20px;*/
}

.navbar-nav > li > .dropdown-menu {
   font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 24px;
  background-color: #FFF;
  border-bottom: 3px solid #0c323b;
  box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
  font-weight: 400;
  padding: 0;
  max-width: 1128px;
  min-width: max-content;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: unset;
} 

a.dropdown-item p {
  font-size: 14px;
  line-height: 21px;
  margin: 14px 10px;
  font-family: "Roboto", sans-serif;
  color: #333333;
  min-height: 42px;
}

.mega-row > li > a {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  padding: 20px 10px;
  font-weight: 400;
  line-height: 3.5;
  color: #333;
  border: 1px solid #EEE;
  border-top: none;
  white-space: normal;
  text-transform: uppercase;
}

.navbar img.nav-icon {
  max-height: 25px;
  min-width: 30px;
  filter: brightness(0) invert(0.5);
}
 .navbar .img-icon {
  width: 35px;
  margin: 0px;
  padding: 2px;
}

.dropdown-menu > li > a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 7px;
  padding-top: 7px;
  white-space: normal;
}

.dropdown-menu > li > a:hover {
  color: #0c323b;
  text-decoration: none;
}

.dropdown-menu > li.last > a {
  border-right: none;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background: #0c323b;
  color: #FFF;
}

.dropdown-toggle {
  white-space: inherit;
}

.megamenu-icon {
    float: left;
}

.megamenu-icon img {
    width: 50px;
    max-height: 45px;
    margin: 0;
    padding: 0 5px;
}

.navbar .img-menu {
  margin: 0 auto;
  width: 100%;
  max-width: unset;
  padding: 8px
}
/* Nav CSS End */

h1 {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  line-height: 55px;
  color: #00865E;
  margin: 0 auto 30px;
}

h2 {
   font-family: "Roboto", sans-serif;
  font-size: 28px;
  line-height: 38px;
  color: #000;
  margin: 0 auto 10px;
}

h3 {
   font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin: 20px auto;
}

h4 {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 32px;
  margin: 0 auto 10px;
}

h4 a:hover{
  color: #231F20;
  text-decoration: none;
}

h5 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 28px;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin: 0 auto 15px;
  font-weight: normal;
}

.inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.back {
  text-align: right;
  padding-top: 30px;
  font-weight:700;
  margin-bottom: 0;
}

.back a {
  color:#333333;
}

.back a:hover {
  color: #00865e;
}

.readmore {
  text-align: right;
  padding-top: 30px;
  color:#231F20;
  margin: 0 auto;
}

.btn-main {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #FFF;
  font-weight: 700;
  padding: 14px 25px;
  border-radius: 0;
  background-color: #022952;

  &:hover {
    background-color: #333;
    color: #FFF;
  }
}

.svg-inline--fa.fa-youtube-square.fa-w-14.fa-2x {
  color: #0D764B;
  font-size: 30px;

} 
.svg-inline--fa.fa-facebook-square.fa-w-14.fa-2x {
  color: #0D764B;
  font-size: 30px;
}

.svg-inline--fa.fa-twitter-square.fa-w-14.fa-2x {
  color: #0D764B;
  font-size: 30px;
}

.svg-inline--fa.fa-instagram.fa-w-14.fa-2x {
  color: #0D764B;
  font-size: 30px;
  margin: 0px 3px;
}

.svg-inline--fa.fa-linkedin.fa-w-14.fa-2x {
  color: #0D764B;
  font-size: 30px;
}

.svg-inline--fa.fa-youtube-square.fa-w-14.fa-3x {
  color: #0D764B;
  font-size: 40px;

} 
.svg-inline--fa.fa-facebook-square.fa-w-14.fa-3x {
  color:#1B8BCC;
  font-size: 40px;
}

.svg-inline--fa.fa-twitter-square.fa-w-14.fa-3x {
  color:#1B8BCC;
  font-size: 40px;
}

.svg-inline--fa.fa-instagram.fa-w-14.fa-3x {
  color:#1B8BCC;
  font-size: 40px;
}

.line-sep {margin: 15px auto 20px;}s

img.hover-zoom:hover {
  transform: scale(1.1)!important;
  filter: drop-shadow(0px 5px 5px #777);
}

/* Section Hero Start */
.hero-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/hero-bg.jpg);
  background-color: #020101;
  background-size: cover;
  background-position: left center;
}

.hero-section h1 {
  font-family: "Merriweather", sans-serif;
  font-size: 55px;
  line-height: 65px;
  color: #FFF;
  margin: 0 auto 30px;
}

.hero-section p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  margin: 0 auto;
}

.klaviyo-form-S6eXAu h3,
.klaviyo-form-S6eXAu h3 span {
  font-family: "Merriweather", sans-serif!important;
  font-size: 34px!important;
  line-height: 44px;
  color: #022952;
}
/* Section Hero End */

/* Section 1 Start */
.section1 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FAFAFA;
}

.section1 h2 {
  font-family: "Merriweather", sans-serif;
  font-size: 42px;
  line-height: 52px;
  color: #000;
  margin: 0 auto 30px;
  max-width: 1065px;
}

.section1 p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin: 0 auto;
}

/* Section 1 End */

/* Section 2 Start */
.section2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FFFFFF;
}

.section2 h2 {
  font-family: "Merriweather", sans-serif;
  font-size: 42px;
  line-height: 52px;
  color: #000;
  margin: 0 0 20px;
  max-width: 545px;
}

.section2 h3 {
  font-family: "Merriweather", sans-serif;
  font-size: 26px;
  line-height: 32px;
  color: #000;
  margin: 0 auto 5px;
}

.section2 p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin: 0 auto 30px;
}

.section2 .icons p {
  margin: 0 auto;
}
/* Section 2 End */



/* Section 3 Start */
.section3 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #022952;
}

.section3 h2 {
  font-family: "Merriweather", sans-serif;
  font-size: 42px;
  line-height: 52px;
  color: #FFF;
  margin: 0 auto 20px;
}

.section3 p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  margin: 0 auto;
  max-width: 1000px;
}

/* Section 3 End */


/* Section 4 Start */
.section4 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FFFFFF;
}

.section4 h2 {
  font-family: "Merriweather", sans-serif;
  font-size: 42px;
  line-height: 52px;
  color: #000;
  margin: 0 0 20px;
}

.section4 h3 {
  font-family: "Merriweather", sans-serif;
  font-size: 26px;
  line-height: 32px;
  color: #000;
  margin: 0 auto 5px;
}

.section4 p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin: 0 auto 30px;
}

.section4 .steps p {
  font-family: "Merriweather", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  border-bottom: 1px solid #E9E9E9;
  margin: 0 auto 20px;
  padding-bottom: 20px;
}

/* Section 4 End */
/* Testimonials Start */
.section-testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FFF;

  background-image: url('../images/section-testimonials-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-testimonials h2 {
  font-family: "Merriweather", sans-serif;
  font-size: 42px;
  line-height: 52px;
  color: #000;
  margin: 0 0 20px;
}

.section-testimonials .content-box {
  background-color: #F8F8F8;
  padding: 40px;
  min-height: 350px;

  .stars-rate {
    color: #F2B827;
    margin-bottom: 25px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
  }

  .profile {
    gap: 15px;

    h3 {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
      color: #000;
      margin: 0;
    }
    p {
      margin: 0;
    }

    img {
      border-radius: 100%;
    }
  }
}

#carouselTestimonials {
  margin-top: -40px;
}

.section-testimonials {
  .carousel-controls-below .carousel-control-prev,
  .carousel-controls-below .carousel-control-next {
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    background: #022952;
    opacity: 1;
  }

  .carousel-controls-below .carousel-control-prev-icon,
  .carousel-controls-below .carousel-control-next-icon {
    color: #FFF;
    padding: 20px;
    border-radius: 50%;
    background-image: none;
    display: flex
;
    align-items: center;
    justify-content: center;
  }
}
/* Testimonials Start */

/* FAQs Start */
.section-faqs {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FAFAFA;
}
.section-faqs h2 {
  font-family: "Merriweather", sans-serif;
  font-size: 42px;
  line-height: 52px;
  color: #000;
}
.section-faqs .accordion-button {
  font-family: "Merriweather", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #000;
}
/* FAQs End */


.container ul.check li a:hover {
    color: #000;
    text-decoration: none;
}

.container ul.check li a {
    color: #000;
}

.container ul.check {
    list-style: none;
    margin: 0 0 30px 18px;
    padding: 0;
    font-family: "Roboto", sans-serif;
    color: #231F20;
}

.container ul.check li {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    padding-left: 25px;
}

.container ul.check li:before {
    color: #00875E;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background: transparent;
    height: 20px;
    width: 20px;
    border-radius: 75px;
    font-size: 18px;
    content: "\f00c";
    float: left;
    margin-right: 0;
    margin-left: -25px;
    margin-top: 5px;
    position: absolute;
    font-family: 'FontAwesome';
    text-align: center;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
    text-indent: 1px;
    display: inline-block;
}

/* Mega Footer */
.mega-footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #022952;
  /*border-top: 1px solid #AAA;*/
}

.white-box {
  background-color: #FFF;
  padding: 30px;
}

.mega-footer h2 {
  font-family: "Merriweather", sans-serif;
  font-size: 24px;
  line-height: 34px;
  color: #000;
  padding-top: 0px;
}

.mega-footer p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin: 0 auto;
}
.mega-footer p.disclaimer {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  margin: 0 auto;
}

.mega-footer .logo img {
  max-width: 450px;
  }

.mega-footer ul {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  margin: 0 auto;

  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
}

.mega-footer ul li {
  list-style: none;
  color: #000;
  margin-bottom: 5px;
}

.mega-footer a {
 font-family: "Roboto", sans-serif;
 font-size: 16px;
 line-height: 26px;
 color: #000;
 text-decoration: none;
}

.mega-footer .container ul.arrow li a {
 font-family: "Roboto", sans-serif;
 font-size: 16px;
 line-height: 26px;
 color: #000;
 text-decoration: none;
}

.mega-footer a:hover {
  color: #AAA;
}

.mega-footer .svg-inline--fa.fa-facebook-square.fa-w-14.fa-2x,
.mega-footer .svg-inline--fa.fa-twitter-square.fa-w-14.fa-2x,
.mega-footer .svg-inline--fa.fa-linkedin.fa-w-14.fa-2x,
.mega-footer .svg-inline--fa.fa-instagram.fa-w-14.fa-2x {
  color: #FFFF;
  vertical-align: top;
  font-size: 30px;
}

.mega-footer a.btn-partner{
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #FFF;
  background-color: #00865E;
  border: none;
  padding: 7px 15px;
  margin-top: 0;
  border-radius: 5px;

}
.mega-footer a.btn-partner:hover {
  color: #0f404d;
  background-color: #d5fff1;
}

.footer p {
  font-size: 12px;
}

.footer-contact {
  padding-top: 60px;
  padding-bottom: 60px;

  h2 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    line-height: 36px;
    color: #242424;
    text-transform: uppercase;
  }

  p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #242424;
    margin: 0 auto;
  }
}

/* Mega Footer End */

/* Footer Start */
footer {
  font-family: "Roboto", sans-serif;
  width: 100%;
  margin: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

footer p {
  font-size: 12px;
  line-height: 16px;
  color: #FFF;
  text-decoration:none;
  font-weight: normal;
  margin: 0 auto 5px;
}

footer a {
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
  text-decoration:none;
  font-weight: normal;
}

footer a:hover {
  color: #CCC;
  text-decoration:none;
}

footer img {vertical-align: sub;}
/* Footer End */

/*** For List Style ***/
.container ul.arrow {
  list-style: none;
  margin: 0 0 30px 18px;
  padding: 0;
  font-family: "Roboto", sans-serif;
  color: #231F20;
}

.container ul.arrow li {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  padding-left: 0px;
  list-style: inside;
}

.container ul.arrow li span.initial {
  color: #0c323b;
  font-size: 20px;
}

.container ul.arrow li a {
  color: #747474;
}

.container ul.arrow li a:hover, .container ul.arrow li a:focus{
  color: #0E4693;
  text-decoration: none;
}

.container ul.arrow li:before {
  display: inline-block;

  /*background: #152343;  For browsers that do not support gradients */
  /*background: -webkit-linear-gradient(left, #39b54a , #152343);  For Safari 5.1 to 6.0 */
  /*background: -o-linear-gradient(right, #39b54a, #152343); For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(right, #39b54a, #152343);  For Firefox 3.6 to 15 */
  /*background: linear-gradient(to right, #39b54a , #152343);  Standard syntax (must be last) */

  background-repeat: no-repeat;
  background-position: center center;
  background: transparent;
  height: 20px;
  width: 20px;
  border-radius: 75px;
  font-size: 18px;
  /*content: "\e586";*/
  float: left;
  margin-right: 0;
  margin-left: -25px;
  margin-top: 0px;
  position: absolute;
  font-family:'FontAwesome';
  text-align: center;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #000;
  line-height: 20px;
  text-indent: 1px;
  display: inline-block;
  list-style: inside;
}

.container blockquote {
  background: #f5f5f5;
  font: 13px/20px "Roboto", sans-serif;
  color: #444444;
  border-left: 4px solid #000;
  padding: 15px;
}

.container ul.arrow li > ul, .container ul.arrow li > div > div > ul {
  list-style: none;
  padding-top: 10px;
}

@media only screen and (max-width: 600px) {
  .col-container .col { 
    display: block;
    width: 100%;
  }

}

