@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0
}
body {
  font-size: 16px;
  color: #696b7e;
  line-height: 26px;
  font-weight: 400;
  background: #fff;
  font-family: 'Roboto Slab', serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased
}
@media(min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0 15px
  }
}
.large-container {
  max-width: 1450px;
  padding: 0 15px;
  margin: 0 auto
}
.container-fluid {
  padding: 0
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto
}
.small-container {
  max-width: 680px;
  margin: 0 auto
}
.boxed_wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px
}
a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease
}
a:hover {
  text-decoration: none;
  outline: 0
}
input, button, select, textarea {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  font-size: 15px;
  outline: 0
}
ul, li {
  list-style: none;
  padding: 0;
  margin: 0
}
input {
  transition: all 500ms ease
}
button:focus, input:focus, textarea:focus {
  outline: 0;
  box-shadow: none;
  transition: all 500ms ease
}
p {
  position: relative;
  font-family: 'Roboto Slab', serif;
  color: #696b7e;
  font-weight: 400;
  margin: 0;
  transition: all 500ms ease
}
h1, h2, h3, h4, h5, h6 {
  position: relative;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  color: #252638;
  margin: 0;
  transition: all 500ms ease
}
.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: #252638
}
.preloader-close {
  position: fixed;
  z-index: 99999999;
  font-size: 14px;
  color: #fff;
  padding: 5px 20px 2px 20px;
  cursor: pointer;
  right: 0;
  top: 0;
  font-weight: 600
}
.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100
}
.handle-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px
}
.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute
}
.handle-preloader .animation-preloader .txt-loading .letters-loading {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: .2s
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: .4s
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: .6s
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: .8s
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s
}
.handle-preloader .loader-section {
  background-color: #fff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50%+1px)
}
.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: .3s ease-out
}
.handle-preloader .animation-preloader .spinner {
  border-top-color: rgba(255, 255, 255, 0.5)
}
@keyframes spinner {
  to {
    transform: rotateZ(360deg)
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg)
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg)
  }
}
@media screen and (max-width:767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 40px;
    letter-spacing: 10px
  }
}
@media screen and (max-width:500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 30px;
    letter-spacing: 10px
  }
}
.centred {
  text-align: center
}
.pull-left {
  float: left
}
.pull-right {
  float: right
}
figure {
  margin: 0
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto
}
.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: #fff !important;
  border-radius: 5px;
  text-align: center;
  padding: 16.5px 38px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
  border: 1px solid rgba(255, 255, 255, .0);
  outline: 0
}
.theme-btn:hover {
  background: #252638;
  border: 1px solid rgba(255, 255, 255, .2)
}
.theme-btn:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #252638;
  z-index: -1;
  border-radius: 5px 0 0 5px;
  transition: all 500ms ease
}
.theme-btn:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #252638;
  z-index: -1;
  border-radius: 0 5px 5px 0;
  transition: all 500ms ease
}
.theme-btn:hover:before, .theme-btn:hover:after {
  width: 50%
}
.theme-btn2 {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 25px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: #fff !important;
  border-radius: 5px;
  text-align: center;
  padding: 5px 20px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
  border: 1px solid rgba(255, 255, 255, .0)
}
.theme-btn2:hover {
  background: #252638;
  border: 1px solid rgba(255, 255, 255, .2)
}
.theme-btn2:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #252638;
  z-index: -1;
  border-radius: 5px 0 0 5px;
  transition: all 500ms ease
}
.theme-btn2:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #252638;
  z-index: -1;
  border-radius: 0 5px 5px 0;
  transition: all 500ms ease
}
.theme-btn2:hover:before, .theme-btn2:hover:after {
  width: 50%
}
.theme-btn3 {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 25px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: #fff !important;
  border-radius: 5px;
  text-align: center;
  padding: 5px 20px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
  border: 1px solid rgba(255, 255, 255, .0)
}
.theme-btn3:hover {
  background: #252638;
  border: 1px solid rgba(255, 255, 255, .2)
}
.theme-btn3:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #252638;
  z-index: -1;
  border-radius: 5px 0 0 5px;
  transition: all 500ms ease
}
.theme-btn3:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #252638;
  z-index: -1;
  border-radius: 0 5px 5px 0;
  transition: all 500ms ease
}
.theme-btn3:hover:before, .theme-btn3:hover:after {
  width: 50%
}
.theme-btn4 {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 25px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: #fff !important;
  border-radius: 5px;
  text-align: center;
  padding: 5px 20px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
  border: 1px solid rgba(255, 255, 255, .0)
}
.theme-btn4:hover {
  background: #e41e2f;
  border: 1px solid rgba(255, 255, 255, .2)
}
.theme-btn4:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #e41e2f;
  z-index: -1;
  border-radius: 5px 0 0 5px;
  transition: all 500ms ease
}
.theme-btn4:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #e41e2f;
  z-index: -1;
  border-radius: 0 5px 5px 0;
  transition: all 500ms ease
}
.theme-btn4:hover:before, .theme-btn4:hover:after {
  width: 50%
}
.theme-btn5 {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 25px;
  font-family: 'Roboto Slab', serif;
  color: #FFF !important;
  border-radius: 5px;
  text-align: center;
  padding: 5px 20px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
  border: 0 solid rgba(0, 0, 0, .5);
  background: #000
}
.theme-btn5:hover {
  background: #333;
  font-weight: 700;
  border: 0 solid rgba(0, 0, 0, .2);
  color: #000 !important
}
.theme-btn5:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #FFF;
  z-index: -1;
  border-radius: 5px 0 0 5px;
  transition: all 500ms ease
}
.theme-btn5:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #FFF;
  z-index: -1;
  border-radius: 0 5px 5px 0;
  transition: all 500ms ease
}
.theme-btn5:hover:before, .theme-btn5:hover:after {
  width: 50%
}
.pagination {
  position: relative;
  display: block
}
.pagination li {
  display: inline-block;
  margin: 0 3px
}
.pagination li a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  height: 54px;
  width: 54px;
  line-height: 54px;
  text-align: center;
  color: #252638;
  background: #f2f2f2;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease
}
.pagination li a:hover, .pagination li a.current {
  color: #fff
}
.sec-pad {
  padding: 103px 0 110px 0
}
.sec-pad-2 {
  padding: 110px 0
}
.sec-pad-3 {
  padding: 70px 0 50px 0
}
.sec-pad-4 {
  padding: 20px 0 50px 0
}
.mr-0 {
  margin: 0 !important
}
.scroll-top {
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  font-size: 30px;
  z-index: 99;
  color: #252638;
  border-radius: 5px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  font-weight: 400;
  transition: 1s ease;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%)
}
.scroll-top.open {
  bottom: 50px
}
.sec-title {
  position: relative;
  display: block;
  margin-bottom: 50px
}
.sec-title h6 {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px
}
.sec-title h6 span {
  margin-left: 10px
}
.sec-title.centred h6 span {
  margin-right: 10px
}
.sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 20px
}
.sec-title h3 {
  position: relative;
  display: block;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #FFF
}
@media only screen and (max-width:768px) {
  .sec-title h3 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #FFF
  }
}
.sec-title .title-shape {
  position: relative;
  width: 50px;
  height: 4px;
  margin-left: 8px
}
.sec-title.centred .title-shape {
  margin: 0 auto
}
.sec-title .title-shape:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  left: -8px;
  top: 0
}
.sec-title.centred .title-shape:after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  right: -8px;
  top: 0
}
.sec-title.light h2 {
  color: #fff
}
.main-header {
  position: relative;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease
}
.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-bottom: 1px solid rgba(37, 38, 56, 0.1);
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease
}
.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}
.header-top {
  position: relative;
  width: 100%
}
.main-header.style-one .header-top {
  background: #252638;
  padding: 11.5px 0
}
.header-top .weathre-box {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  color: #fff;
  padding-right: 17px;
  margin-right: 11px
}
.header-top .weathre-box:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 8px;
  top: 0;
  right: 0
}
.header-top .weathre-box:after {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 8px;
  bottom: 4px;
  right: 0
}
.header-top .weathre-box i {
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 18px
}
.main-header .weathre-box a {
  position: relative;
  display: inline-block;
  color: #fff;
  padding-right: 21px
}
.main-header .weathre-box a:before {
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  font-size: 14px;
  top: -2px;
  right: 0;
  color: rgba(255, 255, 255, 0.5)
}
.header-top .links-box {
  position: relative;
  display: inline-block
}
.header-top .links-box li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  color: #fff;
  margin-right: 18px
}
.header-top .links-box li:last-child {
  margin: 0 !important
}
.header-top .links-box li a {
  color: #fff
}
.header-top .info-list {
  position: relative;
  display: inline-block;
  margin-right: 15px
}
.header-top .info-list li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  color: #fff;
  padding-left: 26px;
  margin-right: 11px;
  padding-right: 16px
}
.header-top .info-list li:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 8px;
  top: 0;
  right: 0
}
.header-top .info-list li:after {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 8px;
  bottom: 4px;
  right: 0
}
.header-top .info-list li:last-child {
  margin: 0 !important
}
.header-top .info-list li a {
  color: #fff
}
.header-top .info-list li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px
}
.header-top .social-links {
  position: relative;
  display: inline-block
}
.header-top .social-links li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin-right: 14px;
  color: #fff
}
.header-top .social-links li:last-child {
  margin: 0 !important
}
.header-top .social-links li a {
  display: inline-block;
  color: #fff
}
.main-header .menu-right-content {
  position: relative;
  float: left;
  margin-top: 10px
}
.main-header .menu-right-content .language-box, .main-header .menu-right-content .other-option {
  position: relative;
  float: left;
  display: inline-block
}
.main-header .menu-right-content .language-box {
  margin-right: 30px;
  line-height: 50px
}
.main-header .menu-right-content .other-option {
  border: 0 solid #e3e3e3;
  border-radius: 5px;
  padding: 15px 0 9px 0
}
.main-header .menu-right-content .other-option li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 15px
}
.main-header .menu-right-content .other-option li button, .main-header .menu-right-content .other-option li.nav-box .nav-toggler {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #989aaa;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  transition: all 500ms ease
}
.main-header .menu-right-content .other-option li.nav-box .nav-toggler:after {
  position: absolute;
  content: '';
  background: #e0e0e0;
  width: 1px;
  height: 29px;
  left: -15px
}
.main-header .menu-right-content .language-box .text {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  font-family: 'Roboto Slab', serif;
  color: #252638;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 16px 0 28px;
  cursor: pointer
}
.main-header .menu-right-content .language-box .text i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px
}
.main-header .menu-right-content .language-box .text:before {
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  font-size: 14px;
  top: 0;
  right: 1px;
  color: #8e91a2
}
.main-header .menu-right-content .language-box .language-list {
  position: absolute;
  left: 0;
  top: 50px;
  width: 120px;
  padding: 10px 0;
  background: #252638;
  border-radius: 5px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 500ms ease
}
.main-header .menu-right-content .language-box:hover .language-list {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible
}
.main-header .menu-right-content .language-box .language-list li {
  position: relative;
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}
.main-header .menu-right-content .language-box .language-list li:last-child {
  border-bottom: 0
}
.main-header .menu-right-content .language-box .language-list li a {
  display: inline-block;
  color: #fff
}
.main-header .logo-box {
  position: relative;
  padding: 10px 0;
  margin-left: 5px
}
.main-header .logo-box img {
  max-width: 125px
}
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease
}
.search-popup.popup-visible {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1
}
.search-popup .overlay-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block
}
.search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: all 500ms ease
}
.search-popup .search-form {
  position: relative;
  padding: 0 15px 0;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 100px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease
}
.search-popup .search-form fieldset {
  position: relative;
  border-radius: 12px
}
.search-popup .search-form fieldset input[type="search"] {
  position: relative;
  height: 70px;
  padding: 20px 250px 20px 30px;
  background: #fff;
  line-height: 30px;
  font-size: 24px;
  color: #233145;
  border-radius: 7px
}
.search-popup .search-form fieldset input[type="submit"] {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  text-align: center;
  width: 140px;
  height: 70px;
  padding: 20px 10px 20px 10px;
  color: #fff !important;
  line-height: 30px;
  font-size: 20px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 0 7px 7px 0
}
.search-popup .search-form fieldset input[type="submit"]:hover {
  transform: translateY(0px)
}
.search-popup h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 30px;
  letter-spacing: 1px;
  text-align: center
}
.search-popup .recent-searches {
  font-size: 16px;
  color: #fff;
  text-align: center
}
.search-popup .recent-searches li {
  display: inline-block;
  margin: 0 10px 10px 0
}
.search-popup .recent-searches li a {
  display: block;
  line-height: 24px;
  border: 1px solid #fff;
  padding: 7px 15px;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}
.main-menu {
  float: left
}
.main-menu .navbar-collapse {
  padding: 0;
  display: block !important
}
.main-menu .navigation {
  margin: 0
}
.main-menu .navigation > li {
  position: inherit;
  float: left;
  z-index: 2;
  padding: 24px 0;
  margin: 0 8px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease
}
.main-menu .navigation > li:last-child {
  margin-right: 0 !important
}
.main-menu .navigation > li:first-child {
  margin-left: 0 !important
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  padding-right: 15px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  opacity: 1;
  color: #252638;
  z-index: 1;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease
}
.main-menu .navigation > li.dropdown > a:before {
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  color: #8e91a2;
  top: 0;
  right: 2px
}
.main-menu .navigation .current a:before {
  color: #e41e2f !important
}
.sticky-header .outer-box {
  position: relative
}
.main-menu .navigation > li > ul, .main-menu .navigation > li > .megamenu {
  position: absolute;
  left: inherit;
  top: 100%;
  width: 220px;
  z-index: 100;
  display: none;
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}
.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0
}
.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  padding: 7px 30px;
  -webkit-transition: all .2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all .2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  opacity: 0;
  visibility: hidden;
  border-bottom: 1px solid #e6e6ea;
  -webkit-transform: translateY(5px);
  transform: translateY(5px)
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: 0
}
.main-menu .navigation > li:hover > ul > li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.main-menu .navigation > li > ul > li:nth-child(2n+1) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}
.main-menu .navigation > li > ul > li:nth-child(2n+2) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s
}
.main-menu .navigation > li > ul > li:nth-child(2n+3) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}
.main-menu .navigation > li > ul > li:nth-child(2n+4) {
  -webkit-transition-delay: .25s;
  transition-delay: .25s
}
.main-menu .navigation > li > ul > li:nth-child(2n+5) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}
.main-menu .navigation > li > ul > li:nth-child(2n+6) {
  -webkit-transition-delay: .35s;
  transition-delay: .35s
}
.main-menu .navigation > li > ul > li:nth-child(2n+7) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}
.main-menu .navigation > li > ul > li:nth-child(2n+8) {
  -webkit-transition-delay: .45s;
  transition-delay: .45s
}
.main-menu .navigation > li > ul > li:last-child {
  border-bottom: 0
}
.main-menu .navigation > li > ul > li > a, .main-menu .navigation > li > .megamenu li > a {
  position: relative;
  display: block;
  padding: 7px 0;
  line-height: 24px;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  color: #696b7e;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease
}
.main-menu .navigation > li > ul > li > a:hover {
  padding-left: 15px
}
.main-menu .navigation > li > ul > li > a:before {
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  left: 0;
  top: 7px;
  opacity: 0;
  transition: all 500ms ease
}
.main-menu .navigation > li > ul > li > a:hover:before {
  opacity: 1
}
.main-menu .navigation > li > ul > li:last-child > a, .main-menu .navigation > li > .megamenu li:last-child > a {
  border-bottom: 0
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position: absolute;
  right: 0;
  top: 8px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  z-index: 5
}
.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 220px;
  z-index: 100;
  display: none;
  margin-left: 10px;
  padding: 10px 0;
  filter: alpha(opacity=0);
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}
.main-menu .navigation > li > ul > li > ul:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 100%;
  left: -10px;
  top: 0
}
.main-menu .navigation > li > ul > li > ul.from-right {
  left: auto;
  right: 0
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  padding: 0 30px
}
.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  padding: 7px 30px;
  -webkit-transition: all .2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  transition: all .2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
  opacity: 0;
  border-bottom: 1px solid #e6e6ea;
  visibility: hidden;
  -webkit-transform: translateY(5px);
  transform: translateY(5px)
}
.main-menu .navigation > li > ul > li:hover > ul > li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+1) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+2) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+3) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}
.main-menu .navigation > li > ul > li > ul > li:nth-child(2n+4) {
  -webkit-transition-delay: .25s;
  transition-delay: .25s
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: 0
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: 0
}
.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 7px 0;
  line-height: 24px;
  font-size: 15px;
  font-family: 'Roboto Slab', serif;
  text-transform: capitalize;
  color: #696b7e;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  padding-left: 15px
}
.main-menu .navigation > li > ul > li > ul > li > a:before {
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  left: 0;
  top: 7px;
  opacity: 0;
  transition: all 500ms ease
}
.main-menu .navigation > li > ul > li > ul > li > a:hover:before {
  opacity: 1
}
.main-menu .navigation > li > ul > li > ul > li:last-child > a {
  border-bottom: 0
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5
}
.main-menu .navigation > li.dropdown:hover > ul, .main-menu .navigation > li.dropdown:hover > .megamenu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0)
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0;
  -webkit-transform: rotateX(0);
  transform: rotateX(0)
}
.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: -32px;
  top: 66px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #3b3b3b;
  cursor: pointer;
  display: none;
  z-index: 5;
  transition: all 500ms ease
}
.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
  display: none
}
.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none
}
.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #252638;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease
}
.main-header.style-two .menu-area .mobile-nav-toggler .icon-bar {
  background-color: #222
}
.menu-area .mobile-nav-toggler .icon-bar:last-child {
  margin-bottom: 0
}
.main-menu .navigation > li.dropdown > .megamenu {
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0
}
.main-menu .navigation li.dropdown .megamenu li h4 {
  font-weight: 500;
  padding: 3px 0;
  margin-bottom: 10px
}
.nav-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none
}
.mobile-menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  transition: all 900ms ease
}
.mobile-menu .navbar-collapse {
  display: block !important
}
.mobile-menu .nav-logo {
  position: relative;
  padding: 50px 25px;
  text-align: left;
  padding-bottom: 100px
}
.mobile-menu-visible {
  overflow: hidden
}
.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible
}
.mobile-menu .menu-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: .70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}
.mobile-menu .menu-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #070719;
  padding: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important
}
.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%)
}
.mobile-menu .close-btn {
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  -ms-transition: all .9s ease;
  -o-transition: all .9s ease;
  transition: all .9s ease
}
.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg)
}
.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}
.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none
}
.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.10)
}
.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10)
}
.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.10)
}
.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease
}
.mobile-menu .navigation li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize
}
.mobile-menu .navigation li > a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease
}
.mobile-menu .navigation li.current > a:before {
  height: 100%
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  background: rgba(255, 255, 255, 0.10);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  color: #fff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}
.mobile-menu .navigation li > ul, .mobile-menu .navigation li > ul > li > ul, .mobile-menu .navigation > li.dropdown > .megamenu {
  display: none
}
.mobile-menu .social-links {
  position: relative;
  padding: 0 25px
}
.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0 10px 10px
}
.mobile-menu .social-links li a {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease
}
div#mCSB_1_container {
  top: 0 !important
}
.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px
}
.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px
}
.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.80);
  margin-bottom: 3px
}
.mobile-menu .contact-info ul li a {
  color: rgba(255, 255, 255, 0.80)
}
.mobile-menu .contact-info ul li:last-child {
  margin-bottom: 0
}
.main-header .outer-box {
  position: relative
}
.xs-sidebar-group .xs-overlay {
  left: 0;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all .4s ease-in .8s;
  -o-transition: all .4s ease-in .8s;
  transition: all .4s ease-in .8s;
  cursor: url(../images/icons/cross-out.png), pointer;
  z-index: 999999
}
.xs-sidebar-group.isActive .xs-overlay {
  opacity: .9;
  visibility: visible;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s;
  right: 100%
}
.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px
}
.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #252638;
  -webkit-transition: all .5s cubic-bezier(0.9, 0.03, 0, 0.96) .6s;
  -o-transition: all .5s cubic-bezier(0.9, 0.03, 0, 0.96) .6s;
  transition: all .5s cubic-bezier(0.9, 0.03, 0, 0.96) .6s;
  visibility: hidden;
  opacity: 0
}
.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  -webkit-transition: all .7s cubic-bezier(0.9, 0.03, 0, 0.96) .4s;
  -o-transition: all .7s cubic-bezier(0.9, 0.03, 0, 0.96) .4s;
  transition: all .7s cubic-bezier(0.9, 0.03, 0, 0.96) .4s
}
.sidebar-textwidget {
  padding: 30px 30px
}
.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in .3s;
  -o-transition: all .3s ease-in .3s;
  transition: all .3s ease-in .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .5;
  z-index: 0
}
.xs-bg-black {
  background: #070719
}
.xs-menu-tools > li {
  display: inline-block;
  margin-right: 15px
}
.xs-menu-tools > li:last-child {
  margin-right: 0
}
.xs-menu-tools > li > a {
  color: #000;
  text-decoration: none
}
.sidebar-info-contents {
  position: relative
}
.close-side-widget {
  position: relative;
  color: #fff;
  font-size: 24px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 99999999999999999
}
.sidebar-info-contents .content-inner {
  position: relative
}
.sidebar-info-contents .content-inner .logo {
  padding: 0 0 40px
}
.sidebar-info-contents .content-inner .logo img {
  display: inline-block;
  max-width: 100%
}
.sidebar-info-contents .content-inner .content-box {
  position: relative
}
.sidebar-info-contents .content-inner .content-box h4 {
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px
}
.sidebar-info-contents .content-inner .content-box .booking-form .form-group {
  position: relative;
  margin-bottom: 20px
}
.sidebar-info-contents .content-inner .content-box .booking-form .form-group:last-child {
  margin-bottom: 0
}
.sidebar-info-contents .content-inner .content-box .booking-form .form-group input[type='text'], .sidebar-info-contents .content-inner .content-box .booking-form .form-group input[type='email'], .sidebar-info-contents .content-inner .content-box .booking-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: transparent;
  font-size: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 10px 20px;
  color: #fff;
  transition: all 500ms ease
}
.sidebar-info-contents .content-inner .content-box .booking-form .form-group input::-webkit-input-placeholder {
  color: #fff
}
.sidebar-info-contents .content-inner .content-box .booking-form .form-group textarea::-webkit-input-placeholder {
  color: #fff
}
.sidebar-info-contents .content-inner .content-box .booking-form .form-group textarea {
  resize: none;
  height: 120px
}
.sidebar-info-contents .content-inner .content-box .booking-form .form-group button {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 15px 38px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
  outline: 0
}
.sidebar-info-contents .content-inner .content-box .booking-form .form-group button:hover {
  background: #fff;
  outline: 0
}
.sidebar-info-contents .content-inner .contact-info {
  position: relative;
  margin-top: 20px
}
.sidebar-info-contents .content-inner .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: #ccc;
  margin-bottom: 3px
}
.sidebar-info-contents .content-inner .contact-info ul li a {
  color: #ccc
}
.sidebar-info-contents .content-inner .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px
}
.sidebar-info-contents .content-inner .social-box {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px
}
.sidebar-info-contents .content-inner .social-box li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease
}
.sidebar-info-contents .content-inner .social-box li a {
  position: relative;
  width: 36px;
  height: 36px;
  color: #ccc;
  z-index: 1;
  font-size: 13px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid #ededed;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease
}
.banner-section {
  position: relative;
  overflow: hidden
}
.banner-carousel {
  position: relative
}
.banner-carousel .slide-item {
  position: relative;
  padding: 100px 0 100px 0
}
.banner-carousel .slide-item:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100vh;
  background: #252638;
  top: 0;
  right: 0;
  opacity: .65;
  z-index: 1
}
.banner-carousel .slide-item .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear
}
.banner-carousel .active .slide-item .image-layer {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15)
}
.banner-carousel .content-box {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  z-index: 5
}
.banner-carousel .content-box h6 {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  padding-left: 22px;
  text-transform: uppercase;
  margin-bottom: 14px;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease
}
.banner-carousel .content-box h6 i {
  position: absolute;
  left: 0;
  top: 0
}
.banner-carousel .active .content-box h6 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms
}
.banner-carousel .content-box h1 {
  position: relative;
  display: block;
  color: #fff;
  font-size: 72px;
  line-height: 76px;
  font-weight: 700;
  margin-bottom: 21px;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease
}
.banner-carousel .content-box h1 span {
  font-weight: 300
}
.banner-carousel .active .content-box h1 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms
}
.banner-carousel .content-box p {
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 33px;
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease
}
.banner-carousel .active .content-box p {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms
}
.banner-carousel .content-box .btn-box {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease
}
.banner-carousel .active .content-box .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms
}
.banner-carousel .content-box .btn-box .theme-btn {
  padding: 16.5px 40px
}
.owl-dots-none .owl-dots, .owl-nav-none .owl-nav {
  display: none !important
}
.banner-section .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%
}
.banner-section .owl-nav .owl-prev, .banner-section .owl-nav .owl-next {
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  background: transparent;
  transition: all 500ms ease
}
.banner-section .owl-nav .owl-prev {
  left: 50px
}
.banner-section .owl-nav .owl-next {
  right: 50px
}
.activities-section {
  position: relative;
  background-color: #FFF;
  padding-top: 150px;
  padding-bottom: 100px
}
.activities-section .inner-container {
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 15px 25px 0 rgb(0 0 0 / 8%);
  z-index: 2;
  margin-top: -50px
}
.mt-100 {
  margin-top: 100px
}
.mtb-200 {
  margin-top: 200px;
  margin-bottom: 200px
}
.activities-section .single-item {
  position: relative;
  padding: 60px 20px 23px 20px
}
.activities-section .single-item:before {
  position: absolute;
  content: '';
  background: #ddd;
  width: 1px;
  height: 100%;
  top: 0;
  right: -15px
}
.activities-section .single-column:last-child .single-item:before {
  display: none
}
.activities-section .single-item .icon-box {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 33px;
  text-align: center;
  background: transparent;
  top: -5px;
  margin-bottom: -15px;
  margin-top: -28px
}
.activities-section .single-item .icon-box:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  border-radius: 4px;
  transform: rotate(45deg);
  z-index: -1
}
.activities-section .single-item .icon-box:after {
  position: absolute;
  content: '';
  width: 70px;
  height: 70px;
  left: 0;
  top: -10px;
  border-radius: 4px;
  transform: rotate(45deg);
  z-index: -2
}
.activities-section .single-item h6 {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #616373;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px
}
.activities-section .single-item h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700
}
.about-section {
  position: relative
}
.content_block_1 .content-box .text h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 24px
}
.content_block_1 .content-box .text h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 16px
}
.content_block_1 .content-box .text {
  display: block;
  margin-bottom: 33px
}
.content_block_1 .content-box .inner-box .signature {
  position: relative;
  margin-right: 40px
}
.content_block_1 .content-box .inner-box .signature:before {
  position: absolute;
  content: '';
  background: #ddd;
  width: 1px;
  height: 56px;
  top: 0;
  right: -20px
}
.social-style-one li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px
}
.social-style-one li:last-child {
  margin: 0 !important
}
.social-style-one li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 50%
}
.content_block_1 .content-box .inner-box {
  margin-bottom: 40px
}
.bg-color-1 {
  background: #f5f5f6
}
.content_block_1 .content-box .inner-box .social-style-one {
  position: relative;
  top: 3px
}
.content_block_1 .content-box .lower-box .single-item {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
  padding: 16px 15px 17px 83px
}
.content_block_1 .content-box .lower-box .single-item .icon-box {
  position: absolute;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  border: 1px solid #e6e6ea;
  border-radius: 50%;
  text-align: center;
  left: 20px;
  top: 20px;
  transition: all 500ms ease
}
.content_block_1 .content-box .lower-box .single-item:hover .icon-box {
  color: #fff
}
.content_block_1 .content-box .lower-box .single-item h5 {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 3px
}
.content_block_1 .content-box .lower-box .single-item p {
  color: #616373
}
.content_block_1 .content-box .lower-box .single-item p a {
  display: inline-block;
  color: #616373;
  font-size: 14px
}
.content_block_1 .content-box .sec-title {
  margin-bottom: 33px
}
.image_block_1 .image-box {
  position: relative;
  display: block;
  padding: 0 30px;
  margin-top: 7px
}
.image_block_1 .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 60px 0 rgb(0 0 0 / 5%)
}
.image_block_1 .image-box .image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .3);
  content: '';
  -webkit-transition: -webkit-transform .9s;
  transition: transform .9s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}
.image_block_1 .image-box .image:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}
.image_block_1 .image-box .image img {
  width: 100%;
  border-radius: 5px
}
.image_block_1 .image-box .text {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: calc(100% - 60px);
  padding: 20px 30px 25px 30px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 15px -10px 30px 0 rgb(0 0 0 / 8%);
  z-index: 1
}
.image_block_1 .image-box .text h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700
}
.bg-color-2 {
  background: #252638
}
.bg-color-2-2 {
  background: #252638;
  outline: solid 1px rgba(255, 255, 255, .15);
  outline-offset: -10px
}
.explore-section {
  position: relative;
  overflow: hidden;
  padding: 103px 0 200px 0
}
.explore-section .vector-image {
  position: absolute;
  left: 0;
  bottom: 0
}
.explore-section .pattern-layer {
  position: absolute;
  top: 0;
  right: 0;
  width: 568px;
  height: 556px;
  background-repeat: no-repeat
}
.explore-block-one .inner-box {
  position: relative;
  display: block
}
.explore-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px
}
.explore-block-one .inner-box .image-box img {
  width: 100%;
  border-radius: 5px
}
.explore-block-one .inner-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease
}
.explore-block-one .inner-box:hover:before {
  height: 100%;
  opacity: 1
}
.explore-block-one .inner-box .content-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}
.explore-block-one .inner-box .content-box .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 5px;
  width: 210px;
  padding: 30px 15px 22px 15px;
  transition: all 500ms ease
}
.explore-block-one .inner-box:hover .content-box .text {
  transform: translate(-50%, -50%) scale(0, 0);
  opacity: 0
}
.explore-block-one .inner-box .content-box .text .icon-box {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 50px;
  color: #999cab;
  border-radius: 50%;
  margin-bottom: 26px;
  background: -webkit-linear-gradient(-90deg, #e6e6ea, #fff 100%)
}
.explore-block-one .inner-box .content-box .text .icon-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/decor-1.png);
  width: 66px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
  background-repeat: no-repeat
}
.explore-block-one .inner-box .content-box .text h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700
}
.explore-block-one .inner-box .content-box .overlay-content {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  padding: 22px 20px 0 20px;
  border-radius: 0 0 5px 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease
}
.explore-block-one .inner-box:hover .content-box .overlay-content {
  visibility: visible;
  bottom: 0;
  opacity: 1
}
.explore-block-one .inner-box .content-box .overlay-content h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 28px
}
.explore-block-one .inner-box .content-box .overlay-content h4:before {
  position: absolute;
  content: '';
  background: url(../images/icons/decor-2.png);
  width: 66px;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
  background-repeat: no-repeat
}
.explore-block-one .inner-box .content-box .overlay-content p {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 300
}
.explore-block-one .inner-box .content-box .overlay-content .link-box li {
  position: relative;
  display: inline-block;
  margin: 0 3px
}
.explore-block-one .inner-box .content-box .overlay-content .link-box li a {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 24px;
  background: #fff;
  color: #8e91a2;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease
}
.explore-block-one .inner-box .content-box .overlay-content .link-box li span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -26px;
  background: #fff;
  color: #8e91a2;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  border-radius: 5px;
  text-align: center;
  padding: 5px 5px;
  min-width: 86px;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease
}
.explore-block-one .inner-box .content-box .overlay-content .link-box li:hover span {
  visibility: visible;
  opacity: 1;
  top: -36px
}
.explore-block-one .inner-box .content-box .overlay-content .link-box li span:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 10px;
  height: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -5px
}
.explore-block-one .inner-box .content-box .overlay-content .link-box {
  position: relative;
  margin-bottom: -27px
}
.explore-banner .inner-container {
  position: relative;
  margin-left: -40px;
  margin-right: -40px;
  margin-top: -65px;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 15px 25px 0 rgb(0 0 0 / 6%);
  z-index: 1
}
.explore-banner .single-item {
  position: relative;
  float: left;
  width: 33.333%
}
.explore-banner .single-item .title-box {
  position: relative;
  padding: 28px 20px 34px 30px
}
.explore-banner .single-item .title-box h3 {
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2px
}
.explore-banner .single-item .title-box p {
  color: #fff;
  font-weight: 300
}
.explore-banner .single-item .inner-box {
  position: relative;
  display: block;
  padding: 35px 20px 35px 110px;
  border-right: 1px solid #e3e3e3
}
.explore-banner .single-item:last-child .inner-box {
  border: none !important
}
.explore-banner .single-item .inner-box .icon-box {
  position: absolute;
  left: 30px;
  top: 35px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #f5f5f6;
  border-radius: 50%
}
.explore-banner .single-item .inner-box h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 4px
}
.explore-banner .single-item .inner-box p {
  display: inline-block
}
.explore-banner .single-item .inner-box p a {
  color: #616373
}
.service-section {
  position: relative;
  width: 100%;
  padding: 110px 0 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}
