@charset "UTF-8";



#banner .slider-wrap {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 600px) {
  #main-wrap .container {
    padding: 0 24px;
  }
}

@media (min-width: 960px) {
  #main-wrap .container {
    padding: 0 32px;
  }
}

@media (min-width: 600px) {
  #main-wrap .container.fixed-width {
    max-width: 600px;
  }
}

@media (min-width: 960px) {
  #main-wrap .container.fixed-width {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  #main-wrap .container.fixed-width {
    max-width: 1280px;
  }
}

@media (min-width: 960px) {
  #main-wrap .container.fixed-width-md-up {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  #main-wrap .container.fixed-width-md-up {
    max-width: 1280px;
  }
}

@media (min-width: 1280px) {
  #main-wrap .container.fixed-width-lg-up {
    max-width: 1280px;
  }
}

#main-wrap .container.max-lg {
  max-width: 1280px;
}

#main-wrap .container.max-md {
  max-width: 960px;
}

#main-wrap .container.max-sm {
  max-width: 600px;
}

#main-wrap .container.max-xs {
  max-width: 444px;
}

.card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating) {
  color: var(--v-primary-base) !important;
  padding: 0;
}

select.select {
  display: none;
}

.dropdown-content li>a, .dropdown-content li>span {
  color: rgba(0, 0, 0, 0.87);
}

/* Fonts */
h1, h2, h3, h4, h5, h6, .heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muli, sans-serif;
  font-weight: 600 !important;
  color: #1F3348;
}

@media (min-width: 1200px){}
h1, .heading-1 {

    line-height: 1.07692;
    text-align: center;
}

/* navbar */
li.dropdown {
  padding: 0 5px;
}

ul li, ol li {
  display: block;
}

ul li a {
  display: inline-block;
  padding: 15px;
  color: #282828;
}

@media (max-width: 1000px){
ul.hide-mobile {
    display: none;
}
}

