.rd-navbar-default.rd-navbar-static .rd-navbar-nav > li + li, .rd-navbar-floated.rd-navbar-static .rd-navbar-nav > li + li, .rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li + li {
    margin-left: 30px;
}
/*.icon-xxs.icon-rect, .icon-xxs.icon-rounded, .icon-xxs.icon-circle, .icon-xxs.icon-outlined {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}*/
.icon-xxs.icon-rect, .icon-xxs.icon-rounded, .icon-xxs.icon-circle.icon-nav, .icon-xxs.icon-outlined  {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-inner {
    transition: .3s all ease;
    position: relative;
    text-align: left;
    padding: 14px 0 14px !important;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-top-panel {
    padding-bottom: 10px;
    margin-bottom: 26px;
}
.rd-navbar-default.rd-navbar-fixed, .rd-navbar-floated.rd-navbar-fixed, .rd-navbar-top-panel.rd-navbar-fixed, .rd-navbar-default.rd-navbar-fixed .rd-navbar-panel, .rd-navbar-floated.rd-navbar-fixed .rd-navbar-panel, .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-panel {
    height: 76px;
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-mobile-brand-nav, .rd-navbar-sidebar-toggle.rd-navbar-fixed .rd-navbar-mobile-brand-nav, .rd-navbar-floated.rd-navbar-fixed .rd-navbar-mobile-brand-nav, .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-mobile-brand-nav{
    display: block;
    text-align: center;
    margin-top: -50px;
}
.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle, .rd-navbar-floated.rd-navbar-fixed .rd-navbar-toggle, .rd-navbar-top-panel.rd-navbar-fixed .rd-navbar-toggle {
    top: 14px;
}
.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle {
    top: 14px;
}
.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel {
    text-align: center;
    right: 8px;
    top: 60px;
    width: 320px;
}
.rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav-wrap {
    margin-top: 25px;
    display: inline-block;
}
.parallax-content-ho {
    background-color: rgba(25, 25, 25, 0.86);
}
.btn-round{
	border-radius: 50px;
}
.socialtitli-text {
  font-weight: 600 !important;
  color: #f4a210 !important;
  transition: all 500ms ease !important;
}

.socialtitli-text:hover {
  color: #fff !important;
}
p a:hover, .p a:hover, .list a:hover {
    text-decoration: none;
}

textarea.form-control {
    height: 140px;
    min-height: 50px;
    max-height: 370px;
    resize: vertical;
}



[ripple] {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
[ripple] .ripple {
  position: absolute;
  background: #FFFFFF;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  -webkit-animation: ripple 1.6s;
          animation: ripple 1.6s;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(40);
            transform: scale(40);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(40);
            transform: scale(40);
    opacity: 0;
  }
}
.tabs {
  z-index: 15px;
  position: relative;
  background: #FFFFFF;
  width: auto;
  border-radius: 4px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 100px auto 10px;
  overflow: hidden;
}
.tabs-header {
  position: relative;
  background: #4285F4;
  overflow: hidden;
}
.tabs-header .border {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F4B142;
  width: auto;
  height: 2px;
  transition: 0.3s ease;
}
.tabs-header ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% - 68px);
      list-style-type: none;
      margin-bottom: 0;
}
.tabs-header li {
  transition: 0.3s ease;
}
.tabs-header a {
  z-index: 1;
  display: block;
  box-sizing: border-box;
  padding: 15px 20px;
  color: #FFFFFF;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
.tabs-nav {
  position: absolute;
  top: 0;
  right: 0;
  background: #4285F4;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px;
  color: #FFFFFF;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tabs-nav:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  box-shadow: 0 0 20px 10px #4285F4;
}
.tabs-nav i {
  border-radius: 100%;
  cursor: pointer;
}
.tabs-content {
  position: relative;
  padding: 15px 20px;
  transition: 0.3s ease;
  overflow: hidden;
  height: auto !important;
}
.tabs-content:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 20px 10px #FFFFFF;
}
.tabs-content .tab {
  display: none;
}
.tabs-content .tab.active {
  display: block;
}

.pen-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 600px;
  margin: 20px auto 100px;
}
.pen-footer a {
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.pen-footer a .material-icons {
  width: 12px;
  margin: 0 5px;
  vertical-align: middle;
  font-size: 12px;
}

.cp-fab {
  background: #FFFFFF !important;
  color: #4285F4 !important;
}

.rd-navbar-top-panel.rd-navbar-light {
    background: #4153a4;
}
.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-nav > li a, .rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-nav > li a, .rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-nav > li a {
    color: #ffffff;
}
.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu li > a, .rd-navbar-floated.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu li > a, .rd-navbar-top-panel.rd-navbar-light.rd-navbar-static .rd-navbar-megamenu li > a {
    color: #434345;
}
.rd-navbar-default.rd-navbar-static .rd-navbar-nav > li > a:after, .rd-navbar-floated.rd-navbar-static .rd-navbar-nav > li > a:after, .rd-navbar-top-panel.rd-navbar-static .rd-navbar-nav > li > a:after {
    background: linear-gradient(90deg, #ffffff 0%, #7ad0e0 100%);
    border-radius: 25px;
}
.rd-navbar-top-panel.rd-navbar-light .contact-info .icon {
    color: #7acfdf;
}
.icon-darkest-filled {
    background: #fff;
    color: #333;
}
.rd-navbar-top-panel.rd-navbar-light.rd-navbar-static.rd-navbar--is-stuck {
    background: #4153a4;
}

.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-panel, .rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-panel, .rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-panel {
    background: #4153a4;
    box-shadow: 0 3px 11px 0 #000;
}
.rd-navbar-fixed.rd-navbar-top-panel.rd-navbar-light .rd-navbar-top-panel:before {
    background: #4153a4;
}
.rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span, .rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span, .rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span, .rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span:before, .rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span:before, .rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span:before, .rd-navbar-default.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span:after, .rd-navbar-floated.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span:after, .rd-navbar-top-panel.rd-navbar-light.rd-navbar-fixed .rd-navbar-toggle span:after {
    background: #ffffff;
    border-radius: 5px;
}
.rd-navbar-fixed.rd-navbar-top-panel .rd-navbar-top-panel-toggle span {
    color: #ffffff;
}

.swiper-container:before {
     background-color: rgba(25, 25, 25, 0); 
}
.swiper-slide-active:after {
    background: rgba(25, 25, 25, 0.4);
}
.swiper-slide:after {
    background: rgba(25, 25, 25, 0.4);
}