.service-section:before {
  position: absolute;
  content: '';
  background: #f5f5f6;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  opacity: .85
}
.service-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 24px 30px 30px 30px;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 7%);
  margin-bottom: 30px
}
.service-block-one .inner-box:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  left: 0;
  top: 31px;
  transform: scale(0, 0);
  transition: all 500ms ease
}
.service-block-one .inner-box:after {
  position: absolute;
  content: '';
  width: 4px;
  height: 38px;
  left: 0;
  top: 39px;
  transform: scale(0, 0);
  transition: all 500ms ease
}
.service-block-one .inner-box:hover:before, .service-block-one .inner-box:hover:after {
  transform: scale(1, 1)
}
.service-block-one .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 33px
}
.service-block-one .inner-box h4 a {
  display: inline-block;
  color: #252638
}
.service-block-one .inner-box .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Roboto Slab', serif;
  color: #696b7e;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 23px;
  text-align: center;
  border: 2px solid #e6e6ea;
  border-radius: 4px
}
.service-block-one .inner-box .btn-box a:hover {
  color: #fff
}
.service-block-one .inner-box .icon-box {
  position: absolute;
  right: 30px;
  bottom: 28px;
  font-size: 50px;
  line-height: 50px;
  color: #8e91a2;
  z-index: 1;
  transition: all 500ms ease
}
.service-block-one .inner-box .icon-box:before {
  position: absolute;
  left: 0;
  top: -10px;
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: -webkit-linear-gradient(-90deg, #e6e6ea, #f2f2f2 100%);
  z-index: -1
}
.service-section .sec-title {
  margin-bottom: 45px
}
.service-section .sec-title .links {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Roboto Slab', serif;
  color: #616373;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 33px
}
.service-section .sec-title .links i {
  position: relative;
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400;
  top: -1px
}
.schedules-section {
  position: relative
}
.schedules-section .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 513px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed
}
.schedules-section .sec-title {
  margin-bottom: 40px
}
.schedules-section .title-inner .text {
  position: relative;
  display: block;
  margin-top: 29px
}
.schedules-section .title-inner .text p {
  color: #8e91a2
}
.schedules-section .bg-layer:before {
  position: absolute;
  content: '';
  background: #252638;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  opacity: .94
}
.schedules-section .schedule-tab-btns li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
  width: 270px;
  padding: 22px 15px;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Roboto Slab', serif;
  background: #696b7e;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  transition: all 500ms ease
}
.schedules-section .schedule-tab-btns li.active-btn {
  background: #fff;
  color: #252638
}
.schedule-tab .p-tab {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden
}
.schedule-tab .p-tab.active-tab {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 5
}
.schedule-tab .p-tabs-content {
  position: relative;
  display: block
}
.schedules-section .inner-content {
  position: relative;
  padding-top: 80px
}
.schedules-section .inner-content:before {
  position: absolute;
  content: '';
  background: #f5f5f6;
  width: 5000px;
  height: 100%;
  left: 0;
  top: 0
}
.schedules-section .subscribe-inner {
  position: relative;
  display: block;
  margin-left: 40px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 15px 30px 0 rgb(0 0 0 / 8%)
}
.schedules-section .subscribe-inner .upper-box {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 74px 15px 66px 15px
}
.schedules-section .subscribe-inner .upper-box:before {
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .4
}
.schedules-section .subscribe-inner .upper-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 13px
}
.schedules-section .subscribe-inner .upper-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1px
}
.schedules-section .subscribe-inner .upper-box p {
  color: #fff;
  font-weight: 300
}
.schedules-section .subscribe-inner .lower-box {
  position: relative;
  padding: 23px 30px 36px 30px
}
.schedules-section .subscribe-inner .subscribe-form .form-group {
  position: relative;
  margin-bottom: 30px
}
.schedules-section .subscribe-inner .subscribe-form .form-group:last-child {
  margin-bottom: 0
}
.schedules-section .subscribe-inner .subscribe-form .form-group input[type='email'] {
  position: relative;
  display: block;
  width: 100%;
  height: 48px;
  text-align: center;
  font-size: 16px;
  color: #696b7e;
  background: transparent;
  border-bottom: 1px solid #e6e6ea;
  padding: 10px 0;
  transition: all 500ms ease
}
.schedules-section .subscribe-inner .subscribe-form .form-group button {
  width: 100%;
  padding: 16.5px 30px;
  outline: 0
}
.schedules-section .subscribe-inner .lower-box .text {
  position: relative;
  margin-top: 13px
}
.schedule-tab .p-tab.active-tab .schedule-block-one {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -moz-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease
}
.schedule-tab .p-tab .schedule-block-one {
  position: relative;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transform: scaleY(0)
}
.schedule-block-one .inner-box {
  position: relative;
  display: block;
  padding: 10px 10px;
  border-radius: 5px;
  border: 1px solid #e0e0ea;
  background: transparent;
  transition: all 500ms ease
}
.schedule-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #252638;
  border-radius: 5px 5px 0 0
}
.schedule-block-one .inner-box .image-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8)10%, rgba(0, 0, 0, 0.0) 50%);
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 500ms ease
}
.schedule-block-one .inner-box .image-box .image {
  position: relative;
  display: block
}
.schedule-block-one .inner-box .image-box .image img {
  width: 100%;
  transition: all 500ms ease
}
.schedule-block-one .inner-box:hover .image-box .image img {
  opacity: .1
}
.schedule-block-one .inner-box .image-box .content-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  z-index: 2
}
.schedule-block-one .inner-box .image-box .content-box .post-date {
  position: absolute;
  top: 0;
  right: 0
}
.schedule-block-one .inner-box .image-box .content-box .post-date h3 {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  background: #f5f5f6;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
  padding: 26px 0 20px 0;
  top: -15px;
  right: -15px
}
.schedule-block-one .inner-box .image-box .content-box .post-date h3:before {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  left: -5px;
  top: -5px;
  border: 1px solid #f5f5f6;
  border-radius: 50%
}
.schedule-block-one .inner-box .image-box .content-box .post-date h3 span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500
}
.schedule-block-one .inner-box .image-box .content-box .text {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  padding: 0 20px 0 20px
}
.schedule-block-one .inner-box .image-box .content-box .text .category {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  padding: 2px 7px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 17px
}
.schedule-block-one .inner-box .image-box .content-box .text .category i {
  margin-right: 6px;
  font-size: 14px
}
.schedule-block-one .inner-box .image-box .content-box .text h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700
}
.schedule-block-one .inner-box .image-box .content-box .text h4 a {
  display: inline-block;
  color: #fff
}
.schedule-block-one .inner-box .image-box .content-box .text h4 a:hover {
  text-decoration: underline
}
.schedule-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  background: #fff;
  padding: 19px 20px 16px 20px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 10px 30px 0 rgb(0 0 0 / 5%);
  transition: all 500ms ease
}
.schedule-block-one .inner-box:hover .lower-content {
  box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%)
}
.schedule-block-one .inner-box .lower-content .post-info li {
  position: relative;
  display: block;
  font-size: 16px;
  color: #696b7e;
  padding-left: 25px;
  margin-bottom: 4px
}
.schedule-block-one .inner-box .lower-content .post-info li:last-child {
  margin-bottom: 0
}
.schedule-block-one .inner-box .lower-content .post-info li i {
  position: absolute;
  left: 0;
  top: 0
}
.schedule-block-one .inner-box .lower-content .post-info {
  position: relative;
  padding-bottom: 21px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e3e3e3
}
.schedule-block-one .inner-box .lower-content .links a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #252638
}
.schedule-block-one .inner-box .lower-content .links a i {
  font-size: 12px;
  position: relative;
  top: -1px;
  margin-left: 6px
}
.schedule-block-one .inner-box .lower-content .share-box {
  position: absolute;
  right: 20px;
  bottom: 16px
}
.schedule-block-one .inner-box .lower-content .share-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: #8e91a2
}
.schedule-block-one .inner-box .lower-content .share-box a i {
  margin-left: 6px
}
.schedules-section .owl-nav {
  position: absolute;
  top: -150px;
  right: 0;
  width: 90px;
  height: 70px;
  line-height: 70px;
  background: #f5f5f6;
  z-index: 1;
  border-radius: 5px 5px 0 0;
  text-align: center
}
.schedules-section .owl-nav .owl-prev, .schedules-section .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: #8e91a2;
  width: 700;
  margin: 0 3px;
  background: transparent;
  cursor: pointer;
  transition: all 500ms ease
}
.solutions-section {
  position: relative;
  padding-top: 103px
}
.solutions-section .inner-container {
  position: relative;
  display: block;
  background: #f5f5f6;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 100px;
  z-index: 1
}
.solutions-section .inner-container .solution-block-one {
  position: relative;
  float: left;
  width: 33.333%
}
.solution-block-one .inner-box {
  position: relative;
  display: block;
  background: #f5f5f6;
  padding: 21px 20px 23px 80px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  min-height: 102px
}
.solution-block-one .inner-box:before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 500ms ease
}
.solution-block-one .inner-box:hover:before {
  width: 100%
}
.solution-block-one:nth-child(3) .inner-box, .solution-block-one:nth-child(6) .inner-box, .solution-block-one:last-child .inner-box {
  border-right: 0
}
.solution-block-one:nth-child(7) .inner-box, .solution-block-one:nth-child(8) .inner-box, .solution-block-one:last-child .inner-box {
  border-bottom: 0
}
.solution-block-one .inner-box .icon-box {
  position: absolute;
  left: 30px;
  top: 34px;
  font-size: 36px;
  line-height: 36px;
  color: #a1a3b1;
  transition: all 500ms ease
}
.solution-block-one .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 1px;
  transition: all 500ms ease;
  padding-top: 15px
}
.solution-block-one .inner-box p {
  position: relative;
  transition: all 500ms ease
}
.solution-block-one .inner-box:hover .icon-box, .solution-block-one .inner-box:hover h4, .solution-block-one .inner-box:hover p {
  color: #fff
}
.solutions-section .lower-box {
  position: relative;
  background: #fff;
  padding: 36px 30px 40px 30px
}
.solutions-section .lower-box .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat
}
.solutions-section .lower-box .bg-layer:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .7
}
.solutions-section .lower-box .text {
  position: relative;
  padding-left: 78px
}
.solutions-section .lower-box .text .icon-box {
  position: absolute;
  left: 0;
  top: 4px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  border-radius: 50%
}
.solutions-section .lower-box .text h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 4px
}
.solutions-section .lower-box .btn-box {
  position: relative;
  margin-top: 4px
}
.solutions-section .lower-box .btn-box .theme-btn {
  padding: 16.5px 42px
}
.solutions-section .image-layer {
  position: absolute;
  left: 0;
  top: 0
}
.solutions-section .pattern-box .pattern-1 {
  position: absolute;
  left: 0;
  top: 10px;
  width: 157px;
  height: 323px;
  background-repeat: no-repeat
}
.solutions-section .pattern-box .pattern-2 {
  position: absolute;
  left: 10px;
  bottom: 150px;
  width: 212px;
  height: 181px;
  background-repeat: no-repeat
}
.solutions-section .pattern-box .pattern-3 {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 212px;
  height: 181px;
  background-repeat: no-repeat
}
.solutions-section .pattern-box .pattern-4 {
  position: absolute;
  top: 125px;
  right: 0;
  width: 367px;
  height: 390px;
  background-repeat: no-repeat
}
.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear
}
.float-bob-x {
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear
}
.testimonial-section {
  position: relative;
  padding: 250px 0 105px 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed
}
.testimonial-section:before {
  position: absolute;
  content: '';
  background: #252638;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .95
}
.testimonial-block-one .inner-box {
  position: relative;
  display: block;
  padding: 0 30px
}
.testimonial-block-one .inner-box .image-box {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  padding: 8px;
  border-radius: 50%;
  margin-bottom: 39px
}
.testimonial-block-one .inner-box .image-box img {
  width: 100%;
  border-radius: 50%
}
.testimonial-block-one .inner-box .image-box:before {
  position: absolute;
  content: "\f10e";
  font-family: 'Flaticon';
  left: 46px;
  bottom: -28px;
  width: 44px;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  border: 3px solid #252638;
  z-index: 1
}
.testimonial-block-one .inner-box .text {
  margin-bottom: 20px
}
.testimonial-block-one .inner-box .text p {
  color: #8e91a2
}
.testimonial-block-one .inner-box .author-box h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0
}
.testimonial-block-one .inner-box .author-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 22px
}
.team-section {
  position: relative
}
.team-section .sec-title .theme-btn {
  position: absolute;
  right: 0;
  bottom: 3px
}
.team-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 15px 30px 0 rgb(0 0 0 / 8%)
}
.team-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden
}
.team-block-one .inner-box .image-box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0
}
.team-block-one .inner-box:hover .image-box::before {
  -webkit-animation: circle .95s;
  animation: circle .95s
}
@-webkit-keyframes circle {
  0% {
    opacity: 1
  }
  40% {
    opacity: 1
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0
  }
}
@keyframes circle {
  0% {
    opacity: 1
  }
  40% {
    opacity: 1
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0
  }
}
.team-block-one .inner-box .image-box img {
  width: 100%
}
.team-block-one .inner-box .lower-content {
  position: relative
}
.team-block-one .inner-box .lower-content .author-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  margin: 0 30px;
  margin-top: -25px;
  padding-top: 17px;
  text-align: center
}
.team-block-one .inner-box .lower-content .author-box h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700
}
.team-block-one .inner-box .lower-content .author-box h4 a {
  display: inline-block;
  color: #252638
}
.team-block-one .inner-box .lower-content .author-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 22px
}
.team-block-one .inner-box .lower-content .othre-info {
  position: relative;
  padding: 20px 30px 30px 30px
}
.team-block-one .inner-box .lower-content .othre-info li {
  position: relative;
  display: inline-block;
  float: left;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  color: #9497a7;
  background: #f5f5f6;
  margin-right: 10px;
  cursor: pointer;
  transition: all 500ms ease
}
.team-block-one .inner-box .lower-content .othre-info li i {
  font-size: 20px
}
.team-block-one .inner-box .lower-content .othre-info li:last-child {
  margin: 0 !important
}
.team-block-one .inner-box .lower-content .othre-info li.mail-box {
  width: 100px
}
.team-block-one .inner-box .lower-content .othre-info li.mail-box i {
  margin-right: 8px
}
.team-block-one .inner-box .lower-content .othre-info li.mail-box a {
  color: #9497a7
}
.team-block-one .inner-box .lower-content .othre-info li.mail-box i {
  font-size: 18px
}
.team-block-one .inner-box .lower-content .othre-info li.mail-box:hover a {
  color: #fff
}
.team-block-one .inner-box .lower-content .othre-info li.phone-box a {
  position: absolute;
  left: -38px;
  top: -27px;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto Slab', serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 1px 5px;
  border-radius: 4px;
  width: 120px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease
}
.team-block-one .inner-box .lower-content .othre-info li.phone-box:hover a {
  top: -37px;
  opacity: 1;
  visibility: visible
}
.team-block-one .inner-box .lower-content .othre-info li.phone-box a:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -3px
}
.team-block-one .inner-box .lower-content .othre-info li.phone-box {
  border: 1px solid #f5f5f6
}
.team-block-one .inner-box .lower-content .othre-info li.phone-box:hover {
  background: transparent
}
.team-block-one .inner-box .lower-content .othre-info li.share-option {
  border: 1px solid #f5f5f6
}
.team-block-one .inner-box .lower-content .othre-info li.share-option:hover {
  background: transparent
}
.team-block-one .inner-box .lower-content .othre-info li.share-option .share-links {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 44px;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: all 500ms ease
}
.team-block-one .inner-box .lower-content .othre-info li.share-option:before {
  position: absolute;
  content: '';
  background: transparent;
  width: 100%;
  height: 10px;
  left: 0;
  top: -10px
}
.team-block-one .inner-box .lower-content .othre-info li.share-option:hover .share-links {
  transform: scaleY(1)
}
.team-block-one .inner-box .lower-content .othre-info li.share-option .share-links li {
  position: relative;
  display: block;
  margin-bottom: 6px;
  margin-right: 0;
  background: transparent
}
.team-block-one .inner-box .lower-content .othre-info li.share-option .share-links li:last-child {
  margin-bottom: 0
}
.team-block-one .inner-box .lower-content .othre-info li.share-option .share-links li a {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  text-align: center;
  border-radius: 5px
}
.team-block-one .inner-box .lower-content .othre-info li.share-option .share-links li a i {
  font-size: 15px
}
.team-section .pattern-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 521px;
  background-size: cover;
  background-repeat: no-repeat
}
.team-section .sec-title {
  margin-bottom: 40px
}
.news-section {
  position: relative;
  padding-bottom: 110px;
  padding-top: 110px
}
.news-block-one .inner-box {
  position: relative;
  display: block
}
.news-block-one .inner-box:before {
  position: absolute;
  content: '';
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  left: 10px;
  top: 10px;
  border: 1px solid #e0e0ea;
  border-radius: 5px;
  z-index: 2
}
.news-block-one .inner-box .image-box {
  position: relative;
  display: block
}
.news-block-one .inner-box .image-box .image {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 10px 0 rgb(0 0 0 / 8%)
}
.news-block-one .inner-box .image-box .image:before {
  position: absolute;
  content: '';
  background: #252638;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .15;
  z-index: 1;
  transition: all 500ms ease
}
.news-block-one .inner-box:hover .image-box .image:before {
  opacity: .9
}
.news-block-one .inner-box .image-box .image a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: #fff;
  z-index: 2
}
.news-block-one .inner-box .image-box .image img {
  width: 100%;
  transition: all 500ms ease
}
.news-block-one .inner-box:hover .image-box .image img {
  transform: scale(1.05)
}
.news-block-one .inner-box .image-box .post-date {
  position: absolute;
  top: 10px;
  right: 10px
}
.news-block-one .inner-box .image-box .post-date h3 {
  position: relative;
  display: inline-block;
  width: 64px;
  font-size: 24px;
  font-weight: 700;
  background: #fff;
  padding: 11px 0 5px 0;
  text-align: center;
  border-radius: 0 5px 0 5px;
  line-height: 24px;
  z-index: 2
}
.news-block-one .inner-box .image-box .post-date h3 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase
}
.news-block-one .inner-box .lower-content {
  position: relative;
  display: block;
  background: transparent;
  padding: 33px 30px 15px 30px;
  z-index: 2
}
.news-block-one .inner-box .lower-content .category {
  position: absolute;
  left: 30px;
  top: -15px
}
.news-block-one .inner-box .lower-content .category a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 3px 12.5px
}
.news-block-one .inner-box .lower-content .category a i {
  margin-right: 7px
}
.news-block-one .inner-box .lower-content .category a:hover {
  background: #252638
}
.news-block-one .inner-box .lower-content h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 17px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e0e0ea
}
.news-block-one .inner-box .lower-content h4 a {
  display: inline-block;
  color: #252638
}
.news-block-one .inner-box .lower-content .post-info li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 13px;
  color: #696b7e
}
.news-block-one .inner-box .lower-content .post-info li img {
  position: relative;
  margin-right: 10px
}
.news-block-one .inner-box .lower-content .post-info li a {
  display: inline-block;
  color: #333
}
.news-block-one .inner-box .lower-content .post-info li i {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 14px
}
.news-block-one .inner-box .lower-content .post-info li:last-child:before {
  display: none
}
.funfact-section {
  position: relative;
  padding-top: 103px
}
.funfact-section .pattern-layer {
  position: absolute;
  left: 0;
  bottom: 110px;
  width: 100%;
  height: 570px;
  background-size: cover;
  background-repeat: no-repeat
}
.funfact-section .funfact-content {
  position: relative;
  display: block;
  padding-bottom: 60px
}
.funfact-section .funfact-content .funfact-inner {
  position: relative;
  margin-top: 11px
}
.funfact-block-one .inner-box {
  position: relative;
  display: block
}
.funfact-block-one .inner-box .count-outer {
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 60px;
  font-family: 'Roboto Slab', serif;
  color: #252638;
  font-weight: 700;
  margin-bottom: 4px
}
.funfact-block-one .inner-box h6 {
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase
}
.funfact-section .funfact-content .sec-title {
  position: relative
}
.funfact-section .funfact-content .sec-title:before {
  position: absolute;
  content: '';
  background: #e6e6ea;
  width: 3px;
  height: 102px;
  right: 0;
  bottom: 0
}
.funfact-section .twitter-feed {
  position: relative;
  margin-bottom: -110px;
  z-index: 1
}
.twitter-feed .inner-content {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  overflow: hidden
}
.twitter-feed .inner-content .single-item {
  position: relative;
  float: left;
  width: 34%
}
.twitter-feed .inner-content .single-item:first-child {
  width: 32%
}
.twitter-feed .inner-content .single-item .title-box {
  position: relative;
  display: block;
  padding: 72px 30px 62px 30px
}
.twitter-feed .inner-content .single-item .title-box .pattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat
}
.twitter-feed .inner-content .single-item .title-box .icon-box {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 36px;
  margin-bottom: 22px
}
.twitter-feed .inner-content .single-item .title-box .icon-box:before {
  position: absolute;
  content: '';
  width: 120px;
  height: 120px;
  left: -10px;
  top: -10px;
  border: 2px solid #fff;
  border-radius: 50%
}
.twitter-feed .inner-content .single-item .title-box h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 22px
}
.twitter-feed .inner-content .single-item .title-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto Slab', serif;
  color: #252638;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 14px 26px;
  font-weight: 700;
  text-transform: uppercase
}
.twitter-feed .inner-content .single-item .title-box a:hover {
  background: #252638;
  color: #fff
}
.twitter-feed .inner-content .single-item .inner-box {
  position: relative;
  display: block;
  padding: 46px 30px 45px 30px;
  border: 1px solid #e6e6ea
}
.twitter-feed .inner-content .single-item:last-child .inner-box {
  border-left: none;
  border-radius: 0 5px 5px 0
}
.twitter-feed .inner-content .single-item .inner-box h5 {
  position: relative;
  display: block;
  font-size: 16px;
  color: #696b7e;
  font-weight: 500;
  margin-bottom: 28px
}
.twitter-feed .inner-content .single-item .inner-box h5 i {
  font-size: 14px;
  margin-right: 8px
}
.twitter-feed .inner-content .single-item .inner-box .text {
  position: relative;
  display: block;
  min-height: 147px;
  margin-bottom: 47px
}
.twitter-feed .inner-content .single-item .inner-box .text p {
  display: block;
  margin-bottom: 17px
}
.twitter-feed .inner-content .single-item .inner-box .text a {
  display: inline-block
}
.twitter-feed .inner-content .single-item .inner-box .text a:hover {
  text-decoration: underline
}
.twitter-feed .inner-content .single-item .inner-box .post-info li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 16px;
  color: #696b7e;
  margin-right: 25px
}
.twitter-feed .inner-content .single-item .inner-box .post-info li:last-child {
  margin: 0 !important
}
.twitter-feed .inner-content .single-item .inner-box .post-info li i {
  font-size: 14px;
  margin-right: 8px
}
.twitter-feed .inner-content .single-item .inner-box .post-info li a {
  display: inline-block;
  color: #696b7e
}
.twitter-feed .inner-content .single-item .inner-box .post-info li:before {
  position: absolute;
  content: '';
  background: #d6d6da;
  width: 1px;
  height: 14px;
  top: 7px;
  right: -13px
}
.twitter-feed .inner-content .single-item .inner-box .post-info li:last-child:before {
  display: none
}
.twitter-feed .inner-content .single-item .inner-box .share {
  position: absolute;
  right: 30px;
  bottom: 45px
}
.twitter-feed .inner-content .single-item .inner-box .share a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #696b7e
}
.twitter-feed .inner-content .single-item .inner-box .share a i {
  margin-right: 8px;
  font-size: 14px
}
.main-footer {
  position: relative;
  background: #252638;
  background-image: url(../images/footer.webp);
  background-size: cover;
  background-position: bottom
}
.footer-top {
  position: relative;
  display: block;
  padding: 46px 0 46px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}
.footer-top .footer-logo {
  position: relative;
  display: block
}
.footer-top .footer-logo:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 100%;
  top: 0;
  right: 0
}
.footer-top .footer-logo img {
  max-width: 170px;
  width: 100%
}
.footer-top .text {
  position: relative;
  display: block;
  margin-top: -6px
}
.footer-top .text h3 {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2px
}
.footer-top .text a {
  color: #fff;
  padding-left: 5px;
  transition: all 500ms ease;
  font-weight: 300
}
.footer-top .text a:hover {
  color: #8e91a2
}
.footer-top .text p {
  color: #8e91a2
}
.footer-top .postcode-form .form-group {
  position: relative;
  display: block;
  margin: 0;
  padding-right: 100px;
  border-radius: 5px;
  overflow: hidden
}
.footer-top .postcode-form .form-group input[type='text'] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  color: #696b7e;
  padding: 10px 20px;
  transition: all 500ms ease
}
.footer-top .postcode-form .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  font-size: 14px;
  line-height: 25px;
  font-family: 'Roboto Slab', serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 12.5px 15px;
  cursor: pointer;
  transition: all 500ms ease
}
.main-footer .widget-section {
  position: relative;
  padding: 44px 0 43px 0
}
.main-footer .widget-section .widget-title {
  position: relative;
  display: block;
  margin-bottom: 21px
}
.main-footer .widget-section .widget-title hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 80%
}
.main-footer span {
  margin-left: 5px;
  margin-right: 5px
}
.main-footer .widget-section .widget-title h3 {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 700
}
.main-footer .widget-section .links-widget .links-list li {
  position: relative;
  display: block;
  margin-bottom: 10px
}
.main-footer .widget-section .links-widget .links-list li:last-child {
  margin-bottom: 0
}
.main-footer .widget-section .links-widget .links-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #8e91a2;
  padding-left: 26px
}
.main-footer .widget-section .links-widget .links-list li a:before {
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-size: 13px;
  font-weight: 700;
  left: 0;
  top: 0
}
.main-footer .widget-section .links-widget .links-list li a:hover {
  color: #fff
}
.main-footer .widget-section .contact-widget .info li {
  position: relative;
  display: block;
  margin-bottom: 14px
}
.main-footer .widget-section .contact-widget .info li:last-child {
  margin-bottom: 0
}
.main-footer .widget-section .contact-widget .info h5 {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1px
}
.main-footer .widget-section .contact-widget .info p {
  display: block;
  color: #8e91a2
}
.main-footer .widget-section .contact-widget .info p a {
  color: #8e91a2
}
.main-footer .widget-section .contact-widget .info p a:hover {
  color: #fff
}
.main-footer .widget-section .register-widget .inner-box {
  position: relative;
  display: block;
  border-radius: 5px;
  padding: 25px 20px 30px 20px;
  margin-top: 6px
}
.main-footer .widget-section .register-widget .inner-box .upper {
  position: relative;
  padding: 0 0 0 65px;
  margin-bottom: 12px;
  min-height: 56px
}
.main-footer .widget-section .register-widget .inner-box .upper .icon-box {
  position: absolute;
  left: 0;
  top: 5px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  background: #fff;
  text-align: center;
  border-radius: 50%
}
.main-footer .widget-section .register-widget .inner-box .upper h4 {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: 700
}
.main-footer .widget-section .register-widget .inner-box p {
  color: #fff;
  font-weight: 300;
  margin-bottom: 23px
}
.main-footer .widget-section .register-widget .inner-box a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 25px;
  font-family: 'Roboto Slab', serif;
  color: #252638;
  background: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 12.5px 30px;
  border-radius: 5px;
  transition: all 500ms ease
}
.main-footer .widget-section .register-widget .inner-box a:hover {
  background: #252638;
  color: #fff
}
.footer-bottom {
  position: relative;
  width: 100%;
  background: #202130;
  padding: 22px 0
}
.footer-bottom p, .footer-bottom a {
  color: #8e91a2
}
.footer-bottom .copyright p a:hover {
  text-decoration: underline
}
.footer-bottom .footer-nav li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px
}
.footer-bottom .footer-nav li:last-child {
  margin: 0 !important
}
.footer-bottom .footer-nav li a:hover {
  color: #fff
}
.main-header.style-two {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent
}
.main-header.style-two .top-inner {
  position: relative;
  width: 100%;
  padding: 8px 0
}
.main-header.style-two .top-inner:before {
  position: absolute;
  content: '';
  width: calc(100%+200px);
  height: 100%;
  left: -100px;
  top: 0
}
.main-header.style-two .top-inner .info-list li a:hover, .main-header.style-two .top-inner .links-box li a:hover {
  text-decoration: underline
}
.main-header.style-two .header-top .info-list li:before, .main-header.style-two .header-top .info-list li:after {
  background: rgba(255, 255, 255, 0.6)
}
.main-header.style-two .header-top .info-list li:before {
  top: 4px
}
.main-header.style-two .header-top .info-list li:last-child::before, .main-header.style-two .header-top .info-list li:last-child::after {
  display: none
}
.main-header.style-two .header-top .info-list li:last-child a:before {
  color: #fff
}
.main-header.style-two .header-top .links-box {
  position: relative;
  padding-right: 17px;
  margin-right: 16px;
  float: left;
  line-height: 32px
}
.main-header.style-two .header-top .links-box:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.6);
  width: 1px;
  height: 8px;
  top: 8px;
  right: 0
}
.main-header.style-two .header-top .links-box:after {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.6);
  width: 1px;
  height: 8px;
  bottom: 9px;
  right: 0
}
.main-header.style-two .header-top .social-links li {
  margin-right: 10px
}
.main-header.style-two .header-top .social-links li a {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  text-align: center
}
.main-header.style-two .header-top .social-links li a:hover {
  background: #fff
}
.main-header.style-two .header-top .info-list {
  margin-top: 3px;
  margin-right: 0
}
.main-header.style-two .header-lower .outer-box {
  position: relative;
  background: #fff;
  box-shadow: 0 10px 10px 0 rgb(0 0 0 / 5%);
  z-index: 999
}
.main-header.style-two .outer-box:before {
  position: absolute;
  content: '';
  background: #fff;
  width: calc(100%+200px);
  height: 100%;
  left: -100px;
  top: 0;
  z-index: -1;
  border-radius: 0 0 5px 5px
}
.main-header .header-down {
  position: relative
}
.main-header .header-down .inner-box {
  position: relative;
  width: 100%;
  background: #f6f6fa;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  padding: 0 215px 0 155px
}
.main-header .header-down .update-box {
  position: absolute;
  left: 0;
  top: 0
}
.main-header .header-down .update-box h6 {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  background: #252638;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px 12px 20px
}
.main-header .header-down .update-box h6 i {
  font-size: 20px;
  position: relative;
  margin-right: 10px;
  font-weight: 400;
  top: 3px
}
.main-header .header-down .live-news {
  position: relative;
  display: block;
  padding: 0 85px 0 17px
}
.main-header .header-down .live-news .text p {
  position: relative;
  line-height: 50px
}
.main-header .header-down .owl-nav {
  position: absolute;
  top: 13px;
  right: 0;
  width: 49px;
  border-radius: 5px;
  overflow: hidden
}
.main-header .header-down .owl-nav .owl-prev, .main-header .header-down .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #fff;
  font-size: 20px;
  text-align: center;
  color: #252638;
  cursor: pointer;
  transition: all 500ms ease
}
.main-header .header-down .owl-nav .owl-prev {
  margin-right: 1px
}
.main-header .header-down .news-carousel {
  padding-right: 65px
}
.main-header .header-down .weathre-box {
  position: absolute;
  top: 10px;
  right: 20px
}
.main-header .header-down .weathre-box a {
  color: #686a7d;
  font-size: 15px;
  padding-right: 19px
}
.main-header .header-down .weathre-box a:before {
  color: #8e91a1;
  top: 0
}
.main-header .header-down .weathre-box i {
  margin-right: 10px;
  font-size: 18px;
  position: relative;
  top: 2px
}
.banner-section.style-two .banner-carousel .slide-item {
  padding: 120px 0 120px 0
}
.banner-section.style-two .banner-carousel .slide-item:before {
  opacity: .65
}
.banner-section.style-two .content-box {
  max-width: 100%
}
.banner-section.style-two .banner-carousel .content-box h1 {
  padding-bottom: 18px;
  font-size: 80px;
  line-height: 84px;
  margin-bottom: 24px;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease
}
.banner-section.style-two .banner-carousel .active .content-box h1 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms
}
.banner-section.style-two .banner-carousel .content-box h1:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 100px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0
}
.banner-section.style-two .banner-carousel .content-box p {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease
}
.banner-section.style-two .banner-carousel .active .content-box p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 750ms;
  -moz-transition-delay: 750ms;
  -ms-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms
}
.bg-color-3 {
  background: #f8f8fa
}
.service-style-two {
  position: relative
}
.service-style-two .outer-container {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 110px 0
}
.service-style-two .outer-container .bg-layer {
  position: absolute;
  left: 0;
  top: -30px;
  width: 735px;
  height: calc(100% - 80px);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 5px 5px 0;
  z-index: 1
}
.service-style-two .outer-container .bg-layer:before {
  position: absolute;
  content: '';
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 20px;
  top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px
}
.content_block_2 .content-box {
  position: relative;
  display: block;
  margin-right: 55px;
  margin-top: -37px;
  z-index: 2
}
.content_block_2 .content-box .sec-title {
  margin-bottom: 34px
}
.content_block_2 .content-box .sec-title h6 {
  color: #fff
}
.content_block_2 .content-box .sec-title .title-shape, .content_block_2 .content-box .sec-title .title-shape:before {
  background: #fff
}
.theme-btn.style-two {
  background: #fff
}
.content_block_2 .content-box .text p {
  color: #fff;
  margin-bottom: 33px;
  font-weight: 300
}
.service-style-two .inner-content {
  position: relative;
  margin-right: -400px
}
.service-style-two .owl-carousel .owl-stage-outer {
  overflow: visible
}
.service-style-two .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0
}
.service-style-two .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1
}
.service-block-two .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  padding-top: 23px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 8%)
}
.service-block-two .inner-box .image-box {
  position: relative;
  display: block;
  margin-top: -45px
}
.service-block-two .inner-box .image-box img {
  width: 100%
}
.service-block-two .inner-box h6 {
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1px
}
.service-block-two .inner-box h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 22px
}
.service-block-two .inner-box h4 a {
  display: inline-block;
  color: #252638
}
.service-block-two .inner-box .text {
  position: relative;
  padding: 0 15px;
  z-index: 1
}
.service-block-two .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 50px;
  background: #f2f2f2;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease
}
.service-block-two .inner-box .icon-box:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.5);
  width: 120px;
  height: 120px;
  left: -15px;
  top: -15px;
  border-radius: 50%;
  z-index: -1;
  clip-path: polygon(0% 50%, 100% 50%, 100% 100%, 0% 100%, 0% 0);
  transition: all 900ms ease
}
.service-block-two .inner-box .icon-box:after {
  position: absolute;
  content: '';
  width: 150px;
  height: 150px;
  left: -30px;
  top: -30px;
  border-radius: 50%;
  transform: scale(0, 0);
  z-index: -1;
  clip-path: polygon(0% 50%, 100% 50%, 100% 100%, 0% 100%, 0% 0);
  transition: all 500ms ease
}
.service-block-two .inner-box:hover .icon-box:after {
  transform: scale(1, 1)
}
.service-block-two .inner-box .link {
  position: absolute;
  left: 50%;
  bottom: -39px;
  transform: translateX(-50%);
  z-index: 1
}
.service-block-two .inner-box .link a {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #8e91a2;
  width: 70px;
  height: 70px;
  line-height: 48px;
  text-align: center
}
.service-block-two .inner-box .link a:before {
  position: absolute;
  content: '';
  background: #f6f6fa;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  border-radius: 5px;
  transform: rotate(45deg);
  z-index: -1
}
.explore-style-two {
  position: relative;
  overflow: hidden
}
.explore-style-two .owl-carousel .owl-stage-outer {
  overflow: visible
}
.explore-style-two .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0
}
.explore-style-two .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1
}
.explore-block-two .inner-box {
  position: relative;
  display: block
}
.explore-block-two .inner-box .image-box {
  position: relative;
  display: block;
  border-radius: 5px
}
.explore-block-two .inner-box .image-box img {
  width: 100%;
  border-radius: 5px
}
.explore-block-two .inner-box .content-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 500ms ease
}
.explore-block-two .inner-box:hover .content-box {
  opacity: 0
}
.explore-block-two .inner-box .content-box .icon-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #fff;
  text-align: center;
  font-size: 50px;
  border-radius: 50%;
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5)
}
.explore-block-two .inner-box .content-box h4 {
  position: absolute;
  left: 25px;
  bottom: -28px;
  width: calc(100% - 50px);
  background: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding: 13px 15px;
  border-radius: 5px
}
.explore-block-two .inner-box .overlay-content {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
  z-index: 2;
  padding: 55px 15px 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease
}
.explore-block-two .inner-box:hover .overlay-content {
  top: 0;
  opacity: 1;
  visibility: visible
}
.explore-block-two .inner-box .overlay-content .icon-box {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  color: #fff;
  text-align: center;
  font-size: 50px;
  border-radius: 50%;
  box-shadow: 0 0 0 15px rgba(228, 30, 47, 0.5);
  margin-bottom: 39px
}
.explore-block-two .inner-box .overlay-content p {
  margin-bottom: 33px
}
.explore-block-two .inner-box .overlay-content .text {
  position: relative;
  width: calc(100% - 20px);
  left: 10px;
  padding: 12px 15px 13px 15px;
  border-radius: 5px
}
.explore-block-two .inner-box .overlay-content .text h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 11px;
  margin-bottom: 9px
}
.explore-block-two .inner-box .overlay-content .text h4:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.5);
  width: 50px;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0
}
.explore-block-two .inner-box .overlay-content .text a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto Slab', serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase
}
.explore-block-two .inner-box .overlay-content .text a:hover {
  text-decoration: underline
}
.explore-style-two .owl-dots {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 65px
}
.explore-style-two .owl-theme .owl-dots .owl-dot button {
  height: 3px
}
.explore-style-two .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #ddd;
  border: 0;
  margin: 0 5px;
  cursor: pointer;
  transition: all 500ms ease
}
.explore-style-two .owl-theme .owl-dots button {
  background: transparent
}
.explore-style-two .pattern-layer .pattern-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 530px;
  height: 100%;
  background-repeat: no-repeat
}
.explore-style-two .pattern-layer .pattern-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 568px;
  height: 441px;
  background-repeat: no-repeat
}
.online-services {
  position: relative;
  padding: 110px 0;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}
