*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a,
dl,
dt,
dd,
ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

*,
:active,
:focus {
  outline: none !important;
}

ul,
ol {
  list-style: none;
}

textarea {
  resize: none;
}

::selection {
  text-shadow: none;
}

::-moz-selection {
  text-shadow: none;
}

::-webkit-selection {
  text-shadow: none;
}

.form-control {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

button {
  background-color: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  padding: 0;
}

textarea {
  resize: none;
}
body,
html {
  overflow-x: hidden;
}

body {
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: black;
  margin: 0;
}

.wrapper {
  background-color: #ffffff;
}

::selection {
  background-color: #5156ea;
  color: #ffffff;
  text-shadow: none;
}

a {
  color: #5156ea;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #232ae5;
  text-decoration: none;
}

textarea {
  resize: none;
}

.fullscreen {
  height: 100vh !important;
}

section {
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}

hr {
  border-color: #eaeaea;
  margin: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #282828;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  margin: 0 0 28px;
  line-height: 1;
}

.h1,
h1 {
  font-size: 52px;
}

.h2,
h2 {
  font-size: 42px;
}

.h3,
h3 {
  font-size: 38px;
}

.h4,
h4 {
  font-size: 32px;
}

.h5,
h5 {
  font-size: 24px;
}

.h6,
h6 {
  font-size: 18px;
}

p {
  color: black;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
}

.lead {
  font-size: 16px;
  line-height: 1.8;
}

/* Aligning Text */
.text--left {
  text-align: left !important;
}

.text--right {
  text-align: right !important;
}

.text--center {
  text-align: center !important;
}

.text--just {
  text-align: justify !important;
}

.align--top {
  vertical-align: top;
}

.align--bottom {
  vertical-align: bottom;
}

.align--middle {
  vertical-align: middle;
}

.align--baseline {
  vertical-align: baseline;
}

/* Weight Text */
.bold {
  font-weight: bold !important;
}

.regular {
  font-weight: normal !important;
}

.medium {
  font-weight: 500 !important;
}

.italic {
  font-style: normal;
}

.break-word {
  word-wrap: break-word;
}

.no-wrap {
  white-space: nowrap;
}

/* Text Color */
.text-white {
  color: #ffffff !important;
}

.text-gray {
  color: #f9f9f9 !important;
}

.text-black {
  color: #282828;
}

.text-theme {
  color: #5156ea !important;
}

.text--capitalize {
  text-transform: capitalize !important;
}

.text--uppercase {
  text-transform: uppercase !important;
}

.font-heading {
  font-family: "Nunito Sans", sans-serif;
}

.font-body {
  font-family: "Poppins", sans-serif;
}

.font-18 {
  font-size: 24px;
}

.font-16 {
  font-size: 16px;
}

.font-20 {
  font-size: 20px;
}

.font-40 {
  font-size: 40px;
}
address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 20px;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

/* All margin */
.m-0 {
  margin: 0 !important;
}

.m-xs {
  margin: 10px;
}

.m-sm {
  margin: 20px;
}

.m-md {
  margin: 40px;
}

.m-lg {
  margin: 80px;
}

/* top margin */
.mt-0 {
  margin-top: 0;
}

.mt-xs {
  margin-top: 10px;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-150 {
  margin-top: 150px;
}

/* bottom margin */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 50px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

/* right margin */
.mr-0 {
  margin-right: 0;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-150 {
  margin-right: 150px;
}

/* left margin */
.ml-0 {
  margin-left: 0;
}

.ml-xs {
  margin-left: 10px;
}

.ml-sm {
  margin-left: 20px;
}

.ml-md {
  margin-left: 40px;
}

.ml-lg {
  margin-left: 80px;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-150 {
  margin-left: 150px;
}

/* All padding */
.p-0 {
  padding: 0 !important;
}

.p-xs {
  padding: 10px;
}

.p-sm {
  padding: 20px;
}

.p-md {
  padding: 40px;
}

.p-lg {
  padding: 80px;
}

/* top padding */
.pt-0 {
  padding-top: 0 !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

/* bottom padding */
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

/* right padding */
.pr-0 {
  padding-right: 0;
}

.pr-xs {
  padding-right: 10px;
}

.pr-sm {
  padding-right: 20px;
}

.pr-md {
  padding-right: 40px;
}

.pr-lg {
  padding-right: 80px;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-150 {
  padding-right: 150px;
}

/* left padding */
.pl-0 {
  padding-left: 0;
}

.pl-30 {
  padding-left: 30px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-150 {
  padding-left: 150px;
}

/* Postions */
.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

/* Zindex*/
.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

.zindex-3 {
  z-index: 3;
}

/* Borders */
.border-all {
  border: 1px solid #5156ea;
}

.border-top {
  border-top: 1px solid #5156ea;
}

.border-bottom {
  border-bottom: 1px solid #5156ea;
}

.border-right {
  border-right: 1px solid #5156ea;
}

.border-left {
  border-left: 1px solid #5156ea;
}

/* Display */
.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.hide {
  display: none;
}

.flex {
  display: flex;
}
.row-no-padding [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}
.pos-fixed {
  position: fixed;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.pos-static {
  position: static;
}

.pos-top {
  top: 0;
}

.pos-bottom {
  bottom: 0;
}

.pos-right {
  right: 0;
}

.pos-left {
  left: 0;
}

.pos-vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.height-700 {
  height: 700px !important;
}

.height-500 {
  height: 500px !important;
}

.height-800 {
  height: 800px !important;
}.bg-theme {
  background-color: #5156ea !important;
}

.bg-gray {
  background-color: #f9f9f9 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-dark {
  background-color: #222222 !important;
}

.bg-secondary {
  background-color: #282828;
}

/* Background Image */
.bg-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.bg-parallax {
  background-attachment: fixed;
}

.bg-overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-light:before {
  background-color: #ffffff;
  opacity: 0.8;
}

.bg-overlay-dark:before {
  background-color: #1b1a1a;
  background-image: linear-gradient(to bottom, rgba(27, 26, 26, 0.25) 0%, rgba(27, 26, 26, 0) 34%, rgba(27, 26, 26, 0) 82%);
  opacity: 0.15;
}

.bg-overlay-dark2:before {
  background-color: #1b1a1a;
  opacity: 0.6;
}

.bg-overlay-theme:before {
  background-color: #5156ea;
  opacity: 0.9;
}

.bg-overlay-theme2:before {
  background-color: #5156ea;
  opacity: 0.96;
}
/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 2;
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  border-radius: 3px;
  padding: 0;
  line-height: 48px;
  width: 170px;
  height: 50px;
  letter-spacing: 0.26px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:focus,
.btn.active,
.btn:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* Button Primary */
.btn--primary {
  background-color: #5156ea;
  color: #ffffff;
  border: 2px solid #5156ea;
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
  background-color: transparent;
  color: #5156ea;
}

.btn--primary.btn--inverse:active,
.btn--primary.btn--inverse:focus,
.btn--primary.btn--inverse:hover {
  background-color: #ffffff;
  color: #5156ea;
  border-color: #ffffff;
}





/* Subscribe Alert
.subscribe-alert .alert {
  margin: 10px auto;
  font-size: 12px;
} */
#back-to-top {
  z-index: 9999;
  position: fixed;
  right: 40px;
  bottom: 40px;
  opacity: 0;
}
.backtop {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  background-color: #30bc9e;
  font-size: 20px;
}
#back-to-top.show {
  opacity: 1;
}

#back-to-top:hover {
  background-color: #282828;
}
/*------------------------------------*\
    #LOADING-SECTION
\*------------------------------------*/
/* .preloader {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
  background-color: #ffffff;
  overflow: hidden;
}
.preloader .signal {
  border: 5px solid  #30bc9e;
  border-radius: 30px;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 30px;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
} */
/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
  height: 113px;
}

.header-transparent {
 background-color: transparent;
}

/* Header Logo Brand */
/* .header-transparent .navbar-brand .logo {
  line-height: 100px;
} */
/*------------------------------------*\
    #Menu
\*------------------------------------*/
.navbar {
  margin-bottom: 0;
  border-radius: 0;
 
  min-height: 99px;
  border: none;
  z-index: 1030;
  padding: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background:#f3f3f3;
}
.navbar.navbar-bordered {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar .navbar-nav > li {
  margin-right: 50px;
  position: relative;
}
.navbar .navbar-nav > li:last-child {
  margin-right: 0;
}
.navbar .navbar-nav > li > a {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 100px;
  color: black;
  padding: 0;
  position: relative;
}
.navbar .navbar-nav > li.active > a,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a:hover {
  background-color: transparent;
  color: red;
}
.navbar .navbar-brand {
  margin-right: 0;
}
.navbar-nav > li.active > ul {
  margin-top: 0;
}
.navbar-nav > li > .menu-item::before,
.navbar-nav > li > .menu-item:hover::before {
  position: absolute;
  top: 22px;
  left: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.navbar-nav > li > .menu-item:hover::before,
.navbar-nav > li.active > .menu-item:before {
  width: 20px;
}
li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > a:before,
ul.dropdown-menu > li.has-dropdown > a:before {
  font-family: fontawesome;
  content: "";
  font-size: 20px;
  position: absolute;
  right: 25px;
}
.navbar .navbar-toggler {
  padding: 4px 10px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  margin-right: 15px;
  
}
/* Menu Levels */
.dropdown-menu {
  background-color: transparent;
  position: relative;
  width: 100%;
  min-height: fit-content;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 10px;
}
.navbar .has-dropdown .show > .dropdown-menu {
  display: block;
}
.navbar .dropdown-menu.show {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 10px;
  border-radius: 0;
}
.navbar .dropdown-menu li {
  line-height: 26px;
}
.navbar .dropdown-menu li a {
  padding-left: 20px;
  color: white;
  font-size: 15px;
  display: block;
}
.navbar .show > .dropdown-menu {
  display: block;
}
.navbar .dropdown-submenu.show .dropdown-menu {
  display: block;
}
.navbar .dropdown-submenu .dropdown-menu {
  padding-left: 20px;
}

.navbar-nav > li.has-dropdown > ul.dropdown-menu,
.navbar-nav > li.has-dropdown > ul.mega-menu,
li.dropdown-submenu > ul.mega-menu {
    background-color: rgba(27, 26, 26, 0.97);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    position: absolute;
    left: 0;
    right: auto;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: block;
  }

  .navbar-nav > li.has-dropdown > ul.dropdown-menu {
    width: 210px;
    min-width: 210px;
    min-height: 180px;
    padding: 13px 0;
    background-color: rgba(27, 26, 26, 0.97);
  }

  .navbar-nav > li.has-dropdown > ul.mega-menu,
li.dropdown-submenu > ul.mega-menu {
    width: 385px !important;
  }

  li.dropdown-submenu:hover > ul.mega-menu,
li.has-dropdown:hover > ul.dropdown-menu,
li.has-dropdown:hover > ul.mega-menu {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    z-index: 100;
    display: block;
  }

  ul.dropdown-menu > li,
ul.mega-menu > li {
    padding-right: 0;
    height: 40px;
    line-height: 40px;
    position: relative;
    vertical-align: top;
  }
  ul.dropdown-menu li a,
  ul.mega-menu li ul li a {
      font-family: "Poppins", sans-serif;
      line-height: 40px;
      color: #9b9b9b;
      padding: 0;
      display: block;
      font-size: 12px;
      font-weight: 400;
      -webkit-transition: all 0.35s;
      -moz-transition: all 0.35s;
      -ms-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      text-transform: capitalize;
      margin: 0 25px;
    }
    ul.dropdown-menu li:last-child > a {
      border-bottom: none;
    }
  
    ul.dropdown-menu li > a:active,
  ul.dropdown-menu li > a:focus,
  ul.dropdown-menu li > a:hover,
  ul.mega-menu li a:active,
  ul.mega-menu li a:focus,
  ul.mega-menu li a:hover {
      background-color: transparent;
      color: red;
      padding: 0 0 0 10px;
    }
  
    ul.dropdown-menu.left {
      left: -185px !important;
      margin-left: 0 !important;
    }  
    li.dropdown-submenu > ul.mega-menu,
    li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > ul.dropdown-menu {
        background-color: rgba(27, 26, 26, 0.97);
        padding: 25px 0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -o-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        -o-transform-origin: 0 0 0;
        transform-origin: 0 0 0;
        opacity: 0;
        display: block;
        position: absolute;
        left: 100%;
        right: auto;
        top: 0;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        margin: -1px 0 0;
        z-index: 1001;
      }
    
      li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu:hover > ul.dropdown-menu {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        z-index: 1001;
        margin-top: -1px;
        margin-left: 0;
        padding: 13px 0;
        -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
        -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
        box-shadow: 0 2px 3px rgba(40, 40, 40, 0.1);
      }
    
      li.dropdown-submenu.pull-left > ul.dropdown-menu {
        left: auto;
        right: 0;
        margin-right: 0;
      }
    
      /* Menu Level #3 */
      li.dropdown-submenu > ul.dropdown-menu > li.has-dropdown > ul.dropdown-menu {
        background-color: #282828;
        float: none;
        position: absolute;
        border-radius: 0;
        left: 100%;
        right: auto;
        top: 0;
        margin: -1px 0 0;
        z-index: 1;
        border: 1px solid #eaeaea;
        padding: 13px 0;
      }
    
      li.dropdown-submenu > ul.dropdown-menu > li.has-dropdown > ul.dropdown-menu.left {
        left: -185px !important;
      }
    
     
    /*------------------------------------*\
    #BLOG-SECTION
\*------------------------------------*/
.blog-entry {
  margin-bottom: 50px;
}
.blog-entry .entry--img {
  position: relative;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.blog-entry .entry--img img {
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.blog-entry:hover .entry--img {
  box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.blog-entry .entry--content {
  padding: 22px 25px 0 30px;
  position: relative;
}


.blog-entry .entry--title {
  margin-bottom: 17px;
}
.blog-entry .entry--title h4 {
  color: #282828;
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 0;
}
.blog-entry .entry--title a {
  color: #282828;
}
.blog-entry .entry--title a:hover {
  color: #5156ea;
}
.blog-entry .entry--bio p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 21px;
}
.blog-entry .entry--more {
  line-height: 1;
}
.blog-entry .entry--more a {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  position: relative;
  line-height: 1;
  color: #282828;
}
.blog-entry .entry--more a:hover {
  color: #5156ea;
}
.blog-entry .entry--more span {
  display: inline-block;
  margin-left: 8px;
}

.nav-up {
  top: -40px;
  position: fixed;
}

/* Blog Grid */
.blog-grid .entry--meta {
  position: absolute;
  /* top: 30px; */
  left: 30px;
}

/* Blog Standard */
.blog-standard .blog-entry {
  margin-bottom: 67px;
}
.blog-standard .blog-entry:last-of-type {
  margin-bottom: 50px;
}
.blog-standard .entry--content {
  padding: 22px 25px 0 40px;
}
.blog-standard .entry--meta-container {
  padding-left: 40px;
}
.blog-standard .entry--meta-author,
.blog-standard .entry--meta-comment,
.blog-standard .entry--meta,
.blog-standard .entry--date {
  display: inline-block;
  margin-right: 20px;
  font-size: 12px;
  line-height: 26px;
  color: #616161;
}
.blog-standard .entry--meta-author img {
  margin-right: 8px;
}
.blog-standard .entry--title {
  margin-top: 11px;
  margin-bottom: 18px;
}
.blog-standard .entry--title h4 {
  font-size: 28px;
  line-height: 36px;
}
.blog-standard .entry--bio {
  margin-bottom: 18px;
}
.blog-standard .entry--bio p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 16px;
}
.blog-standard .entry--more a {
  color: #5156ea;
}
.blog-standard .entry--more span {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.blog-standard .entry--more:hover a {
  color: #282828;
}

/* Blog Single */
.blog-single .blog-entry:hover .entry--img {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.blog-single .entry--share {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 40px 0;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
.blog-single .entry--share a {
  color: #333333;
  font-size: 15px;
  margin-right: 22px;
}
.blog-single .entry--share a:hover {
  color: #5156ea;
}
.blog-single .entry--share a:last-child {
  margin-right: 0;
}
.blog-single .entry--share .share--title {
  color: #222222;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0;
  margin-right: 26px;
  display: inline-block;
}
.blog-single .entry--tags {
  margin-bottom: 30px;
}
.blog-single .entry--tags a {
  font-family: "Nunito Sans", sans-serif;
  display: inline-block;
  background-color: #5156ea;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  margin-right: 9px;
  margin-bottom: 10px;
  text-transform: capitalize;
  padding: 9px 12px;
  border-radius: 3px;
}
.blog-single .entry--tags a:hover {
  background-color: #282828;
}
.blog-single .entry--tags a:last-of-type {
  margin-right: 0;
}
.blog-single .entry--bio p {
  margin-bottom: 21px;
}
.blog-single .entry--content {
  padding-bottom: 40px;
  border-bottom: 1px solid #eaeaea;
}
.blog-single .entry-widget .entry-widget-title {
  position: relative;
  margin-bottom: 35px;
}
.blog-single .entry-widget .entry-widget-title h4 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
}
.blog-single .entry--widget-bio {
  padding: 40px;
  border-radius: 2px;
  background-color: #f9f9f9;
}
.blog-single .entry--widget-bio .entry-widget-content {
  position: relative;
}
.blog-single .entry--widget-bio img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px;
}
.blog-single .entry--widget-bio .entry-bio-desc {
  padding-left: 120px;
}
.blog-single .entry--widget-bio .entry-bio-desc h4 {
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 21px;
}
.blog-single .entry--widget-bio .entry-bio-desc p {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 7px;
}
.blog-single .entry--widget-bio .entry-bio-desc a {
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin-right: 25px;
}
.blog-single .entry--widget-bio .entry-bio-desc a:last-child {
  margin-right: 0;
}
.blog-single ul.comments-list {
  width: 100%;
  list-style: none;
  overflow: hidden;
  padding-left: 0;
  margin-bottom: 0;
}
.blog-single ul.comments-list li {
  position: relative;
  margin-bottom: 30px;
}
.blog-single ul.comments-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.blog-single ul.comments-list li:last-child .comment {
  border-bottom: none;
}
.blog-single ul.comments-list .comment-body .avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-single ul.comments-list .comment-body .comment {
  margin-left: 70px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}
.blog-single ul.comments-list .comment-body .comment h6 {
  font-size: 15px;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 22px;
}
.blog-single ul.comments-list .comment-body .comment .date {
  font-family: "Nunito Sans", sans-serif;
  color: #616161;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 5px;
}
.blog-single ul.comments-list .comment-body .comment p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 5px;
}
.blog-single ul.comments-list .comment-body .comment a.reply {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  color: #5156ea;
  line-height: 1;
  display: inline-block;
}
.blog-single ul.comments-list .comment-body .comment a.reply:hover {
  color: #282828;
}
.blog-single ul.comments-list ul.comment-children {
  list-style: none;
  margin: 20px 0 0 90px;
  padding-top: 30px;
  padding-left: 0;
  border-top: 2px solid #eeeeee;
}
.blog-single ul.comments-list ul.comment-children .comment-body .comment {
  padding-left: 90px;
}
.blog-single ul.comments-list ul.comment-children li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog-single .entry-add-comment {
  padding-top: 40px;
  border-top: 1px solid #eaeaea;
}
.blog-single .entry-add-comment .form-control {
  margin-bottom: 30px;
}
.blog-single .entry-add-comment .btn {
  text-transform: capitalize;
  box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  border-radius: 3px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog-entry {
    max-width: 370px;
    margin: 0 auto 30px;
  }
  .blog-entry .entry--content {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-standard .blog-entry:hover .entry--img {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .blog-standard .entry--meta-container {
    padding-left: 0;
  }
  .blog-standard .entry--meta-author,
.blog-standard .entry--meta-comment,
.blog-standard .entry--meta,
.blog-standard .entry--date {
    margin-right: 7px;
    margin-bottom: 10px;
  }
  .blog-standard .entry--title h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-entry .entry--content {
    padding-left: 0;
    padding-right: 0;
  }

  .col-md-4 .blog-entry .entry--title h4 {
    font-size: 15px;
  }

  .blog-standard .entry--meta-container {
    padding-left: 0;
  }
}
.features-2 {
  overflow: visible;
  padding-left: 150px;
  padding-right: 150px;
}


.features-2 .heading {
  margin-bottom: 44px;
}
.features-2 .heading .heading--title {
  color: #000000;
}
.features-2 .heading .heading--desc {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 0;
}
.features-2 .feature-panel {
  margin-bottom: 40px;
  border: 2px solid #999;
  border-radius: 40px;
  box-shadow: 0 0 10px rgb(71 39 39 / 60%);
}
.features-2 .feature-panel .feature--icon {
  font-size: 40px;
  color: #ffffff;
}
.features-2 .feature-panel .feature--content  {
  margin-left: 30px;
  margin-right: 30px;
}

.features-2 .feature-panel .feature--content h4 {
  font-size: 18px;
}

.features-2 .feature-panel .feature--content h4,
.features-2 .feature-panel .feature--content p {
  color: #ffffff;
}
.features-2 .mockup--img {
  position: absolute;
  bottom: -275px;
  right: -50px;
}
@media only screen and (max-width: 991px) {
  .features-2{
    padding-left: 0;
  padding-right: 0;
  }
}
.features-3{
  padding-left: 130px;
  padding-right: 130px;
}
@media only screen and (max-width: 991px)  {
  .features-3{
    padding-left: 0;
  padding-right: 0;
  }
}
/*------------------------------------*\
    #MODULE
\*------------------------------------*/
.module {
  display: inline-block;
  position: relative;
}
/* Module Reservation */
.module-consultation .btn {
  width: 129px;
  height: 39px;
  border-radius: 3px;
  line-height: 37px;
  text-transform: capitalize;
  display: block;
  margin-right: 20px;
  cursor: pointer;
  margin-top: 31px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: black;
  border:none;
  font-weight: bold;
  font-size: 20px;
  font-family: fontawesome;
 background-color:red;
}
.module-consultation .btn:hover {

  border-color: #30bc9e;
  background: #5cf3d2;
  color:black;;
}
form {
  position: relative;
}

.form-control {
  color: #9b9b9b;
  font-size: 13px;
  font-weight: 400;
  height: 51px;
  line-height: 49px;
  border: 1px solid #eaeaea;
  background: transparent;
  padding-left: 20px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control:focus {
  background: transparent;
  border-color: #5156ea;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #9b9b9b;
  text-transform: capitalize;
}
.form-control:-moz-placeholder {
  color: #9b9b9b;
  text-transform: capitalize;
}
.form-control::-moz-placeholder {
  color: #9b9b9b;
  text-transform: capitalize;
}
.form-control:-ms-input-placeholder {
  color: #9b9b9b;
  text-transform: capitalize;
}
.form-control + .error {
  position: absolute;
  top: -23px;
  left: 20px;
  color: red;
}
.form-control.error {
  border-color: red;
}

textarea.form-control {
  height: auto;
}
.owl-carousel .owl-item img {
  width: inherit;
}
.heading .heading--title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 10px;
  margin-top: 80px;
}
.heading .heading--desc {
  color: #a5a5a5;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
}
.heading-2 .heading--title {
  font-size: 33px;
}
.features .feature-panel {
  position: relative;
  margin-bottom: 50px;
}
.features .feature-panel .feature--img {
  margin-bottom: 30px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.features .feature-panel .feature--img:hover {
  box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.features .feature-panel .feature--icon {
  font-size: 50px;
  line-height: 1;
  color: #db2772;;
  margin-bottom: 24px;
  text-align: center;
}
.features .feature-panel .feature--content h4 {
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 18px;
}
.features .feature-panel .feature--content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.features .feature-panel .feature--more {
  line-height: 1;
}
.features .feature-panel .feature--more a {
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-left: 20px;
}
.features .feature-panel .feature--more a i {
  margin-right: 6px;
  position: absolute;
  left: 0;
  background: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.features .feature-panel .feature--more a span {
  display: inline-block;
}
.features .feature-panel:hover .feature--more a {
  color: #db2772;;
}

.features-1 .feature-panel {
  
  border-radius: 6px;
  box-shadow: 0px 9px 20px 0px rgb(94 94 94);
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.features-1 .feature-panel:hover {
  box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

/*------------------------------------*\
    #Testimonial
\*------------------------------------*/
.testimonial-panel {
  text-align: center;
  width: 10px;
}
.testimonial-panel .testimonial--img {
  width: 60px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
  margin-bottom: 22px;
  display: inline-block;
  padding: 2px;
  border: 2px solid #5156ea;
}
.testimonial-panel .testimonial--img img {
  max-width: 100%;
}
.testimonial-2 .testimonial-panel {
  padding: 50px 0;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.02);
}
.testimonial-2 .testimonial-panel .testimonial--body p {
  font-size: 17px;
  line-height: 27px;
  text-align: left;
  padding: 0 25px 35px 35px;
}
.testimonial-2 .testimonial-panel .testimonial--img {
  width: 55px;
  height: 55px;
  line-height: 55px;
  margin-bottom: 9px;
}
/* Parallax Effect */
#wrapperParallax {
  position: relative;
  z-index: 1060;
  min-height: 100vh;
}
/*------------------------------------*\
    #Contacts
\*------------------------------------*/
.contact {
  padding-top: 110px;
  padding-bottom: 110px;
}
.contact .contact--panel {
  background-color: white;
  border-radius: 6px;
  padding: 90px 100px;
}
.contact .contact--panel .heading {
  margin-bottom: 60px;
}
.contact .contact--panel textarea {
  height: 122px;
  margin-bottom: 40px;
}
.contact .contact--panel .btn {
  box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
}

.contact-2 .contact-container {
  margin-top: -628px;
}
.contact-2 .contact--panel {
  border-radius: 0;
}

.contact-3 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.contact-3 .contact--panel {
  padding: 0 50px;
  border-radius: 0;
  background-color: transparent;
}
.contact-3 .contact--panel .contact--icon {
  font-size: 45px;
  color: #5156ea;
  line-height: 1;
  margin-bottom: 24px;
}
.contact-3 .contact--panel h4 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 19px;
}
.contact-3 .contact--panel p {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 18px;
}
.contact-3 .contact--panel .btn {
  box-shadow: none;
}

.contact-4 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.contact-4 .contact--panel {
  padding: 0;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .contact .contact--panel {
    padding: 30px;
  }

  .contact-3 .contact--panel {
    padding: 0 50px;
    margin-bottom: 30px;
  }
}
/* Tablets  */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-3 .contact--panel {
    margin-bottom: 30px;
    padding: 0;
  }
}
/*------------------------------------*\
    #Footer
\*------------------------------------*/
/* Parallax Effect */
#wrapperParallax {
  position: relative;
  z-index: 1060;
  min-height: 100vh;
}
#footerParallax {
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 991px) {
  #wrapperParallax {
    margin-bottom: 0 !important;
  }

  #footerParallax {
    position: static;
  }
}
.footer {
  background-color:#f3f3f3 ;
  padding-top: 0;
  padding-bottom: 0;
  /* Footer Widgets */
}
.footer .footer-widget {
  padding-top: 100px;
  padding-bottom: 84px;
  background-color: #f3f3f3;
  
}
.footer .footer--widget-title h5 {
  color: black;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 36px;
}
.footer .widget--content p {
  color: black;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 25px;
}
.footer .widget--content img {
  margin-bottom: 24px;
}
.footer .widget--newsletter p {
  font-size: 12px;
  color: black;
  margin-bottom: 21px;
}
.footer .widget--newsletter form {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 12px;
}
.footer .widget--newsletter .form-control {
  background-color: white;
  border: none;
  color: #757575;
  font-size: 12px;
  font-weight: 400;
  height: 51px;
  line-height: 50px;
  margin-bottom: 0;
  padding: 0 60px 0 20px;
  text-transform: capitalize;
  border-radius: 3px;
}
.footer .widget--newsletter .form-control::-webkit-input-placeholder {
  color: #757575;
}
.footer .widget--newsletter .form-control:-moz-placeholder {
  color: #757575;
}
.footer .widget--newsletter .form-control::-moz-placeholder {
  color: #757575;
}
.footer .widget--newsletter .form-control:-ms-input-placeholder {
  color: #757575;
}
.footer .widget--newsletter button {
  position: absolute;
  top: 0;
  right: -1px;
  background-color: red;
  border: none;
  width: 51px;
  height: 51px;
  line-height: 51px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 0 3px 3px 0;
}
.footer .widget--newsletter button:hover {
  background-color: #ffffff;
  color: #282828;
}
.footer .widget--links ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  overflow: hidden;
}
.footer .widget--links ul li {
  width: 50%;
  float: left;
}
.footer .widget--links ul li a {
  color: black;
  font-size: 12px;
  font-weight: 400;
  line-height: 31px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}
.footer .widget--links ul li a:hover {
  color: #5156ea;
}
.footer .widget--contact-info li {
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  line-height: 21px;
  color: black;
}
.footer .widget--contact-info li:last-child {
  margin-top: 26px;
}

.footer--copyright {
  border-top: 2px solid #2b2b2b;
  padding: 33px 0;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
}
.footer--copyright-links {
  text-align: right;
}
.footer--copyright-links li {
  display: inline-block;
}
.footer--copyright-links li a {
  display: block;
  color: #9b9b9b;
  font-size: 13px;
  line-height: 1;
  display: block;
  padding-left: 16px;
  position: relative;
}
.footer--copyright-links li a:hover {
  color: #ffffff;
}
.footer--copyright-links li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  height: 10px;
  width: 1px;
  background-color: #9b9b9b;
}
.footer--copyright-links li:first-child a:before {
  display: none;
}

.social--icons a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin-right: 24px;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  color: red;
}
.social--icons a:last-child {
  margin-right: 0;
}
.social--icons a.facebook:hover {
  color: #3B5998;
}
.social--icons a.twitter:hover {
  color: #00ACEE;
}
.social--icons a.linkedin:hover {
  color: #0E76A8;
}
.social--icons a.pinterest:hover {
  color: #c8232c;
}

.footer--widget-recent .entry {
  margin-bottom: 15px;
}
.footer--widget-recent .entry .entry--title a {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 23px;
  display: block;
  margin-bottom: 5px;
}
.footer--widget-recent .entry .entry--title a:hover {
  color: #5156ea;
}
.footer--widget-recent .entry .entry--meta {
  color: #9b9b9b;
  font-size: 12px;
}
.footer--widget-recent .entry:last-of-type {
  margin-bottom: 0;
}

.widget-instagram a {
  display: inline-block;
  margin: 2px;
  position: relative;
  width: 59px;
  height: 59px;
}
.widget-instagram a img {
  max-width: 100%;
  height: auto;
}
.widget-instagram a:hover .insta-hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.widget-instagram .insta-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.widget-instagram .insta-hover i {
  line-height: 59px;
  display: block;
  background-color: #5156ea;
  color: #ffffff;
  font-size: 11px;
  text-align: center;
}

.footer-light {
  background-color: white;
}
.footer-light .footer--widget-title h5 {
  color: #282828;
}
.footer-light .social--icons a {
  color: #9b9b9b;
}
.footer-light .widget--newsletter .form-control {
  border: 1px solid #eaeaea;
}
.footer-light .widget--newsletter button:hover {
  background-color: #282828;
  color: #ffffff;
}
.footer-light .footer--copyright {
  border-color: #eaeaea;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .footer .footer-widget {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .footer .footer--widget {
    margin-bottom: 30px;
  }
  .footer .footer--widget-title h5 {
    margin-bottom: 15px;
  }
  .footer .widget--newsletter form {
    max-width: 400px;
  }
  .footer .pull-right {
    float: none !important;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-widget {
    padding-bottom: 40px;
  }
  .footer .footer--widget {
    margin-bottom: 20px;
  }
  .footer .footer--widget-title h5 {
    margin-bottom: 15px;
  }
}