/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}@charset "utf-8";
/* CSS Document */
body{
	font-family: "Poppins"!important;
}


/* + NAVBAR ================================ */
.do {
  height: 1200px;
}

@-webkit-keyframes animFixedMainBack {
  0% {
    width: 100vw;
    bottom: 0;
    margin-left: -215px;
  }
  100% {
    width: 100%;
    margin-left: 0;
    bottom: 0;
  }
}
@keyframes animFixedMainBack {
  0% {
    width: 100vw;
    bottom: 0;
    margin-left: -215px;
  }
  100% {
    width: 100%;
    margin-left: 0;
    bottom: 0;
  }
}
.navbar {
  width: 100%;
  border-radius: 0;
  margin-bottom: 0px;
  z-index: 999;
  min-height: 100px;
  background: #FFFFFF;
  border-bottom: 1px solid #ddd;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: swing;
  -moz-transition-timing-function: swing;
  -o-transition-timing-function: swing;
  transition-timing-function: swing;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.navbar ul {
  padding-left: 0;
  list-style: none;
}

.navbar-default {
  border: 0;
}
.navbar-default .navbar-brand {
  font-size: 14px;
  padding-top: 20px;
  padding-left: 32px;
  color: #4b4e53;
}
@media (max-width: 768px) {
  .navbar-default .navbar-brand {
    padding-left: 0;
  }
}
.navbar-default .navbar-brand:hover {
  color: #4b4e53;
}
.navbar-default .navbar-brand h2 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 32px;
  font-weight: 300;
}
.navbar-default .navbar-brand h2 b {
  font-weight: 500;
}
@media (max-width: 768px) {
  .navbar-default .navbar-brand h2 {
    font-size: 1.5em;
    top: 16px;
  }
  .navbar-default .navbar-brand h2 span {
    display: none;
  }
}
.navbar-default .navbar-brand > img {
  max-height: 60px;
}
@media (max-width: 768px) {
  .navbar-default .navbar-brand > img {
    max-height: 50px;
  }
}
.navbar-default .navbar-toggle {
  border: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #4b4e53;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
  border: 0;
}
.navbar-default .navbar-nav > li {
  color: #4b4e53;
	font-family: 'Poppins'!important;
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav > li.active > a,
  .navbar-default .navbar-nav > li.active > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
}
.navbar-default .navbar-nav > li.active > a:before {
  background-color: #008cba;
  left: 0;
  right: 0;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav > li.active > a:before {
    background-color: transparent;
  }
}
.navbar-default .navbar-nav > li > a {
  color: #4b4e53;
font-family: 'Poppins'!important;
  position: relative;
  cursor: pointer;
  display: block;
  
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 24px;
  padding: 42px 15px 33px;
  text-transform: uppercase;
  white-space: nowrap;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -moz-transition-property: border-bottom, color;
  -o-transition-property: border-bottom, color;
  -webkit-transition-property: border-bottom, color;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  transition-property: border-bottom, color;
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    margin: 0;
    padding: 1em 2em 1em 1.5em;
  }
}
.navbar-default .navbar-nav > li > a::before {
  background-color: transparent;
  bottom: -1px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  right: 50%;
  -moz-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  z-index: 1;
}
.navbar-default .navbar-nav > li > a:hover::before, .navbar-default .navbar-nav > li > a.active::before {
  background-color: #008cba;
  left: 0;
  right: 0;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav > li > a:hover::before, .navbar-default .navbar-nav > li > a.active::before {
    background-color: transparent;
  }
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active {
  background-color: transparent;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
}
@media (max-width: 768px) {
  .navbar-default .navbar-nav > li > .dropdown-menu {
    margin: 0 20px;
  }
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #4b4e53;
}
.navbar-default .navbar-nav .open .dropdown-menu > li:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #4b4e53;
  box-shadow: none;
}
.navbar-default .navbar-nav .open > a {
  background-color: transparent;
  color: inherit;
}
.navbar-default .navbar-nav .open > a:focus, .navbar-default .navbar-nav .open > a:hover {
  background-color: transparent;
  color: inherit;
}
.navbar-default .dropdown-menu {
  border: 0;
  border-radius: 0 !important;
  background: #fdfdfd;
  left: auto;
  padding: 0 !important;
}
.navbar-default .dropdown-menu li {
  position: relative;
}
.navbar-default .dropdown-menu li:last-child {
  border-bottom: 0;
}
.navbar-default .dropdown-menu li a {
  padding: 10px 12px 11px 12px;
  text-align: left;
  font-weight: 300;
  color: inherit;
  position: relative;
  text-transform: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.navbar-default .dropdown-menu li a:hover, .navbar-default .dropdown-menu li a:focus {
  outline: 0;
  color: #4b4e53;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 0 0 #ddd, -1px 0 0 #ddd;
  -moz-box-shadow: 1px 0 0 #ddd, -1px 0 0 #ddd;
  box-shadow: 1px 0 0 #ddd, -1px 0 0 #ddd;
}
.navbar-default .nav,
.navbar-default .collapse,
.navbar-default .dropup,
.navbar-default .dropdown {
  position: static;
}
.navbar-default .container {
  position: relative;
}

.navbar-toggle {
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  float: left;
  margin-bottom: 0;
  margin-left: 32px;
  margin-top: 30px;
  padding: 9px 10px;
  position: relative;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  top: 2px;
}

.navbar-toggle .icon-bar {
  height: 4px;
  width: 30px;
  background-color: #4b4e53;
  position: relative;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 6px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
  top: -9px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .navbar-nav {
    margin: 40px 15px 10px 15px;
  }
}
.navbar-nav .open .dropdown-menu {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.075);
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -o-animation-name: slidenavAnimation;
  animation-name: slidenavAnimation;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .navbar-nav .open .dropdown-menu {
    box-shadow: none !important;
  }
}
.navbar-nav .open .dropdown-menu .dropdown-header {
  margin-bottom: 0;
}
.navbar-nav .open .dropdown-menu > li {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .navbar-nav .open .dropdown-menu > li.dropdown-header {
    margin-left: 15px;
    padding: 1em 2em 1em 0;
  }
}
.navbar-nav .open .dropdown-menu > li > a {
  padding: 1em 2em 1em 1.5em;
}
@media (max-width: 768px) {
  .navbar-nav .open .dropdown-menu > li > a {
    margin-left: 15px;
    padding: 1em 2em 1em 0;
  }
}