.online-services:before {
  position: absolute;
  content: '';
  background: #252638;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .94
}
.layer-bg {
  position: absolute;
  left: 0;
  top: -30px;
  width: calc(50% - 15px);
  height: 498px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 5px 5px 0;
  z-index: 1
}
.layer-bg:before {
  position: absolute;
  content: '';
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 20px;
  top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px
}
.content_block_3 .content-box {
  position: relative;
  display: block
}
.content_block_3 .content-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 31px;
  padding-bottom: 0;
  padding-left: 75px
}
.content_block_3 .content-box h4 i {
  position: absolute;
  left: 0;
  top: 5px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 30px;
  background: #fff;
  text-align: center;
  border-radius: 50%
}
.content_block_3 .content-box h2 {
  display: block;
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 38px
}
.online-services .owl-nav {
  position: absolute;
  left: 190px;
  bottom: 0
}
.online-services .owl-nav .owl-prev, .online-services .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  background: transparent;
  transition: all 500ms ease
}
.online-services .owl-nav .owl-prev:hover, .online-services .owl-nav .owl-next:hover {
  background: #fff
}
.online-services .owl-nav .owl-prev {
  margin-right: 10px
}
.online-services .single-item-carousel {
  padding-right: 60px;
  margin-top: -35px
}
.online-services .inner-content {
  position: relative;
  margin: 0 5px
}
.online-services .inner-content .single-column {
  padding: 0 10px
}
.online-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 40px 20px 40px 54px;
  margin-bottom: 20px;
  z-index: 1
}
.online-block-one .inner-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  border-radius: 5px;
  transition: all 500ms ease
}
.online-block-one .inner-box:hover:before {
  height: 100%
}
.online-block-one .inner-box:after {
  position: absolute;
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  left: 5px;
  top: 5px;
  z-index: -1;
  transition: all 900ms ease
}
.online-block-one .inner-box .icon-box {
  position: absolute;
  left: 20px;
  top: 40px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 20px;
  color: #e41e2f;
  transition: all 500ms ease
}
.online-block-one .inner-box:hover .icon-box {
  color: #FFF
}
.online-block-one .inner-box h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700
}
.online-block-one .inner-box h5 a {
  display: inline-block;
  color: #252638
}
.online-block-one .inner-box:hover h5 a {
  color: #fff
}
.online-block-one .inner-box:hover h5 {
  color: #fff
}
.online-block-one .inner-box h5 a:hover {
  text-decoration: underline
}
.online-services .inner-content .more-text {
  position: relative;
  margin-top: 11px
}
.online-services .inner-content .more-text p {
  color: #fff
}
.online-services .inner-content .more-text a:hover {
  text-decoration: underline
}
.about-style-two {
  position: relative;
  min-height: 864px
}
.about-style-two .image-layer .image-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1
}
.about-style-two .image-layer .image-2 {
  position: absolute;
  left: 0;
  bottom: 0
}
.about-style-two .quote-box {
  position: relative;
  display: block;
  padding: 0 30px 0 120px
}
.about-style-two .quote-box .inner-box {
  position: relative;
  display: inline-block;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  padding: 78px 70px 30px 110px
}
.about-style-two .quote-box .inner-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 64px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 16px
}
.about-style-two .quote-box .inner-box p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 12px
}
.about-style-two .quote-box .inner-box h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0
}
.about-style-two .quote-box .inner-box .designation {
  display: block;
  position: relative;
  color: #fff;
  font-weight: 300
}
.content_block_4 .content-box .left-column h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 16px
}
.content_block_4 .content-box .left-column p {
  margin-bottom: 26px
}
.content_block_4 .content-box .left-column .list li {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 31px
}
.content_block_4 .content-box .left-column .list li:last-child {
  margin-bottom: 0
}
.content_block_4 .content-box .left-column .list li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #8e91a2
}
.content_block_4 .content-box .left-column .list {
  position: relative;
  margin-bottom: 33px
}
.content_block_4 .content-box .right-column .single-item {
  position: relative;
  display: block;
  margin-bottom: 23px;
  min-height: 106px
}
.content_block_4 .content-box .right-column .single-item h5 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  background: #fff;
  padding: 7px 20px 7px 41px;
  border-radius: 5px;
  margin-bottom: 14px;
  font-weight: 700;
  box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%)
}
.content_block_4 .content-box .right-column .single-item h5 i {
  position: absolute;
  left: 20px;
  top: 13px;
  font-size: 16px;
  color: #8e91a2;
  transition: all 500ms ease
}
.content_block_4 .content-box .bx-viewport {
  min-height: 375px !important
}
.content_block_4 .content-box .bx-controls-direction {
  position: relative;
  margin-top: 22px
}
.content_block_4 .content-box .bx-controls-direction .bx-prev, .content_block_4 .content-box .bx-controls-direction .bx-next {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: 30px;
  text-align: center;
  color: #8e91a2;
  cursor: pointer;
  transition: all 500ms ease
}
.content_block_4 .content-box .bx-controls-direction .bx-prev {
  margin-right: 10px
}
.content_block_4 .content-box .right-column {
  margin-top: 8px
}
.content_block_4 .content-box .sec-title {
  margin-bottom: 32px
}
.about-style-two .vector-image {
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 367px;
  height: 390px;
  background-repeat: no-repeat
}
.team-section.alternat-2 {
  position: relative;
  overflow: hidden
}
.team-section.alternat-2 .pattern-layer {
  width: 1176px;
  height: 872px;
  bottom: 0;
  top: inherit
}
.team-section .owl-carousel .owl-stage-outer {
  overflow: visible
}
.team-section .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0
}
.team-section .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1
}
.team-section .owl-dots {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 45px
}
.team-section .owl-theme .owl-dots .owl-dot button {
  height: 3px
}
.team-section .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #ddd;
  border: 0;
  margin: 0 5px;
  cursor: pointer;
  transition: all 500ms ease
}
.team-section .owl-theme .owl-dots button {
  background: transparent
}
.team-section.alternat-2 .sec-title {
  margin-bottom: 50px
}
.download-section {
  position: relative;
  padding: 110px 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed
}
.download-section:before {
  position: absolute;
  content: '';
  background: #f2f2f2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  opacity: .92
}
.download-section .owl-nav {
  position: absolute;
  left: 190px;
  bottom: 0
}
.download-section .owl-nav .owl-prev, .download-section .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  background: transparent;
  transition: all 500ms ease
}
.download-section .owl-nav .owl-prev:hover, .download-section .owl-nav .owl-next:hover {
  background: #fff
}
.download-section .owl-nav .owl-prev {
  margin-right: 10px
}
.download-section .single-item-carousel {
  padding-right: 40px;
  margin-top: -35px
}
.download-block-one .inner-box {
  position: relative;
  display: block;
  padding: 26px 110px 27px 110px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  margin-bottom: 14px;
  z-index: 1
}
.download-block-one:last-child .inner-box {
  margin-bottom: 0
}
.download-block-one .inner-box .icon-box {
  position: absolute;
  left: 30px;
  top: 25px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #f2f2f2;
  text-align: center;
  border-radius: 50%
}
.download-block-one .inner-box h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 1px
}
.download-block-one .inner-box p {
  position: relative
}
.download-block-one .inner-box .download-btn {
  position: absolute;
  top: 40px;
  right: 30px
}
.download-block-one .inner-box .download-btn:before {
  position: absolute;
  content: '';
  background: #e3e3e3;
  width: 1px;
  height: 60px;
  left: -20px;
  top: -15px
}
.download-block-one .inner-box .download-btn a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  border-radius: 50%;
  color: #8e91a2;
  overflow: hidden;
  z-index: 1
}
.place-section {
  position: relative;
  overflow: hidden
}
.border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 1);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0
}
.border-animation.border-2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s
}
.border-animation.border-3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s
}
.place-section .inner-content {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%)
}
.video_block_1 .video-inner {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 200px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}
.video_block_1 .video-inner .video-btn a {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  font-size: 40px;
  color: #fff
}
.video_block_1 .video-inner .video-btn a:hover {
  color: #ccc
}
.accordion-box .block {
  position: relative;
  display: block;
  border-bottom: 1px solid #e3e3e3;
  transition: all 500ms ease
}
.accordion-box .block:last-child {
  margin-bottom: 0;
  border-bottom: 0
}
.accordion-box .block .acc-btn .icon-outer {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 6px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1
}
.accordion-box .block .acc-btn .icon-outer:after {
  position: absolute;
  content: "\f067";
  font-size: 16px;
  color: #8e91a2;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  transition: all 500ms ease
}
.accordion-box .block .acc-btn.active .icon-outer:after {
  content: "\f068"
}
.accordion-box .block .acc-btn {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 19px 30px 18px 0;
  cursor: pointer;
  transition: all 500ms ease
}
.place-section .accordion-box .block .acc-btn h5 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  border-bottom: 1px solid transparent;
  margin: 0;
  transition: all 500ms ease
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding: 2px 0 29px 0
}
.accordion-box .block .acc-content.current {
  display: block
}
.accordion-box .block .acc-content h5 {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 11px
}
.accordion-box .block .acc-content .list li {
  position: relative;
  display: block;
  font-size: 16px;
  padding-left: 39px;
  margin-bottom: 8px
}
.accordion-box .block .acc-content .list li:last-child {
  margin-bottom: 0
}
.accordion-box .block .acc-content .list li:before {
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  width: 24px;
  height: 24px;
  font-size: 12px;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  color: #8e91a2;
  left: 0;
  top: 1px;
  text-align: center
}
.accordion-box .block .acc-content .list li.checked:before {
  color: #fff
}
.place-section .content-box {
  position: relative;
  padding: 15px 30px 12px 0
}
.place-section .content-box-l {
  position: relative;
  padding: 15px 0 12px 30px
}
.accordion-box .block .acc-content .list {
  position: relative;
  max-height: 128px;
  overflow-y: auto
}
.accordion-box ::-webkit-scrollbar {
  width: 4px
}
.accordion-box ::-webkit-scrollbar-track {
  background: #f5f5f6;
  border-radius: 3px
}
.accordion-box ::-webkit-scrollbar-thumb {
  border-radius: 3px
}
.place-section .vector-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 758px;
  height: 825px;
  background-repeat: no-repeat
}
.schedules-style-two {
  position: relative;
  padding: 110px 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed
}
.schedules-style-two:before {
  position: absolute;
  content: '';
  background: #252638;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  opacity: .94
}
.content_block_3 .content-box {
  z-index: 1
}
.schedules-style-two .inner-content {
  position: relative;
  padding-right: 100px;
  z-index: 1
}
.schedule-block-two .inner-box {
  position: relative;
  display: block;
  background: #fff;
  overflow: hidden
}
.schedule-block-two .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden
}
.schedule-block-two .inner-box .image-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(37, 38, 56, 0.8)20%, rgba(37, 38, 56, 0.2) 50%);
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 500ms ease
}
.schedule-block-two .inner-box .image-box .image {
  position: relative;
  display: block
}
.schedule-block-two .inner-box .image-box .image img {
  width: 100%
}
.schedule-block-two .inner-box .image-box .image img {
  outline-style: solid;
  outline-color: rgba(255, 255, 255, .7);
  outline-width: 1px;
  outline-offset: -10px
}
.schedule-block-two .inner-box .image-box .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}
.schedule-block-two .inner-box .image-box .text .category {
  position: absolute;
  left: 30px;
  top: 30px
}
.schedule-block-two .inner-box .image-box .text .category p {
  position: relative;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 1.5px 10px;
  font-weight: 300
}
.schedule-block-two .inner-box .image-box .text .category p i {
  margin-right: 8px;
  font-size: 14px
}
.schedule-block-two .inner-box .image-box .text h3 {
  position: absolute;
  left: 0;
  bottom: 21px;
  width: 100%;
  padding: 0 20px 0 30px;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 700
}
.schedule-block-two .inner-box .image-box .text h3 a {
  display: inline-block;
  color: #fff
}
.schedule-block-two .inner-box .lower-content {
  position: relative;
  background: #fff;
  padding: 24px 85px 27px 105px
}
.schedule-block-two .inner-box .lower-content .date {
  position: absolute;
  left: 30px;
  top: 30px
}
.schedule-block-two .inner-box .lower-content .date:before {
  position: absolute;
  content: '';
  background: #e3e3e3;
  width: 1px;
  height: 46px;
  top: 0;
  right: -11px
}
.schedule-block-two .inner-box .lower-content .date h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700
}
.schedule-block-two .inner-box .lower-content .date h3 span {
  display: block;
  font-size: 14px;
  text-transform: uppercase
}
.schedule-block-two .inner-box .lower-content .post-info li {
  position: relative;
  display: block;
  font-size: 16px;
  color: #696b7e;
  padding-left: 25px;
  margin-bottom: 4px
}
.schedule-block-two .inner-box .lower-content .post-info li:last-child {
  margin-bottom: 0
}
.schedule-block-two .inner-box .lower-content .post-info li i {
  position: absolute;
  left: 0;
  top: 0
}
.schedule-block-two .inner-box .lower-content .icon-box {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  text-align: center;
  font-size: 24px;
  color: #8e91a2
}
.schedules-style-two .bx-controls-direction {
  position: absolute;
  right: 58px;
  top: 0;
  height: 100%
}
.schedules-style-two .bx-controls-direction .bx-prev, .schedules-style-two .bx-controls-direction .bx-next {
  position: absolute;
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  font-size: 30px;
  text-align: center;
  color: #8e91a2;
  cursor: pointer;
  transition: all 500ms ease
}
.schedules-style-two .bx-controls-direction .bx-prev:hover, .schedules-style-two .bx-controls-direction .bx-next:hover {
  color: #fff
}
.schedules-style-two .bx-controls-direction .bx-next {
  top: 0
}
.schedules-style-two .bx-controls-direction .bx-prev {
  bottom: 0
}
.schedules-style-two .bx-pager {
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%)
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(255, 255, 255, 0.2);
  text-indent: -9999px;
  display: block;
  width: 4px;
  height: 40px;
  margin: 10px 0;
  outline: 0;
  border: 0;
  box-shadow: none;
  border-radius: 2px
}
.news-style-two {
  position: relative
}
.news-block-two .inner-box {
  position: relative;
  display: block;
  border-radius: 5px
}
.news-block-two .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px
}
.news-block-two .inner-box .image-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(37, 38, 56, 0.8)20%, rgba(37, 38, 56, 0.2) 50%);
  left: 0;
  bottom: 0;
  z-index: 1
}
.news-block-two .inner-box .image-box img {
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease
}
.news-block-two .inner-box:hover .image-box img {
  transform: scale(1.05)
}
.news-block-two .inner-box .content-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}
.news-block-two .inner-box .content-box .category {
  position: absolute;
  right: 0;
  top: -15px
}
.news-block-two .inner-box .content-box .category a {
  position: relative;
  display: inline-block;
  padding: 1.5px 10px;
  text-align: center;
  border-radius: 5px 5px 0 5px;
  color: #fff;
  z-index: 1
}
.news-block-two .inner-box .content-box .category a i {
  font-size: 14px;
  margin-right: 8px
}
.news-block-two .inner-box .content-box .category a:hover {
  background: #252638
}
.news-block-two .inner-box .content-box .text {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  padding: 0 30px 0 30px
}
.news-block-two .inner-box .content-box .text .post-date h3 {
  position: relative;
  display: inline-block;
  width: 64px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding: 11px 0 5px 0;
  text-align: center;
  border-radius: 5px;
  line-height: 24px;
  margin-bottom: 22px
}
.news-block-two .inner-box .content-box .text .post-date h3 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase
}
.news-block-two .inner-box .content-box .text h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 24px
}
.news-block-two .inner-box .content-box .text h4:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 3px;
  left: 0;
  bottom: 0
}
.news-block-two .inner-box .content-box .text h4 a {
  display: inline-block;
  color: #fff
}
.news-block-two .inner-box .content-box .text h4 a:hover {
  text-decoration: underline
}
.news-block-two .inner-box .content-box .text .post-info li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
  color: #8e91a2
}
.news-block-two .inner-box .content-box .text .post-info li a {
  display: inline-block;
  color: #8e91a2
}
.news-block-two .inner-box .content-box .text .post-info li:last-child {
  margin: 0 !important
}
.news-block-two .inner-box .content-box .text .post-info li i {
  font-size: 14px;
  margin-right: 10px
}
.news-block-two .inner-box .content-box .text .post-info li a:hover {
  color: #fff
}
.pb-140 {
  padding-bottom: 140px
}
.news-style-two .sec-title {
  margin-bottom: 67px
}
.news-style-two .pattern-layer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 992px;
  background-repeat: no-repeat
}
.testimonial-style-two {
  position: relative;
  padding: 110px 0 185px 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed
}
.testimonial-style-two:before {
  position: absolute;
  content: '';
  background: #f7f7fa;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .9
}
.testimonial-style-two .bx-controls {
  display: none
}
.testimonial-style-two .testimonial-content {
  position: relative;
  z-index: 1
}
.testimonial-style-two .slider-pager {
  position: absolute;
  right: 0;
  bottom: 0
}
.testimonial-style-two .slider-pager li {
  position: relative;
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
  background: #fff
}
.testimonial-style-two .slider-pager li:last-child {
  margin: 0 !important
}
.testimonial-style-two .slider-pager li img {
  width: 100%;
  border-radius: 50%;
  opacity: .8
}
.testimonial-style-two .slider-pager li .active img {
  opacity: 1
}
.testimonial-block-two .inner-box {
  position: relative;
  display: block;
  padding-top: 40px;
  padding-right: 10px
}
.testimonial-block-two .inner-box .text {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 42px 30px 44px 40px;
  margin-bottom: 49px;
  box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%)
}
.testimonial-block-two .inner-box .text:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 30px;
  height: 35px;
  left: 30px;
  bottom: -34px;
  clip-path: polygon(0% 0, 100% 0, 0% 100%, 0% 100%, 0% 0)
}
.testimonial-block-two .inner-box .text:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 10px;
  bottom: 10px;
  border-radius: 5px;
  z-index: -1
}
.testimonial-block-two .inner-box .text .icon-box {
  position: absolute;
  left: 40px;
  top: -40px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  border-radius: 50%
}
.testimonial-block-two .inner-box h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 15px
}
.testimonial-block-two .inner-box .author-box {
  position: relative;
  padding: 3px 0 7px 80px
}
.testimonial-block-two .inner-box .author-box .author-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%
}
.testimonial-block-two .inner-box .author-box .author-thumb img {
  width: 100%;
  border-radius: 50%
}
.testimonial-block-two .inner-box .author-box h4 {
  margin-bottom: 0
}
.testimonial-block-two .inner-box .author-box .designation {
  position: relative;
  display: block;
  line-height: 20px
}
.testimonial-style-two .content_block_3 .content-box {
  margin-top: -35px
}
.funfact-section.alternat-2 {
  position: relative;
  padding: 0
}
.funfact-section.alternat-2 .funfact-content {
  padding: 32px 0 40px 0;
  background: #252638;
  border-radius: 5px;
  margin-top: -75px
}
.funfact-section.alternat-2 .funfact-block-one .inner-box .count-outer {
  color: #8e91a2;
  margin-bottom: 0
}
.funfact-section.alternat-2 .funfact-block-one .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #fff
}
.funfact-section.alternat-2 .funfact-block-one .inner-box:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.1);
  width: 1px;
  height: 80px;
  top: 8px;
  right: -15px
}
.funfact-section.alternat-2 .funfact-block:last-child .funfact-block-one .inner-box:before {
  display: none
}
.contact-section {
  position: relative;
  padding-top: 103px
}
.contact-section .info-block {
  position: relative;
  padding-bottom: 80px
}
.info-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 30px 20px 23px 30px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
  margin-bottom: 30px
}
.info-block-one .inner-box .overlay-content {
  display: none
}
.info-block-one .inner-box .content-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 17px
}
.info-block-one .inner-box h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700
}
.info-block-one .inner-box .content-box h4 {
  margin-bottom: 5px
}
.info-block-one .inner-box .overlay-content {
  position: absolute;
  display: block;
  width: 100%;
  background: #fff;
  height: 100%;
  left: 0;
  top: 20px;
  padding: 22px 20px 23px 30px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease
}
.info-block-one .inner-box:hover .overlay-content {
  top: 0;
  opacity: 1;
  visibility: visible
}
.info-block-one .inner-box .overlay-content h4 {
  margin-bottom: 5px
}
.info-block-one .inner-box .overlay-content p {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 13px
}
.info-block-one .inner-box .overlay-content p:before {
  position: absolute;
  content: '';
  width: 60px;
  height: 3px;
  left: 0;
  bottom: 0
}
.info-block-one .inner-box .overlay-content a {
  position: relative;
  display: inline-block
}
.info-block-one .inner-box .overlay-content a:hover {
  text-decoration: underline
}
.info-block-one .inner-box .overlay-content .social-links li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px
}
.info-block-one .inner-box .overlay-content .social-links li:last-child {
  margin: 0 !important
}
.info-block-one .inner-box .overlay-content .social-links li a {
  color: #252638
}
.nice-select:after {
  position: absolute;
  content: "\f107";
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  color: #9598a9;
  top: -1px;
  right: 23px;
  margin: 0;
  font-weight: 400;
  border: none !important;
  transform: rotate(0deg) !important
}
.nice-select {
  position: relative;
  display: block;
  background: #fff;
  width: 100%;
  height: 58px;
  line-height: 58px;
  border: 1px solid #e3e3e3 !important;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 16px;
  color: #696b7e;
  border-radius: 5px
}
.contact-section .form-block {
  position: relative;
  display: block;
  padding: 50px 0;
  margin-bottom: -110px;
  z-index: 1
}
.contact-section .form-block:before {
  position: absolute;
  content: '';
  background: #fff;
  width: calc(100%+60px);
  height: 100%;
  left: -30px;
  top: 0;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%)
}
.contact-section .form-block .form-group {
  position: relative;
  display: block;
  margin-bottom: 30px
}
.contact-section .form-block .form-group:last-child {
  margin-bottom: 0
}
.contact-section .form-block .form-group input[type='text'], .contact-section .form-block .form-group input[type='email'], .contact-section .form-block .form-group textarea {
  position: relative;
  display: block;
  background: #fff;
  width: 100%;
  height: 58px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  color: #696b7e;
  transition: all 500ms ease
}
.contact-section .form-block .form-group textarea {
  resize: none;
  height: 110px;
  padding-right: 110px
}
.contact-section .form-block .form-group button {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 27px 21.5px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 1;
  transition: all 500ms ease;
  outline: 0
}
.contact-section .form-block .form-group button:hover {
  background: #252638
}
.contact-section .form-block .pattern-layer {
  position: absolute;
  left: -30px;
  top: 0;
  width: calc(100%+60px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  outline: 0
}
.contact-section .image-layer {
  position: absolute;
  left: 0;
  bottom: 110px
}
.contact-section .dotted-pattern {
  position: absolute;
  left: 0;
  bottom: 110px;
  width: 100%;
  height: calc(100% - 110px);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1
}
.footer-top-two {
  position: relative;
  padding: 230px 0 110px 0
}
.footer-top-two .logo-widget {
  position: relative;
  margin-top: -9px
}
.footer-top-two .logo-widget .footer-logo {
  position: relative;
  margin-bottom: 24px
}
.footer-top-two .logo-widget .text {
  position: relative;
  margin-bottom: 33px
}
.footer-top-two .logo-widget .carousel-box .twitter-box {
  position: relative;
  display: block;
  background: #2e2f43;
  padding: 23px 10px 65px 35px;
  border-radius: 5px
}
.footer-top-two .logo-widget .carousel-box h5 {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 14px
}
.footer-top-two .logo-widget .carousel-box h5 i {
  margin-right: 10px;
  font-size: 14px
}
.footer-top-two .logo-widget .carousel-box p {
  color: #8e91a2
}
.footer-top-two .logo-widget .carousel-box p a {
  color: #8e91a2
}
.footer-top-two .logo-widget .carousel-box p a:hover {
  color: #fff
}
.footer-top-two .logo-widget .carousel-box .icon-box {
  position: absolute;
  right: 18px;
  bottom: 7px;
  font-size: 100px;
  line-height: 100px;
  color: #37384e
}
.footer-top-two .logo-widget .owl-nav {
  position: absolute;
  left: 35px;
  bottom: 23px
}
.footer-top-two .logo-widget .owl-nav .owl-prev, .footer-top-two .logo-widget .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  background: transparent;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: all 500ms ease
}
.footer-top-two .logo-widget .owl-nav .owl-prev {
  margin-right: 12px
}
.footer-top-two .logo-widget .owl-dots {
  position: absolute;
  left: 20px;
  top: 30px;
  background: #252638;
  height: 99px
}
.footer-top-two .logo-widget .owl-theme .owl-dots .owl-dot {
  position: relative;
  display: block;
  background: transparent;
  margin: 0
}
.footer-top-two .logo-widget .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 3px;
  height: 33px;
  background: #252638;
  margin: 0;
  cursor: pointer;
  transition: all 500ms ease
}
.footer-top-two .logo-widget .owl-theme .owl-dots .owl-dot.active span {
  background: #393a4f
}
.footer-top-two p, .footer-top-two a {
  color: #8e91a2
}
.footer-top-two a:hover {
  color: #fff
}
.footer-top-two .widget-title {
  position: relative;
  display: block;
  margin-bottom: 25px
}
.footer-top-two .widget-title h4 {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700
}
.footer-top-two .links-widget .links-list li {
  position: relative;
  float: left;
  width: 50%;
  margin-bottom: 12px
}
.footer-top-two .links-widget .links-list li a {
  position: relative;
  display: inline-block
}
.footer-top-two .links-widget .links-list li a:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 4px;
  transition: all 500ms ease
}
.footer-top-two .links-widget .links-list li a:hover:before {
  width: 100%
}
.footer-top-two .links-widget .links-list {
  position: relative;
  padding-bottom: 21px;
  margin-bottom: 23px;
  border-bottom: 1px solid #3b3c4c
}
.footer-top-two .links-widget .social-box li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px
}
.footer-top-two .links-widget .social-box li:last-child {
  margin: 0 !important
}
.footer-top-two .links-widget .social-box li h5 {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 8px
}
.footer-top-two .links-widget .social-box li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 300;
  padding: 12px 48px 8px 61px;
  border-radius: 5px
}
.footer-top-two .links-widget .social-box li a span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Roboto Slab', serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase
}
.footer-top-two .links-widget .social-box li a i {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 18px
}
.footer-top-two .links-widget .social-box li a:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 14px;
  left: 45px;
  top: 14px
}
.footer-top-two .links-widget .social-box li a:after {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 14px;
  left: 45px;
  bottom: 14px
}
.footer-top-two .links-widget .social-box li:last-child a:before, .footer-top-two .links-widget .social-box li:last-child a:after {
  background: rgba(255, 255, 255, 0.5)
}
.footer-top-two .post-widget .post {
  position: relative;
  padding: 0 0 0 84px;
  margin-bottom: 28px
}
.footer-top-two .post-widget .post:last-child {
  margin-bottom: 0
}
.footer-top-two .post-widget .post .post-date h3 {
  position: absolute;
  left: 0;
  top: 5px;
  width: 64px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding: 11px 0 5px 0;
  text-align: center;
  border-radius: 5px;
  line-height: 24px;
  margin-bottom: 22px
}
.footer-top-two .post-widget .post .post-date h3 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase
}
.footer-top-two .post-widget .post p {
  position: relative;
  margin-bottom: 5px
}
.footer-top-two .post-widget .post p i {
  font-size: 14px;
  margin-right: 10px
}
.footer-top-two .post-widget .post h5 {
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 700
}
.footer-top-two .post-widget .post h5 a {
  display: inline-block;
  color: #fff
}
.footer-top-two .post-widget .subscribe-inner p {
  margin-bottom: 8px
}
.footer-top-two .post-widget .subscribe-form .form-group {
  position: relative;
  padding-right: 130px;
  margin-bottom: 0;
  border-radius: 5px;
  overflow: hidden
}
.footer-top-two .post-widget .subscribe-form .form-group input[type='email'] {
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
  color: #696b7e;
  transition: all 500ms ease
}
.footer-top-two .post-widget .subscribe-form .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 58px;
  font-size: 14px;
  line-height: 58px;
  font-family: 'Roboto Slab', serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  outline: 0
}
.footer-top-two .post-widget .post-inner {
  position: relative;
  margin-bottom: 41px
}
.footer-bottom.alternat-2 {
  background: #fff
}
.footer-bottom.alternat-2 p, .footer-bottom.alternat-2 a {
  color: #696b7e
}
.page-title {
  position: relative;
  width: 100%;
  padding: 200px 0 70px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}
.page-title:before {
  position: absolute;
  content: '';
  background: -webkit-linear-gradient(90deg, rgba(37, 38, 56, 0.8)15%, rgba(0, 0, 0, 0.3) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0
}
.page-title .title {
  position: relative;
  display: block;
  margin-bottom: 109px
}
.page-title .title h1 {
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 12px
}
.page-title .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding-right: 14px;
  margin-right: 8px
}
.page-title .bread-crumb li:last-child {
  padding: 0 !important;
  margin: 0 !important
}
.page-title .bread-crumb li a {
  color: #fff
}
.page-title .bread-crumb li a:hover {
  text-decoration: underline
}
.page-title .bread-crumb li:before {
  position: absolute;
  content: "\f105";
  font-family: 'Font Awesome 5 Pro';
  top: 1px;
  right: 0;
  font-weight: 400
}
.page-title .bread-crumb li:last-child:before {
  display: none
}
.about-style-three {
  position: relative;
  padding: 110px 0
}
.content_block_5 .content-box {
  position: relative
}
.content_block_5 .content-box h4 {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 17px
}
.content_block_5 .content-box p {
  margin-bottom: 27px
}
.content_block_5 .content-box .list li {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-left: 30px
}
.content_block_5 .content-box .list li:last-child {
  margin-bottom: 0
}
.content_block_5 .content-box .list li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #8e91a2
}
.content_block_5 .content-box .sec-title {
  margin-bottom: 33px
}
.about-style-three .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px
}
.about-style-three .image-box img {
  width: 100%;
  border-radius: 5px
}
.about-style-three .image-box::before {
  position: absolute;
  top: -30%;
  left: 0;
  width: 150%;
  height: 150%;
  background: rgba(255, 255, 255, .3);
  content: '';
  -webkit-transition: -webkit-transform .9s;
  transition: transform .9s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}
.about-style-three .image-box:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}
.feature-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px
}
.feature-block-one:last-child .inner-box {
  margin-bottom: 0
}
.feature-block-one .inner-box .image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #252638;
  border-radius: 5px
}
.feature-block-one .inner-box .image img {
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease
}
.feature-block-one .inner-box:hover .image img {
  opacity: .1
}
.feature-block-one .inner-box .image:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8)10%, rgba(0, 0, 0, 0.2) 50%);
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 500ms ease
}
.feature-block-one .inner-box .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}
.feature-block-one .inner-box .text a {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  color: #2b2c3d
}
.feature-block-one .inner-box:hover .text a {
  color: #fff;
  box-shadow: 0 0 0 5px rgba(228, 30, 47, 0.5)
}
.feature-block-one .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #fff
}
.feature-block-one .inner-box h4:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  left: 30px
}
.feature-block-one .inner-box h4:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 4px;
  left: 38px
}
.feature-block-one .inner-box .text h4 {
  position: absolute;
  left: 0;
  bottom: 22px;
  padding: 16px 20px 0 30px;
  opacity: 1;
  transition: all 500ms ease
}
.feature-block-one .inner-box:hover .text h4 {
  opacity: 0
}
.feature-block-one .inner-box .text h4:before, .feature-block-one .inner-box .text h4:after {
  top: 0
}
.feature-block-one .inner-box .overlay-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px 0 30px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease
}
.feature-block-one .inner-box:hover .overlay-content {
  bottom: 33px;
  opacity: 1;
  visibility: visible
}
.feature-block-one .inner-box .overlay-content h4 {
  padding-bottom: 16px;
  margin-bottom: 19px
}
.feature-block-one .inner-box .overlay-content h4:before, .feature-block-one .inner-box .overlay-content h4:after {
  bottom: 0
}
.feature-block-one .inner-box .overlay-content h4:before {
  left: 0
}
.feature-block-one .inner-box .overlay-content h4:after {
  left: 8px
}
.feature-block-one .inner-box .overlay-content p {
  color: #8e91a2
}
.discover-section {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed
}
.discover-section:before {
  position: absolute;
  content: '';
  background: #252638;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .92
}
.discover-block-one .inner-box {
  position: relative;
  display: block;
  padding: 40px 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px
}
.discover-block-one .inner-box .content-box {
  position: relative;
  transition: all 500ms ease
}
.discover-block-one .inner-box .content-box .icon-box {
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 59px
}
.discover-block-one .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700
}
.discover-block-one .inner-box h4:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  left: 0
}
.discover-block-one .inner-box h4:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 4px;
  left: 8px
}
.discover-block-one .inner-box .content-box h4 {
  padding-top: 23px;
  margin-bottom: 15px
}
.discover-block-one .inner-box .content-box h4:before, .discover-block-one .inner-box .content-box h4:after {
  top: 0
}
.discover-block-one .inner-box a {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.2);
  color: #8e91a2;
  text-align: center;
  border-radius: 5px
}
.discover-block-one .inner-box a:hover {
  color: #fff
}
.discover-block-one .inner-box .count {
  position: absolute;
  right: -5px;
  bottom: -5px;
  font-size: 65px;
  line-height: 60px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.1)
}
.discover-block-one .inner-box .overlay-content {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  height: 100%;
  padding: 33px 20px 40px 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease
}
.discover-block-one .inner-box:hover .overlay-content {
  top: 0;
  opacity: 1;
  visibility: visible
}
.discover-block-one .inner-box .overlay-content h4:before, .discover-block-one .inner-box .overlay-content h4:after {
  bottom: 0
}
.discover-block-one .inner-box .overlay-content h4 {
  padding-bottom: 22px;
  margin-bottom: 24px
}
.discover-block-one .inner-box .overlay-content p {
  position: relative;
  color: #8e91a2;
  margin-bottom: 78px
}
.discover-block-one .inner-box .overlay-content .count {
  right: 25px;
  bottom: 35px
}
.information-section {
  position: relative;
  padding: 103px 0
}
.information-section .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 384px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}
.information-section .bg-layer:before {
  position: absolute;
  content: '';
  background: #252638;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .9
}
.information-block-one .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  padding: 52px 200px 53px 300px
}
.information-block-one .inner-box:before {
  position: absolute;
  content: '';
  background: #e6e6ea;
  width: 1px;
  height: 125px;
  top: 60px;
  left: 250px
}
.information-block-one .inner-box .count {
  position: absolute;
  left: -80px;
  top: -80px;
  width: 170px;
  height: 170px;
  line-height: 228px;
  text-align: right;
  border-radius: 50%;
  font-size: 24px;
  font-family: 'Roboto Slab', serif;
  color: #fff;
  font-weight: 700;
  padding-right: 35px
}
.information-block-one .inner-box .icon-box {
  position: absolute;
  left: 93px;
  top: 62px;
  font-size: 120px;
  line-height: 120px
}
.information-block-one .inner-box .text h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 16px
}
.information-block-one .inner-box .text p {
  position: relative;
  display: block;
  margin-bottom: 15px
}
.information-block-one .inner-box .text a {
  display: inline-block;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  line-height: 26px;
  color: #252638;
  font-weight: 700;
  text-transform: uppercase
}
.information-block-one .inner-box .text a i {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400
}
.information-section .bx-pager {
  display: none
}
.information-section .bx-wrapper {
  position: relative
}
.information-section .bx-controls-direction {
  position: absolute;
  right: 96px;
  top: 0
}
.information-section .bx-controls-direction .bx-prev, .information-section .bx-controls-direction .bx-next {
  position: absolute;
  display: block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border: 1px solid #e6e6ea;
  border-radius: 5px;
  font-size: 30px;
  text-align: center;
  color: #8e91a2;
  cursor: pointer;
  transition: all 500ms ease
}
.information-section .bx-controls-direction .bx-next {
  top: 62px
}
.information-section .bx-controls-direction .bx-prev {
  top: 128px
}
.information-section .inner-content {
  position: relative;
  z-index: 1
}
.pt-50 {
  padding-top: 50px
}
.award-section {
  position: relative;
  padding-bottom: 102px
}
.award-section .sec-title {
  margin-bottom: 41px
}
.award-section .vector-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 511px;
  height: 714px;
  background-repeat: no-repeat
}
.award-block-one {
  position: relative;
  max-width: 270px;
  width: 100%;
  margin: 0 auto
}
.award-block-one .inner-box {
  position: relative;
  display: block;
  text-align: center
}
.award-block-one .inner-box .award-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 40px 30px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px 0 rgb(0 0 0 / 8%)
}
.award-block-one .inner-box .award-box img {
  position: relative
}
.award-block-one .inner-box .award-box .bg-pattern {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}
.award-block-one .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  transition: all 500ms ease
}
.award-block-one .inner-box:hover h4 {
  opacity: 0
}
.award-block-one .inner-box .overlay-content {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  background: #252638;
  border-radius: 5px;
  padding: 32px 16px 42px 16px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease
}
.award-block-one .inner-box:hover .overlay-content {
  top: 0;
  opacity: 1;
  visibility: visible
}
.award-block-one .inner-box .overlay-content .bg-pattern-2 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1
}
.award-block-one .inner-box .overlay-content:before {
  position: absolute;
  content: '';
  background: rgba(37, 38, 56, 0.2);
  width: calc(100% - 20px);
  height: 100%;
  left: 10px;
  top: 10px;
  border-radius: 5px;
  z-index: -1
}
.award-block-one .inner-box .overlay-content:after {
  position: absolute;
  content: '';
  background: rgba(37, 38, 56, 0.2);
  width: calc(100% - 40px);
  height: 100%;
  left: 20px;
  top: 20px;
  border-radius: 5px;
  z-index: -1
}
.award-block-one .inner-box .overlay-content h4 {
  color: #fff;
  margin-bottom: 11px;
  opacity: 1 !important
}
.award-block-one .inner-box .overlay-content p {
  color: #9c9eae;
  margin-bottom: 15px
}
.award-block-one .inner-box .overlay-content a {
  display: inline-block;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  line-height: 26px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase
}
.award-block-one .inner-box .overlay-content a i {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 400
}
.award-section .image-layer {
  position: absolute;
  right: 0;
  bottom: 0
}
.feature-section {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center
}
.feature-section:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 1)50%, rgba(255, 255, 255, 0.4) 100%);
  left: 0;
  bottom: 0;
  transition: all 500ms ease
}
.feature-block-two .inner-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  overflow: hidden
}
.feature-block-two .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden
}
.feature-block-two .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease
}
.feature-block-two .inner-box:hover .image-box img {
  transform: scale(1.05)
}
.feature-block-two .inner-box .image-box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1
}
.feature-block-two .inner-box:hover .image-box::before {
  -webkit-animation: circle .95s;
  animation: circle .95s
}
.feature-block-two .inner-box .lower-content {
  position: relative;
  padding-top: 30px
}
.feature-block-two .inner-box .lower-content h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding: 21px 30px 0 30px;
  margin-bottom: 22px
}
.feature-block-two .inner-box .lower-content h4:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  left: 30px;
  top: 0
}
.feature-block-two .inner-box .lower-content h4:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 4px;
  left: 38px;
  top: 0
}
.feature-block-two .inner-box .lower-content h4 a {
  display: inline-block;
  color: #252638
}
.feature-block-two .inner-box .lower-content .icon-box {
  position: absolute;
  top: -30px;
  right: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  transform: scale(0, 0);
  transition: all 500ms ease
}
.feature-block-two .inner-box:hover .lower-content .icon-box {
  transform: scale(1, 1)
}
.feature-block-two .inner-box .lower-content .light-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 90px;
  line-height: 90px;
  color: #e6e6ea
}
.feature-block-two .inner-box .lower-content .btn-box {
  position: relative;
  padding: 16px 15px 17px 30px;
  background: #f5f5f6
}
.feature-block-two .inner-box .lower-content .btn-box a {
  display: inline-block;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  line-height: 26px;
  color: #252638;
  font-weight: 700;
  text-transform: uppercase
}
.feature-block-two .inner-box .lower-content .btn-box a i {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 400
}
.history-section {
  position: relative;
  overflow: hidden
}
.history-section .sec-title {
  padding-top: 103px
}
.history-section .sec-title .title-shape {
  margin-bottom: 34px
}
.history-section .inner-box .single-item {
  position: relative;
  margin-bottom: 80px;
  min-height: 340px;
  display: block;
  z-index: 1
}
.history-section .inner-box .single-item:last-child {
  margin-bottom: 0
}
.history-section .inner-box .single-item:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  left: -44px;
  top: 8px;
  border-radius: 50%
}
.history-section .inner-box .single-item:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  left: -52px;
  top: 0;
  background: #fff;
  border: 1px solid #e6e6ea;
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease
}
.history-section .inner-box .single-item:hover:after {
  background: #f18c94;
  border-color: #f18c94;
  box-shadow: 0 0 0 8px #f7bbc0
}
.history-section .inner-box .single-item.style-one {
  padding-left: 420px
}
.history-section .inner-box .single-item.style-two {
  padding-right: 420px
}
.history-section .inner-box .single-item .image-box {
  position: absolute;
  top: 0;
  width: 340px;
  height: 340px;
  border-radius: 50%
}
.history-section .inner-box .single-item .image-box img {
  width: 100%;
  border-radius: 50%
}
.history-section .inner-box .single-item.style-one .image-box {
  left: 0
}
.history-section .inner-box .single-item.style-two .image-box {
  right: 0
}
.history-section .inner-box {
  position: relative;
  padding: 110px 0;
  padding-left: 10px
}
.history-section .inner-box:before {
  position: absolute;
  content: '';
  background: #e6e6ea;
  width: 1px;
  height: 100%;
  left: -30px;
  top: 0
}
.history-section .inner-box:after {
  position: absolute;
  content: '';
  background: #e6e6ea;
  width: 1px;
  height: 100%;
  left: 50%;
  margin-left: 5px;
  top: 0
}
.history-section .inner-box .single-item span {
  position: relative;
  display: block;
  font-size: 100px;
  line-height: 75px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  margin-bottom: 29px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ededf0
}
.history-section .inner-box .single-item.style-one span {
  text-align: right
}
.history-section .inner-box .single-item.style-two span {
  text-align: left
}
.history-section .inner-box .single-item h6 {
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0
}
.history-section .inner-box .single-item h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 16px
}
.history-section .inner-box .single-item.style-one .image-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/arrow-1.png);
  top: 0;
  right: -100px;
  width: 194px;
  height: 56px;
  background-repeat: no-repeat
}
.history-section .inner-box .single-item.style-two .image-box:before {
  position: absolute;
  content: '';
  background: url(../images/icons/arrow-2.png);
  top: 0;
  left: -100px;
  width: 194px;
  height: 56px;
  background-repeat: no-repeat
}
.history-section .image-layer {
  position: absolute;
  left: 0;
  top: 0
}
.about-style-four {
  position: relative
}
.content_block_6 .content-box {
  position: relative;
  display: block
}
.content_block_6 .content-box .text {
  position: relative;
  margin-bottom: 26px
}
.content_block_6 .content-box .left-column, .content_block_6 .content-box .right-column {
  width: 50%
}
.content_block_6 .content-box .left-column .single-item {
  position: relative;
  padding-left: 60px;
  padding-right: 15px;
  margin-bottom: 25px
}
.content_block_6 .content-box .left-column .single-item:before {
  position: absolute;
  content: '';
  top: 7px;
  right: 15px;
  width: 1px;
  height: 40px;
  background: #e6e6ea
}
.content_block_6 .content-box .left-column .single-item:last-child {
  margin-bottom: 0
}
.content_block_6 .content-box .left-column .single-item .icon-box {
  position: absolute;
  left: 0;
  top: 7px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  border-radius: 5px
}
.content_block_6 .content-box .left-column .single-item h6 {
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #696b7e;
  margin-bottom: 1px
}
.content_block_6 .content-box .left-column .single-item h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700
}
.content_block_6 .content-box .right-column .text {
  position: relative;
  display: block;
  padding-left: 15px;
  margin-bottom: 28px
}
.content_block_6 .content-box .right-column .text:last-child {
  margin-bottom: 0
}
.content_block_6 .content-box .sec-title {
  margin-bottom: 34px
}
.content_block_6 .content-box .inner-box {
  position: relative;
  display: block;
  margin-bottom: 42px
}
.content_block_6 .content-box .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Roboto Slab', serif;
  color: #252638;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 38px;
  border: 2px solid #e6e6ea;
  border-radius: 5px
}
.content_block_6 .content-box .btn-box a:hover {
  color: #fff
}
.content_block_7 .content-box {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  padding-left: 285px;
  min-height: 522px;
  margin-top: 7px
}
.content_block_7 .content-box .left-column {
  position: absolute;
  left: 0;
  top: 0;
  width: 285px;
  padding: 55px 30px 42px 30px
}
.content_block_7 .content-box .left-column .inner {
  padding-bottom: 46px;
  margin-bottom: 33px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}