a.nav-link.d-flex.flex-column {
  color: #282828;
}
a.nav-link.d-flex.flex-column:hover {
  color: #f7a517;
  transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.nav {
  display: block;
}

.navbar {
  position: static;

}

.nav-tabs {
  font-size: 0;
  line-height: 0;
  word-spacing: 0;
  border: 0;
}

.nav-tabs:before, .nav-tabs:after {
  display: none;
}

.nav-tabs .nav-link {
  border: 0;
  border-radius: 0;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: transparent;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border: none;
}

.nav-item {
  float: none;
  border: 0;
  cursor: pointer;
  transition: .33s all ease;
}

.nav-link {
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.nav-link.active {
  cursor: default;
}

@media (min-width: 200px) {
  @media (min-width: 1200px) {
    @media (max-width: 2400px) {
      @media (min-width: 1200px) {
        .nav-item {
          float: none;
          border: 0;
          cursor: pointer;
          transition: .33s all ease;
        }
      }
    }
  }
}

/* end navbar */


section {
  padding: 50px;
  */ margin: 30px auto;
  background: white;
  backdrop-filter: blur(10px);
  box-shadow: 0px 2px 10px rgb(0 0 0 / 30%);
  border-radius: 5px;
  transition: transform 0.2s ease-in-out;
}

input {
  width: 100%;
  margin: 7px 0px;
  display: inline-block;
  padding: 12px 25px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid lightgrey;
  font-size: 1em;
  font-family: inherit;
  background: white;
}

p {
  text-align: justify;
  margin-top: 0;
}
/* buttons */
.button {
  display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    color: #fff;
    background-color: #5e67df;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
    cursor: pointer;
}

.button:hover {
  background-color: #f7a517;
  color: #fff;
  border: 1px solid #f7a517;
  margin: 5px;
}

.btn-full {
  display: block;
  width: 100%;
  border: none;
  border-radius: 100px;
  color: #fff;
  background-color: #5e67df;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600px !important;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
}

.btn-full:hover {
  display: block;
  width: 100%;
  border: none;
  border-radius: 100px;
  color: #fff;
  background-color: #f7a517;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600px !important;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
}


/* sections */
.section {
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero-section {
  display: block;
  background-color: #fff;
  box-shadow: -2px -2px 2px rgb(255 255 255 / 80%), 2px 2px 3px rgb(166 180 200 / 60%);
  position: relative;
  overflow: hidden;
}

.hero-section>.row>div {
  position: relative
}

.hero-section .title {
  margin-bottom: 30px;
  margin-left: -3px
}

.hero-section .title.no-wrap {
  white-space: nowrap;
}

@media (max-width: 676px) {
  .hero-section .title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 15px
  }
}

.hero-section .sub-title {
  font-weight: 400 !important
}

@media (max-width: 676px) {
  .hero-section .sub-title {
    font-size: 18px;
    line-height: 120%
  }
}

.hero-section .sub-title .img-logo {
  width: 85px;
  position: relative;
  top: -3px
}

@media (max-width: 676px) {
  .hero-section .sub-title .img-logo {
    width: 65px
  }
}

.hero-section .desc {
  margin-bottom: 30px
}

.hero-section-content {
  padding: 75px;
  font-size: 16px;
  line-height: 150%
}

@media (max-width: 920px) {
  .hero-section-content {
    text-align: center
  }
}

@media (max-width: 676px) {
  .hero-section-content {
    padding: 30px;
    font-size: 14px
  }
}

.hero-section-image {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%
}

@media (max-width: 920px) {
  .hero-section-image {
    position: relative
  }
}

.hero-section-image .img-main {
  width: 400px;
  display: block;
  margin: auto;
  position: relative;
  z-index: 3
}

.hero-section-image .img-main-agency {
  width: 100%;
  padding-right: 30px
}

@media (max-width: 920px) {
  .hero-section-image .img-main-agency {
    padding-left: 75px;
    padding-right: 75px
  }
}

@media (max-width: 420px) {
  .hero-section-image .img-main-agency {
    padding-left: 15px;
    padding-right: 15px
  }
}

.tilt-js {
  transform-style: preserve-3d;
  background-color: #fff !important;
}

.tilt-js .circle,
.tilt-js .img-attr {
  transform: translateZ(30px)
}

.item-counter {
  display: block;
  background-color: #fff;
  border-radius: 4px;
  border-radius: 4px;
  box-shadow: -2px -2px 2px rgba(255, 255, 255, 0.8), 2px 2px 3px rgba(166, 180, 200, 0.6);
  position: relative;
  text-align: center;
  padding: 30px 15px;
  margin-bottom: 30px
}

.item-counter .count {
  margin-bottom: 0;
  color: #FFC107
}

.item-counter .desc {
  margin-bottom: 0;
  font-weight: 400
}

.item-counter .circle {
  position: absolute
}

.item-counter .circle.bottom-left {
  bottom: 15px;
  left: 15px
}

.item-counter .circle.top-left {
  top: 15px;
  left: 15px
}

.item-counter .circle.bottom-right {
  bottom: 15px;
  right: 15px
}

.item-counter .circle.top-right {
  top: 15px;
  right: 15px
}

.item-counter .brush-line {
  position: absolute;
  top: 0;
  right: 15px
}


.hero-section>.row>div {
  position: relative;
}

.hero-section .title {
  margin-bottom: 30px;
  margin-left: -3px
}

.hero-section .title.no-wrap {
  white-space: nowrap
}


.item-service {
  display: block;
  margin-bottom: 30px
}

.item-service img.main {
  height: 90px;
  width: auto
}

.item-service .title {
  margin-bottom: 15px;
  margin-top: 15px
}

.item-service p {
  margin-bottom: 0
}

.service-boxed .item-service {
  background-color: #fff;
  border-radius: 4px;
  border-radius: 4px;
  box-shadow: -2px -2px 2px rgba(255, 255, 255, 0.8), 2px 2px 3px rgba(166, 180, 200, 0.6);
  position: relative;
  padding: 30px 25px
}

.service-boxed .item-service img.brush {
  display: block;
  position: absolute;
  top: 30px;
  right: 0
}


/* forms */
.box-shadow-1 {
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 76px 40px;
  border-radius: 6px;
  box-shadow: 1px 6px 32px 0 rgba(75, 81, 91, 0.11);
}

.form-input {
  display: block;
  width: 100%;
  max-height: 52px;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #8491a5;
  background-color: #ffffff;
  background-image: none;
  border-radius: 35px;
  -webkit-appearance: none;
  transition: .3s ease-in-out;
  border: 2px solid #8491a5;
}