.nav > li {
  list-style: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav > li > a {
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  color: #4b4e53;
  padding: 0;
	font-family: "poppins"!important;
	font-weight: normal!important;
}
.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent;
  text-decoration: none;
}
.nav > li:hover {
  background-color: transparent;
}
.nav > li .open > a {
  border: none;
}
.nav > li .open > a:hover, .nav > li .open > a:focus {
  border: none;
}
.nav .open > a {
  background-color: transparent;
  border: 0;
}
.nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border: 0;
}

.navbar-right {
  float: right !important;
  margin-right: 15px;
}
@media (max-width: 786px) {
  .navbar-right {
    float: none !important;
  }
}
.navbar-right .dropdown-menu {
  right: auto;
}

.dropdown-header {
  font-size: 14px;
  font-weight: bold;
  color: #4b4e53;
  display: block;
  padding: 1em 2em 1em 1.5em;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 28px;
  margin-bottom: 13px;
  padding-top: 19px;
}

.navbar-collapse {
  border-bottom: 0 !important;
}

.mega-menu .mega-menu-content {
  position: relative;
  padding: 20px;
}
@media (max-width: 768px) {
  .mega-menu .mega-menu-content {
    padding: 0 15px;
  }
}
.mega-menu .mega-menu-content .widget .thumb {
  position: relative;
  padding: 20px;
	font-family: 'Poppins'!important;
}
.mega-menu .mega-menu-content .box li {
  border-bottom: 1px solid #eeeeee;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 10px 10px 10px 0;
}
.mega-menu .mega-menu-content .box li:before {
  color: inherit;
}
.mega-menu .mega-menu-content .box li:last-child {
  border-bottom: 0 solid #FFFFFF;
}
.mega-menu .mega-menu-content .box li i {
  right: 0;
  clear: both;
  top: 10px;
  display: block;
  position: absolute;
}
.mega-menu .mega-menu-content .box li a {
  color: inherit;
  border-bottom: none;
  border-bottom: 0 !important;
  padding: 14px 30px 12px 0 !important;
  position: relative;
  text-decoration: none;
  text-transform: none;
}
.mega-menu .mega-menu-content .box li a:hover, .mega-menu .mega-menu-content .box li a:focus {
  background: none !important;
  border: 0;
  box-shadow: none;
}
.mega-menu .dropdown-menu {
  padding: 30px 30px;
}
.mega-menu .navbar-default .mega-menu-content {
  border-radius: 0;
}
.mega-menu .navbar-default .mega-menu-full .dropdown-menu {
  left: 0;
  right: 0;
}
.mega-menu .navbar-default .mega-menu-half .dropdown-menu {
  left: 20%;
  right: 20%;
}
.mega-menu .entry {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.mega-menu .entry img {
  width: 100%;
}
.mega-menu .entry:hover .magnifier {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.mega-menu .coldesc {
  background: #4b4e53;
  color: #FFFFFF;
  margin-bottom: 10px;
  text-align: center;
}
.mega-menu .menu-image {
  margin-bottom: 30px;
}
.mega-menu .box p {
  color: inherit;
  font-weight: 400;
  padding-top: 10px;
  font-size: 13px;
}
.mega-menu .box h4 {
  color: inherit;
  font-weight: bold;
  font-size: 14px;
  padding-top: 0;
}
.mega-menu .box ul li span {
  float: right;
  margin-top: 4px;
}
.mega-menu .box ul li:hover .fa {
  color: #D83D59 !important;
}
.mega-menu .dropdown-submenu {
  position: relative;
}
.mega-menu .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
  border-radius: 0;
}
.mega-menu .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.mega-menu .dropdown-submenu.pull-left {
  float: none;
}
.mega-menu .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.sticky .navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  background: #FFFFFF;
  border-bottom: 0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
  border: 0;
  min-height: 74px;
  -webkit-animation: animFixedMain .5s forwards;
  -moz-animation: animFixedMain .5s forwards;
  -o-animation: animFixedMain .5s forwards;
  animation: animFixedMain .5s forwards;
}
.sticky .navbar .navbar-brand {
  font-size: 25px;
  padding: 7px 15px 5px 15px;
  height: 74px;
}
.sticky .navbar .navbar-brand > img {
  max-height: 50px;
}
.sticky .navbar .navbar-nav > li > a {
  color: #757575;
  padding: 25px 15px 15px 15px;
  line-height: 33px;
}
.sticky .navbar-toggle {
  margin-top: 20px;
}