.content_block_7 .content-box .left-column .inner .icon-box {
  position: relative;
  display: inline-block;
  font-size: 80px;
  line-height: 80px;
  color: #fff;
  margin-bottom: 22px
}
.content_block_7 .content-box .inner h6 {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1px
}
.content_block_7 .content-box .inner h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 400
}
.content_block_7 .content-box .left-column .list li {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  padding-left: 22px;
  margin-bottom: 14px
}
.content_block_7 .content-box .left-column .list li:last-child {
  margin-bottom: 0
}
.content_block_7 .content-box .left-column .list li:before {
  position: absolute;
  content: "\f00c";
  font-size: 14px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  left: 0;
  top: 0
}
.content_block_7 .content-box .right-column .image-box {
  position: relative;
  display: block;
  overflow: hidden
}
.content_block_7 .content-box .right-column .image-box img {
  width: 100%
}
.content_block_7 .content-box .right-column .image-box a {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  border-radius: 4px 0 0 0;
  background: #252638
}
.content_block_7 .content-box .right-column .inner {
  position: relative;
  display: block;
  background: #252638;
  padding: 55px 30px 48px 30px
}
.content_block_7 .content-box .right-column .inner .icon-box {
  position: relative;
  display: inline-block;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 21px
}
.service-style-two .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%
}
.service-style-two .owl-nav .owl-prev, .service-style-two .owl-nav .owl-next {
  position: absolute;
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: #fff;
  font-size: 30px;
  color: #8e91a2;
  font-weight: 400;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  transition: all 500ms ease
}
.service-style-two .owl-nav .owl-prev {
  left: -28px
}
.service-style-two .owl-nav .owl-next {
  right: -28px
}
.service-style-two .owl-nav .owl-prev:hover, .service-style-two .owl-nav .owl-next:hover {
  color: #fff
}
.faq-section {
  position: relative
}
.content_block_8 .content-box {
  position: relative;
  display: block
}
.content_block_8 .content-box .text p {
  margin-bottom: 25px
}
.content_block_8 .content-box .text a {
  display: inline-block;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  line-height: 26px;
  color: #252638;
  font-weight: 700;
  text-transform: uppercase
}
.content_block_8 .content-box .text a i {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 400
}
.content_block_8 .content-box .sec-title {
  margin-bottom: 33px
}
.faq-section .accordion-box .block {
  border: 1px solid #e6e6ea;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
  margin-bottom: 20px;
  transition: all 500ms ease
}
.faq-section .accordion-box .block:last-child {
  margin-bottom: 0
}
.faq-section .accordion-box .block.active-block {
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%)
}
.faq-section .accordion-box .block .acc-btn h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  padding-left: 100px
}
.faq-section .accordion-box .block .acc-btn h5 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  font-size: 20px;
  color: #8e91a2;
  text-align: center;
  transition: all 500ms ease
}
.faq-section .accordion-box .block .acc-btn:before {
  position: absolute;
  content: '';
  background: #e6e6ea;
  width: 1px;
  height: 100%;
  left: 70px;
  top: 0
}
.faq-section .accordion-box .block .acc-btn:after {
  position: absolute;
  content: '';
  background: #e6e6ea;
  width: 1px;
  height: 100%;
  right: 70px;
  top: 0
}
.faq-section .accordion-box .block .acc-content {
  border-top: 1px solid #e6e6ea;
  padding: 33px 30px 32px 30px
}
.faq-section .accordion-box .block .acc-content p {
  padding-bottom: 20px
}
.faq-section .accordion-box .block .acc-content h4 {
  padding-bottom: 5px;
  font-weight: 700
}
.faq-section .accordion-box .block .acc-btn {
  padding: 20px 100px 20px 0
}
.faq-section .accordion-box .block .acc-btn .icon-outer {
  right: 0;
  width: 70px;
  text-align: center
}
.faq-section .accordion-box .block .acc-btn.active .icon-outer:after {
  content: "\f00d"
}
.solutions-section.alternat-2 {
  position: relative
}
.solutions-section.alternat-2:before {
  position: absolute;
  content: '';
  background: #252638;
  width: 100%;
  height: 362px;
  left: 0;
  top: 0
}
.solutions-section.alternat-2 .lower-box .bg-layer:before {
  background: #252638;
  opacity: .9
}
.solutions-section.alternat-2 .lower-box .text h3 {
  color: #fff
}
.solutions-section.alternat-2 .lower-box .text p {
  color: #8e91a2
}
.donation-section {
  position: relative
}
.tabs-box .tab {
  position: relative;
  display: none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease
}
.tabs-box .tab.active-tab {
  display: block
}
.tabs-box .tab {
  transform: scale(0.9, 0.9) translateY(0px)
}
.tabs-box .tab.active-tab {
  transform: scale(1) translateY(0px)
}
.content_block_9 .content-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%)
}
.content_block_9 .content-box .image-box {
  position: relative;
  display: block;
  margin-right: 10px
}
.content_block_9 .content-box .image-box:before {
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .1
}
.content_block_9 .content-box .image-box img {
  width: 100%
}
.donation-box {
  position: relative;
  display: block;
  padding: 40px 40px 40px 0
}
.donation-box .tab-btn-box {
  position: relative;
  margin-bottom: 33px
}
.donation-box .tab-btns {
  position: relative;
  display: block;
  background: #f5f5f6;
  padding: 3px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%)
}
.donation-box .tab-btns li {
  position: relative;
  display: inline-block;
  width: 50%;
  float: left;
  text-align: center;
  background: transparent;
  padding: 13px 15px;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Roboto Slab', serif;
  color: #252638;
  font-weight: 700;
  border-radius: 5px;
  cursor: pointer;
  transition: all 500ms ease
}
.donation-box .tab-btns li.active-btn {
  background: #fff
}
.donation-box .donation-form .form-group {
  position: relative;
  margin-bottom: 23px
}
.donation-box .donation-form .form-group:last-child {
  margin-bottom: 0
}
.donation-box .donation-form .form-group label {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Roboto Slab', serif;
  color: #252638;
  font-weight: 500;
  margin-bottom: 12px
}
.donation-box .donation-form .form-group .select-box {
  min-height: 58px
}
.donation-box .donation-form .form-group input[type='text'] {
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  border: 1px solid #e3e3e3;
  font-size: 16px;
  color: #696b7e;
  padding: 10px 20px;
  border-radius: 5px
}
.donation-box .donation-form .form-group button {
  width: 100%;
  margin-top: 7px
}
.content_block_10 .content-box {
  position: relative;
  display: block;
  background: #252638;
  border-radius: 5px;
  overflow: hidden;
  padding: 33px 30px 44px 30px
}
.content_block_10 .content-box .text {
  position: relative;
  display: block;
  margin-bottom: 26px
}
.content_block_10 .content-box .text h3 {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 9px
}
.content_block_10 .content-box .text p {
  color: rgba(255, 255, 255, 0.6)
}
.content_block_10 .content-box .join-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 23px
}
.content_block_10 .content-box .join-form .form-group:last-child {
  margin-bottom: 0;
  padding-top: 10px
}
.content_block_10 .content-box .join-form .form-group label {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Roboto Slab', serif;
  color: #fff;
  font-weight: 500;
  margin-bottom: 12px
}
.content_block_10 .content-box .join-form .form-group input[type='text'], .content_block_10 .content-box .join-form .form-group input[type='email'] {
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  color: rgba(255, 255, 255, 0.6);
  background: transparent;
  transition: all 500ms ease
}
.content_block_10 .content-box .join-form .form-group input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6)
}
.content_block_10 .content-box .join-form .form-group button {
  width: 100%;
  display: block;
  outline: 0
}
.content_block_10 .content-box .join-form .form-group button:before {
  background: #fff;
  outline: 0
}
.content_block_10 .content-box .image-layer {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  outline: 0
}
.sortable-masonry .filters {
  position: relative;
  display: block;
  margin-bottom: 44px
}
.sortable-masonry .filters .filter-btns li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #252638;
  margin: 0 20px;
  cursor: pointer;
  transition: all 500ms ease
}
.portfolio-block-one .inner-box {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px
}
.portfolio-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #252638;
  border-radius: 1px
}
.portfolio-block-one .inner-box .image-box img {
  width: 100%;
  transition: all 500ms ease
}
.portfolio-block-one .inner-box:hover .image-box img {
  opacity: .1;
  transform: scale(1.05)
}
.portfolio-block-one .inner-box .content-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}
.portfolio-block-one .inner-box .content-box .link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}
.portfolio-block-one .inner-box .content-box .link a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(228, 30, 47, 0.5);
  transform: scale(0, 0)
}
.portfolio-block-one .inner-box:hover .content-box .link a {
  transform: scale(1, 1)
}
.portfolio-block-one .inner-box .content-box .text {
  position: absolute;
  left: 0;
  bottom: 22px;
  width: 100%;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease
}
.portfolio-block-one .inner-box:hover .content-box .text {
  bottom: 32px;
  opacity: 1;
  visibility: visible
}
.portfolio-block-one .inner-box .content-box .text p {
  display: block;
  margin-bottom: 0
}
.portfolio-block-one .inner-box .content-box .text h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700
}
.portfolio-block-one h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px
}
.portfolio-block-one h3 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px
}
.portfolio-block-one .inner-box .content-box .text h4 a {
  display: inline-block;
  color: #fff
}
.sortable-masonry .more-btn {
  position: relative;
  display: block;
  margin-top: 20px
}
.portfolio-section .sec-title {
  margin-bottom: 34px
}
.portfolio-block-two .inner-box {
  position: relative;
  display: block;
  margin-bottom: 32px
}
.portfolio-block-two .inner-box .lower-content {
  position: relative;
  padding-top: 12px
}
.portfolio-block-two .inner-box .lower-content h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  transition: all 500ms ease
}
.portfolio-block-two .inner-box:hover .lower-content h4 {
  opacity: 0;
  transform: scale(0, 0)
}
.portfolio-block-two .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #252638;
  border-radius: 5px
}
.portfolio-block-two .inner-box .image-box img {
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease
}
.portfolio-block-two .inner-box:hover .image-box img {
  opacity: .1;
  transform: scale(1.05)
}
.portfolio-block-two .inner-box .overlay-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}
.portfolio-block-two .inner-box .overlay-content .link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7px
}
.portfolio-block-two .inner-box .overlay-content .link a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  transform: scale(0, 0)
}
.portfolio-block-two .inner-box:hover .overlay-content .link a {
  transform: scale(1, 1)
}
.portfolio-block-two .inner-box .overlay-content .link a:before {
  position: absolute;
  content: '';
  width: 90px;
  height: 90px;
  left: -10px;
  top: -10px;
  background: rgba(228, 30, 47, 0.5);
  border-radius: 50%;
  z-index: -1;
  clip-path: polygon(0% 0, 100% 0, 100% 50%, 0% 50%, 0% 0)
}
.portfolio-block-two .inner-box .overlay-content .text {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease
}
.portfolio-block-two .inner-box:hover .overlay-content .text {
  top: 50%;
  opacity: 1;
  visibility: visible
}
.portfolio-block-two .inner-box .overlay-content .text p {
  display: block;
  margin-bottom: 0
}
.portfolio-block-two .inner-box .overlay-content .text h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700
}
.portfolio-block-two .inner-box .overlay-content .text h4 a {
  display: inline-block;
  color: #fff
}
.portfolio-section .pagination-wrapper {
  position: relative;
  display: block;
  margin-top: 10px
}
.portfolio-section.portfolio-3 .portfolio-block-two .inner-box {
  margin-bottom: 30px
}
.faq-page-section {
  position: relative
}
.faq-sidebar {
  position: relative;
  display: block;
  background: #f5f5f6;
  padding: 0 30px;
  border-radius: 5px
}
.faq-sidebar .single-item {
  position: relative;
  display: block;
  padding: 30px 0 24px 0;
  border-bottom: 1px solid #e0e0ea
}
.faq-sidebar .single-item:last-child {
  border-bottom: 0
}
.faq-sidebar .single-item span {
  position: absolute;
  top: 30px;
  right: 0;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-family: 'Roboto Slab', serif;
  color: #8e91a2;
  font-weight: 700;
  transition: all 500ms ease
}
.faq-sidebar .single-item .icon-box {
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  color: #8e91a2;
  margin-bottom: 20px;
  transition: all 500ms ease
}
.faq-sidebar .single-item h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 1px
}
.faq-sidebar .single-item p {
  margin-bottom: 15px
}
.faq-sidebar .single-item a {
  display: inline-block;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  line-height: 26px;
  color: #252638;
  font-weight: 700;
  text-transform: uppercase
}
.faq-sidebar .single-item a i {
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400
}
.faq-page-section .accordion-box {
  position: relative;
  margin-bottom: 71px
}
.faq-page-section .form-inner .text {
  position: relative;
  display: block;
  margin-bottom: 33px
}
.faq-page-section .form-inner .text h3 {
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 4px
}
.faq-page-section .form-inner .question-form .form-group {
  position: relative;
  margin-bottom: 30px
}
.faq-page-section .form-inner .question-form .form-group input[type='text'], .faq-page-section .form-inner .question-form .form-group input[type='email'], .faq-page-section .form-inner .question-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  border: 1px solid #e6e6ea;
  border-radius: 5px;
  font-size: 16px;
  color: #696b7e;
  padding: 10px 20px;
  transition: all 500ms ease
}
.faq-page-section .form-inner .question-form .form-group textarea {
  resize: none;
  height: 234px
}
.faq-page-section .form-inner .question-form .form-group .select-box {
  min-height: 58px
}
.faq-page-section .form-inner .question-form .form-group.message-btn {
  margin: 0
}
.faq-page-section .form-inner .question-form .form-group button {
  display: block;
  width: 100%
}
@keyframes slide {
  from {
    background-position: 0 0
  }
  to {
    background-position: 1920px 0
  }
}
@-webkit-keyframes slide {
  from {
    background-position: 0 0
  }
  to {
    background-position: 1920px 0
  }
}
.coming-soon {
  position: relative;
  width: 100%;
  padding-bottom: 110px
}
.coming-soon .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: cover;
  animation: slide 60s linear infinite;
  -webkit-animation: slide 60s linear infinite
}
.coming-soon .timer {
  position: relative;
  text-align: center;
  margin-bottom: 33px
}
.coming-soon .cs-countdown .count-col {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 50px
}
.coming-soon .cs-countdown .count-col:before {
  position: absolute;
  content: '';
  background: #8e91a2;
  width: 10px;
  height: 10px;
  top: 16px;
  right: 0
}
.coming-soon .cs-countdown .count-col:after {
  position: absolute;
  content: '';
  background: #8e91a2;
  width: 10px;
  height: 10px;
  bottom: 50px;
  right: 0
}
.coming-soon .cs-countdown .count-col:last-child:before, .coming-soon .cs-countdown .count-col:last-child:after {
  display: none
}
.coming-soon .cs-countdown .count-col span {
  position: relative;
  display: block;
  font-size: 72px;
  color: #252638;
  line-height: 70px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px
}
.coming-soon .cs-countdown .count-col h6 {
  position: relative;
  font-size: 16px;
  color: #696b7e;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Merriweather Sans", sans-serif
}
.coming-soon .upper-box {
  position: relative;
  padding: 50px 50px 0 50px
}
.coming-soon .content-box h3 {
  display: block;
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1px
}
.coming-soon .content-box h2 {
  display: block;
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px
}
.coming-soon .content-box p {
  display: block;
  margin-bottom: 37px
}
.coming-soon .content-box .theme-btn {
  padding: 16.5px 45px
}
.subscribe-section {
  position: relative;
  padding: 45px 0 40px 0
}
.subscribe-section .text h3 {
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0
}
.subscribe-section .text p {
  color: #fff
}
.subscribe-section .subscribe-form .form-group {
  position: relative;
  margin: 0;
  padding-right: 160px;
  border-radius: 5px;
  overflow: hidden
}
.subscribe-section .subscribe-form .form-group input[type='email'] {
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  background: #fff;
  font-size: 16px;
  color: #616373;
  padding: 10px 20px;
  transition: all 500ms ease
}
.subscribe-section .subscribe-form .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background: #252638;
  cursor: pointer;
  transition: all 500ms ease
}
.main-header.style-one .header-lower {
  box-shadow: 0 10px 10px 0 rgb(0 0 0 / 4%)
}
.error-section {
  position: relative;
  padding: 100px 0 110px 0
}
.error-section .inner-box .image-box {
  position: relative;
  margin-bottom: 29px
}
.error-section .inner-box h2 {
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 12px
}
.error-section .inner-box p {
  display: block;
  margin-bottom: 33px
}
.about-department {
  position: relative
}
.content_block_11 .content-box {
  position: relative;
  display: block;
  border-radius: 5px;
  background: #252638;
  padding: 53px 50px 60px 60px
}
.content_block_11 .content-box .sec-title {
  margin-bottom: 36px
}
.content_block_11 .content-box .text {
  position: relative;
  display: block;
  margin-bottom: 33px
}
.content_block_11 .content-box .text p {
  color: #8e91a2
}
.content_block_11 .content-box .inner-box .btn-box {
  position: relative;
  margin-right: 20px
}
.content_block_11 .content-box .inner-box .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Roboto Slab', serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 38px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  z-index: 1
}
.content_block_11 .content-box .inner-box .support-box {
  position: relative;
  padding: 0 0 0 75px
}
.content_block_11 .content-box .inner-box .support-box i {
  position: absolute;
  left: 0;
  top: 0;
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  border-radius: 50%
}
.content_block_11 .content-box .inner-box .support-box h5 {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2px
}
.content_block_11 .content-box .inner-box .support-box p {
  color: #8e91a2
}
.content_block_11 .content-box .inner-box .support-box a {
  color: #8e91a2
}
.content_block_11 .content-box .inner-box .support-box a:hover {
  color: #fff
}
.about-department .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px
}
.about-department .image-box img {
  width: 100%;
  border-radius: 5px
}
.about-department .image-box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .3);
  content: '';
  -webkit-transition: -webkit-transform .9s;
  transition: transform .9s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}
