/*
=====================
GENERAL
=====================
*/

html, body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}

header {
  z-index: 1000;
}

section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}

section.background-gray-lighter {
  background: #cdcdcd;
}

section.background-gray-lightest {
  background: #f7f7f7;
  border-top: solid 1px #cdcdcd;
  border-bottom: solid 1px #cdcdcd;
}

section.background-secondary {
  background: #60c5ba;
  border-top: solid 1px #338c82;
  border-bottom: solid 1px #338c82;
}

.section-inverse {
  color: #fff;
}

.section-inverse h1, .section-inverse h2, .section-inverse h3, .section-inverse h4, .section-inverse h5, .section-inverse h6 {
  color: #fff;
}

.section-inverse .heading:after {
  background: #fff;
}

.italic {
  font-style: italic;
  font-family: "Georgia", "Times New Roman", Times, serif;
}

.img-responsive {
  margin: 0 auto;
}

.img-fluid {
  margin: 0 auto;
}

.no-space .box {
  margin: 0 -15px;
}

.margin-top {
  margin-top: 30px;
}

.margin-top--big {
  margin-top: 60px !important;
}

.margin-bottom {
  margin-bottom: 30px;
}

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

.margin-bottom--zero {
  margin-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.padding--small {
  padding-top: 30px;
  padding-bottom: 30px;
}

.weight-300 {
  font-weight: 300 !important;
}

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

.weight-700 {
  font-weight: 700 !important;
}

.text-gray {
  color: #555555;
}

.text-gray-light {
  color: #999999;
}

.text-gray-lighter {
  color: #cdcdcd;
}

@media (max-width: 991px) {
  .text-center-mobile {
    text-align: center !important;
  }
}

a, button {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a i.fa, button i.fa {
  margin: 0 5px;
}

.clickable {
  cursor: pointer !important;
}

.required {
  color: #ef5285;
}

.accent {
  color: #ef5285;
}

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.list-style-none {
  list-style: none;
}

.btn-ghost {
  color: #ef5285;
  background-color: transparent;
  border-color: #ef5285;
}

.btn-ghost:hover, .btn-ghost:focus, .btn-ghost:active, .btn-ghost.active, .open .dropdown-toggle.btn-ghost {
  color: #ef5285;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ea1a5d;
}

.btn-ghost:active, .btn-ghost.active, .open .dropdown-toggle.btn-ghost {
  background-image: none;
}

.btn-ghost.disabled, .btn-ghost[disabled], fieldset[disabled] .btn-ghost, .btn-ghost.disabled:hover, .btn-ghost[disabled]:hover, fieldset[disabled] .btn-ghost:hover, .btn-ghost.disabled:focus, .btn-ghost[disabled]:focus, fieldset[disabled] .btn-ghost:focus, .btn-ghost.disabled:active, .btn-ghost[disabled]:active, fieldset[disabled] .btn-ghost:active, .btn-ghost.disabled.active, .btn-ghost[disabled].active, fieldset[disabled] .btn-ghost.active {
  background-color: transparent;
  border-color: #ef5285;
}

.btn-ghost .badge {
  color: transparent;
  background-color: #ef5285;
}

.btn-ghost:hover, .btn-ghost:focus, .btn-ghost:active, .btn-ghost.active, .open .dropdown-toggle.btn-ghost {
  color: #fff;
  background-color: #ef5285;
  border-color: #ef5285;
}

.btn-ghost-black {
  color: #000000;
  background-color: transparent;
  border-color: #000000;
}

.btn-ghost-black:hover, .btn-ghost-black:focus, .btn-ghost-black:active, .btn-ghost-black.active, .open .dropdown-toggle.btn-ghost-black {
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}

.btn-ghost-black:active, .btn-ghost-black.active, .open .dropdown-toggle.btn-ghost-black {
  background-image: none;
}

.btn-ghost-black.disabled, .btn-ghost-black[disabled], fieldset[disabled] .btn-ghost-black, .btn-ghost-black.disabled:hover, .btn-ghost-black[disabled]:hover, fieldset[disabled] .btn-ghost-black:hover, .btn-ghost-black.disabled:focus, .btn-ghost-black[disabled]:focus, fieldset[disabled] .btn-ghost-black:focus, .btn-ghost-black.disabled:active, .btn-ghost-black[disabled]:active, fieldset[disabled] .btn-ghost-black:active, .btn-ghost-black.disabled.active, .btn-ghost-black[disabled].active, fieldset[disabled] .btn-ghost-black.active {
  background-color: transparent;
  border-color: #000000;
}

.btn-ghost-black .badge {
  color: transparent;
  background-color: #000000;
}

.btn-ghost-black:hover, .btn-ghost-black:focus, .btn-ghost-black:active, .btn-ghost-black.active, .open .dropdown-toggle.btn-ghost-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-white {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}

.btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
  background-image: none;
}

.btn-white.disabled, .btn-white[disabled], fieldset[disabled] .btn-white, .btn-white.disabled:hover, .btn-white[disabled]:hover, fieldset[disabled] .btn-white:hover, .btn-white.disabled:focus, .btn-white[disabled]:focus, fieldset[disabled] .btn-white:focus, .btn-white.disabled:active, .btn-white[disabled]:active, fieldset[disabled] .btn-white:active, .btn-white.disabled.active, .btn-white[disabled].active, fieldset[disabled] .btn-white.active {
  background-color: transparent;
  border-color: #ffffff;
}

.btn-white .badge {
  color: transparent;
  background-color: #ffffff;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open .dropdown-toggle.btn-white {
  color: #ffffff;
  background-color: #fff;
  border-color: #fff;
}

.icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  border: solid 1px #ef5285;
  color: #ef5285;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-size: 30px;
  margin: 0 auto 30px;
  text-align: center;
}

.icon.brand-secondary {
  border-color: #60c5ba;
  color: #60c5ba;
}

.icon.brand-terciary {
  border-color: #008c9e;
  color: #008c9e;
}

.icon.brand-four {
  border-color: #feee7d;
  color: #feee7d;
}

/*
=====================
MAIN PORTFOLIO SLIDER
=====================
*/

#main-slider {
  margin-bottom: 40px;
  opacity: 0;
}

#main-slider ul li div {
  width: 100%;
}

#main-slider .owl-wrapper-outer {
  box-shadow: 0 1px 5px #ccc;
}

#main-slider .owl-controls .owl-buttons {
  display: none;
}

#main-slider .owl-controls .owl-page.active span, #main-slider .owl-controls.clickable .owl-page:hover span {
  background: #ef5285;
}