@-moz-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}










@media (min-width: 768px){
.navbar-expand-md .navbar-nav .dropdown-menu {
    position: fixed!important;
	width: 100%;
}

}








.top-navbar {
  background: #272727 none repeat scroll 0 0;
  /*color: #d6d6d6;
  padding: 5px 0;
*/}
.search-box {
  width: 250px;
  cursor: pointer;
  margin: 0 auto;
  border: .5px solid rgb(232, 238, 241);
  border-radius: 28px;
  color: rgb(119, 126, 128);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 1px;
  background: #fff;
}

.search-icon {
  width: 250px;
  padding: 5px;
  border-radius: 24px;
  float: right;
}
.inner-addon { 
  position: relative; 
}
/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 13px;
  pointer-events: none;
}
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }







.slider, 
.slider > div {
    /* Images default to Center Center. Maybe try 'center top'? */
    background-position: center center;
    display: block;
    width: 100%;
    height: 500px;
    /* height: 100vh; *//* If you want fullscreen */
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
    overflow: hidden;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    -webkit-transition: transform .4s;
    transition: transform .4s;
}

.slider > div {
    position: absolute;
}

.slider > i {
    color: #5bbd72;
    position: absolute;
    font-size: 60px;
    margin: 20px;
    top: 40%;
    text-shadow: 0 10px 2px #223422;
    transition: .3s;
    width: 30px;
    padding: 10px 13px;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    line-height: 0;
    box-sizing: content-box;
    border-radius: 3px;
    z-index: 4;
}