.about-department .image-box:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}
.explore-style-two.departments-page {
  position: relative;
  padding-bottom: 60px
}
.explore-style-two.departments-page:before {
  position: absolute;
  content: '';
  background: #f5f5f6;
  width: 100%;
  height: 370px;
  left: 0;
  top: 0
}
.explore-style-two.departments-page .explore-block-two .inner-box {
  margin-bottom: 60px
}
.department-details {
  position: relative;
  padding-top: 100px
}
.padd-50-100 {
  padding-top: 0 !important;
  padding-bottom: 50px !important
}
.department-details-content {
  position: relative;
  display: block;
  overflow: hidden
}
.department-details-content .upper-image {
  position: relative;
  display: block;
  padding: 19px;
  border: 1px solid #dcdce5;
  border-radius: 5px;
  margin-bottom: 41px
}
.department-details-content .upper-image .image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 50px 0 rgb(0 0 0 / 5%)
}
.department-details-content .upper-image .image img {
  width: 100%;
  border-radius: 5px
}
.department-details-content .text {
  position: relative;
  display: block;
  margin-bottom: 33px
}
.department-details-content h3 {
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 14px
}
.department-details-content .discription-box .single-item {
  position: relative;
  display: block;
  border: 0 solid #e0e0ea;
  border-radius: 5px;
  padding: 36px 24px 22px 24px
}
.department-details-content .discription-box .single-item .image-box {
  position: relative;
  display: inline-block;
  width: 100%
}
.department-details-content .discription-box .single-item .image-box img {
  width: 100%
}
.border-5 {
  border-bottom: 5px solid #f5f5f6
}
.flex-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}
.bg-flex {
  background-color: #e41e2f
}
.flex-container p, .flex-container h4 {
  color: #fff
}
.flex-container p {
  font-size: 14px !important
}
.flex-container hr {
  border-top: 1px solid rgba(255, 255, 255, .5);
  width: 100%
}
.flex-item {
  text-align: center
}
.department-details-content .discription-box .single-item h5 {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-align: center
}
.department-details-content .discription-box .single-item .overlay-content {
  position: absolute;
  left: -30px;
  top: -10px;
  background: #fff;
  width: calc(100%+60px);
  height: calc(100%+20px);
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  opacity: 0;
  transform: scale(0, 0);
  visibility: hidden;
  transition: all 500ms ease
}
.department-details-content .discription-box .single-item:hover .overlay-content {
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible
}
.department-details-content .discription-box .single-item .overlay-content .image-box {
  margin-bottom: 19px
}
.department-details-content .discription-box .single-item .overlay-content .image-box:before {
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%, 0% 0)
}
.department-details-content .discription-box .owl-carousel .owl-stage-outer {
  overflow: visible
}
.department-details-content .discription-box .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0
}
.department-details-content .discription-box .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1
}
.department-details-content .owl-dots {
  margin-top: 24px
}
.department-details-content .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #dcdcdc;
  margin: 0 5px;
  cursor: pointer;
  transition: all 500ms ease
}
.department-details-content .owl-theme button {
  background: transparent
}
.department-details-content .discription-box {
  position: relative;
  margin-bottom: 63px
}
.department-details-content .highlights-box .image-box {
  position: relative;
  display: inline-block;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  margin-top: 9px
}
.department-details-content .highlights-box .image-box img {
  width: 100%;
  border-radius: 50%
}
.department-details-content .highlights-box .image-box .icon-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 60px;
  color: #fff;
  text-align: center;
  border-radius: 50%
}
.department-details-content .highlights-box .text {
  position: relative;
  margin: 0
}
.department-details-content .highlights-box .text p {
  margin-bottom: 18px
}
.department-details-content .highlights-box .text .list li {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 31px
}
.department-details-content .highlights-box .text .list li:last-child {
  margin-bottom: 0
}
.department-details-content .highlights-box .text .list li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #8e91a2
}
.department-details-content .highlights-box .text .list {
  position: relative;
  margin-bottom: 27px
}
.department-details-content .highlights-box .text a {
  display: inline-block;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  line-height: 26px;
  color: #252638;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 30px
}
.department-details-content .highlights-box .text a i {
  margin-left: 6px;
  font-size: 12px;
  font-weight: 400
}
.department-details-content .highlights-box .owl-nav {
  position: absolute;
  left: 40%;
  transform: translateX(-50%);
  bottom: 7px
}
.department-details-content .highlights-box .owl-nav .owl-prev, .department-details-content .highlights-box .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: #fff;
  font-size: 30px;
  color: #8e91a2;
  font-weight: 400;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  transition: all 500ms ease
}
.department-details-content .highlights-box .owl-nav .owl-prev {
  margin-right: 10px
}
.department-details-content .highlights-box {
  position: relative;
  margin-bottom: 64px
}
.department-details-content .download-box h3 {
  margin-bottom: 20px
}
.department-details-content .download-box .download-list {
  position: relative;
  display: block;
  border: 1px solid #e0e0ea;
  border-radius: 5px;
  overflow: hidden;
  min-height: 102px
}
.department-details-content .download-box .download-list li {
  position: relative;
  display: block;
  padding: 39px 180px 14px 160px;
  border-bottom: 1px solid #e0e0ea
}
.department-details-content .download-box .download-list li:last-child {
  border-bottom: 0
}
.department-details-content .download-box .download-list li .icon-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  line-height: 97px;
  border-left: 5px solid red;
  text-align: center
}
.department-details-content .download-box .download-list li .icon-box:before {
  position: absolute;
  content: '';
  background: #e0e0ea;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0
}
.department-details-content .download-box .download-list li h5 {
  display: block;
  font-size: 20px;
  line-height: 26px;
  color: #252638;
  font-weight: 500
}
@media only screen and (max-width:991px) {
  .department-details-content .download-box .download-list li h5 {
    padding-left: 120px
  }
}
.department-details-content .download-box .download-list li span {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Roboto Slab', serif;
  color: #696b7e
}
.department-details-content .download-box .download-list li a {
  position: absolute;
  top: 35px;
  right: 30px;
  font-size: 12px;
  line-height: 26px;
  font-family: 'Roboto Slab', serif;
  color: #252638;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
  z-index: 1
}
.department-details-content .download-box .download-list li a:hover {
  color: #fff;
  box-shadow: none
}
.department-sidebar {
  position: relative;
  display: block
}
.department-sidebar .sidebar-banner {
  position: relative;
  width: 100%;
  padding: 58px 30px 93px 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px 5px 0 0;
  overflow: hidden
}
.department-sidebar .sidebar-banner:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  opacity: .8
}
.department-sidebar .sidebar-banner .icon-box {
  position: relative;
  display: inline-block;
  width: 74px;
  height: 74px;
  line-height: 74px;
  background: #fff;
  text-align: center;
  font-size: 50px;
  border-radius: 50%;
  margin-bottom: 21px;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5)
}
.department-sidebar .sidebar-banner h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 22px
}
.department-sidebar .sidebar-banner a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Roboto Slab', serif;
  color: #252638;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding: 16px 34px;
  z-index: 1
}
.department-sidebar .sidebar-banner a:hover {
  background: #252638;
  color: #fff
}
.department-sidebar .sidebar-category {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
  padding: 0 30px 40px 30px;
  margin-bottom: 40px
}
.department-sidebar .sidebar-category .inner-box {
  position: relative
}
.department-sidebar .sidebar-category .inner-box:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 43px;
  left: 0;
  top: -43px;
  border-radius: 5px 5px 0 0
}
.department-sidebar .widget-title {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 20px
}
.department-sidebar .widget-title h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 12px
}
.department-sidebar .widget-title .title-shape {
  position: relative;
  width: 50px;
  height: 4px;
  margin: 0 auto
}
.department-sidebar .widget-title .title-shape:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  left: -8px;
  top: 0
}
.department-sidebar .widget-title .title-shape:after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  right: -8px;
  top: 0
}
.department-sidebar .sidebar-category .category-list li {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #e6e6ea;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 0 0 0 80px;
  overflow: hidden
}
.department-sidebar .sidebar-category .category-list li:before {
  position: absolute;
  content: '';
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  opacity: 0;
  transition: all 500ms ease
}
.department-sidebar .sidebar-category .category-list li:hover:before, .department-sidebar .sidebar-category .category-list li.current:before {
  width: 100%;
  opacity: 1
}
.department-sidebar .sidebar-category .category-list li:last-child {
  margin-bottom: 0
}
.department-sidebar .sidebar-category .category-list li h5 {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700
}
.department-sidebar .sidebar-category .category-list li h5 a {
  position: relative;
  display: block;
  color: #252638;
  padding: 16px 20px 18px 0
}
.department-sidebar .sidebar-category .category-list li .icon-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 62px;
  height: 62px;
  line-height: 62px;
  background: #f5f5f6;
  text-align: center;
  font-size: 40px;
  border-right: 1px solid #e6e6ea;
  transition: all 500ms ease
}
.department-sidebar .sidebar-category .category-list li:hover .icon-box, .department-sidebar .sidebar-category .category-list li.current .icon-box {
  color: #fff
}
.department-sidebar .sidebar-category .widget-title {
  top: -10px
}
.department-sidebar .sidebar-contact {
  position: relative;
  display: block;
  background: #252638;
  border-radius: 5px;
  padding: 33px 30px 40px 30px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%)
}
.department-sidebar .sidebar-contact .widget-title h3 {
  color: #fff;
  margin-bottom: 1px
}
.department-sidebar .sidebar-contact .widget-title p {
  color: #8e91a2;
  margin-bottom: 13px
}
.department-sidebar .sidebar-contact .widget-title {
  margin-bottom: 30px
}
.department-sidebar .sidebar-contact .info-list {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 10px 20px
}
.department-sidebar .sidebar-contact .info-list li {
  position: relative;
  display: block;
  padding: 16px 10px 20px 63px;
  border-bottom: 1px solid #e6e6ea
}
.department-sidebar .sidebar-contact .info-list li:last-child {
  border-bottom: 0
}
.department-sidebar .sidebar-contact .info-list li .icon-box {
  position: absolute;
  left: 0;
  top: 20px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #e6e6ea;
  border-radius: 50%;
  text-align: center;
  font-size: 30px
}
.department-sidebar .sidebar-contact .info-list li h5 {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0
}
.department-sidebar .sidebar-contact .info-list li p {
  display: block
}
.department-sidebar .sidebar-contact .info-list li a {
  display: inline-block;
  color: #696b7e
}
.events-grid {
  position: relative
}
.events-grid .schedule-block-one .inner-box {
  margin-bottom: 40px
}
.events-grid .pagination-wrapper {
  position: relative;
  margin-top: 10px
}
.events-list {
  position: relative
}
#ui-datepicker-div.ui-widget-content {
  background: transparent;
  color: #252525;
  font-size: 14px;
  border-radius: 0;
  width: 270px;
  padding: 0;
  border: none !important
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: #151515 none repeat scroll 0 0;
  border: 2px solid #252525;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
  position: relative
}
.ui-datepicker td a {
  color: #000 !important;
  text-align: center;
  background-image: none !important;
  background: #f5f5f5 !important;
  border: 1px solid #f9f9f9 !important
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #333 !important;
  background: #333 !important;
  color: #fff !important
}
.ui-datepicker .ui-datepicker-prev {
  left: 5px
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  border-radius: 30%;
  height: 20px;
  position: absolute;
  top: 7px;
  width: 20px;
  background: #fff;
  transition: all 500ms ease;
  cursor: pointer
}
.ui-datepicker .ui-datepicker-next {
  right: 5px
}
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
  top: 7px;
  border: 0
}
.ui-datepicker table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 0 0 .4em;
  width: 100%;
  z-index: 99999999;
  background: #fff
}
.ui-datepicker th {
  border: medium none;
  font-weight: 600;
  padding: 2px 3px;
  text-align: center
}
.ui-datepicker-calendar .ui-state-default:hover, .ui-datepicker-calendar .ui-state-default:active {
  background: #43c3ea;
  color: #fff;
  border-color: #43c3ea
}
.events-list .filter-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
  padding: 18px 170px 17px 0;
  margin-bottom: 50px
}
.events-list .filter-box .form-group {
  position: relative;
  float: left;
  width: 33.333%;
  margin: 0
}
.events-list .filter-box .search-btn {
  position: absolute;
  top: 0;
  right: 0
}
.events-list .filter-box .search-btn button {
  position: relative;
  display: inline-block;
  width: 170px;
  padding: 22px 15px;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Roboto Slab', serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  z-index: 1;
  transition: all 500ms ease
}
.events-list .filter-box .nice-select {
  height: 35px;
  line-height: 35px;
  border: none !important;
  padding: 0 30px;
  color: #696b7e
}
.events-list .filter-box .nice-select:after {
  top: 0;
  right: 30px
}
.events-list .filter-box .form-group i {
  position: absolute;
  top: 0;
  right: 20px;
  color: #8e91a2;
  font-size: 16px;
  z-index: 1
}
.events-list .filter-box .form-group input[type='text'] {
  position: relative;
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 0 30px;
  color: #696b7e
}
.events-list .filter-box .form-group .select-box {
  position: relative;
  width: 100%;
  min-height: 35px;
  border-right: 1px solid #e6e6ea
}
.schedule-block-three .inner-box {
  position: relative;
  display: block;
  border: 1px solid #e6e6ea;
  border-radius: 5px;
  padding: 30px 30px;
  margin-bottom: 40px;
  background: #fff;
  transition: all 500ms ease
}
.schedule-block-three .inner-box img {
  position: relative
}
.schedule-block-three .inner-box:hover {
  background: #252638
}
.schedule-block-three .inner-box .inner {
  position: relative
}
.schedule-block-three .inner-box .schedule-date {
  position: absolute;
  left: 0;
  top: 0;
  width: 330px;
  background: #fff;
  border-radius: 5px
}
.schedule-block-three .inner-box .schedule-date h2 {
  position: relative;
  display: block;
  background: #f2f2f2;
  padding: 12px 20px 8px 30px;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  border-radius: 5px 5px 0 0
}
.schedule-block-three .inner-box .schedule-date h2 .year {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #696b7e
}
.schedule-block-three .inner-box .schedule-date h2 .symple {
  position: absolute;
  left: 90px;
  top: 0;
  font-size: 16px
}
.schedule-block-three .inner-box .schedule-date .list {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 5%);
  padding: 15px 20px 16px 30px;
  border-radius: 0 0 5px 5px
}
.schedule-block-three .inner-box .schedule-date .list li {
  position: relative;
  display: block;
  font-size: 14px;
  color: #696b7e;
  padding-left: 25px;
  margin-bottom: 7px
}
.schedule-block-three .inner-box .schedule-date .list li:last-child {
  margin-bottom: 0
}
.schedule-block-three .inner-box .schedule-date .list li i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px
}
.schedule-block-three .inner-box .text .category {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  padding: 2px 7px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 16px
}
.schedule-block-three .inner-box .text .category i {
  margin-right: 6px;
  font-size: 14px
}
.schedule-block-three .inner-box .text h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 6px
}
.schedule-block-three .inner-box .text h3 a {
  display: inline-block;
  color: #252638
}
.schedule-block-three .inner-box:hover .text h3 a {
  color: #fff
}
.schedule-block-three .inner-box .text p {
  margin-bottom: 19px;
  transition: all 500ms ease
}
.schedule-block-three .inner-box:hover .text p {
  color: #8e91a2
}
.schedule-block-three .inner-box .text .link a {
  display: inline-block;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  line-height: 26px;
  color: #252638;
  font-weight: 700;
  text-transform: uppercase
}
.schedule-block-three .inner-box .text .link a i {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 400
}
.events-list .pagination-wrapper {
  position: relative;
  padding-top: 10px
}
.events-list .filter-box .search-btn button:hover {
  background: #252638
}
.page-title.style-two {
  padding: 150px 0 162px 0
}
.page-title.style-two .title {
  margin-bottom: 0
}
.page-title.style-two .title h1 {
  font-size: 40px;
  line-height: 48px
}
.page-title.style-two .title .category {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  padding: 2px 7px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 19px
}
.page-title.style-two .title .category i {
  margin-right: 6px;
  font-size: 14px
}
.event-details {
  position: relative
}
.event-details .event-info {
  position: relative;
  margin-top: -62px;
  z-index: 1
}
.event-details .event-info .single-item {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%)
}
.event-details .event-info .single-item h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  padding: 16px 20px
}
.event-details .event-info .single-item .icon-box {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 64px;
  line-height: 60px;
  color: rgba(0, 0, 0, 0.1);
  z-index: 2
}
.event-details .event-info .single-item .list {
  position: relative;
  display: block;
  padding: 18px 20px 23px 20px
}
.event-details .event-info .single-item .list li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #696b7e;
  padding-left: 25px;
  margin-bottom: 5px
}
.event-details .event-info .single-item .list li i {
  position: absolute;
  left: 0;
  top: 1px
}
.event-details .event-info .single-item .list li a {
  display: inline-block;
  color: #696b7e
}
.event-details .overview-box {
  position: relative;
  display: block;
  padding: 110px 0
}
.group-title {
  position: relative;
  display: block;
  margin-bottom: 24px
}
.group-title h3 {
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 10px
}
.group-title .title-shape {
  position: relative;
  width: 50px;
  height: 4px;
  margin-left: 8px
}
.group-title .title-shape:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  left: -8px;
  top: 0
}
.event-details .overview-box .image-box {
  position: relative;
  margin: 0 10px;
  padding-right: 20px
}
.event-details .overview-box .image-box .image {
  position: relative;
  display: block;
  border-radius: 5px
}
.event-details .overview-box .image-box img {
  width: 100%;
  border-radius: 5px
}
.event-details .overview-box .image-box .image-column {
  padding: 0 5px
}
.event-details .overview-box .text {
  position: relative;
  margin-top: -9px
}
.event-details .overview-box .text p {
  margin-bottom: 17px
}
.event-details .overview-box .text .theme-btn {
  margin-top: 16px
}
.event-details .purpose-box .upper-box {
  position: relative;
  display: block;
  margin-bottom: 33px;
  margin-top: -8px
}
.event-details .purpose-box .accordion-box .block .acc-btn {
  border: 1px solid #e6e6ea;
  border-radius: 5px;
  padding: 15px 15px 15px 20px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%)
}
.event-details .purpose-box .accordion-box .block .acc-btn h5 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  padding-left: 36px
}
.event-details .purpose-box .accordion-box .block .acc-btn h5 i {
  position: absolute;
  left: 0;
  top: 0;
  color: #8e91a2;
  transition: all 500ms ease
}
.event-details .purpose-box .accordion-box .block {
  margin-bottom: 20px;
  border-bottom: 0
}
.event-details .purpose-box .accordion-box .block:last-child {
  margin-bottom: 0
}
.event-details .purpose-box .accordion-box .block .acc-content {
  padding: 24px 20px 3px 20px
}
.event-details .map-inner {
  position: relative;
  width: 100%
}
.event-details .map-inner #contact-google-map {
  position: relative;
  width: 100%;
  height: 480px;
  border-radius: 5px
}
.event-details .purpose-box .form-inner {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #e6e6ea;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 6%);
  padding: 30px 20px
}
.event-details .purpose-box .form-inner .form-group {
  position: relative;
  margin-bottom: 20px
}
.event-details .purpose-box .form-inner .form-group:last-child {
  margin-bottom: 0
}
.event-details .purpose-box .form-inner .form-group input[type='text'], .event-details .purpose-box .form-inner .form-group input[type='email'], .event-details .purpose-box .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  color: #696b7e;
  transition: all 500ms ease
}
.event-details .purpose-box .form-inner .form-group textarea {
  resize: none;
  height: 106px
}
.event-details .purpose-box {
  padding-bottom: 110px;
  border-bottom: 1px solid #e6e6ea
}
.event-details .social-box {
  position: relative;
  padding-top: 32px
}
.event-details .social-box h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 17px
}
.event-details .social-box .social-links li {
  position: relative;
  display: inline-block;
  margin: 0 3.5px
}
.event-details .social-box .social-links li a {
  position: relative;
  display: inline-block;
  width: 140px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  padding: 12px 15px;
  border-radius: 5px
}
.event-details .social-box .social-links li a i {
  margin-right: 10px
}
.recent-events .schedule-block-three:last-child .inner-box {
  margin-bottom: 0
}
.recent-events .group-title {
  margin-bottom: 40px
}
.blog-grid .news-block-one .inner-box {
  margin-bottom: 50px
}
.sidebar-page-container {
  position: relative
}
.news-block-three .inner-box {
  position: relative;
  display: block;
  padding: 20px 20px;
  border: 1px solid #e1e1e5;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 50px;
  transition: all 500ms ease
}
.news-block-three .inner-box:hover {
  border-color: #fff;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%)
}
.news-block-three .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px
}
.news-block-three .inner-box .image-box:before {
  position: absolute;
  content: '';
  background: #252638;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease
}
.news-block-three .inner-box:hover .image-box:before {
  opacity: .5
}
.news-block-three .inner-box .image-box img {
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease
}
.news-block-three .inner-box:hover .image-box img {
  transform: scale(1.02)
}
.news-block-three .inner-box .image-box a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: #fff;
  z-index: 2
}
.news-block-three .inner-box .post-date {
  position: absolute;
  top: -1px;
  right: -1px
}
.news-block-three .inner-box .post-date h3 {
  position: relative;
  display: inline-block;
  width: 64px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding: 11px 0 5px 0;
  text-align: center;
  border-radius: 0 4px 0 4px;
  line-height: 24px;
  z-index: 2
}
.news-block-three .inner-box .post-date h3 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase
}
.news-block-three .inner-box .lower-content {
  position: relative;
  padding: 36px 20px 20px 20px
}
.news-block-three .inner-box .lower-content .category {
  position: absolute;
  left: 20px;
  top: -15px;
  z-index: 2
}
.news-block-three .inner-box .lower-content .category a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 3px 12.5px
}
.news-block-three .inner-box .lower-content .category a i {
  margin-right: 7px
}
.news-block-three .inner-box .lower-content .category a:hover {
  background: #252638
}
.news-block-three .inner-box .lower-content h3 {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 14px
}
.news-block-three .inner-box .lower-content h3 a {
  display: inline-block;
  color: #252638
}
.news-block-three .inner-box .lower-content .post-info li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 26px;
  padding-left: 22px;
  font-size: 16px;
  color: #696b7e
}
.news-block-three .inner-box .lower-content .post-info li:last-child {
  margin: 0 !important
}
.news-block-three .inner-box .lower-content .post-info li a {
  display: inline-block;
  color: #696b7e
}
.news-block-three .inner-box .lower-content .post-info li i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 14px
}
.news-block-three .inner-box .lower-content .post-info {
  position: relative;
  display: block;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e6ea;
  margin-bottom: 24px
}
.news-block-three .inner-box .lower-content .post-info li:before {
  position: absolute;
  content: '';
  background: #d6d6da;
  width: 1px;
  height: 14px;
  top: 6px;
  right: -13px
}
.news-block-three .inner-box .lower-content .post-info li:last-child:before {
  display: none
}
.news-block-three .inner-box .lower-content p {
  position: relative;
  display: block;
  margin-bottom: 33px
}
.news-block-three .inner-box .lower-content .btn-box a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Roboto Slab', serif;
  color: #252638;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #e6e6ea;
  border-radius: 4px;
  padding: 14px 38px
}
.news-block-three .inner-box .lower-content .btn-box a:hover {
  color: #fff
}
.news-block-three .inner-box .lower-content .share-option {
  position: absolute;
  right: 20px;
  bottom: 17px
}
.news-block-three .inner-box .lower-content .share-option .share-icon {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  background: #f5f5f6;
  border: 1px solid #f5f5f6;
  border-radius: 5px;
  font-size: 20px;
  color: #9295a6;
  text-align: center
}
.news-block-three .inner-box .lower-content .share-option:hover .share-icon {
  background: #fff
}
.news-block-three .inner-box .lower-content .share-option h6 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 58px;
  font-weight: 700;
  margin-right: 10px;
  transition: all 500ms ease
}
.news-block-three .inner-box .lower-content .share-option:hover h6 {
  opacity: 0
}
.news-block-three .inner-box .lower-content .share-option .social-links {
  position: absolute;
  top: 0;
  right: 68px;
  width: 180px;
  height: 58px;
  border: 1px solid #e6e6ea;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  transform: scaleX(0);
  transform-origin: right center;
  transition: all 500ms ease
}
.news-block-three .inner-box .lower-content .share-option:hover .social-links {
  transform: scaleX(1)
}
.news-block-three .inner-box .lower-content .share-option .social-links li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin: 0 12px;
  line-height: 58px
}
.news-block-three .inner-box .lower-content .share-option .social-links li:before {
  position: absolute;
  content: '';
  background: #e6e6ea;
  width: 1px;
  height: 24px;
  top: 16px;
  right: -13px
}
.news-block-three .inner-box .lower-content .share-option .social-links li:last-child:before {
  display: none
}
.news-block-three .inner-box .lower-content .share-option .social-links li a {
  display: inline-block;
  color: #8e91a2
}
.blog-sidebar {
  position: relative;
  display: block
}
.blog-sidebar .search-widget .search-form .form-group {
  position: relative;
  margin: 0
}
.blog-sidebar .search-widget .search-form .form-group input[type='search'] {
  position: relative;
  display: block;
  width: 100%;
  height: 64px;
  background: #fff;
  border: 1px solid #e6e6ea;
  border-radius: 5px;
  font-size: 16px;
  color: #696b7e;
  padding: 10px 70px 10px 30px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
  transition: all 500ms ease
}
.blog-sidebar .search-widget .search-form .form-group button {
  position: absolute;
  top: 20px;
  right: 29px;
  font-size: 20px;
  color: #989aaa;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  transition: all 500ms ease
}
.blog-sidebar .search-widget {
  position: relative;
  margin-bottom: 44px
}
.blog-sidebar .sidebar-widget {
  margin-bottom: 44px
}
.blog-sidebar .sidebar-widget .widget-content {
  position: relative;
  background: #fff;
  border: 1px solid #e6e6ea;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
  padding: 11px 30px 14px 30px
}
.blog-sidebar .sidebar-widget:last-child {
  margin-bottom: 0
}
.blog-sidebar .widget-title {
  position: relative;
  display: block;
  margin-bottom: 22px;
  padding-left: 68px
}
.blog-sidebar .widget-title:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  left: 0;
  top: 15px
}
.blog-sidebar .widget-title:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 4px;
  left: 8px;
  top: 15px
}
.blog-sidebar .widget-title h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700
}
.blog-sidebar .category-widget .category-list li {
  position: relative;
  display: block;
  padding: 12px 0 11px 0;
  border-bottom: 1px solid #e6e6ea;
  color: red !important
}
.blog-sidebar .category-widget .category-list .current a {
  color: red !important
}
.blog-sidebar .category-widget .category-list .current i {
  color: red !important
}
.blog-sidebar .category-widget .category-list li:last-child {
  border-bottom: 0
}
.blog-sidebar .category-widget .category-list li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #696b7e;
  padding-left: 28px
}
.blog-sidebar .category-widget .category-list li a span {
  float: right
}
.blog-sidebar .category-widget .category-list li a:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  left: 0;
  top: 6px;
  border: 1px solid #8e91a2;
  background: #fff;
  border-radius: 50%;
  transition: all 500ms ease
}
.blog-sidebar .category-widget .category-list li a:after {
  position: absolute;
  content: '';
  background: #8e91a2;
  width: 4px;
  height: 4px;
  left: 5px;
  top: 11px;
  border-radius: 50%;
  transition: all 500ms ease
}
.blog-sidebar .category-widget .category-list li a:hover:after {
  background: #fff
}
.blog-sidebar .post-widget .post {
  position: relative;
  padding-left: 90px;
  padding-bottom: 27px;
  margin-bottom: 24px;
  min-height: 107px;
  border-bottom: 1px solid #e6e6ea
}
.blog-sidebar .post-widget .post:last-child {
  margin-bottom: 0;
  border-bottom: 0
}
.blog-sidebar .post-widget .post .post-thumb {
  position: absolute;
  left: 0;
  top: 6px;
  width: 70px;
  height: 70px;
  border-radius: 5px
}
.blog-sidebar .post-widget .post .post-thumb img {
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease
}
.blog-sidebar .post-widget .post:hover .post-thumb img {
  opacity: .5
}
.blog-sidebar .post-widget .post h6 {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 5px
}
.blog-sidebar .post-widget .post h6 a {
  display: inline-block;
  color: #252638
}
.blog-sidebar .post-widget .post p i {
  margin-right: 8px
}
.blog-sidebar .post-widget .widget-content {
  padding: 23px 30px 0 30px
}
.blog-sidebar .archives-widget .select-box {
  position: relative;
  min-height: 60px
}
.blog-sidebar .archives-widget .widget-content {
  padding: 30px 30px
}
.blog-sidebar .archives-widget .select-box .icon-box {
  position: absolute;
  left: 21px;
  top: 17px;
  color: #696b7e;
  font-size: 14px;
  z-index: 1
}
.blog-sidebar .archives-widget .nice-select {
  height: 60px;
  line-height: 60px;
  background: #f5f5f6;
  border: 1px solid #e6e6ea !important;
  border-radius: 5px;
  font-size: 16px;
  color: #757788;
  padding: 0 30px 0 42px
}
.blog-sidebar .tags-widget .tags-list li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px
}
.blog-sidebar .tags-widget .tags-list li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  background: #f5f5f6;
  color: #696b7e;
  border-radius: 4px;
  border: 1px solid #e6e6ea;
  padding: 4px 7px;
  text-align: center
}
.blog-sidebar .tags-widget .tags-list li a:hover {
  color: #fff
}
.blog-sidebar .tags-widget .widget-content {
  padding: 30px 30px 20px 30px
}
.page-title .lower-box {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 70px
}
.page-title.blog-page {
  padding-bottom: 0
}
.page-title .lower-box .left-column {
  position: relative;
  padding: 21px 0 23px 100px
}
.page-title .lower-box .left-column .post-date {
  position: absolute;
  left: 0;
  top: 0
}
.page-title .lower-box .left-column .post-date h3 {
  position: relative;
  display: inline-block;
  width: 70px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding: 14px 0 8px 0;
  text-align: center;
  line-height: 24px;
  z-index: 2
}
.page-title .lower-box .left-column .post-date h3 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase
}
.page-title .lower-box .left-column .post-info li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 26px;
  padding-left: 22px;
  font-size: 16px;
  color: #fff
}
.page-title .lower-box .left-column .post-info li:last-child {
  margin: 0 !important
}
.page-title .lower-box .left-column .post-info li:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 14px;
  top: 6px;
  right: -13px
}
.page-title .lower-box .left-column .post-info li:last-child:before {
  display: none
}
.page-title .lower-box .left-column .post-info li i {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 14px
}
.page-title .lower-box .left-column .post-info li a {
  display: inline-block;
  color: #fff
}
.page-title .lower-box .right-column {
  position: relative;
  padding: 22px 0 20px 0
}
.page-title .lower-box .right-column .share-box a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Roboto Slab', serif;
  color: #fff;
  font-weight: 700
}
.page-title .lower-box .right-column .share-box a i {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  margin-left: 10px
}
.page-title .lower-box .post-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}
.blog-details-content {
  position: relative;
  display: block
}
.blog-details-content h3 {
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 24px
}
.blog-details-content .text h3 {
  padding-top: 17px
}
.blog-details-content .text p {
  position: relative;
  margin-bottom: 27px
}
.blog-details-content .inner-box .image-box {
  position: relative;
  display: block;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #e1e1e5
}
.blog-details-content .inner-box .image-box img {
  width: 100%;
  border-radius: 5px
}
.blog-details-content .inner-box .points-block .single-item {
  position: relative;
  display: block;
  background: #fff;
  padding: 16px 20px 18px 20px;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
  margin-bottom: 20px
}
.blog-details-content .inner-box .points-block .single-item p {
  position: relative;
  font-size: 16px;
  padding-left: 35px
}
.blog-details-content .inner-box .points-block .single-item p i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #8e91a2
}
.blog-details-content .inner-box .points-block {
  position: relative;
  padding: 6px 0 16px 0
}
.blog-details-content .inner-box blockquote {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 33px 90px 31px 50px;
  margin: 53px 10px 34px 0;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%)
}
.blog-details-content .inner-box blockquote:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 10px;
  bottom: 10px;
  border-radius: 5px;
  z-index: -1
}
.blog-details-content .inner-box blockquote:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 92px;
  left: 30px;
  top: 40px
}
.blog-details-content .inner-box blockquote .icon-box {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 150px;
  line-height: 150px;
  color: #f5f5f6
}
.blog-details-content .inner-box blockquote p {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #252638;
  margin-bottom: 13px
}
.blog-details-content .inner-box blockquote h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #696b7e;
  font-weight: 700
}
.blog-details-content .inner-box blockquote h4 span {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto Slab', serif
}
.blog-details-content .two-column .image {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px
}
.blog-details-content .two-column .image img {
  width: 100%;
  border-radius: 5px
}
.blog-details-content .inner-box {
  position: relative;
  padding-bottom: 6px
}
.blog-details-content .two-column .image a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: #fff;
  z-index: 1
}
.blog-details-content .tags-box {
  position: relative;
  display: block;
  padding: 74px 0 33px 0
}
.blog-details-content .tags-box .tags-list li {
  position: relative;
  display: inline-block;
  color: #252638
}
.blog-details-content .tags-box .tags-list li a {
  color: #696b7e
}
.blog-details-content .author-box {
  position: relative;
  display: block;
  background: #252638;
  border-radius: 5px;
  padding: 32px 30px 40px 160px
}
.blog-details-content .author-box .author-thumb {
  position: absolute;
  left: 30px;
  top: 40px;
  width: 100px;
  height: 100px;
  border-radius: 5px
}
.blog-details-content .author-box .author-thumb img {
  width: 100%;
  border-radius: 5px
}
.blog-details-content .author-box .text h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 9px;
  margin-bottom: 19px
}
.blog-details-content .author-box .text h4:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  left: 0;
  bottom: 0
}
.blog-details-content .author-box .text p {
  color: #8e91a2;
  margin-bottom: 23px
}
.blog-details-content .author-box .text .social-style-one li a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 5px
}
.blog-details-content .author-box .text .link {
  position: absolute;
  top: 3px;
  right: 0
}
.blog-details-content .author-box .text .link a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #8e91a2;
  background: #2e2f43;
  border: 1px solid #3b3c4c;
  border-radius: 4px;
  text-align: center;
  padding: 1.5px 7px;
  z-index: 1
}
.blog-details-content .author-box .text .link a:hover {
  color: #fff
}
.blog-details-content .author-box .text {
  position: relative;
  display: block
}
.blog-details-content .post-nav-btn {
  position: relative;
  display: block;
  padding: 52px 0 54px 0;
  border-bottom: 1px solid #e6e6ea;
  margin-bottom: 34px
}
.blog-details-content .post-nav-btn .image-box {
  position: absolute;
  top: 8px;
  width: 70px;
  height: 70px;
  background: #000;
  border-radius: 4px
}
.blog-details-content .post-nav-btn .image-box img {
  width: 100%;
  transition: all 500ms ease;
  border-radius: 4px
}
.blog-details-content .post-nav-btn .nav-btn:hover .image-box img {
  opacity: .85
}
.blog-details-content .post-nav-btn .left-nav .image-box {
  left: 0
}
.blog-details-content .post-nav-btn .right-nav .image-box {
  right: 0
}
.blog-details-content .post-nav-btn .nav-btn {
  position: relative
}
.blog-details-content .post-nav-btn .left-nav {
  padding-left: 90px
}
.blog-details-content .post-nav-btn .right-nav {
  padding-right: 90px
}
.blog-details-content .post-nav-btn a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Roboto Slab', serif;
  color: #252638;
  font-weight: 700;
  margin-bottom: 9px;
  text-transform: uppercase
}
.blog-details-content .post-nav-btn a i {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  top: 2px
}
.blog-details-content .post-nav-btn .left-nav a i {
  margin-right: 9px
}
.blog-details-content .post-nav-btn .right-nav a i {
  margin-left: 9px;
  top: 1px
}
.blog-details-content .post-nav-btn h6 {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700
}
.blog-details-content .post-nav-btn:before {
  position: absolute;
  content: '\f009';
  font-size: 30px;
  font-family: 'Font Awesome 5 Pro';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #8e91a2;
  font-weight: 700
}
.blog-details-content .comment-box .comment {
  position: relative;
  padding: 0 0 33px 110px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 37px
}
.blog-details-content .comment-box .comment.reply-comment {
  margin-left: 40px
}
.blog-details-content .comment-box .comment:last-child {
  margin-bottom: 0;
  border-bottom: 0
}
.blog-details-content .comment-box .comment .thumb-box {
  position: absolute;
  left: 0;
  top: 4px;
  width: 80px;
  height: 80px;
  border-radius: 5px
}
.blog-details-content .comment-box .comment .thumb-box img {
  border-radius: 5px;
  width: 100%
}
.blog-details-content .comment-box .comment .comment-info {
  position: relative;
  margin-bottom: 13px
}
.blog-details-content .comment-box .comment .comment-info h4 {
  font-size: 20px;
  font-weight: 700
}
.blog-details-content .comment-box .comment .comment-info .post-date {
  position: absolute;
  right: 0;
  bottom: -2px;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  color: #696b7e
}
.blog-details-content .comment-box .comment p {
  margin-bottom: 17px
}
.blog-details-content .comment-box .comment .reply-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  text-transform: uppercase
}
.blog-details-content .comment-box .comment .reply-btn:hover {
  color: #252638
}
.blog-details-content .comment-box .comment .reply-btn i {
  position: relative;
  top: 1px;
  margin-right: 10px;
  font-size: 18px
}
.blog-details-content .comment-box {
  margin-bottom: 42px
}
.blog-details-content .comments-form-area {
  position: relative;
  display: block;
  background: #fff;
  padding: 22px 50px 50px 50px;
  border: 1px solid #e6e6ea;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%)
}
.comments-form-area .default-form .form-group {
  position: relative;
  margin-bottom: 20px
}
.comments-form-area .default-form .form-group input[type='text'], .comments-form-area .default-form .form-group input[type='email'], .comments-form-area .default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  border: 1px solid #e6e6ea;
  border-radius: 5px;
  font-size: 16px;
  color: #696b7e;
  padding: 10px 20px;
  transition: all 500ms ease
}
.comments-form-area .default-form .form-group textarea {
  resize: none;
  height: 214px
}
.blog-details-content .comments-form-area .text h3 {
  margin-bottom: 3px
}
.blog-details-content .comments-form-area .text {
  margin-bottom: 32px
}
.comments-form-area .default-form .message-btn button {
  display: block;
  width: 100%;
  outline: 0
}
.contact-information {
  position: relative;
  padding: 110px 0 70px 0
}
.contact-information .content_block_12 .content-box {
  margin-top: -7px
}
.content_block_12 .content-box {
  position: relative;
  display: block
}
.content_block_12 .content-box .sec-title {
  margin-bottom: 24px
}
.content_block_12 .content-box .text {
  position: relative;
  display: block;
  margin-bottom: 32px
}
.content_block_12 .content-box h4 {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  padding-left: 60px;
  margin-bottom: 12px;
  padding-top: 11px
}
.content_block_12 .content-box .text h4 i {
  position: absolute;
  left: 0;
  top: 18px;
  font-size: 45px;
  line-height: 45px;
  font-weight: 400
}
.content_block_12 .content-box .text p {
  margin-bottom: 15px
}
.content_block_12 .content-box .text a {
  display: inline-block;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  line-height: 26px;
  color: #252638;
  font-weight: 700;
  text-transform: uppercase
}
.content_block_12 .content-box .text a i {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400
}
.content_block_12 .content-box .social-box h4 {
  padding: 0;
  line-height: 16px;
  margin-bottom: 19px
}
.content_block_12 .content-box .social-box {
  position: relative;
  padding-left: 23px
}
.contact-information .image-box {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden
}
.contact-information .image-box img {
  width: 100%;
  border-radius: 5px
}
.contact-information .image-box::before {
  position: absolute;
  top: -30%;
  left: 0;
  width: 150%;
  height: 150%;
  background: rgba(255, 255, 255, .3);
  content: '';
  -webkit-transition: -webkit-transform .9s;
  transition: transform .9s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}