.slider > i svg {
    margin-top: 3px;
}

.slider > .left {
    left: -100px;
}
.slider > .right {
    right: -100px;
}
.slider:hover > .left {
    left: 0;
}
.slider:hover > .right {
    right: 0;
}

.slider > i:hover {
    background:#fff;
    background: rgba(255, 255, 255, .8);
    transform: translateX(-2px);
}

.slider > i.right:hover {
    transform: translateX(2px);
}

.slider > i.right:active,
.slider > i.left:active {
    transform: translateY(1px);
}

.slider:hover > div {
    transform: scale(1.01);
}

.hoverZoomOff:hover > div {
    transform: scale(1);
}

.slider > ul {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 4;
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
}

.slider > ul > li {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    list-style: none;
    float: left;
    margin: 10px 10px 0;
    cursor: pointer;
    border: 1px solid #fff;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.slider > ul > .showli {
    background-color: #7EC03D;
    -moz-animation: boing .5s forwards;
    -o-animation: boing .5s forwards;
    -webkit-animation: boing .5s forwards;
    animation: boing .5s forwards;
}

.slider > ul > li:hover {
    background-color: #7EC03D;
}

.slider > .show {
    z-index: 1;
}

.hideDots > ul {
    display: none;
}

.showArrows > .left {
    left: 0;
}

.showArrows > .right {
    right: 0;
}

.titleBar {
    z-index: 2;
    display: inline-block;
    background: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
    padding: 20px 30px;
    transition: .3s;
    color: #fff;
}

.titleBar * {
    transform: translate(-20px, 30px);
    transition: all 700ms cubic-bezier(0.37, 0.31, 0.2, 0.85) 200ms;
    opacity: 0;
}

.titleBarTop .titleBar * {
    transform: translate(-20px, -30px);
}

.slider:hover .titleBar,
.slider:hover .titleBar * {
    transform: translate(0);
    opacity: 1;
}

.titleBarTop .titleBar {
    top: 0;
    bottom: initial;
    transform: translateY(-100%);
}

.slider > div span {
    display: block;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding: 0;
    width: 100%;
}


@keyframes boing {
    0% {
        transform: scale(1.2);
    }
    40% {
        transform: scale(.6);
    }
    60% {
        transform: scale(1.2);
    }
    80% {
        transform: scale(.8);
    }
    100% {
        transform: scale(1);
    }
}

/* -------------------------------------- */

#slider2 {
    max-width: 30%;
    margin-right: 20px;
}

.row2Wrap {
    display: flex;
}

.content {
    padding: 50px;
    margin-bottom: 100px;
}


h1, h2, h3 {
    font-family: 'Crimson Text', sans-serif;
    font-weight: 100;
}

.content {
    padding: 10px 15vw;
}








p {
	font-family: "Poppins"!important;
	line-height: 2rem!important;
	color: #7C7C7C;
	letter-spacing: 1px;
}





.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
	overflow: hidden;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
	
}










h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}









.ptb-50{
    padding: 50px 50px;
}

.section_bg_gray {
    background-color: #f3f5f7;
}