.contact-information .image-box:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}
.content_block_13 .content-box {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
  padding: 16px 30px 22px 30px;
  border-bottom: 1px solid red
}
.content_block_13 .content-box .single-item {
  position: relative;
  display: block;
  padding: 24px 0 20px 80px;
  border-bottom: 1px solid #e6e6ea;
  min-height: 120px
}
.content_block_13 .content-box .single-item:last-child {
  border-bottom: 0
}
.content_block_13 .content-box .single-item .icon-box {
  position: absolute;
  left: 0;
  top: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #e6e6ea;
  border-radius: 50%;
  font-size: 30px;
  z-index: 1;
  transition: all 500ms ease
}
.content_block_13 .content-box .single-item:hover .icon-box {
  color: #fff
}
.content_block_13 .content-box .single-item .icon-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  transform: scale(0, 0);
  z-index: -1;
  transition: all 500ms ease
}
.content_block_13 .content-box .single-item:hover .icon-box:before {
  transform: scale(1, 1)
}
.content_block_13 .content-box .single-item .info li {
  position: relative;
  display: block;
  margin-bottom: 9px
}
.content_block_13 .content-box .single-item .info li:last-child {
  margin-bottom: 0
}
.content_block_13 .content-box .single-item .info li h5 {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 3px
}
.content_block_13 .content-box .single-item .info li p {
  display: block;
  color: #696b7e
}
.content_block_13 .content-box .single-item .info li a {
  display: inline-block;
  color: #696b7e
}
.contact-information-two {
  position: relative;
  padding: 110px 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed
}
.contact-information-two:before {
  position: absolute;
  content: '';
  background: #f2f2f2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  opacity: .92
}
.contact-information-two .content_block_3 .content-box {
  padding-right: 30px
}
.contact-information-two .inner-content .single-item {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  padding: 34px 30px 35px 30px
}
.contact-information-two .inner-content .single-item h4 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 11px;
  margin-bottom: 28px
}
.contact-information-two .inner-content .single-item h4:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  left: 0;
  bottom: 0
}
.contact-information-two .inner-content .single-item h4:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 4px;
  left: 8px;
  bottom: 0
}
.contact-information-two .inner-content .single-item .info li {
  position: relative;
  display: block;
  margin-bottom: 17px
}
.contact-information-two .inner-content .single-item .info li:last-child {
  margin-bottom: 0
}
.contact-information-two .inner-content .single-item .info li p {
  display: block;
  color: #696b7e
}
.contact-information-two .inner-content .single-item .info li a {
  display: inline-block;
  color: #696b7e
}
.contact-information-two .inner-content .single-item .info {
  position: relative;
  display: block;
  margin-bottom: 23px
}
.contact-information-two .inner-content .single-item .link a {
  display: inline-block;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  line-height: 26px;
  color: #252638;
  font-weight: 700;
  text-transform: uppercase
}
.contact-information-two .inner-content .single-item .link a i {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400
}
.contact-information-two .owl-dots {
  position: relative;
  display: block;
  margin-top: 46px;
  height: 3px;
  top: -16px
}
.contact-information-two .owl-theme .owl-dots .owl-dot {
  height: 3px;
  background: transparent
}
.contact-information-two .owl-theme .owl-dots .owl-dot span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #8e91a2;
  margin: 0 10px 0 0;
  cursor: pointer;
  transition: all 500ms ease
}
.contact-style-two {
  position: relative
}
.contact-style-two .default-form .form-group input[type='text'], .contact-style-two .default-form .form-group input[type='email'], .contact-style-two .default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  border: 1px solid #e6e6ea;
  border-radius: 5px;
  font-size: 16px;
  color: #696b7e;
  padding: 10px 20px;
  transition: all 500ms ease
}
.contact-style-two .default-form .form-group textarea {
  resize: none;
  height: 234px
}
.contact-style-two .default-form .form-group {
  position: relative;
  margin-bottom: 30px
}
.contact-style-two .sec-title p {
  margin-top: 24px
}
.contact-style-two .sec-title {
  margin-bottom: 43px
}
.contact-style-two .default-form .theme-btn {
  padding: 16.5px 28px
}
.contact-style-two .form-inner {
  position: relative;
  display: block;
  padding-bottom: 40px
}
.contact-style-two .map-inner {
  position: relative;
  display: block
}
.contact-style-two .map-inner #contact-google-map {
  position: relative;
  width: 100%;
  height: 480px;
  border-radius: 5px
}
.strokeme {
  color: #ccc;
  font-size: 60px;
  font-weight: 800;
  font-family: 'Roboto Slab', serif
}
@media only screen and (max-width:1200px) {
  .strokeme {
    font-size: 30px
  }
}
.maps-100 {
  width: 100%;
  height: 400px;
  border: 0
}
.maps-btn {
  position: absolute;
  margin-top: -85px;
  right: 60px
}
.color-site {
  color: #e41e2f
}
.styled-list-one {
  position: relative;
  margin-bottom: 20px;
  margin-left: 10px
}
.styled-list-one li {
  position: relative;
  line-height: 24px;
  margin-bottom: 7px;
  padding-left: 16px;
  font-size: 15px
}
.styled-list-one li:before {
  content: "– ";
  left: 0;
  top: 0;
  line-height: 24px;
  position: absolute
}
.styled-list-one li:nth-child(1) {
  margin-left: 0
}
.styled-list-one li:nth-child(2) {
  margin-left: 10px
}
.styled-list-one li:nth-child(3) {
  margin-left: 20px
}
.styled-list-one li:nth-child(4) {
  margin-left: 30px
}
.styled-list-one li:nth-child(5) {
  margin-left: 40px
}
.styled-list-one li:nth-child(6) {
  margin-left: 50px
}
.styled-list-one li:nth-child(7) {
  margin-left: 60px
}
.styled-list-one li:nth-child(8) {
  margin-left: 70px
}
.styled-list-one li:nth-child(9) {
  margin-left: 80px
}
.styled-list-one li:nth-child(10) {
  margin-left: 90px
}
@media only screen and (max-width:768px) {
  .styled-list-one li:nth-child(1) {
    margin-left: 0
  }
  .styled-list-one li:nth-child(2) {
    margin-left: 0
  }
  .styled-list-one li:nth-child(3) {
    margin-left: 0
  }
  .styled-list-one li:nth-child(4) {
    margin-left: 0
  }
  .styled-list-one li:nth-child(5) {
    margin-left: 0
  }
  .styled-list-one li:nth-child(6) {
    margin-left: 0
  }
  .styled-list-one li:nth-child(7) {
    margin-left: 0
  }
  .styled-list-one li:nth-child(8) {
    margin-left: 0
  }
  .styled-list-one li:nth-child(9) {
    margin-left: 0
  }
  .styled-list-one li:nth-child(10) {
    margin-left: 0
  }
}
.styled-list-two {
  position: relative;
  margin-bottom: 20px;
  margin-left: 10px
}
.styled-list-two li {
  position: relative;
  line-height: 24px;
  margin-bottom: 7px;
  padding-left: 16px;
  font-size: 15px
}
.styled-list-two li:before {
  content: "\f0da";
  font-family: 'Font Awesome 5 Pro';
  left: 0;
  top: 0;
  line-height: 24px;
  color: #c0293f;
  position: absolute
}
.font-12 {
  font-size: 12px
}
.shadow-2 {
  -webkit-box-shadow: 0 0 29px 1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 29px 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 29px 1px rgba(0, 0, 0, 0.09)
}
.pole {
  display: block;
  padding: 6px 10px 9px 10px;
  color: #626262;
  border: 1px solid #cfcfcf;
  background: #fff;
  height: 50px
}
.pole h3 {
  font-size: 14px;
  padding-top: 5px
}
.pole h3 span {
  font-size: 20px;
  color: red
}
@media only screen and (max-width:768px) {
  .pole h3 {
    font-size: 13px;
    padding-top: 10px
  }
  .pole h3 span {
    font-size: 13px;
    color: red
  }
}
input[type="checkbox"] {
  display: none
}
input[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  z-index: 99999;
  font-style: italic;
  text-align: justify;
  font-size: 13px;
  line-height: 24px
}
input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  position: absolute;
  left: 0;
  top: 5px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s
}
input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: 0;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.min-h-300 {
  min-height: 310px
}
.pulse {
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite
}
@keyframes pulse {
  0% {
    font-weight: normal
  }
  50% {
    font-weight: normal;
    color: #e41e2f
  }
  100% {
    font-weight: normal
  }
}
.gallerys2 img {
  vertical-align: bottom !important;
  margin-top: 10px
}
.gallerys2 ul {
  margin-bottom: 30px;
  width: 100%;
  margin-right: auto;
  margin-left: auto
}
.gallerys2 li {
  display: inline;
  margin-right: auto;
  text-align: center;
  margin-left: auto
}
.btn-maps {
  position: absolute;
  top: 20px;
  right: 80px
}
@media only screen and (max-width:768px) {
  .btn-maps {
    position: absolute;
    top: 10px;
    left: 10px
  }
}
.ac {
  margin-top: 12px;
  border: 1px solid #ddd;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.ac:first-child {
  margin-top: 0
}
.ac > .ac-q {
  font-weight: 400;
  font-size: 16px;
  color: #111;
  padding: 20px 30px 20px 20px;
  margin: 0;
  text-decoration: none;
  display: block;
  cursor: pointer;
  position: relative;
  outline: 0
}
.ac > .ac-q::after {
  content: '+';
  text-align: center;
  width: 15px;
  right: 20px;
  font-size: 22px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute
}
.ac > .ac-a {
  overflow: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: #f9f9f9
}
.ac > .ac-a p {
  margin: 0;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 20px;
  font-size: 15px
}
.ac > .ac-a h4 {
  margin: 0;
  padding-left: 20px;
  font-weight: 700
}
.ac.js-enabled > .ac-a {
  visibility: hidden
}
.ac.is-active > .ac-a {
  visibility: visible
}
.ac.is-active > .ac-q::after {
  content: '\2013'
}
.baner-info {
  padding: 40px;
  background-image: url("../images/gwiazdowo/baner.jpg");
  background-size: cover;
  min-height: 573px;
  background-repeat: no-repeat;
  background-position: center bottom;
  align-items: center;
  display: flex;
  outline: solid 15px rgba(255, 255, 255, .1);
  outline-offset: -30px;
  justify-content: center;
  margin-bottom: 20px
}
.baner-info .ba-in {
  text-align: center
}
.baner-info h3 {
  font-size: 34px;
  font-style: italic;
  font-weight: 700;
  color: rgba(200, 200, 200, .9)
}
.baner-info hr {
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  margin-bottom: 10px;
  margin-top: 10px
}
.baner-info a {
  color: rgba(255, 255, 255, .9);
  margin-bottom: 5px;
  font-style: italic
}
.baner-info p {
  color: rgba(255, 255, 255, .9);
  margin-bottom: 10px;
  font-style: italic
}
.baner-info a:hover {
  color: #ccc;
  margin-bottom: 10px
}
.baner-info h6 {
  color: rgba(255, 255, 255, .9);
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 32px;
  font-style: italic
}
#cookiesNotification.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 20px
}
#cookiesNotification.fixed.bottom {
  bottom: 0;
  top: auto
}
#cookiesNotification {
  position: absolute;
  width: 100%;
  padding: 5px 0
}
#cookiesNotification a {
  text-decoration: none;
  outline: 0
}
#cookiesNotification .cb-enable {
  padding: 2px 8px;
  font-weight: 600;
  display: inline-block
}
.messageDiv {
  text-align: center
}
.enableDiv {
  line-height: 30px;
  float: right;
  padding-right: 20px
}
.animBar {
  height: auto !important;
  position: fixed !important
}
.enableAnim {
  line-height: 30px;
  width: 94%;
  text-align: center;
  margin: 1% 3%;
  padding: 0 !important
}
.cnBgr {
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-300px)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(300px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(300px)
  }
  100% {
    opacity: 1;
    transform: translateX(0)
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-300px)
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    transform: translateY(-300px)
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(300px)
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    transform: translateY(300px)
  }
}
#fw_il_011 {
  overflow: hidden;
  position: relative;
  background: #000
}
#fw_il_011 > .carousel-inner > .carousel-item img {
  width: 100%
}
#fw_il_011 {
  margin: 0
}
#fw_il_011 .row > div {
  opacity: 1
}
.red-bg {
  background: #ff1a00;
  background: -moz-linear-gradient(45deg, #ff1a00 0, #ff1a00 100%);
  background: -webkit-linear-gradient(45deg, #ff1a00 0, #ff1a00 100%);
  background: linear-gradient(45deg, #ff1a00 0, #ff1a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1a00', endColorstr='#ff1a00', GradientType=1);
  outline: solid 1px rgba(255, 255, 255, .5);
  outline-offset: -10px
}
.gray-bg {
  background-color: #000;
  outline: solid 1px rgba(255, 255, 255, .2);
  outline-offset: -10px
}
.bg-cover {
  background-size: cover;
  background-position: center
}
.content-first {
  display: flex;
  flex-direction: column;
  justify-content: center
}
.content-first .investment-item {
  padding-left: 20%;
  padding-right: 20%
}
.investment-item {
  padding: 5rem 3rem
}
.investment-item h5 {
  padding: 5rem 3rem 1rem 3rem;
  color: #FFF;
  font-size: 26px
}
.investment-item p {
  color: #FFF;
  font-size: 18px
}
.investment-item hr {
  margin-bottom: 10px;
  margin-top: 0;
  border-top-color: rgba(255, 255, 255, .4)
}
.bg-gard2 p {
  background-color: rgba(228, 30, 47, .0);
  color: #FFF;
  padding: 15px !important;
  font-size: 15px !important
}
.bg-gard {
  background-color: rgba(206, 120, 15, .0)
}
.bg-gard2 {
  background-color: rgba(206, 120, 15, .0)
}
.bg-gard p {
  background-color: rgba(228, 30, 47, 1);
  color: #FFF;
  padding: 18px;
  font-size: 15px !important;
  outline: solid 1px rgba(0, 0, 0, .3);
  outline-offset: -1px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .3)
}
@media screen and (max-width:991px) {
  .bg-gard p {
    font-size: 14px !important
  }
}
.bg-gard .list-home-1 {
  position: absolute;
  bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center
}
.bg-gard .list-home {
  list-style: none
}
.bg-gard .list-home > li {
  display: inline-block;
  margin: 10px
}
@media screen and (max-width:991px) {
  .bg-gard .list-home > li {
    width: 90%;
    margin: 5px
  }
}
.bg-gard h1 {
  font-size: 80px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, .8);
  font-weight: 700;
  letter-spacing: 10px;
  text-align: center
}
@media screen and (max-width:991px) {
  .bg-gard h1 {
    font-size: 34px;
    letter-spacing: 1px !important
  }
  .bg-gard h1 span {
    letter-spacing: 5px !important;
    -webkit-text-stroke-width: 0
  }
  .content-first .investment-item {
    padding-left: 2%;
    padding-right: 2%
  }
}
.bg-gard h1 span {
  color: #FFF;
  letter-spacing: 20px;
  -webkit-text-stroke-width: 0
}
@media screen and (min-width:992px) {
  .investment-item {
    padding: 5rem 3rem
  }
}
.investment-content p {
  color: #FFF;
  font-weight: 400
}
.investment-item p {
  color: #FFF;
  font-weight: 400;
  font-size: 15px
}
.investment-title h4 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px
}
.yellow-text {
  color: #ffaf4b !important
}
.img-left {
  float: left;
  margin-right: 20px;
  max-width: 200px
}
@media screen and (max-width:992px) {
  .img-left {
    max-width: 140px;
    margin-right: 10px
  }
}
.os-re {
  position: absolute;
  bottom: 10px;
  left: 20px
}
.os-re p {
  margin-bottom: 20px
}
.os-re a {
  color: #fff
}
.os-re a:hover {
  color: #ccc
}
.os-re .theme-btn4 {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0
}
.bg-position {
  background-position: right
}
@media screen and (max-width:1200px) {
  .os-re {
    display: none
  }
}
.socialsider {
  z-index: 999;
  font-size: 12px;
  line-height: 22px;
  width: 70px;
  display: block;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.socialsider ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 22px;
  display: block
}
.socialsider li {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 22px;
  display: block
}
.socialsider a {
  height: 47px;
  display: block;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  font-size: 12px;
  line-height: 22px
}
.socialsider a::after {
  display: block;
  font-family: 'Font Awesome 5 Pro';
  text-decoration: none;
  font-size: 20px;
  line-height: 22px;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.socialsider_fixed {
  position: fixed
}
.socialsider_blur:hover a:not(:hover) {
  filter: blur(2px);
  -webkit-filter: blur(2px)
}
.socialsider_right_top {
  right: -30px;
  top: 22%
}
@media screen and (max-width:992px) {
  .socialsider_right_top {
    top: 19%
  }
}
.socialsider_right_top a {
  right: 0
}
.socialsider_right_top a::after {
  padding-right: 40px;
  transform: translate3d(0, 0, 0)
}
.socialsider_right_top a:hover {
  transform: translate3d(-10px, 0, 0)
}
.socialsider a[data-socialsider='facebook']::after {
  content: "\f39e";
  font-family: 'Font Awesome 5 Brands'
}
.socialsider a[data-socialsider='globe']::after {
  content: "\f0ac"
}
.socialsider a[data-socialsider='phone']::after {
  content: "\f095"
}
.socialsider a[data-socialsider='yt']::after {
  content: "\f167"
}
.socialsider a[data-socialsider='instagram']::after {
  content: "\f16d"
}
.socialsider a[data-socialsider='mail']::after {
  content: "\f0e0"
}
.socialsider.socialsider_bgcolor_white a::after {
  color: #FFF
}
.socialsider.socialsider_bgcolor_white a:hover::after {
  color: #000;
  background-color: rgba(255, 255, 255, .8) !important
}
.socialsider.socialsider_bgcolor_white a[data-socialsider='facebook']::after {
  background-color: #252638;
  padding-left: 13px
}
.socialsider.socialsider_bgcolor_white a[data-socialsider='globe']::after {
  background-color: rgba(0, 0, 0, .8)
}
.socialsider.socialsider_bgcolor_white a[data-socialsider='phone']::after {
  background-color: #252638
}
.socialsider.socialsider_bgcolor_white a[data-socialsider='yt']::after {
  background-color: rgba(0, 0, 0, .8);
  border: 1px solid #f27254
}
.socialsider.socialsider_bgcolor_white a[data-socialsider='instagram']::after {
  background-color: rgba(0, 0, 0, .8);
  border: 1px solid #f27254
}
.socialsider.socialsider_bgcolor_white a[data-socialsider='mail']::after {
  background-color: #252638
}
.bg-home {
  background-image: url("../images/background/bg-1.webp");
  background-position: right center;
  background-size: cover
}
.bg-home-1 {
  background-image: url("../images/home/26.webp");
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat
}
.bg-home-2 {
  background-image: url("../images/home/28.webp");
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat
}
.bg-home-3 {
  background-image: url(../../gwiazdowo/img/1.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh - 78px)
}
.bg-home-3 {
  background-image: url(../../gwiazdowo/img/baner/0.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh - 78px)
}
.bg-home-3:before {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, .2)
}
.bg-home-3 .logo {
  width: 40vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 50px
}
.maps-logo {
  position: absolute;
  left: 40px;
  max-width: 200px;
  z-index: 9;
  top: 10px
}
.bg-home-3 .logo:before {
  content: "";
  left: 0;
  top: 20px;
  right: 0;
  bottom: 20px;
  background-color: rgba(255, 255, 255, .5)
}
@media only screen and (max-width:768px) {
  .bg-home-3 {
    height: calc(100vh - 53px)
  }
}
.m90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto
}
.m80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto
}
@media only screen and (max-width:768px) {
  .m80 {
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }
}
.styled-list-four {
  position: relative;
  margin-bottom: 20px;
  margin-left: 10px
}
.styled-list-four li {
  position: relative;
  line-height: 24px;
  margin-bottom: 10px;
  padding-left: 16px;
  font-size: 16px
}
.styled-list-four li:before {
  content: "\f0da";
  font-family: 'Font Awesome 5 Pro';
  left: 0;
  top: 0;
  line-height: 24px;
  color: #c0293f;
  position: absolute
}
.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: .5;
  text-decoration: none
}
.theme-btn6 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: #fff !important;
  border-radius: 5px;
  text-align: center;
  padding: 25px 20px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
  width: 100%
}
.theme-btn6:hover {
  background: #252638;
  color: #FFF !important
}
.theme-btn5:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #252638;
  z-index: -1;
  border-radius: 5px 0 0 5px;
  transition: all 500ms ease
}
.theme-btn6:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #252638;
  z-index: -1;
  border-radius: 0 5px 5px 0;
  transition: all 500ms ease
}
.theme-btn6:hover:before, .theme-btn6:hover:after {
  width: 50%
}
.theme-btn6 {
  background: #e41e2f
}
.about-section .maps {
  width: 100%;
  height: 500px
}
.green-color {
  color: green !important;
  font-weight: 700
}
.red-color {
  color: red !important
}
.yellow-color {
  color: yellow !important
}
.wolne2 {
  background-color: rgba(0, 255, 108, .2) !important;
  color: #666
}
.wolne {
  background-color: #fafafa !important;
  color: #666
}
.rezerwacja {
  background-color: rgba(255, 142, 1) !important;
  color: #666
}
.wolne3 {
  background-color: #0d9941 !important;
  color: #FFF
}
.rezerwacja2 {
  background-color: rgba(255, 142, 0, .4) !important;
  color: #000
}