.single_what_we_do {
    background-color: #f3f5f7;
    text-align: center;
    padding: 0 5px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single_what_we_do:hover {
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.single_what_we_do .top_line {
    position: absolute;
    top: 0;
    left: 44%;
    background-color: #000000;
    width: 12%;
    height: 3px;
}

.single_what_we_do .what_we_do_figure {
    padding: 40px 0 20px 0;
}
.single_what_we_do .what_we_do_figure img {
    margin: 0 auto;
}
.single_what_we_do .what_we_do_title {
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 35px;
    margin: 0;
    color: #2b353a;
}
.single_what_we_do .what_we_do_content {
    padding-bottom: 65px;
    color: #2b353a;
}
 .single_what_we_do .what_we_do_icon {
    position: absolute;
    bottom: -9px;
    left: 47%;
    color: #fff;
    background-color: #000000;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single_what_we_do .what_we_do_icon i {
    font-size: 24px;
    text-align: center;
    padding: 2px 3px 2px 5px;
}














.nb-footer{
  background: #272727;
  margin-top: 60px;
  padding-bottom: 30px;
}
.nb-footer .footer-single{
  margin-top: 30px;
}
.nb-footer .footer-title{
    display: block;
  margin: 10px 0 25px 0;
  border-bottom: 1px dotted #e4e9f0;
}
.nb-footer .footer-single a{
	text-decoration: none;
}

.nb-footer .footer-single h2{
    color: #eee;
  font-size: 18px;
  font-weight: 200;
  display: inline-block;
  border-bottom: 2px solid #e4e9f0;
  padding-bottom: 5px;
  margin-bottom: -2px;
}
.nb-footer .footer-single li{
  border-top: solid 1px #353535;
}
.nb-footer .footer-single li:first-child{
  border-top: none;
}
.nb-footer .footer-single li a{
  color: #979797;
  font-size: 12px;
  padding: 6px 0px;
  display: block;
  transition:all 0.4s ease-in-out;
}
.nb-footer .footer-single li a:hover{
  color: #e4e9f0;
}
.nb-footer .footer-single li a:hover i{
  color: #e4e9f0;
}
.nb-footer .dummy-logo {
    margin-top: 11px;
    padding-bottom: 9px;
}
.nb-footer .dummy-logo .icon {
    margin-right: 10px;
    border-radius: 20px;
    margin-top: 24px;
}
.nb-footer .brand {
    background: #e4e9f0;
}
.nb-footer .dummy-logo i {
    font-size: 50px;
    color: #fff;
    padding: 5px;
}
.nb-footer .dummy-logo p {
    color: #999;
    font-size: 12px;
}
.nb-footer .dummy-logo h2 {
    font-size: 24px !important;
    border-bottom: none;
    color: #696969;
    padding: 5px 0;
}
.nb-footer .btn-footer{
  border: 1px solid #e4e9f0;
  margin-top: 10px;
  color: #999;
}
.nb-footer .btn-footer:hover{
  background: #7BFF00;
  color: #fff;
  transition:all 0.4s ease-in-out;

}
.nb-footer .useful-links li a{
  text-transform: uppercase;
}
.nb-footer .footer-project a{
  font-size: 13px;
}
.nb-footer .footer-project img{
  margin-bottom: 20px;
  border: 1px solid #666;
  border-radius: 6px;
  padding: 1px;
  opacity: 0.7;
  transition:all 0.4s ease-in-out;
}
.nb-footer .footer-project img:hover{
  opacity: 1.0;
  cursor: pointer;
}
.nb-footer .footer-project .footer-title{
  margin-top: 0;
}
.nb-footer .footer-single p, .footer-single address{
    color: #979797;
  font-size: 14px;
  margin-top: 5px;
  line-height: 22px;
}
.nb-copyright{
  background: #171717;
  padding-bottom: 10px;
}
 .nb-copyright .copyrt{
  margin-top: 22px;
  font-size: 14px;
}
.nb-copyright .copyrt a{
  color: #e4e9f0;
}
.nb-copyright .footer-social{
	margin-top: 10px;
}
.nb-copyright .footer-social i{
  padding: 5px 10px;
  color: #999;
  border: 1px solid #333;
  margin-top: 10px;
  font-size: 20px;
  border-radius: 5px;
  transition:all 0.4s ease-in-out;
}
.nb-copyright .footer-social i:hover{
  background: #8B8B8B;
  color: #fff;
}
.nb-copyright .footer-social .fa-facebook{
  padding: 5px 14px;
}
@media(max-width: 767px){
	 .xs-center{
	text-align: center;
}
 .left-clear{
	padding-left: 0;
}
 .right-clear{
	padding-right: 0;
}
}






/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    
    top: auto;
    bottom: 0px;
  
}




#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #EFBE45;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
	color: #646464!important;
    margin-right: 10px;
}







div.hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid #eee;
  text-align: center;
  height: 0px;
  line-height: 0px;
	font-size: 26px;
	text-transform: uppercase;
}

.hr-title {
  background-color: #fff;
	padding: 10px;
}