.rezerwacja3 {
  background-color: rgba(255, 142, 0, 1) !important;
  color: #FFF
}
.sprzedane {
  background-color: #e41e2f !important;
  color: #000
}
.sprzedane2 {
  background-color: rgba(255, 0, 4, .4) !important;
  color: #000
}
.sprzedane3 {
  background-color: rgba(255, 0, 4, 1) !important;
  color: #FFF
}
ul.green-20 li:nth-child(1) {
  padding: 5px 10px 7px 10px;
  color: #FFF;
  font-size: 12px;
  background-color: #0d9941;
  display: inline
}
ul.green-20 li:nth-child(2) {
  padding: 5px 10px 7px 10px;
  color: #FFF;
  font-size: 12px;
  background-color: #ffbb17;
  display: inline
}
ul.green-20 li:nth-child(3) {
  padding: 5px 10px 7px 10px;
  color: #FFF;
  font-size: 12px;
  background-color: #e41e2f;
  display: inline
}
ul.green-20 li:before {
  display: inline-block !important;
  margin-right: 0 !important;
  text-align: left !important;
  content: "" !important;
  color: transparent !important
}
@media only screen and (max-width:991px) {
  ul.green-20 li:nth-child(1) {
    padding: 5px 10px 7px 10px;
    color: #FFF;
    font-size: 12px;
    background-color: #0d9941;
    display: block;
    margin-bottom: 5px
  }
  ul.green-20 li:nth-child(2) {
    padding: 5px 10px 7px 10px;
    color: #FFF;
    font-size: 12px;
    background-color: #ffbb17;
    display: block;
    margin-bottom: 5px
  }
  ul.green-20 li:nth-child(3) {
    padding: 5px 10px 7px 10px;
    color: #FFF;
    font-size: 12px;
    background-color: #e41e2f;
    display: block
  }
}
.green-2 {
  margin-top: 10px !important;
  float: right !important
}
@media only screen and (max-width:991px) {
  .green-2 {
    margin-top: 10px;
    float: left
  }
}
.table {
    color:#333
}
.table th, .table td {
  vertical-align: middle;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  line-height: 16px !important
}
@media only screen and (max-width: 768px) {
#tabbed .table td:nth-child(7), #tabbed .table th:nth-child(7),

#tabbed .table td:nth-child(4), #tabbed .table th:nth-child(4),
	#tabbed .table td:nth-child(5), #tabbed .table th:nth-child(5),
	#tabbed .table td:nth-child(2), #tabbed .table th:nth-child(2)
/*#tabbed .table td:nth-child(3), #tabbed .table th:nth-child(3)*/
{
display: none

}
}
@media only screen and (max-width:1100px) {
  .table th, .table td {
    padding: 5px;
    font-size: 11px;
    line-height: 16px !important
  }
}
.table thead th {
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6
}
.table tbody + tbody {
  border-top: 1px solid #dee2e6
}
.table-sm th, .table-sm td {
  padding: .3rem
}
.table-bordered {
  border: 1px solid #dee2e6;
  width: 100%
}
.table-bordered th, .table-bordered td {
  border: 1px solid #dee2e6
}
.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 2px
}
.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
  border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05)
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075)
}
.table-primary, .table-primary > th, .table-primary > td {
  background-color: #b8daff
}
.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
  border-color: #7abaff
}
.table-hover .table-primary:hover {
  background-color: #9fcdff
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff
}
.table-secondary, .table-secondary > th, .table-secondary > td {
  background-color: #d6d8db
}
.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
  border-color: #b3b7bb
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf
}
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf
}
.table-success, .table-success > th, .table-success > td {
  background-color: #c3e6cb
}
.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
  border-color: #8fd19e
}
.table-hover .table-success:hover {
  background-color: #b1dfbb
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
  background-color: #b1dfbb
}
.table-info, .table-info > th, .table-info > td {
  background-color: #bee5eb
}
.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
  border-color: #86cfda
}
.table-hover .table-info:hover {
  background-color: #abdde5
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
  background-color: #abdde5
}
.table-warning, .table-warning > th, .table-warning > td {
  background-color: #ffeeba
}
.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
  border-color: #ffdf7e
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
  background-color: #ffe8a1
}
.table-danger, .table-danger > th, .table-danger > td {
  background-color: #f5c6cb
}
.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
  border-color: #ed969e
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
  background-color: #f1b0b7
}
.table-light, .table-light > th, .table-light > td {
  background-color: #fdfdfe
}
.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
  border-color: #fbfcfc
}
.table-hover .table-light:hover {
  background-color: #ececf6
}
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6
}
.table-dark, .table-dark > th, .table-dark > td {
  background-color: #c6c8ca
}
.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
  border-color: #95999c
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe
}
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe
}
.table-active, .table-active > th, .table-active > td {
  background-color: rgba(0, 0, 0, 0.075)
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075)
}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075)
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  padding: 15px;
  font-size: 14px;
  font-weight: normal;
  text-align: center
}
@media only screen and (max-width:1100px) {
  .table .thead-dark th {
    padding: 10px 1px 10px 1px;
    font-size: 11px
  }
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}
.table-dark {
  color: #fff;
  background-color: #343a40
}
.table-dark th, .table-dark td, .table-dark thead th {
  border-color: #454d55;
  padding: 15px
}
.table-dark.table-bordered {
  border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05)
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075)
}
@media(max-width:575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-sm > .table-bordered {
    border: 0
  }
}
@media(max-width:767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-md > .table-bordered {
    border: 0
  }
}
@media(max-width:991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-lg > .table-bordered {
    border: 0
  }
}
@media(max-width:1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-xl > .table-bordered {
    border: 0
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}
.table-responsive > .table-bordered {
  border: 0
}
.pulse {
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite
}
@keyframes pulse {
  0% {
    font-weight: normal
  }
  50% {
    font-weight: normal;
    color: #e41e2f
  }
  100% {
    font-weight: normal
  }
}
.click {
  padding-bottom: 10px;
  font-size: 14px;
  margin-left: 5px
}
.click img {
  margin-right: 10px
}
.click2 {
  padding-bottom: 10px;
  margin-left: 5px;
  position: absolute;
  left: 20px;
  top: 40px;
  background-color: rgba(0, 0, 0, .5);
  padding: 15px
}
.click2 p {
  font-size: 14px;
  color: #fff !important;
  line-height: 14px !important
}
.click2 img {
  margin-right: 10px
}
@media(max-width:767.98px) {
  .click2 {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px
  }
  .click2 p {
    font-size: 12px !important
  }
  .click2 img {
    margin-right: 3px !important;
    width: 30px
  }
}
.mieszkania {
  padding-top: 20px !important
}
.mieszkania .pdf img {
  margin-right: 12px;
  transition: all 500ms ease
}
.mieszkania .pdf img:hover {
  opacity: 1;
  transform: scale(1.05)
}
.mieszkania .pdf {
  text-align: right
}
.mieszkania h4 {
  margin-bottom: 10px;
  font-size: 20px
}
@media(max-width:767.98px) {
  .mieszkania h4 {
    font-size: 95%
  }
  .mieszkania .pdf {
    text-align: left;
    margin-top: 10px
  }
}
.border-img {
  background-color: #f4f4f4;
  padding: 5px
}
.shadows {
  box-shadow: rgba(44, 62, 80, .5) 0 15px 15px -5px
}
.list-decimal li {
  list-style: decimal;
  font-size: 16px;
  margin-bottom: 5px
}
.list-decimal {
  margin-left: 15px !important
}
.smart-wrap {
  padding: 0 20px;
  background: 0
}
.smart-forms, .smart-forms * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.smart-forms {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  line-height: 1.231;
  font-weight: 400;
  font-size: 14px;
  color: #626262
}
.smart-container {
  margin: 50px auto
}
.wrap-0 {
  max-width: 952px
}
.wrap-1 {
  max-width: 852px
}
.wrap-2 {
  max-width: 652px
}
.wrap-3 {
  max-width: 452px
}
.smart-forms .section {
  margin-bottom: 10px
}
.smart-forms .smart-link {
  color: #e41e2f;
  text-decoration: none
}
.smart-forms .smart-link:hover {
  text-decoration: underline
}
.smart-forms .tagline {
  height: 0;
  border-top: 1px solid #cfcfcf;
  text-align: center
}
.smart-forms .tagline span {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding: 0 15px;
  background: #fff;
  color: #e41e2f;
  top: -10px
}
.smart-forms .field {
  display: block;
  position: relative
}
.smart-forms .field-icon i {
  color: #BBB;
  position: relative
}
.smart-forms .field-label {
  display: block;
  margin-bottom: 7px
}
.smart-forms .field-label.colm {
  padding-top: 12px
}
.smart-forms .field-label em {
  color: #e74c3c;
  font-size: 14px;
  font-style: normal;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: 3px
}
.smart-forms fieldset {
  border: 0;
  display: block
}
.smart-forms .form-header {
  overflow: hidden;
  position: relative;
  padding: 25px 30px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0
}
.smart-forms .form-header h4 {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-align: left;
  font-weight: 300;
  font-size: 32px;
  padding: 0;
  margin: 0
}
.smart-forms .form-header h4 i {
  font-size: 38px;
  position: relative;
  margin-right: 10px;
  top: 2px
}
.smart-forms .header-primary {
  background-color: #e41e2f;
  border-top: 1px solid #a7d065;
  border-bottom: 5px solid #3c9b39
}
.smart-forms .header-lite {
  background: #f3f5fa;
  border-top: 1px solid #a7d065;
  border-bottom: 1px solid #d9dde5
}
.smart-forms .header-lite:before {
  content: "";
  background-color: #e41e2f;
  position: absolute;
  height: 8px;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0
}
.smart-forms .header-primary h4 {
  color: #fff
}
.smart-forms .header-lite h4 {
  color: #5d6a87;
  padding-top: 5px
}
.smart-flat, .smart-flat .form-header {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0
}
.smart-forms .form-body {
  padding: 40px 0;
  padding-bottom: 0;
  padding-top: 0
}
.smart-forms .form-footer {
  overflow: hidden
}
.smart-forms input[type=search] {
  -webkit-appearance: textfield
}
.smart-forms ::-webkit-search-decoration, .smart-forms ::-webkit-search-cancel-button {
  -webkit-appearance: none;
  outline: 0
}
.smart-forms input:invalid {
  -moz-box-shadow: none;
  box-shadow: none
}
.smart-forms input::-webkit-input-placeholder, .smart-forms textarea::-webkit-input-placeholder {
  color: #aaa
}
.smart-forms input:focus::-webkit-input-placeholder, .smart-forms textarea:focus::-webkit-input-placeholder {
  color: #d6dbe0
}
.smart-forms input:-moz-placeholder, .smart-forms textarea:-moz-placeholder {
  color: #aaa
}
.smart-forms input:focus:-moz-placeholder, .smart-forms textarea:focus:-moz-placeholder {
  color: #d6dbe0
}
.smart-forms input::-moz-placeholder, .smart-forms textarea::-moz-placeholder {
  color: #aaa;
  opacity: 1
}
.smart-forms input:focus::-moz-placeholder, .smart-forms textarea:focus::-moz-placeholder {
  color: #d6dbe0;
  opacity: 1
}
.smart-forms input:-ms-input-placeholder, .smart-forms textarea:-ms-input-placeholder {
  color: #aaa
}
.smart-forms input:focus:-ms-input-placeholder, .smart-forms textarea:focus:-ms-input-placeholder {
  color: #d6dbe0
}
.smart-forms label, .smart-forms input, .smart-forms button, .smart-forms select, .smart-forms textarea {
  margin: 0;
  font-size: 14px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #626262;
  outline: 0
}
.smart-forms .gui-input, .smart-forms .gui-textarea, .smart-forms .select > select, .smart-forms input[type="button"], .smart-forms input[type="submit"], .smart-forms input[type="search"], .smart-forms .select-multiple select {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: 0
}
.smart-forms input[type="search"]::-webkit-search-decoration, .smart-forms input[type="search"]::-webkit-search-cancel-button, .smart-forms input[type="search"]::-webkit-search-results-button, .smart-forms input[type="search"]::-webkit-search-results-decoration {
  display: none
}
.smart-forms .switch, .smart-forms .option, .smart-forms .field-label {
  font-size: 14px;
  line-height: 22px
}
@media only screen and (max-width:1200px) {
  .smart-forms .switch, .smart-forms .option, .smart-forms .field-label {
    font-size: 12px;
    line-height: 20px
  }
}
.smart-forms .radio, .smart-forms .button, .smart-forms .checkbox, .smart-forms .select .arrow, .smart-forms .switch > label, .smart-forms .ui-slider .ui-slider-handle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0
}
.smart-forms .radio, .smart-forms .button, .smart-forms .tooltip, .smart-forms .checkbox, .smart-forms .gui-input, .smart-forms .notification, .smart-forms .gui-textarea, .smart-forms .select > select, .smart-forms .select-multiple select {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  outline: 0
}
.smart-forms .select > select, .smart-forms .select-multiple select {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none
}
.smart-forms .select, .smart-forms .gui-input, .smart-forms .gui-textarea, .smart-forms .select > select, .smart-forms .select-multiple select {
  background: #fff;
  position: relative;
  vertical-align: top;
  border: 1px solid #cfcfcf;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  color: #626262;
  outline: 0;
  height: 50px;
  width: 100%;
  *zoom: 1
}
.smart-forms .gui-input, .smart-forms .gui-textarea {
  padding: 10px
}
.smart-forms .gui-textarea {
  resize: none;
  line-height: 19px;
  overflow: auto;
  max-width: 100%;
  height: 96px
}
.smart-forms .input-hint {
  padding: 10px;
  display: block;
  margin-top: -1px;
  line-height: 16px;
  position: relative;
  background: #f5f5f5;
  border: 1px solid #cfcfcf;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 11px;
  color: #999
}
.smart-forms .select {
  border: 0;
  z-index: 10
}
.smart-forms .select > select {
  display: block;
  padding: 9px 10px;
  color: #626262;
  border: 1px solid #cfcfcf;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: normal;
  outline: 0;
  text-indent: .01px;
  text-overflow: '';
  z-index: 10;
  margin: 0;
  cursor: pointer
}
.smart-forms .select > select::-ms-expand {
  display: none
}
.smart-forms .select .arrow {
  position: absolute;
  top: 9px;
  right: 4px;
  width: 24px;
  height: 24px;
  color: #9f9f9f;
  z-index: 16
}
.smart-forms .select .arrow:after, .smart-forms .select .arrow:before {
  content: '';
  position: absolute;
  font: 12px "Font Awesome 5 Pro";
  left: 1px
}
.smart-forms .select .arrow:before {
  content: '\f0d7';
  top: 8px;
  font-size: 16px
}
.smart-forms .select .double:after {
  content: '\f0dd';
  top: -1px
}
.smart-forms .select .double:before {
  content: '\f0dd';
  bottom: -1px
}
.smart-forms .select-multiple select {
  width: 100%;
  height: 123px;
  padding: 10px
}
.smart-forms .file {
  display: block;
  width: 100%
}
.smart-forms .file .gui-file {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 8px 10px;
  position: absolute;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 11;
  bottom: 0;
  right: 0
}
.smart-forms .file .button {
  position: absolute;
  top: 4px;
  right: 4px;
  float: none;
  height: 34px;
  line-height: 34px;
  padding: 0 16px;
  z-index: 10
}
.smart-forms .gui-input:hover, .smart-forms .gui-textarea:hover, .smart-forms .select > select:hover, .smart-forms .select-multiple select:hover, .smart-forms .gui-input:hover ~ .input-hint, .smart-forms .file .gui-file:hover + .gui-input, .smart-forms .gui-textarea:hover ~ .input-hint {
  border-color: #fd9aa2
}
.smart-forms .gui-input:focus, .smart-forms .gui-textarea:focus, .smart-forms .select > select:focus, .smart-forms .select-multiple select:focus {
  color: #3c3c3c;
  background: #fff;
  border: 1px solid #e41e2f;
  -webkit-box-shadow: 0 0 3px #e41e2f inset;
  -moz-box-shadow: 0 0 3px #e41e2f inset;
  -o-box-shadow: 0 0 3px #e41e2f inset;
  box-shadow: 0 0 3px #e41e2f inset;
  outline: 0
}
.smart-forms .select > select:focus {
  z-index: 10
}
.smart-forms .gui-textarea:focus {
  height: 120px
}
.smart-forms .select > select:focus {
  z-index: 10;
  z-index: 20\9
}
.smart-forms .gui-input:focus ~ .field-icon i, .smart-forms .gui-textarea:focus ~ .field-icon i {
  color: #e41e2f
}
.smart-forms .select-multiple select:focus, .smart-forms .gui-input:focus ~ .input-hint, .smart-forms .gui-textarea:focus ~ .input-hint, .smart-forms .file .gui-file:focus + .gui-input {
  border-color: #e41e2f
}
.smart-forms .select > select:focus + .arrow {
  color: #e41e2f
}
.smart-forms .option {
  position: relative;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle
}
.smart-forms .option > input {
  position: absolute;
  height: inherit;
  width: inherit;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -moz-appearance: none;
  overflow: hidden;
  opacity: 0;
  left: 0
}
.smart-forms .checkbox, .smart-forms .radio {
  margin-right: 2px;
  position: relative;
  background: white;
  display: inline-block;
  border: 3px solid #cfcfcf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  height: 21px;
  width: 21px;
  top: 5px
}
.smart-forms .checkbox:before, .smart-forms .radio:before {
  content: '';
  display: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
  margin: 0
}
.smart-forms input:checked + .checkbox:before, .smart-forms input:checked + .radio:before {
  display: block
}
.smart-forms .checkbox:before {
  border: solid #e41e2f;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  height: 3px;
  width: 6px;
  left: 3px;
  top: 4px
}
.smart-forms input:checked + .checkbox, .smart-forms input:checked + .radio {
  border-color: #e41e2f
}
.smart-forms .radio {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px
}
.smart-forms .radio:before {
  width: 7px;
  height: 7px;
  background: #e41e2f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin-top: 4px;
  margin-left: 4px
}
.smart-forms input:hover + .checkbox, .smart-forms input:hover + .radio {
  border-color: #fd9aa2
}
.smart-forms input:focus + .checkbox, .smart-forms input:focus + .radio {
  border-color: #e41e2f
}
.smart-forms input:focus + .radio:before {
  background: #e41e2f
}
.smart-forms input:focus + .checkbox:before {
  border-color: #e41e2f
}
.smart-forms .switch {
  cursor: pointer;
  position: relative;
  padding-right: 10px;
  display: inline-block;
  margin-bottom: 5px;
  height: 26px
}
.smart-forms .switch > .switch-label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 25px;
  width: 58px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  background: #d7d7d7;
  border: 2px solid #d7d7d7;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  -o-transition: .3s ease-out;
  transition: .3s ease-out
}
.smart-forms .switch > .switch-label + span {
  display: inline-block;
  padding-left: 5px;
  position: relative;
  top: -7px
}
.smart-forms .switch > .switch-label:before {
  content: attr(data-off);
  position: absolute;
  top: 1px;
  right: 3px;
  width: 33px
}
.smart-forms .switch > .switch-label:after {
  content: "";
  margin: 1px;
  width: 19px;
  height: 19px;
  display: block;
  background: #fff
}
.smart-forms .switch > input {
  -webkit-appearance: none;
  position: absolute;
  width: inherit;
  height: inherit;
  opacity: 0;
  left: 0;
  top: 0
}
.smart-forms .switch > input:focus {
  outline: 0
}
.smart-forms .switch > input:focus + .switch-label {
  color: #fff;
  border-color: #c7c7c7;
  background: #c7c7c7
}
.smart-forms .switch > input:focus + .switch-label:after {
  background: #fff
}
.smart-forms .switch > input:checked + .switch-label {
  border-color: #e41e2f;
  background: #e41e2f;
  padding-left: 33px;
  color: white
}
.smart-forms .switch > input:checked + .switch-label:before {
  content: attr(data-on);
  left: 1px;
  top: 1px
}
.smart-forms .switch > input:checked + .switch-label:after {
  margin: 1px;
  width: 19px;
  height: 19px;
  background: white
}
.smart-forms .switch > input:checked:focus + .switch-label {
  background: #3c9b39;
  border-color: #3c9b39
}
.smart-forms .switch-round > .switch-label {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px
}
.smart-forms .switch-round > .switch-label + span {
  top: -2px
}
.smart-forms .switch-round > .switch-label:before {
  width: 33px
}
.smart-forms .switch-round > .switch-label:after {
  width: 19px;
  height: 19px;
  color: #d7d7d7;
  content: "\2022";
  font: 30px/20px Times, Serif;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px
}
.smart-forms .switch-round > input:checked + .switch-label {
  padding-left: 33px
}
.smart-forms .switch-round > input:checked + .switch-label:after {
  color: #e41e2f
}
.smart-forms .option-group:before, .smart-forms .option-group:after {
  display: table;
  content: "";
  line-height: 0
}
.smart-forms .option-group:after {
  clear: both
}
.smart-forms .smart-option-group .option {
  padding: 0;
  margin: 0
}
.smart-forms .smart-option {
  border: 1px solid #c5c5c5;
  margin-right: 5px;
  background: #f5f5f5;
  font-weight: normal;
  text-decoration: none;
  color: #454545;
  border-radius: 3px;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  line-height: normal;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  line-height: 40px;
  height: 40px
}
.smart-forms .smart-option-ui {
  display: inline-block
}
.smart-forms .smart-option-ui .iconc {
  position: relative;
  margin-right: 2px;
  background: #fff;
  display: inline-block;
  border: 3px solid #cfcfcf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 0;
  margin-top: 0;
  height: 21px;
  width: 21px;
  top: 4px
}
.smart-forms .smart-radio .iconc {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px
}
.smart-forms .option > input:checked + .smart-option {
  border-color: #2f8640;
  background: #e41e2f;
  color: white
}
.smart-forms .option > input:checked + .smart-option .fa {
  font-size: 14px
}
.smart-forms .option > input:checked + .smart-option .iconc {
  border-color: #2f8640
}
.smart-forms .smart-radio .iconc:before, .smart-forms .smart-checkbox .iconc:before {
  content: '';
  display: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
  margin: 0
}
.smart-forms input:checked + .smart-radio .iconc:before, .smart-forms input:checked + .smart-checkbox .iconc:before {
  display: block
}
.smart-forms input:checked + .smart-radio .iconc:before {
  margin: 4px;
  width: 7px;
  height: 7px;
  background: #2f8640;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px
}
.smart-forms input:checked + .smart-checkbox .iconc:before {
  position: absolute;
  top: 4px;
  left: 3px;
  width: 6px;
  height: 3px;
  border: solid #2f8640;
  -webkit-border-width: 0 0 3px 3px;
  -moz-border-width: 0 0 3px 3px;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.smart-forms .smart-option-list {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  font-size: 0
}
.smart-forms .smart-option-list.left {
  float: left
}
.smart-forms .smart-option-list.right {
  float: right
}
.smart-forms .smart-option-list .smart-option {
  margin-right: 0;
  margin-left: -1px;
  border-radius: 0
}
.smart-forms .smart-option-list label:first-child .smart-option {
  margin-left: 0;
  border-radius: 3px 0 0 3px
}
.smart-forms .smart-option-list label:last-child .smart-option {
  border-radius: 0 3px 3px 0
}
.smart-forms .smart-option-list .option > input:checked + .smart-option {
  position: relative;
  z-index: 1
}
.smart-forms .group-vertical, .smart-forms .group-vertical .option, .smart-forms .group-vertical .option .smart-option, .smart-forms .group-vertical .option .smart-option-ui {
  display: block;
  text-align: left
}
.smart-forms .group-vertical .option .smart-option {
  margin: 0;
  margin-top: -1px
}
.smart-forms .group-vertical label:first-child .smart-option {
  border-radius: 3px 3px 0 0
}
.smart-forms .group-vertical label:last-child .smart-option {
  border-radius: 0 0 3px 3px
}
.smart-forms .smart-option-ui .iconc-pos {
  -webkit-transition: margin .6s, opacity .6s;
  -moz-transition: margin .6s, opacity .6s;
  -ms-transition: margin .6s, opacity .6s;
  -o-transition: margin .6s, opacity .6s;
  transition: margin .6s, opacity .6s;
  display: inline-block;
  margin-right: -80px;
  position: absolute;
  right: -200px;
  opacity: 0
}
.smart-forms .option > input:checked + .smart-option .iconc-pos {
  opacity: 1;
  right: 20px;
  margin-right: 0
}
.smart-forms .modern-switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  cursor: pointer
}
.smart-forms .modern-switch input {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: inherit;
  width: inherit;
  opacity: 0;
  left: 0
}
.smart-forms .modern-switch .switch-label {
  display: inline-block;
  position: relative;
  top: 2px
}
.smart-forms .modern-switch > .switch-label {
  padding-right: 5px
}
.smart-forms .modern-switch .switch-toggle + .switch-label {
  padding-left: 5px
}
.smart-forms .modern-switch .switch-toggle {
  width: 44px;
  height: 16px;
  background: #b5b5b5;
  position: relative;
  display: inline-block;
  background: rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px rgba(255, 255, 255, 0.5);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px rgba(255, 255, 255, 0.5);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  vertical-align: middle;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer
}
.smart-forms .modern-switch .switch-toggle::before {
  content: '';
  position: absolute;
  top: -6px;
  left: -4px;
  width: 26px;
  height: 26px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px
}
.smart-forms .modern-switch input:checked + .switch-toggle {
  background: #e41e2f
}
.smart-forms .modern-switch input:checked + .switch-toggle::before {
  left: 20px;
  background: #317d2f
}
.smart-forms .modern-switch input:disabled + .switch-toggle {
  background: #d5d5d5;
  pointer-events: none
}
.smart-forms .modern-switch input:disabled + .switch-toggle::before {
  background: #bcbdbc
}
.smart-forms .modern-switch input:disabled + .switch-toggle + .switch-label {
  color: #d5d5d5
}
.smart-forms .modern-ios .switch-toggle {
  width: 40px;
  height: 24px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px
}
.smart-forms .modern-ios .switch-toggle::before {
  width: 22px;
  height: 22px;
  bottom: 1px;
  left: 1px;
  top: 1px
}
.smart-forms .modern-ios input:checked + .switch-toggle::before {
  left: 17px;
  background: #fff
}
.smart-forms .modern-ios input:disabled + .switch-toggle::before {
  background: #f5f5f5
}
.smart-forms .modern-switch:active .switch-toggle::before, .smart-forms .modern-switch .switch-toggle:active::before {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
  -o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1)
}
.smart-forms .modern-switch:active input:checked + .switch-toggle::before, .smart-forms .modern-switch input:checked + .switch-toggle:active::before {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(78, 189, 74, 0.2);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(78, 189, 74, 0.2);
  -o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(78, 189, 74, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(78, 189, 74, 0.2)
}
.smart-forms .morph-switch:active .switch-toggle:before, .smart-forms .morph-switch .switch-toggle:active::before, .smart-forms .morph-switch:active input:checked + .switch-toggle::before, .smart-forms .morph-switch input:checked + .switch-toggle:active::before {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  -webkit-transform: scale(1.15, 0.85);
  -moz-transform: scale(1.15, 0.85);
  -ms-transform: scale(1.15, 0.85);
  -o-transform: scale(1.15, 0.85);
  transform: scale(1.15, 0.85)
}
.smart-forms .button {
  border: 0;
  height: 42px;
  color: #243140;
  line-height: 1;
  font-size: 15px;
  cursor: pointer;
  padding: 0 18px;
  text-align: center;
  vertical-align: top;
  background: #dbdbdb;
  display: inline-block;
  -webkit-user-drag: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.2);
  outline: 0
}
.smart-forms .button2 {
  border: 0;
  height: 42px;
  color: #FFF;
  line-height: 1;
  font-size: 15px;
  cursor: pointer;
  padding: 0 18px;
  text-align: center;
  vertical-align: top;
  background: #e41e2f;
  display: inline-block;
  -webkit-user-drag: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.2);
  outline: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease
}
.smart-forms .button2:hover {
  border: 0;
  height: 42px;
  color: #FFF;
  line-height: 1;
  font-size: 15px;
  cursor: pointer;
  padding: 0 18px;
  text-align: center;
  vertical-align: top;
  background: #333;
  display: inline-block;
  -webkit-user-drag: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.2);
  outline: 0
}
.smart-forms .button:hover {
  color: #243140;
  background: #e8e8e8;
  outline: 0
}
.smart-forms .button:active {
  color: #1d2938;
  background: #c4c4c4;
  outline: 0
}
.smart-forms a.button, .smart-forms span.button, .smart-forms label.button {
  line-height: 42px;
  text-decoration: none
}
.smart-forms .button i {
  font-size: 14px;
  outline: 0
}
.smart-forms .button-list .button {
  margin-bottom: 5px
}
.smart-forms .btn-primary {
  background-color: #e41e2f;
  outline: 0
}
.smart-forms .btn-primary:hover, .smart-forms .btn-primary:focus {
  background-color: #fd9aa2;
  outline: 0
}
.smart-forms .btn-primary:active {
  background-color: #3c9b39;
  outline: 0
}
.smart-forms .btn-primary, .smart-forms .btn-primary:hover, .smart-forms .btn-primary:focus, .smart-forms .btn-primary:active {
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.08);
  outline: 0
}
.smart-forms .btn-rounded {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px
}
.smart-forms .button-left, .smart-forms .button-right {
  position: relative;
  z-index: 9
}
.smart-forms .button-left:before, .smart-forms .button-right:before {
  content: '';
  z-index: -1;
  width: 32px;
  height: 32px;
  position: absolute;
  background-color: inherit;
  border-color: inherit;
  border: 0;
  top: 5px
}
.smart-forms .button-left {
  border-left-width: 0;
  padding: 0 18px 0 7px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-left: 20px
}
.smart-forms .button-left:before {
  left: -15px;
  -webkit-border-radius: 2px 5px 0 5px;
  -moz-border-radius: 2px 5px 0 5px;
  -o-border-radius: 2px 5px 0 5px;
  border-radius: 2px 5px 0 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.smart-forms .button-right {
  padding: 0 7px 0 18px;
  border-right-width: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  margin-right: 20px
}
.smart-forms .button-right:before {
  right: -15px;
  -webkit-border-radius: 5px 2px 5px 0;
  -moz-border-radius: 5px 2px 5px 0;
  -o-border-radius: 5px 2px 5px 0;
  border-radius: 5px 2px 5px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}
.smart-forms .btn-pointed.button-left, .smart-forms .btn-pointed.button-right {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px
}
.smart-forms .btn-rounded.button-left {
  -webkit-border-radius: 0 22px 22px 0;
  -moz-border-radius: 0 22px 22px 0;
  -o-border-radius: 0 22px 22px 0;
  border-radius: 0 22px 22px 0
}
.smart-forms .btn-rounded.button-right {
  -webkit-border-radius: 22px 0 0 22px;
  -moz-border-radius: 22px 0 0 22px;
  -o-border-radius: 22px 0 0 22px;
  border-radius: 22px 0 0 22px
}
.smart-forms .pushed {
  -webkit-box-shadow: inset 0 -0.3em 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -0.3em 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 -0.3em 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -0.3em 0 rgba(0, 0, 0, 0.2);
  position: relative
}
.smart-forms .pushed:active {
  -webkit-box-shadow: inset 0 -0.15em 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -0.15em 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 -0.15em 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -0.15em 0 rgba(0, 0, 0, 0.2);
  top: 2px
}
.smart-forms .pushed.button-left:before {
  -webkit-box-shadow: inset .35em 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset .35em 0 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset .35em 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset .35em 0 0 rgba(0, 0, 0, 0.2)
}
.smart-forms .pushed:active.button-left:before {
  -webkit-box-shadow: inset .2em 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset .2em 0 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset .2em 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset .2em 0 0 rgba(0, 0, 0, 0.2)
}
.smart-forms .pushed.button-right:before {
  -webkit-box-shadow: inset -0.35em 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -0.35em 0 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset -0.35em 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset -0.35em 0 0 rgba(0, 0, 0, 0.2)
}
.smart-forms .pushed:active.button-right:before {
  -webkit-box-shadow: inset -0.2em 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset -0.2em 0 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset -0.2em 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset -0.2em 0 0 rgba(0, 0, 0, 0.2)
}
.smart-forms .form-footer .button {
  margin-right: 10px;
  margin-bottom: 5px
}
.smart-forms .align-right .button {
  margin-right: 0;
  margin-left: 10px
}
.smart-forms .twitter, .smart-forms .twitter:hover, .smart-forms .twitter:focus, .smart-forms .facebook, .smart-forms .facebook:hover, .smart-forms .facebook:focus, .smart-forms .googleplus, .smart-forms .googleplus:hover, .smart-forms .googleplus:focus {
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.08)
}
.smart-forms .facebook {
  background-color: #3b5998
}
.smart-forms .twitter {
  background-color: #00acee
}
.smart-forms .googleplus {
  background-color: #dd4b39
}
.smart-forms .facebook:hover, .smart-forms .facebook:focus {
  background-color: #25385f
}
.smart-forms .twitter:hover, .smart-forms .twitter:focus {
  background-color: #00749f
}
.smart-forms .googleplus:hover, .smart-forms .googleplus:focus {
  background-color: #8d2418
}
.smart-forms .span-left {
  padding-left: 52px;
  text-align: left
}
.smart-forms .btn-social {
  position: relative;
  margin-bottom: 5px
}
.smart-forms .btn-social i {
  font-size: 22px;
  position: relative;
  top: 2px
}
.smart-forms .btn-social span {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 42px;
  left: 0
}
.smart-forms .twitter span {
  background-color: #009ad5
}
.smart-forms .facebook span {
  background-color: #31497d
}
.smart-forms .googleplus span {
  background-color: #c03121
}
.smart-forms .rating {
  position: relative
}
.smart-forms .rating.block {
  display: block;
  margin: 10px 0
}
.smart-forms .rating label {
  color: #a2a6a8
}
.smart-forms .rating label i {
  font-size: 17px;
  text-align: center;
  color: inherit
}
.smart-forms .rating label span {
  font: 22px/22px Times, Serif
}
.smart-forms .rating-star {
  margin-left: 4px
}
.smart-forms .rating-input {
  position: absolute;
  left: -9999px;
  top: auto
}
.smart-forms .rating:hover .rating-star:hover, .smart-forms .rating:hover .rating-star:hover ~ .rating-star, .smart-forms .rating-input:checked ~ .rating-star {
  color: #e41e2f
}
.smart-forms .rating-star, .smart-forms .rating:hover .rating-star {
  width: 18px;
  float: right;
  display: block;
  cursor: pointer;
  color: #a2a6a8
}
.smart-forms .rating:before, .smart-forms .rating:after {
  display: table;
  content: "";
  line-height: 0
}
.smart-forms .rating:after {
  clear: both
}
.smart-forms .rating .lbl-text {
  font-size: 14px;
  display: inline-block;
  float: left
}
.smart-forms .rating-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 0;
  float: right
}
.smart-forms .rating label span {
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: 0 1px rgba(255, 255, 255, 0);
  -webkit-transition: margin .6s, opacity .6s;
  -moz-transition: margin .6s, opacity .6s;
  -ms-transition: margin .6s, opacity .6s;
  -o-transition: margin .6s, opacity .6s;
  transition: margin .6s, opacity .6s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  position: absolute;
  padding: 5px 10px;
  font-weight: bold;
  background: #000;
  font-size: 11px;
  margin-left: -5px;
  margin-bottom: 15px;
  display: block;
  left: -9999px;
  color: #fff;
  opacity: 0;
  z-index: 10
}
.smart-forms .rating label:hover span {
  bottom: 100%;
  opacity: 1;
  left: auto;
  margin-bottom: 5px
}
.smart-forms .rating label span:before {
  content: '';
  position: absolute;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  left: 8px;
  top: 100%
}
.smart-forms .smart-widget, .smart-forms .append-picker-icon, .smart-forms .prepend-picker-icon {
  position: relative;
  display: block
}
.smart-forms .smart-widget .field input, .smart-forms .append-picker-icon input, .smart-forms .prepend-picker-icon input {
  width: 100%
}
.smart-forms .append-picker-icon button, .smart-forms .prepend-picker-icon button, .smart-forms .smart-widget .button {
  border: 1px solid #cfcfcf;
  background: #f5f5f5;
  position: absolute;
  cursor: pointer;
  color: #626262;
  height: 42px;
  top: 0
}
.smart-forms .sm-right .button, .smart-forms .append-picker-icon button {
  border-left: 0
}
.smart-forms .sm-left .button, .smart-forms .prepend-picker-icon button {
  border-right: 0
}
.smart-forms .sm-left .button, .smart-forms .prepend-picker-icon button {
  left: 0
}
.smart-forms .sm-right .button, .smart-forms .append-picker-icon button {
  right: 0
}
.smart-forms .sml-50, .smart-forms .prepend-picker-icon {
  padding-left: 50px
}
.smart-forms .sml-50 .button, .smart-forms .prepend-picker-icon button {
  width: 50px
}
.smart-forms .sml-80 {
  padding-left: 80px
}
.smart-forms .sml-80 .button {
  width: 80px
}
.smart-forms .sml-120 {
  padding-left: 120px
}
.smart-forms .sml-120 .button {
  width: 120px
}
.smart-forms .smr-50, .smart-forms .append-picker-icon {
  padding-right: 50px
}
.smart-forms .smr-50 .button, .smart-forms .append-picker-icon button {
  width: 50px
}
.smart-forms .smr-80 {
  padding-right: 80px
}
.smart-forms .smr-80 .button {
  width: 80px
}
.smart-forms .smr-120 {
  padding-right: 120px
}
.smart-forms .smr-120 .button {
  width: 120px
}
.smart-forms .append-icon, .smart-forms .prepend-icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%
}
.smart-forms .prepend-icon .custom-combobox-input {
  padding-left: 42px
}
.smart-forms .append-icon .field-icon, .smart-forms .prepend-icon .field-icon {
  top: 0;
  width: 42px;
  height: 42px;
  color: inherit;
  line-height: 50px;
  position: absolute;
  text-align: center;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  pointer-events: none;
  z-index: 99
}
.smart-forms .append-icon .field-icon i, .smart-forms .prepend-icon .field-icon i {
  position: relative;
  font-size: 14px
}
.smart-forms .prepend-icon .field-icon {
  left: 0
}
.smart-forms .append-icon .field-icon {
  right: 0
}
.smart-forms .prepend-icon > input, .smart-forms .prepend-icon > textarea, .smart-forms .prepend-icon > select {
  padding-left: 36px
}
.smart-forms .append-icon > input, .smart-forms .append-icon > textarea {
  padding-right: 36px;
  padding-left: 10px
}
.smart-forms .append-icon > textarea {
  padding-right: 36px
}
.smart-forms .tooltip {
  position: absolute;
  z-index: -1;
  opacity: 0;
  color: #fff;
  width: 184px;
  left: -9999px;
  top: auto;
  font-size: 11px;
  font-weight: normal;
  background: #333;
  -webkit-transition: margin .6s, opacity .6s;
  -moz-transition: margin .6s, opacity .6s;
  -ms-transition: margin .6s, opacity .6s;
  -o-transition: margin .6s, opacity .6s;
  transition: margin .6s, opacity .6s
}
.smart-forms .tooltip > em {
  padding: 12px;
  font-style: normal;
  display: block;
  position: static
}
.smart-forms .tooltip:after {
  content: '';
  position: absolute
}
.smart-forms .option:hover .tooltip, .smart-forms .gui-input:focus + .tooltip, .smart-forms .gui-textarea:focus + .tooltip, .smart-forms .select > select:focus ~ .tooltip {
  opacity: 1;
  z-index: 999
}
.smart-forms .tip-left {
  top: 1px;
  margin-right: -20px
}
.smart-forms .tip-left:after {
  top: 12px;
  left: 100%;
  border-left: 8px solid #333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent
}
.smart-forms .gui-input:focus + .tip-left, .smart-forms .gui-textarea:focus + .tip-left, .smart-forms .select > select:focus ~ .tip-left {
  margin-right: 5px;
  right: 100%;
  left: auto
}
.smart-forms .tip-right {
  top: 1px;
  margin-left: -20px
}
.smart-forms .tip-right:after {
  top: 12px;
  right: 100%;
  border-right: 8px solid #333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent
}
.smart-forms .gui-input:focus + .tip-right, .smart-forms .gui-textarea:focus + .tip-right, .smart-forms .select > select:focus ~ .tip-right {
  left: 100%;
  margin-left: 5px
}
.smart-forms .tip-right-top {
  bottom: 100%;
  margin-bottom: -20px
}
.smart-forms .tip-right-top:after {
  top: 100%;
  right: 12px;
  border-top: 8px solid #333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent
}
.smart-forms .gui-input:focus + .tip-right-top, .smart-forms .gui-textarea:focus + .tip-right-top, .smart-forms .select > select:focus ~ .tip-right-top {
  right: 0;
  left: auto;
  margin-bottom: 10px
}
.smart-forms .option .tooltip, .smart-forms .tip-left-top {
  bottom: 100%;
  margin-bottom: -20px
}
.smart-forms .option .tooltip:after, .smart-forms .tip-left-top:after {
  top: 100%;
  left: 12px;
  border-top: 8px solid #333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent
}
.smart-forms .option:hover .tooltip, .smart-forms .gui-input:focus + .tip-left-top, .smart-forms .gui-textarea:focus + .tip-left-top, .smart-forms .select > select:focus ~ .tip-left-top {
  left: 0;
  right: auto;
  margin-bottom: 10px
}
.smart-forms .option:hover .tooltip {
  left: -10px
}
.smart-forms .tip-right-bottom {
  top: 100%;
  margin-top: -20px
}
.smart-forms .tip-right-bottom:after {
  right: 12px;
  bottom: 100%;
  border-bottom: 8px solid #333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent
}
.smart-forms .gui-input:focus + .tip-right-bottom, .smart-forms .gui-textarea:focus + .tip-right-bottom {
  margin-top: 10px;
  left: auto;
  right: 0
}
.smart-forms .tip-left-bottom {
  top: 100%;
  margin-top: -20px
}
.smart-forms .tip-left-bottom:after {
  left: 12px;
  bottom: 100%;
  border-bottom: 8px solid #333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent
}
.smart-forms .gui-input:focus + .tip-left-bottom, .smart-forms .gui-textarea:focus + .tip-left-bottom {
  margin-top: 10px;
  right: auto;
  left: 0
}
.smart-forms .smart-list {
  list-style: none;
  margin: 0;
  padding: 0
}
.smart-forms .smart-list li {
  margin-bottom: 20px
}
.smart-forms .form-msg {
  display: none
}
.smart-forms .notification {
  color: #444;
  padding: 15px;
  position: relative
}
.smart-forms .notification p {
  margin: 0;
  padding: 0 15px;
  padding-left: 5px;
  line-height: normal
}
.smart-forms .notification .close-btn {
  margin-top: -7px;
  padding: inherit;
  position: absolute;
  text-decoration: none;
  font: bold 20px/20px Arial, sans-serif;
  opacity: .65;
  color: inherit;
  display: block;
  right: 1px;
  top: 14%
}
.smart-forms .notification .close-btn:hover {
  opacity: 1
}
.smart-forms .alert-info {
  color: #163161;
  background-color: #cfe6fc
}
.smart-forms .alert-success {
  color: #363;
  background-color: #d2f7ad
}
.smart-forms .alert-warning {
  color: #c60;
  background-color: #fae7a2
}
.smart-forms .alert-error {
  color: #900;
  background-color: #fbdbcf
}
.smart-forms .notification ul {
  margin-left: 1.3em;
  list-style-position: inside;
  margin-top: 10px
}
.smart-forms .state-error .gui-input, .smart-forms .state-error .gui-textarea, .smart-forms .state-error.select > select, .smart-forms .state-error.select-multiple > select, .smart-forms .state-error input:hover + .checkbox, .smart-forms .state-error input:hover + .radio, .smart-forms .state-error input:focus + .checkbox, .smart-forms .state-error input:focus + .radio, .smart-forms .state-error .checkbox, .smart-forms .state-error .radio {
  background: #fee9ea;
  border-color: #de888a
}
.smart-forms .state-error .gui-input:focus, .smart-forms .state-error .gui-textarea:focus, .smart-forms .state-error.select > select:focus, .smart-forms .state-error.select-multiple > select:focus {
  -webkit-box-shadow: 0 0 3px #de888a inset;
  -moz-box-shadow: 0 0 3px #de888a inset;
  -o-box-shadow: 0 0 3px #de888a inset;
  box-shadow: 0 0 3px #de888a inset
}
.smart-forms .state-error .gui-input ~ .field-icon i, .smart-forms .state-error .gui-textarea ~ .field-icon i {
  color: #de888a
}
.smart-forms .state-error.select .arrow {
  color: #de888a
}
.smart-forms .state-error.select > select:focus + .arrow {
  color: #de888a
}
.smart-forms .state-error .gui-input ~ .input-hint, .smart-forms .state-error.file .gui-file:hover + .gui-input, .smart-forms .state-error .gui-textarea ~ .input-hint {
  border-color: #de888a
}
.smart-forms .state-error + em {
  display: block !important;
  margin-top: 6px;
  padding: 0 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: normal;
  font-size: .85em;
  color: #de888a
}
.smart-forms .state-success .gui-input:focus, .smart-forms .state-success .gui-textarea:focus, .smart-forms .state-success.select > select:focus, .smart-forms .state-success.select-multiple > select:focus {
  -webkit-box-shadow: 0 0 3px #ccc inset;
  -moz-box-shadow: 0 0 3px #ccc inset;
  -o-box-shadow: 0 0 3px #ccc inset;
  box-shadow: 0 0 3px #ccc inset
}
.smart-forms .state-success .gui-input ~ .field-icon i, .smart-forms .state-success .gui-textarea ~ .field-icon i {
  color: #ccc
}
.smart-forms .state-success.select .arrow {
  color: #ccc
}
.smart-forms .state-success.select > select:focus + .arrow {
  color: #ccc
}
.smart-forms .state-success .gui-input ~ .input-hint, .smart-forms .state-success.file .gui-file:hover + .gui-input, .smart-forms .state-success .gui-textarea ~ .input-hint {
  border-color: #ccc
}
.smart-forms .button[disabled], .smart-forms .state-disabled .button, .smart-forms input[disabled] + .radio, .smart-forms input[disabled] + .checkbox, .smart-forms .switch > input[disabled] + label {
  cursor: default;
  opacity: .5
}
.smart-forms .gui-input[disabled], .smart-forms .gui-textarea[disabled], .smart-forms .select > select[disabled], .smart-forms .select-multiple select[disabled], .smart-forms .gui-input[disabled] ~ .input-hint, .smart-forms .file .gui-file[disabled] + .gui-input, .smart-forms .file .gui-file[disabled]:hover + .gui-input, .smart-forms .gui-textarea[disabled] ~ .input-hint {
  background-color: #f4f6f6;
  border-color: #d5dbdb !important;
  cursor: default;
  color: #d5dbdb;
  opacity: .7
}
.smart-forms input[disabled] ~ .field-icon i, .smart-forms textarea[disabled] ~ .field-icon i, .smart-forms .select > select[disabled] + .arrow {
  opacity: .4
}
.ui-helper-hidden {
  display: none
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse
}
.ui-helper-clearfix:after {
  clear: both
}
.ui-helper-clearfix {
  min-height: 0
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0)
}
.ui-front {
  z-index: 100
}
.ui-datepicker {
  width: 18em;
  margin-top: 8px;
  display: none;
  background: #fff;
  position: relative;
  font: 14px/1.55 "Roboto", Arial, Helvetica, sans-serif;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
  box-shadow: 0 0 4px rgba(0, 0, 0, .1);
  border: 1px solid #cfcfcf;
  z-index: 9999 !important;
  text-align: center;
  color: #666
}
.ui-datepicker a {
  color: #404040;
  text-align: center
}
.ui-datepicker .ui-state-disabled span {
  color: #dbdbdb
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  background: #f5f5f5;
  border-bottom: 1px solid #cfcfcf;
  line-height: 27px;
  font-size: 15px;
  padding: 10px
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  width: 34px;
  height: 34px;
  display: block;
  font-size: 14px;
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  color: #e41e2f;
  top: 20.5%
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px
}
.ui-datepicker .ui-datepicker-next {
  right: 2px
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  color: #e41e2f
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  margin: 0 0 .4em;
  border-collapse: collapse
}
.ui-datepicker th {
  padding: .5em .3em;
  text-align: center;
  font-weight: 700;
  border: 0
}
.ui-datepicker td {
  border: 0;
  padding: 2px 5px
}
.ui-datepicker td span, .ui-datepicker td a {
  padding: .25em;
  display: block;
  text-align: center;
  text-decoration: none
}
.ui-datepicker td span:hover, .ui-datepicker td a:hover {
  background: #f5f5f5
}
.ui-datepicker .ui-state-disabled span:hover {
  background: 0
}
.ui-datepicker-today a, .ui-datepicker-today a:hover, .ui-datepicker .ui-state-highlight {
  background: #fffa90 !important;
  font-weight: 700;
  color: #444
}
.ui-monthpicker .ui-datepicker-today a, .ui-monthpicker .ui-datepicker-today a:hover, .ui-datepicker .ui-datepicker-current-day a {
  font-weight: 700;
  background: #e41e2f !important;
  color: #fff
}
.cal-widget .ui-datepicker {
  width: 100%;
  margin-top: 0
}
.cal-widget .ui-datepicker:before {
  display: none
}
.ui-datepicker.ui-datepicker-multi {
  width: auto
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.333%
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0
}
.ui-datepicker-buttonpane {
  border-top: 1px solid #cfcfcf;
  padding: 10px
}
.ui-datepicker-buttonpane button {
  padding: 8px 12px;
  margin-right: .2em;
  position: relative;
  line-height: normal;
  display: inline-block;
  -webkit-user-drag: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.2);
  vertical-align: middle;
  background: #dbdbdb;
  text-align: center;
  overflow: visible;
  cursor: pointer;
  color: #243140;
  border: 0
}
.ui-datepicker-buttonpane button:hover {
  color: #243140;
  background: #e8e8e8
}
.ui-datepicker-buttonpane button:active {
  color: #1d2938;
  background: #c4c4c4
}
.ui-monthpicker .ui-datepicker-header {
  margin-bottom: 3px
}
.smart-forms .slider-wrapper, .smart-forms .sliderv-wrapper {
  background: #e5e5e5;
  position: relative
}
.smart-forms .ui-slider {
  position: relative;
  text-align: left
}
.smart-forms .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 21px;
  height: 21px;
  cursor: default;
  background: #fff;
  border: 3px solid #e41e2f;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -ms-touch-action: none;
  touch-action: none;
  margin-top: -4px;
  outline: 0
}
.smart-forms .ui-slider .ui-slider-handle:before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  background-color: #e41e2f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  z-index: 2;
  left: 4px;
  top: 4px
}
.smart-forms .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
  background-color: #e41e2f
}
.smart-forms .ui-slider.ui-state-disabled .ui-slider-handle, .smart-forms .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit
}
.smart-forms .ui-slider-horizontal {
  height: .5em
}
.smart-forms .ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em
}
.smart-forms .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%
}
.smart-forms .ui-slider-horizontal .ui-slider-range-min {
  left: 0
}
.smart-forms .ui-slider-horizontal .ui-slider-range-max {
  right: 0
}
.smart-forms .ui-slider-vertical, .smart-forms .sliderv-wrapper {
  width: .5em;
  height: 100px
}
.smart-forms .ui-slider-vertical .ui-slider-handle {
  left: -.45em;
  margin-left: 0;
  margin-bottom: -.6em
}
.smart-forms .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%
}
.smart-forms .ui-slider-vertical .ui-slider-range-min {
  bottom: 0
}
.smart-forms .ui-slider-vertical .ui-slider-range-max {
  top: 0
}
.smart-forms .slider-input {
  color: #f6931f !important;
  border: 0;
  background: 0
}
.smart-forms .slider-group .sliderv-wrapper {
  height: 150px;
  float: left;
  margin: 15px 15px
}
.smart-forms .ui-slider .ui-state-active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing
}
.smart-forms .slider-tip {
  display: block;
  position: absolute;
  text-align: center;
  font: 10pt Tahoma, Arial, sans-serif;
  background: #333;
  padding: 10px;
  color: #fff
}
.smart-forms .slider-wrapper .slider-tip {
  top: -50px;
  left: -15px
}
.smart-forms .slider-wrapper .slider-tip:after {
  content: '';
  position: absolute;
  top: 98%;
  left: 35%;
  border-top: 8px solid #333;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent
}
.smart-forms .sliderv-wrapper .slider-tip {
  left: 30px;
  top: -12px
}
.smart-forms .sliderv-wrapper .slider-tip:after {
  content: '';
  position: absolute;
  top: 30%;
  right: 98%;
  border-right: 8px solid #333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent
}
.smart-forms .yellow-slider .ui-slider .ui-slider-handle {
  border-color: #faa226
}
.smart-forms .yellow-slider .ui-slider .ui-slider-handle:before, .smart-forms .yellow-slider .ui-slider .ui-slider-range {
  background-color: #faa226
}
.smart-forms .red-slider .ui-slider .ui-slider-handle {
  border-color: #ee4f3d
}
.smart-forms .red-slider .ui-slider .ui-slider-handle:before, .smart-forms .red-slider .ui-slider .ui-slider-range {
  background-color: #ee4f3d
}
.smart-forms .purple-slider .ui-slider .ui-slider-handle {
  border-color: #9464e2
}
.smart-forms .purple-slider .ui-slider .ui-slider-handle:before, .smart-forms .purple-slider .ui-slider .ui-slider-range {
  background-color: #9464e2
}
.smart-forms .blue-slider .ui-slider .ui-slider-handle {
  border-color: #00acee
}
.smart-forms .blue-slider .ui-slider .ui-slider-handle:before, .smart-forms .blue-slider .ui-slider .ui-slider-range {
  background-color: #00acee
}
.smart-forms .black-slider .ui-slider .ui-slider-handle {
  border-color: #505558
}
.smart-forms .black-slider .ui-slider .ui-slider-handle:before, .smart-forms .black-slider .ui-slider .ui-slider-range {
  background-color: #505558
}
.smart-forms .green-slider .ui-slider .ui-slider-handle {
  border-color: #0e993c
}
.smart-forms .green-slider .ui-slider .ui-slider-handle:before, .smart-forms .green-slider .ui-slider .ui-slider-range {
  background-color: #0e993c
}
.ui-timepicker-div .ui-widget-header {
  position: relative;
  background: #f5f5f5;
  line-height: 27px;
  font-size: 15px;
  padding: 10px
}
.ui-timepicker-div dl {
  text-align: left;
  border: 1px solid #cfcfcf;
  border-width: 1px 0 0 0;
  padding: 15px 10px;
  padding-bottom: 15px;
  margin: 0
}
.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px
}
.ui-timepicker-div dl dd {
  margin: 0 10px 15px 40%
}
.ui-timepicker-div td {
  font-size: 90%
}
.ui-tpicker-grid-label {
  background: 0;
  border: 0;
  margin: 0;
  padding: 0
}
.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none
}
.ui-timepicker-rtl {
  direction: rtl
}
.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0
}
.ui-timepicker-rtl dl dt {
  float: right;
  clear: right
}
.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
  background: #e5e5e5;
  position: relative;
  top: 6px
}
.ui-timepicker-div dl .ui_tpicker_hour, .ui-timepicker-div dl .ui_tpicker_minute, .ui-timepicker-div dl .ui_tpicker_second, .ui-timepicker-div dl .ui_tpicker_millisec {
  background: #e5e5e5;
  position: relative;
  top: 5px
}
.ui_tpicker_time_input {
  background: 0;
  border: 0;
  display: inline-block
}
.ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 2px
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, .ui-timepicker-div.ui-timepicker-oneLine dt {
  display: none
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px
}
.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: right
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd, .ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
  display: inline-block;
  margin: 0
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before, .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ':';
  display: inline-block
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before, .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
  content: '.';
  display: inline-block
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide, .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  z-index: 10000000;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  border: 1px solid #bbb;
  border-top: 0;
  background: #fff;
  max-height: 100px;
  overflow-x: hidden;
  overflow-y: auto
}
.ui-autocomplete .ui-menu {
  position: absolute
}
.ui-autocomplete .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 8px 10px;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  background: #f2f4fa;
  border-bottom: 1px solid #dce1ee;
  -webkit-box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  -o-box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px #fff, inset 0 0 0 1px rgba(255, 255, 255, 0.5)
}
.ui-autocomplete .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
  border-color: #ddd
}
.ui-autocomplete .ui-menu-item:hover {
  background: #dce1ee
}
.custom-combobox {
  position: relative;
  padding-right: 45px;
  display: block
}
.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin-left: -1px;
  padding: 0;
  z-index: 10;
  width: 45px;
  line-height: 40px;
  height: 100%;
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #cfcfcf;
  border-left: 0;
  cursor: pointer;
  color: #aaa
}
.custom-combobox-input {
  margin: 0;
  padding: 5px 10px
}
.smart-forms .progress-section {
  display: none
}
.smart-forms .progress-bar {
  position: relative;
  background: #e5e5e5
}
.smart-forms .progress-bar .percent {
  position: absolute;
  display: inline-block;
  top: -3px;
  right: -24px;
  font-size: 9px;
  color: #93a2aa
}
.smart-forms .progress-bar > .bar {
  width: 60%;
  height: 7px;
  display: block;
  background-size: 16px 16px;
  background-color: #bdc3c7
}
.smart-forms .bar-primary > .bar {
  background-color: #e41e2f
}
.smart-forms .bar-blue > .bar {
  background-color: #00acee
}
.smart-forms .bar-black > .bar {
  background-color: #505558
}
.smart-forms .bar-green > .bar {
  background-color: #0e993c
}
.smart-forms .bar-purple > .bar {
  background-color: #9464e2
}
.smart-forms .bar-red > .bar {
  background-color: #ee4f3d
}
.smart-forms .bar-yellow > .bar {
  background-color: #faa226
}
.smart-forms .ui-slider .ui-slider-range, .smart-forms .progress > button[type="submit"], .smart-forms .progress > button[type="submit"]:hover, .smart-forms .progress-bar > .bar {
  background-size: 16px 16px;
  background-image: -webkit-linear-gradient(top left, transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
  background-image: -moz-linear-gradient(top left, transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
  background-image: -o-linear-gradient(top left, transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
  background-image: linear-gradient(to bottom right, transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3))
}
.smart-forms .progress > button[type="submit"], .smart-forms .progress > button[type="submit"]:hover, .smart-forms .progress-animated > .bar {
  -webkit-animation: sfprogress .6s linear infinite;
  -moz-animation: sfprogress .6s linear infinite;
  -o-animation: sfprogress .6s linear infinite;
  animation: sfprogress .6s linear infinite
}
.smart-forms .progress > button[type="submit"]:hover {
  cursor: wait
}
@-webkit-keyframes sfprogress {
  from {
    background-position: 0 0
  }
  to {
    background-position: -16px 0
  }
}
@-moz-keyframes sfprogress {
  from {
    background-position: 0 0
  }
  to {
    background-position: -16px 0
  }
}
@-o-keyframes sfprogress {
  from {
    background-position: 0 0
  }
  to {
    background-position: -16px 0
  }
}
@keyframes sfprogress {
  from {
    background-position: 0 0
  }
  to {
    background-position: -16px 0
  }
}
.clone-widget {
  padding-right: 100px;
  position: relative
}
.clone-widget .button {
  position: absolute;
  right: 0;
  top: 0
}
.clone-widget .clone {
  right: 50px
}
.smart-forms .map-container {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #cfcfcf
}
.smart-forms .map-area, .smart-forms #map_canvas {
  width: 100%;
  height: 400px;
  overflow: hidden
}
.smart-forms .block {
  display: block
}
.smart-forms .custom-block-list, .smart-forms .custom-block-list li {
  list-style-type: none;
  display: block;
  padding: 0;
  margin: 0
}
.smart-forms .custom-block-list li {
  padding: 3px 0;
  font-size: 14px
}
.smart-forms .custom-block-list li span, .smart-forms .custom-block-list li strong {
  font-weight: 300;
  color: #00afff
}
.smart-forms .frm-row {
  margin: 0 -10px
}
.smart-forms .slider-group:before, .smart-forms .slider-group:after, .smart-forms .frm-row:before, .smart-forms .frm-row:after {
  display: table;
  content: "";
  line-height: 0
}
.smart-forms .slider-group:after, .smart-forms .frm-row:after {
  clear: both
}
.smart-forms .frm-row .colm {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left
}
.smart-forms .frm-row .colm1 {
  width: 8.33%
}
.smart-forms .frm-row .colm2 {
  width: 16.66%
}
.smart-forms .frm-row .colm3 {
  width: 25%
}
.smart-forms .frm-row .colm4 {
  width: 33.33%
}
.smart-forms .frm-row .colm5 {
  width: 41.66%
}
.smart-forms .frm-row .colm6 {
  width: 50%
}
.smart-forms .frm-row .colm7 {
  width: 58.33%
}
.smart-forms .frm-row .colm8 {
  width: 66.66%
}
.smart-forms .frm-row .colm9 {
  width: 75%
}
.smart-forms .frm-row .colm10 {
  width: 83.33%
}
.smart-forms .frm-row .colm11 {
  width: 91.66%
}
.smart-forms .frm-row .colm12 {
  width: 100%
}
.smart-forms .frm-row .colm1-5 {
  width: 20%
}
.smart-forms .frm-row .colm1-8 {
  width: 12.5%
}
.smart-forms .spacer {
  border-top: 1px solid #cfcfcf;
  display: block;
  height: 0
}
.smart-forms .spacer-t10 {
  margin-top: 10px
}
.smart-forms .spacer-b10 {
  margin-bottom: 10px
}
.smart-forms .spacer-t15 {
  margin-top: 15px
}
.smart-forms .spacer-b15 {
  margin-bottom: 15px
}
.smart-forms .spacer-t20 {
  margin-top: 20px
}
.smart-forms .spacer-b20 {
  margin-bottom: 20px
}
.smart-forms .spacer-t25 {
  margin-top: 25px
}
.smart-forms .spacer-b25 {
  margin-bottom: 25px
}
.smart-forms .spacer-t30 {
  margin-top: 30px
}
.smart-forms .spacer-b30 {
  margin-bottom: 30px
}
.smart-forms .spacer-t40 {
  margin-top: 40px
}
.smart-forms .spacer-b40 {
  margin-bottom: 40px
}
.smart-forms .frm-row .pad-l10 {
  padding-left: 10px
}
.smart-forms .frm-row .pad-r10 {
  padding-right: 10px
}
.smart-forms .frm-row .pad-l20 {
  padding-left: 20px
}
.smart-forms .frm-row .pad-r20 {
  padding-right: 20px
}
.smart-forms .frm-row .pad-l30 {
  padding-left: 30px
}
.smart-forms .frm-row .pad-r30 {
  padding-right: 30px
}
.smart-forms .frm-row .pad-l40 {
  padding-left: 40px
}
.smart-forms .frm-row .pad-r40 {
  padding-right: 40px
}
.smart-forms .bdl {
  border-left: 1px solid #cfcfcf
}
.smart-forms .bdr {
  border-right: 1px solid #cfcfcf
}
.smart-forms .fine-grey {
  color: #999
}
.smart-forms .small-text {
  font-size: 11px;
  font-style: normal
}
.smart-forms .text-align {
  height: 42px;
  line-height: 42px
}
.smart-forms .align-right {
  text-align: right
}
.smart-forms .align-center {
  text-align: center
}
.smart-forms .price-box {
  padding: 30px;
  text-align: center;
  position: relative;
  border: 1px solid #cfcfcf;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05)
}
.smart-forms .price-box p {
  line-height: 1.5em;
  font-weight: 300;
  font-size: 16px;
  color: #526066;
  margin-bottom: 0
}
.smart-forms .price-box h5 {
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  font-size: 15px;
  color: #b0b2b9;
  letter-spacing: 2px
}
.smart-forms .price-box h4 {
  font-size: 60px;
  font-weight: 400;
  margin: 0;
  color: #626262
}
.smart-forms .selected-box h4 {
  color: #e41e2f
}
.smart-forms .price-box h4 sup {
  position: relative;
  font-size: 30px;
  vertical-align: top;
  top: 15px
}
.smart-forms .price-box h4 .per-month {
  font-size: 14px
}
.smart-forms .expand {
  height: 50px;
  line-height: 50px !important;
  border-radius: 3px
}
.smart-forms .ribbon, .smart-forms .ribbon-large {
  width: 75px;
  height: 78px;
  overflow: hidden;
  position: absolute;
  right: -2px;
  top: -2px;
  z-index: 1
}
.smart-forms .ribbon-inner {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #e41e2f;
  letter-spacing: 4px;
  text-align: center;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  padding: 7px 0;
  width: 100px;
  color: #fff;
  z-index: 1;
  left: 3px;
  top: 6px
}
.smart-forms .ribbon-inner:before, .smart-forms .ribbon-inner:after {
  content: "";
  border-top: 3px solid #3c9b39;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px
}
.smart-forms .ribbon-inner:before {
  left: 0
}
.smart-forms .ribbon-inner:after {
  right: 0
}
.smart-forms .ribbon-large {
  width: 115px;
  height: 118px
}
.smart-forms .ribbon-large .ribbon-inner {
  width: 160px;
  left: -8px;
  top: 28px
}
.smart-forms .sfcode {
  padding-left: 24px
}
.smart-forms .captcode {
  padding: 0;
  position: relative
}
.smart-forms .captcode img {
  position: relative;
  top: 1px
}
.smart-forms .refresh-captcha {
  position: absolute;
  background: #e41e2f;
  border: 3px solid #3c9b39;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  right: -15px;
  height: 32px;
  width: 32px;
  top: 4px
}
.smart-forms .refresh-captcha i {
  position: absolute;
  text-align: center;
  line-height: 26px;
  font-size: 17px;
  color: #fff;
  left: 24%
}
.smart-forms .smart-hidden-elem {
  position: absolute;
  visibility: hidden;
  margin: 0;
  padding: 0
}
.smart-forms .refresh-black {
  background: #505558;
  border-color: #333
}
.smart-forms .refresh-blue {
  background: #00acee;
  border-color: #0087bb
}
.smart-forms .refresh-green {
  background: #0e993c;
  border-color: #0b792f
}
.smart-forms .refresh-purple {
  background: #9464e2;
  border-color: #7639da
}
.smart-forms .refresh-red {
  background: #ee4f3d;
  border-color: #e42914
}
.smart-forms .refresh-yellow {
  background: #faa226;
  border-color: #e88a05
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  .smart-forms .select .arrow:after, .smart-forms .select .arrow:before {
    display: block
  }
  .smart-forms .checkbox:before {
    top: 4px;
    left: 3px
  }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .smart-forms .option, .smart-forms .rating, .smart-forms .switch, .smart-forms .captcode {
    -webkit-animation: bugfix infinite 1s
  }
  @-webkit-keyframes bugfix {
    from {
      padding: 0
    }
    to {
      padding: 0
    }
  }
  .smart-forms .switch {
    margin-right: 10px;
    margin-bottom: 5px
  }
  .smart-forms .option {
    margin-right: 15px
  }
  .smart-forms .switch-round > .switch-label:after {
    font: 30px/20px Times, Serif
  }
}
@media(max-width:800px) {
  .smart-forms .frm-row {
    margin: 0
  }
  .smart-forms .frm-row .colm {
    width: 100%;
    float: none;
    padding: 0
  }
  .smart-forms .bdl {
    border-left: 0
  }
  .smart-forms .bdr {
    border-right: 0
  }
  .smart-forms .align-right {
    text-align: left
  }
}
.scroll-top:hover {
  color: #e41e2f
}
.preloader-close {
  background-color: #e41e2f
}
.handle-preloader .animation-preloader .spinner {
  border: 3px solid #e41e2f
}
.handle-preloader .animation-preloader .txt-loading .letters-loading {
  color: #e41e2f
}
.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: #e41e2f
}
.header-top .weathre-box i {
  color: #e41e2f
}
.style-one .header-top .weathre-box a:hover {
  color: #e41e2f
}
.style-one .header-top .links-box li a:hover {
  color: #e41e2f
}
.style-one .header-top .info-list li i {
  color: #e41e2f
}
.style-one .header-top .info-list li a:hover {
  color: #e41e2f
}
.style-one .header-top .social-links li a:hover {
  color: #e41e2f
}
.main-header .menu-right-content .language-box .text i {
  color: #e41e2f
}
.main-header .menu-right-content .language-box .language-list {
  border-top: 3px solid #e41e2f
}
.main-header .menu-right-content .language-box .language-list li a:hover {
  color: #e41e2f
}
.main-header .menu-right-content .other-option li button:hover {
  color: #e41e2f
}
.main-header .menu-right-content .other-option li.nav-box .nav-toggler:hover {
  color: #e41e2f
}
.main-menu .navigation > li.current > a, .main-menu .navigation > li:hover > a {
  color: #e41e2f
}
.main-menu .navigation > li > ul > li > a:before {
  color: #e41e2f
}
.main-menu .navigation > li > ul > li > a:hover, .main-menu .navigation > li > .megamenu li > a:hover {
  color: #e41e2f
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: #e41e2f
}
.main-menu .navigation > li > ul > li > ul > li > a:before {
  color: #e41e2f
}
.search-popup .search-form fieldset input[type="submit"] {
  background: #e41e2f
}
.search-popup .close-search:hover {
  color: #e41e2f
}
.search-popup .recent-searches li a:hover {
  color: #e41e2f;
  border-color: #e41e2f
}
.close-side-widget:hover {
  color: #e41e2f
}
.theme-btn, .theme-btn2 {
  background: #e41e2f
}
.theme-btn, .theme-btn4 {
  background: #252638
}
.table .theme-btn, .theme-btn4 {
  background: #252638
}
.table .theme-btn4 {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 25px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: #fff !important;
  border-radius: 5px;
  text-align: center;
  padding: 5px 20px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
  border: 1px solid rgba(255, 255, 255, .0)
}
@media only screen and (max-width:768px) {
  .table .theme-btn4 {
    font-size: 10px;
    padding: 2px 15px
  }
}
.table .theme-btn4:hover {
  background: #e41e2f;
  border: 1px solid rgba(255, 255, 255, .2)
}
.table .theme-btn4:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #e41e2f;
  z-index: -1;
  border-radius: 5px 0 0 5px;
  transition: all 500ms ease
}
.table .theme-btn4:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #e41e2f;
  z-index: -1;
  border-radius: 0 5px 5px 0;
  transition: all 500ms ease
}
.table .theme-btn4:hover:before, .table .theme-btn4:hover:after {
  width: 50%
}
.sidebar-info-contents .content-inner .contact-info ul li a:hover {
  color: #e41e2f
}
.sidebar-info-contents .content-inner .social-box li a:hover {
  color: #e41e2f;
  border-color: #e41e2f
}
.banner-carousel .content-box h6 {
  color: #ccc
}
.sidebar-info-contents .content-inner .content-box .booking-form .form-group input:focus, .sidebar-info-contents .content-inner .content-box .booking-form .form-group textarea:focus {
  border-color: #e41e2f !important
}
.sidebar-info-contents .content-inner .content-box .booking-form .form-group button {
  background: #e41e2f
}
.sidebar-info-contents .content-inner .content-box .booking-form .form-group button:hover {
  color: #e41e2f
}
.banner-section .owl-nav .owl-prev:hover, .banner-section .owl-nav .owl-next:hover {
  background: #e41e2f;
  border-color: #e41e2f
}
.activities-section .single-item .icon-box {
  color: #e41e2f
}
.activities-section .single-item .icon-box:after {
  background: #e41e2f
}
.sec-title h6 {
  color: #e41e2f
}
.sec-title .title-shape {
  background: #e41e2f
}
.sec-title .title-shape:before {
  background: #e41e2f
}
.sec-title .title-shape:after {
  background: #e41e2f
}
.social-style-one li:first-child a {
  background: #3b5998
}
.social-style-one li:nth-child(2) a {
  background: #55acee
}
.social-style-one li:nth-child(3) a {
  background: #dc4e41
}
.social-style-one li:last-child a {
  background: #3f729b
}
.content_block_1 .content-box .lower-box .single-item .icon-box {
  color: #e41e2f
}
.content_block_1 .content-box .lower-box .single-item p a:hover {
  color: #e41e2f
}
.content_block_1 .content-box .lower-box .single-item:hover .icon-box {
  background: #e41e2f;
  border-color: #e41e2f
}
.image_block_1 .image-box .text {
  border-bottom: 3px solid #e41e2f
}
.explore-block-one .inner-box:before {
  border: 3px solid #e41e2f
}
.explore-block-one .inner-box .content-box .overlay-content {
  background: #e41e2f
}
.explore-block-one .inner-box .content-box .overlay-content .link-box li a {
  border: 3px solid #e41e2f
}
.explore-block-one .inner-box .content-box .overlay-content .link-box li a span:hover {
  color: #e41e2f
}
.explore-block-one .inner-box .content-box .overlay-content .link-box li a:hover {
  color: #e41e2f
}
.explore-block-one .inner-box .content-box .overlay-content .link-box li a {
  color: #e41e2f
}
.explore-banner .single-item .title-box {
  background: #e41e2f
}
.explore-banner .single-item .inner-box p a:hover {
  color: #e41e2f
}
.service-block-one .inner-box:before {
  background: #e41e2f
}
.service-block-one .inner-box:after {
  background: #e41e2f
}
.service-block-one .inner-box h4 a:hover {
  color: #e41e2f
}
.service-block-one .inner-box .btn-box a:hover {
  background: #e41e2f;
  border-color: #e41e2f
}
.service-block-one .inner-box:hover .icon-box {
  color: #e41e2f
}
.service-section .sec-title .links:hover {
  color: #e41e2f
}
.schedules-section .subscribe-inner .subscribe-form .form-group input:focus {
  border-color: #e41e2f !important
}
.schedule-block-one .inner-box .image-box .content-box .post-date h3 {
  color: #e41e2f
}
.schedule-block-one .inner-box .image-box .content-box .text .category {
  background: #e41e2f
}
.schedule-block-one .inner-box .lower-content .post-info li i {
  color: #e41e2f
}
.schedule-block-one .inner-box .lower-content .links a:hover {
  color: #e41e2f
}
.schedule-block-one .inner-box .lower-content .share-box a:hover {
  color: #e41e2f
}
.schedules-section .owl-nav .owl-prev:hover, .schedules-section .owl-nav .owl-next:hover {
  color: #e41e2f
}
.solution-block-one .inner-box:before {
  background: #e41e2f
}
.solutions-section .lower-box .text .icon-box {
  background: #e41e2f
}
.testimonial-block-one .inner-box .image-box {
  border: 2px solid #e41e2f
}
.testimonial-block-one .inner-box .image-box:before {
  background: #e41e2f
}
.testimonial-block-one .inner-box .author-box .designation {
  color: #e41e2f
}
.team-block-one .inner-box .lower-content .author-box h4 a:hover {
  color: #e41e2f
}
.team-block-one .inner-box .lower-content .author-box .designation {
  color: #e41e2f
}
.team-block-one .inner-box .lower-content .othre-info li.mail-box:hover {
  background: #e41e2f
}
.team-block-one .inner-box .lower-content .othre-info li.phone-box a {
  background: #e41e2f
}
.team-block-one .inner-box .lower-content .othre-info li.phone-box a:before {
  background: #e41e2f
}
.team-block-one .inner-box .lower-content .othre-info li.phone-box:hover {
  border-color: #e41e2f;
  color: #e41e2f
}
.team-block-one .inner-box .lower-content .othre-info li.share-option:hover {
  border-color: #e41e2f;
  color: #e41e2f
}
.team-block-one .inner-box .lower-content .othre-info li.share-option .share-links li:first-child a {
  background: #bd081c
}
.team-block-one .inner-box .lower-content .othre-info li.share-option .share-links li:nth-child(2) a {
  background: #55acee
}
.team-block-one .inner-box .lower-content .othre-info li.share-option .share-links li:last-child a {
  background: #3b5998
}
.news-block-one .inner-box .image-box .post-date h3 {
  color: #e41e2f
}
.news-block-one .inner-box .lower-content .category a {
  background: #e41e2f
}
.news-block-one .inner-box .lower-content h4 a:hover {
  color: #e41e2f
}
.news-block-one .inner-box .lower-content .post-info li a:hover {
  color: #e41e2f
}
.funfact-block-one .inner-box h6 {
  color: #e41e2f
}
.twitter-feed .inner-content .single-item .title-box {
  background: #e41e2f
}
.twitter-feed .inner-content .single-item .title-box .icon-box {
  color: #e41e2f
}
.twitter-feed .inner-content .single-item .inner-box h5 i {
  color: #e41e2f
}
.twitter-feed .inner-content .single-item .inner-box .text a {
  color: #e41e2f
}
.twitter-feed .inner-content .single-item .inner-box .post-info li a:hover {
  color: #e41e2f
}
.twitter-feed .inner-content .single-item .inner-box .share a:hover {
  color: #e41e2f
}
.footer-top .footer-logo:before {
  background: #e41e2f
}
.footer-top .postcode-form .form-group button {
  background: #e41e2f
}
.footer-top .postcode-form .form-group input:focus {
  border-color: #e41e2f !important
}
.main-footer .widget-section .register-widget .inner-box {
  background: #e41e2f
}
.main-footer .widget-section .register-widget .inner-box .upper .icon-box {
  color: #e41e2f
}
.footer-bottom .copyright p a {
  color: #e41e2f
}
.main-header.style-two .top-inner {
  background: #e41e2f
}
.main-header.style-two .header-top .social-links li a:hover {
  color: #e41e2f
}
.main-header.style-two .top-inner:before {
  background: #e41e2f
}
.main-header .header-down .owl-nav .owl-prev:hover, .main-header .header-down .owl-nav .owl-next:hover {
  color: #e41e2f
}
.main-header .header-down .weathre-box i {
  color: #e41e2f
}
.main-header .header-down .weathre-box a:hover {
  color: #e41e2f
}
.theme-btn.style-two {
  color: #e41e2f !important
}
.service-block-two .inner-box h6 {
  color: #e41e2f
}
.service-block-two .inner-box h4 a:hover {
  color: #e41e2f
}
.service-block-two .inner-box .icon-box {
  color: #e41e2f
}
.service-block-two .inner-box:hover .link a {
  color: #e41e2f
}
.service-block-two .inner-box:hover .icon-box:before {
  background: rgba(228, 30, 47, 0.7)
}
.service-block-two .inner-box .icon-box:after {
  background: rgba(228, 30, 47, 0.5)
}
.explore-block-two .inner-box .content-box .icon-box {
  color: #e41e2f
}
.explore-block-two .inner-box .overlay-content .icon-box {
  background: #e41e2f
}
.explore-block-two .inner-box .overlay-content .text {
  background: #e41e2f
}
.explore-style-two .owl-theme .owl-dots .owl-dot.active span, .explore-style-two .owl-theme .owl-dots .owl-dot span:hover {
  background: #e41e2f
}
.content_block_3 .content-box h4 i {
  color: #e41e2f
}
.online-services .owl-nav .owl-prev:hover, .online-services .owl-nav .owl-next:hover {
  color: #e41e2f
}
.online-block-one .inner-box:hover .icon-box {
  color: #e41e2f
}
.online-block-one .inner-box:before {
  background: #e41e2f
}
.online-block-one .inner-box:hover:after {
  border-color: #e41e2f
}
.online-services .inner-content .more-text a {
  color: #e41e2f
}
.about-style-two .quote-box .inner-box {
  background: #e41e2f
}
.content_block_4 .content-box .right-column .single-item h5 {
  border-left: 3px solid #e41e2f
}
.content_block_4 .content-box .right-column .single-item:hover h5 {
  color: #e41e2f
}
.content_block_4 .content-box .right-column .single-item:hover h5 i {
  color: #e41e2f
}
.content_block_4 .content-box .bx-controls-direction .bx-prev:hover, .content_block_4 .content-box .bx-controls-direction .bx-next:hover {
  color: #e41e2f;
  border-color: #e41e2f
}
.team-section .owl-theme .owl-dots .owl-dot.active span, .team-section .owl-theme .owl-dots .owl-dot span:hover {
  background: #e41e2f
}
.download-block-one .inner-box:hover .download-btn a {
  color: #e41e2f
}
.accordion-box .block .acc-btn.active .icon-outer:after {
  color: #e41e2f
}
.accordion-box .block .acc-btn.active h5 {
  color: #e41e2f
}
.accordion-box .block .acc-content .list li.checked:before {
  background: #e41e2f;
  border-color: #e41e2f
}
.accordion-box .block .acc-btn.active h5 {
  border-color: #e41e2f
}
.accordion-box ::-webkit-scrollbar-thumb {
  background: #e41e2f
}
.schedule-block-two .inner-box .image-box .text .category p {
  background: #e41e2f
}
.schedule-block-two .inner-box .image-box .text h3 a:hover {
  color: #e41e2f
}
.schedule-block-two .inner-box .lower-content .date h3 span {
  color: #e41e2f
}
.schedule-block-two .inner-box .lower-content .post-info li i {
  color: #e41e2f
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #e41e2f
}
.schedules-style-two .bx-controls-direction .bx-prev:hover, .schedules-style-two .bx-controls-direction .bx-next:hover {
  background: #e41e2f;
  border-color: #e41e2f
}
.news-block-two .inner-box .content-box .category a {
  background: #e41e2f
}
.news-block-two .inner-box .content-box .text .post-date h3 {
  background: #e41e2f
}
.news-block-two .inner-box .content-box .text h4:before {
  background: #e41e2f
}
.testimonial-block-two .inner-box .text .icon-box {
  background: #e41e2f
}
.testimonial-block-two .inner-box .author-box .designation {
  color: #e41e2f
}
.testimonial-block-two .inner-box .text:after {
  border: 1px solid #e41e2f
}
.info-block-one .inner-box .content-box .icon-box {
  color: #e41e2f
}
.info-block-one .inner-box .overlay-content p:before {
  background: #e41e2f
}
.info-block-one .inner-box .overlay-content a {
  color: #e41e2f
}
.info-block-one .inner-box .overlay-content .social-links li a:hover {
  color: #e41e2f
}
.contact-section .form-block .form-group input:focus, .contact-section .form-block .form-group textarea:focus {
  border-color: #e41e2f !important
}
.contact-section .form-block .form-group button {
  background: #e41e2f
}
.footer-top-two .logo-widget .owl-nav .owl-prev:hover, .footer-top-two .logo-widget .owl-nav .owl-next:hover {
  color: #e41e2f
}
.footer-top-two .links-widget .social-box li:first-child a {
  background: #3b5998
}
.footer-top-two .links-widget .social-box li:last-child a {
  background: #55acee
}
.footer-top-two .post-widget .post .post-date h3 {
  background: #e41e2f
}
.footer-top-two .post-widget .post h5 a:hover {
  color: #e41e2f
}
.footer-top-two .post-widget .subscribe-form .form-group input:focus {
  border-color: #e41e2f !important
}
.footer-top-two .post-widget .subscribe-form .form-group button {
  background: #e41e2f
}
.footer-bottom.alternat-2 .footer-nav li a:hover {
  color: #e41e2f
}
.feature-block-one .inner-box:hover .text a {
  background: #e41e2f
}
.feature-block-one .inner-box h4:before {
  background: #e41e2f
}
.feature-block-one .inner-box h4:after {
  background: #e41e2f
}
.discover-block-one .inner-box h4:before {
  background: #e41e2f
}
.discover-block-one .inner-box h4:after {
  background: #e41e2f
}
.discover-block-one .inner-box a:hover {
  background: #e41e2f
}
.information-block-one .inner-box .count {
  background: #e41e2f
}
.information-block-one .inner-box .icon-box {
  color: #e41e2f
}
.information-block-one .inner-box .text a:hover {
  color: #e41e2f
}
.information-section .bx-controls-direction .bx-prev:hover, .information-section .bx-controls-direction .bx-next:hover {
  color: #e41e2f;
  border-color: #e41e2f
}
.award-block-one .inner-box .overlay-content a:hover {
  color: #e41e2f
}
.feature-block-two .inner-box .lower-content h4:before {
  background: #e41e2f
}
.feature-block-two .inner-box .lower-content h4:after {
  background: #e41e2f
}
.feature-block-two .inner-box .lower-content h4 a:hover {
  color: #e41e2f
}
.feature-block-two .inner-box .lower-content .icon-box {
  background: #e41e2f
}
.feature-block-two .inner-box .lower-content .btn-box a:hover {
  color: #e41e2f
}
.history-section .inner-box .single-item h6 {
  color: #e41e2f
}
.history-section .inner-box .single-item:before {
  background: #e41e2f
}
.content_block_6 .content-box .left-column .single-item .icon-box {
  background: #e41e2f
}
.content_block_6 .content-box .btn-box a:hover {
  background: #e41e2f;
  border-color: #e41e2f
}
.content_block_7 .content-box .left-column {
  background: #e41e2f
}
.content_block_7 .content-box .right-column .image-box a:hover {
  background: #e41e2f
}
.content_block_7 .content-box .right-column .inner .icon-box {
  color: #e41e2f
}
.service-style-two .owl-nav .owl-prev:hover, .service-style-two .owl-nav .owl-next:hover {
  background: #e41e2f
}
.content_block_8 .content-box .text a:hover {
  color: #e41e2f
}
.faq-section .accordion-box .block .acc-btn.active h5 span {
  color: #e41e2f
}
.content_block_10 .content-box .join-form .form-group input:focus {
  border-color: #e41e2f !important
}
.content_block_10 .content-box .join-form .form-group button:hover {
  color: #e41e2f !important
}
.sortable-masonry .filters .filter-btns li.active {
  color: #e41e2f
}
.portfolio-block-one .inner-box .content-box .link a {
  background: #e41e2f
}
.portfolio-block-one .inner-box .content-box .text p {
  color: #e41e2f
}
.portfolio-block-one .inner-box .content-box .text h4 a:hover {
  color: #e41e2f
}
.portfolio-block-two .inner-box .overlay-content .link a {
  background: #e41e2f
}
.portfolio-block-two .inner-box .overlay-content .text p {
  color: #e41e2f
}
.portfolio-block-two .inner-box .overlay-content .text h4 a:hover {
  color: #e41e2f
}
.pagination li a:hover, .pagination li a.current {
  background: #e41e2f
}
.faq-sidebar .single-item:hover span {
  color: #e41e2f;
  border-color: #e41e2f
}
.faq-sidebar .single-item:hover .icon-box {
  color: #e41e2f
}
.faq-sidebar .single-item a:hover {
  color: #e41e2f
}
.faq-page-section .form-inner .question-form .form-group input:focus, .faq-page-section .form-inner .question-form .form-group textarea:focus {
  border-color: #e41e2f !important
}
.subscribe-section {
  background: #e41e2f
}
.content_block_11 .content-box .inner-box .btn-box a:hover {
  background: #e41e2f;
  border-color: #e41e2f
}
.content_block_11 .content-box .inner-box .support-box i {
  background: #e41e2f
}
.department-details-content .discription-box .single-item .image-box:before {
  border: 2px solid #e41e2f
}
.department-details-content .owl-theme .owl-dots .owl-dot.active span, .department-details-content .owl-theme .owl-dots .owl-dot span:hover {
  background: #e41e2f
}
.department-details-content .highlights-box .image-box .icon-box {
  background: #e41e2f
}
.department-details-content .highlights-box .text a:hover {
  color: #e41e2f
}
.department-details-content .highlights-box .owl-nav .owl-prev:hover, .department-details-content .highlights-box .owl-nav .owl-next:hover {
  color: #e41e2f
}
.department-details-content .download-box .download-list li a:hover {
  background: #e41e2f
}
.department-sidebar .sidebar-banner {
  background-color: #e41e2f
}
.department-sidebar .sidebar-banner:before {
  background-color: #e41e2f
}
.department-sidebar .sidebar-banner .icon-box {
  color: #e41e2f
}
.department-sidebar .widget-title .title-shape {
  background: #e41e2f
}
.department-sidebar .widget-title .title-shape:before {
  background: #e41e2f
}
.department-sidebar .widget-title .title-shape:after {
  background: #e41e2f
}
.department-sidebar .sidebar-category .category-list li .icon-box {
  color: #e41e2f
}
.department-sidebar .sidebar-category .category-list li:hover .icon-box, .department-sidebar .sidebar-category .category-list li.current .icon-box {
  background: #e41e2f;
  border-color: #e41e2f
}
.department-sidebar .sidebar-category .category-list li:before {
  border: 1px solid #e41e2f
}
.department-sidebar .sidebar-contact .info-list li .icon-box {
  color: #e41e2f
}
.department-sidebar .sidebar-contact .info-list li a:hover {
  color: #e41e2f
}
.events-list .filter-box .search-btn button {
  background: #e41e2f
}
.schedule-block-three .inner-box .schedule-date .list li i {
  color: #e41e2f
}
.schedule-block-three .inner-box .text .category {
  background: #e41e2f
}
.schedule-block-three .inner-box .text h3 a:hover {
  color: #e41e2f !important
}
.schedule-block-three .inner-box:hover .text .link a {
  color: #e41e2f
}
.page-title.style-two .title .category {
  background: #e41e2f
}
.event-details .event-info .single-item h4 {
  background: #e41e2f
}
.event-details .event-info .single-item .list li i {
  color: #e41e2f
}
.event-details .event-info .single-item .list li a:hover {
  color: #e41e2f
}
.group-title .title-shape {
  background: #e41e2f
}
.group-title .title-shape:before {
  background: #e41e2f
}
.event-details .purpose-box .accordion-box .block .acc-btn.active h5 i {
  color: #e41e2f
}
.event-details .purpose-box .form-inner .form-group input:focus, .event-details .purpose-box .form-inner .form-group textarea:focus {
  border-color: #e41e2f !important
}
.event-details .social-box .social-links li:first-child a {
  background: #3b5998
}
.event-details .social-box .social-links li:nth-child(2) a {
  background: #55acee
}
.event-details .social-box .social-links li:nth-child(3) a {
  background: #dc4e41
}
.event-details .social-box .social-links li:last-child a {
  background: #bd081c
}
.news-block-three .inner-box .post-date h3 {
  background: #e41e2f
}
.news-block-three .inner-box .lower-content .category a {
  background: #e41e2f
}
.news-block-three .inner-box .lower-content h3 a:hover {
  color: #e41e2f
}
.news-block-three .inner-box .lower-content .post-info li a:hover {
  color: #e41e2f
}
.news-block-three .inner-box .lower-content .btn-box a:hover {
  background: #e41e2f;
  border-color: #e41e2f
}
.news-block-three .inner-box .lower-content .share-option:hover .share-icon {
  color: #e41e2f;
  border-color: #e41e2f
}
.news-block-three .inner-box .lower-content .share-option .social-links li a:hover {
  color: #e41e2f
}
.blog-sidebar .search-widget .search-form .form-group input:focus {
  border-color: #e41e2f !important
}
.blog-sidebar .search-widget .search-form .form-group input:focus + button, .blog-sidebar .search-widget .search-form .form-group button:hover {
  color: #e41e2f
}
.blog-sidebar .widget-title:before {
  background: #e41e2f
}
.blog-sidebar .widget-title:after {
  background: #e41e2f
}
.blog-sidebar .category-widget .category-list li a:hover:before {
  background: #e41e2f;
  border-color: #e41e2f
}
.blog-sidebar .category-widget .category-list li a:hover {
  color: #e41e2f
}
.blog-sidebar .post-widget .post h6 a:hover {
  color: #e41e2f
}
.blog-sidebar .post-widget .post .post-thumb {
  background: #e41e2f
}
.blog-sidebar .tags-widget .tags-list li a:hover {
  background: #e41e2f;
  border-color: #e41e2f
}
.page-title .lower-box .left-column .post-date h3 {
  background: #e41e2f
}
.page-title .lower-box .left-column .post-info li a:hover {
  color: #e41e2f
}
.page-title .lower-box .right-column .share-box a:hover {
  color: #e41e2f
}
.blog-details-content .inner-box blockquote h4 span {
  color: #e41e2f
}
.blog-details-content .inner-box blockquote:before {
  border: 1px solid #e41e2f
}
.blog-details-content .inner-box blockquote:after {
  background: #e41e2f
}
.blog-details-content .tags-box .tags-list li a:hover {
  color: #e41e2f
}
.blog-details-content .author-box .text h4:before {
  background: #e41e2f
}
.blog-details-content .author-box .text .social-style-one li:last-child a {
  background: #bd081c
}
.blog-details-content .author-box .text .link a:hover {
  background: #e41e2f;
  border-color: #e41e2f
}
.blog-details-content .post-nav-btn a:hover {
  color: #e41e2f
}
.blog-details-content .comment-box .comment .reply-btn {
  color: #e41e2f
}
.comments-form-area .default-form .form-group input:focus, .comments-form-area .default-form .form-group textarea:focus {
  border-color: #e41e2f !important
}
.blog-details-content .comments-form-area .text p span {
  color: #e41e2f
}
.content_block_12 .content-box .text h4 i {
  color: #e41e2f
}
.content_block_12 .content-box .text a:hover {
  color: #e41e2f
}
.content_block_12 .content-box .social-box {
  border-left: 3px solid #e41e2f
}
.content_block_13 .content-box .single-item .icon-box {
  color: #e41e2f
}
.content_block_13 .content-box .single-item:hover .icon-box {
  border-color: #e41e2f;
  background: #e41e2f
}
.content_block_13 .content-box .single-item .icon-box:before {
  background: #e41e2f
}
.content_block_13 .content-box .single-item .info li a:hover {
  color: #e41e2f
}
.contact-information-two .inner-content .single-item h4:before {
  background: #e41e2f
}
.contact-information-two .inner-content .single-item h4:after {
  background: #e41e2f
}
.contact-information-two .inner-content .single-item .info li a:hover {
  color: #e41e2f
}
.contact-information-two .inner-content .single-item .link a:hover {
  color: #e41e2f
}
.contact-information-two .owl-theme .owl-dots .owl-dot.active span, .contact-information-two .owl-theme .owl-dots .owl-dot span:hover {
  background: #e41e2f
}
.contact-style-two .default-form .form-group input:focus, .contact-style-two .default-form .form-group textarea:focus {
  border-color: #e41e2f !important
}
.mobile-menu .navigation li > a:before {
  border-left: 5px solid #e41e2f
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto
}
.nice-select:hover {
  border-color: #dbdbdb
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  width: 5px
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0)
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none
}
.nice-select.disabled:after {
  border-color: #ccc
}
.nice-select.wide {
  width: 100%
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important
}
.nice-select.right {
  float: right
}
.nice-select.right .list {
  left: auto;
  right: 0
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px
}
.nice-select.small:after {
  height: 4px;
  width: 4px
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
  transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
  z-index: 9
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all .2s;
  transition: all .2s
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6
}
.nice-select .option.selected {
  font-weight: bold
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default
}
.no-csspointerevents .nice-select .list {
  display: none
}
.no-csspointerevents .nice-select.open .list {
  display: block
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
  z-index: 0
}
.owl-carousel .owl-animated-out {
  z-index: 1
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel.owl-loaded {
  display: block
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}
.owl-carousel.owl-hidden {
  opacity: 0
}
.owl-carousel .owl-refresh .owl-item {
  display: none
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel .owl-item img {
  display: block;
  width: none;
  -webkit-transform-style: preserve-3d
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}
.owl-carousel.owl-rtl {
  direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
  float: right
}
.no-js .owl-carousel {
  display: block
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1
}
.owl-theme .owl-controls {
  display: block
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  position: relative;
  cursor: pointer;
  display: inline-block;
  color: #898f9f;
  margin: 0 10px;
  transition: all 500ms ease
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] span:before {
  margin: 0;
  font-size: 25px
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
  color: #f2be00
}
.owl-theme .owl-controls .owl-nav .disabled {
  cursor: default;
  opacity: .5
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block
}
.owl-theme .owl-dots .owl-dot span {
  background: #222;
  display: block;
  margin: 0 5px 0 5px;
  transition: opacity 200ms ease 0s;
  width: 15px;
  height: 15px
}
.owl-theme .owl-dots .owl-dot.active span {
  background: none repeat scroll 0 0 #cda274
}
.dropbtns {
  background-color: transparent;
  color: #333;
  padding: 16px;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: all 0.5s ease;
}
.dropdowns {
  position: relative;
  display: inline-block;
  width: 100%;
  transition: all 0.5s ease;
}
.dropdown-contents {
  display: none;
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  width: 100%;
  transition: all 0.5s ease;
}
.dropdown-contents a {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  transition: all 0.5s ease;
}
.dropdown-contents a:hover {
  background-color: #F4F4F4;
  text-decoration: none;
  padding-left: 24px
}
.dropdowns:hover .dropdown-contents {
  display: block;
}
.dropdowns:hover .dropbtns {
  background-color: #F1F1F1;
}
.dropdowns .arrow {
  position: absolute;
  top: 15px;
  right: 11px;
  width: 24px;
  height: 24px;
  color: #9f9f9f;
  z-index: 9;
}
.dropdowns .arrow:before {
  content: url(../images/down.webp);
}