html,
body {
  width: 100%;
  overflow-x: hidden;
}

a,
a:hover,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
button,
button:hover,
button:focus,
button:active {
  outline: none;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  display: block;
  padding: 0;
  margin: 0;
}

section {
    overflow: hidden;
}

img {
  width: 100%;
  height: auto;
}

.wpcf7-form .wpcf7-not-valid {
  border: 1px solid red !important;
}

.wpcf7-form .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-response-output {
  display: none !important;
}

#c {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  text-transform: capitalize;
}

h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto;
}

.site-header .main-header-bar-navigation .main-header-menu .menu-item a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  transition:all .3s ease-in-out;
}
.site-header .main-header-bar-navigation .main-header-menu .menu-item a:hover {
  color:#ff0000;
  transition:all .3s ease-in-out;
}

.ast-button-wrap .menu-toggle .menu-toggle-icon {
  color: #000;
  font-size: 30px;
}

.header-s1 {
  position: relative;

}

.header-s1 .container {
    height: 100vh;
    display: flex;
    align-items: center;
}

.header-s1 .header-s1__wrapper h1 {
  color: #ff0000;
  font-size: 72px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 96px;
}

.header-s1 .header-s1__wrapper h1 span {
  display: block;
  color: #000;
  font-size: 60px;
}

.header-s1 .header-s1__wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.header-s1 .header-s1__wrapper ul li:nth-child(1) {
  margin-right: 30px;
}

.header-s1 .header-s1__wrapper ul li:nth-child(1) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  color: #fff;
  width: 170px;
  background-color: #ff0000;
  text-transform: uppercase;
  border: 2px solid #ff0000;
  padding: 20px 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header-s1 .header-s1__wrapper ul li:nth-child(1) a:hover {
  background-color: #fff;
  color: #ff0000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header-s1 .header-s1__wrapper ul li:nth-child(2) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  width: 170px;
  background-color: #fff;
  color: #ff0000;
  text-transform: uppercase;
  border: 2px solid #ff0000;
  padding: 20px 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header-s1 .header-s1__wrapper ul li:nth-child(2) a:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header-s1 .header-s1__wrapper ul li:nth-child(2) a:hover {
  color: #fff;
  background-color: #ff0000;
}

.header-s1_logo {
    margin: auto 0 100px auto;
}

.header-s1_logo img {
    max-width: 170px;
    transition: 0.3s all;
}

.header-s1_logo img:hover {
    opacity: 0.8;
}

.about-s2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-s2 .about__wrapper h2 {
  color: #ff0000;
  position: relative;
  margin-bottom: 70px;
}

.about-s2 .about__wrapper h2 span {
  color: #000;
}

.about-s2 .about__wrapper h2::after {
  position: absolute;
  content: '';
  width: 85px;
  height: 2px;
  bottom: -35px;
  left: 0;
  background-color: #000;
}

.about-s2 .about__wrapper .about__wrapper-button {
  margin-top: 40px;
}

.about-s2 .about__wrapper .about__wrapper-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  color: #fff;
  width: 170px;
  background-color: #ff0000;
  text-transform: uppercase;
  border: 2px solid #ff0000;
  padding: 20px 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.about-s2 .about__wrapper .about__wrapper-button a:hover {
  background-color: #fff;
  color: #ff0000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.about-s2 .row-about__offer {
  margin-top: 100px;
  padding-top: 100px;
  position: relative;
}

.about-s2 .row-about__offer::after {
  position: absolute;
  content: '';
  width: 200%;
  height: 1px;
  top: 0;
  left: -50%;
  background-color: #c8c8c8;
}

.about-s2 .about__offer .about__offer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.about-s2 .about__offer .about__offer-block h5 {
  margin-left: 25px;
  margin-bottom: 0;
}

.about-s2 .about__offer .about__offer-block .about__offer-img {
  width: 60px;
  height: 60px;
  padding: 5%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff0000;
  position: relative;
}

.about-s2 .about__offer .about__offer-block .about__offer-img::before {
  position: absolute;
  content: '';
  width: 74px;
  height: 74px;
  border-radius: 50%;
  top: -7px;
  left: -7px;
  z-index: -1;
  -webkit-animation: radial-pulse 3s infinite;
          animation: radial-pulse 3s infinite;
  background-color: rgba(255, 0, 0, 0.2);
}

.about-s2 .row-about__offer > div:nth-child(1) .about__offer .about__offer-img img {
  max-width: 20px;
}

@-webkit-keyframes radial-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.2);
            box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
}

@keyframes radial-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.2);
            box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
}

.work-s3 {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #374961;
  z-index: 2;
}

.work-s3::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(55, 73, 97, 0.7);
}
.work-s3 .col {
  position: relative;
  z-index: 7;
}

.work-s3 .container-fluid {
  padding: 0;
}

.work-s3 .work__wrapper {
  max-width: 730px;
  margin: 0 auto 100px;
  text-align: center;
  z-index: 2;
  position: relative;
}

.work-s3 .work__wrapper h2 {
  color: #fff;
  margin-bottom: 70px;
  position: relative;
}

.work-s3 .work__wrapper h2::after {
  position: absolute;
  content: '';
  width: 86px;
  height: 2px;
  bottom: -35px;
  left: 50%;
  margin-left: -43px;
  background-color: #fff;
}

.work-s3 .work__wrapper h2 span {
  color: #f1c40f;
}

.work-s3 .work__wrapper p {
  color: #fff;
}

.work-s3 .owl-carousel-work {
  position: relative;
  z-index: 2;
}

.services-s4 {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services-s4 .services__wrapper {
  max-width: 730px;
  margin: 0 auto 100px;
  text-align: center;
}

.services-s4 .services__wrapper h2 {
  color: #000;
  margin-bottom: 70px;
  position: relative;
}

.services-s4 .services__wrapper h2::after {
  position: absolute;
  content: '';
  width: 86px;
  height: 2px;
  bottom: -35px;
  left: 50%;
  margin-left: -43px;
  background-color: #ff0000;
}

.services-s4 .services__wrapper h2 span {
  color: #ff0000;
}

.services-s4 .services__offer {
  margin-top: 20px;
}

.services-s4 .services__offer .services__offer-block h5 {
  border-top: 20px;
  margin-bottom: 50px;
  position: relative;
}

.services-s4 .services__offer .services__offer-block h5::after {
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  bottom: -30px;
  left: 0;
  background-color: #ff0000;
}

.services-s4 .services__offer .services__offer-block .services__offer-img {
  width: 50px;
  height: 50px;
}

.impressed-s5 {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #374961;
}

.impressed-s5 .impressed__wrapper {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.impressed-s5 .impressed__wrapper h2 {
  color: #fff;
  margin-bottom: 50px;
}

.impressed-s5 .impressed__wrapper h2 span {
  color: #f1c40f;
}

.impressed-s5 .impressed__wrapper p {
  color: #fff;
}

.impressed-s5 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.impressed-s5 ul li {
  margin-right: 15px;
  margin-left: 15px;
}

.impressed-s5 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  color: #fff;
  width: 170px;
  background-color: #f1c40f;
  text-transform: uppercase;
  border: 2px solid #f1c40f;
  padding: 20px 15px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.impressed-s5 ul li a:hover {
  background-color: #f1c40f;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.impressed-s5 ul li a:hover {
  background-color: transparent;
}

.impressed-s5 ul li:nth-child(2) a {
  background-color: transparent;
}

.impressed-s5 ul li:nth-child(2) a:hover {
  background-color: #f1c40f;
}

.portfolio-s6 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f2f2f2;
}

.portfolio-s6 .portfolio__wrapper {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.portfolio-s6 .portfolio__wrapper h2 {
  margin-bottom: 70px;
  position: relative;
}

.portfolio-s6 .portfolio__wrapper h2::after {
  position: absolute;
  content: '';
  width: 86px;
  height: 2px;
  bottom: -35px;
  left: 50%;
  margin-left: -43px;
  background-color: #ff0000;
}

.portfolio-s6 .portfolio__wrapper h2 span {
  color: #ff0000;
}

.portfolio-s6 .portfolio__wrapper p {
  margin-bottom: 100px;
}

.portfolio-s6 .gallery-grid .gallery-grid-one {
  overflow: hidden;
}

.portfolio-s6 .gallery-grid .gallery-grid-one img {
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

.portfolio-s6 .gallery-grid .gallery-grid-one:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
}

.skills-s7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.skills-row1 > div {
    margin-top: 100px;
    margin-bottom: 100px;
}
.skills-s7 .skills__wrapper h2 {
  position: relative;
  margin-bottom: 70px;
}

.skills-s7 .skills__wrapper h2 span {
  color: #ff0000;
}

.skills-s7 .skills__wrapper h2::after {
  position: absolute;
  content: '';
  width: 85px;
  height: 2px;
  bottom: -35px;
  left: 0;
  background-color: #000;
}

.skills-s7 .skills__progress-bar_title {
  margin-bottom: 20px;
}

.skills-s7 .row__skills-counter {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.skills-s7 .row__skills-counter::after {
  position: absolute;
  content: '';
  width: 200%;
  height: 1px;
  top: 0;
  left: -50%;
  background-color: #c8c8c8;
}

.skills-s7 .row__skills-counter .text-center .timer {
  font-size: 45px;
  line-height: 54px;
  font-weight: 400;
  position: relative;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Open Sans", sans-serif;
}

.skills-s7 .row__skills-counter .text-center .timer::after {
  position: absolute;
  content: '';
  width: 44px;
  height: 2px;
  bottom: -25px;
  left: 50%;
  margin-left: -22px;
  background-color: #ff0000;
}

.skills-s7 .row__skills-counter .text-center h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 44px;
  font-style: italic;
  text-align: center;
}

.testimonials-s8 .container-fluid {
  padding: 0;
}

.testimonials-s8 .owl-carousel-testimonials .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 20%;
}

.testimonials-s8 .owl-carousel-testimonials .owl-nav button {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonials-s8 .owl-carousel-testimonials .owl-nav button::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

.testimonials-s8 .owl-carousel-testimonials .owl-nav button span {
  display: none;
}

.testimonials-s8 .owl-carousel-testimonials .owl-nav .owl-prev {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.testimonials-s8 .owl-carousel-testimonials .owl-nav .owl-next {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.testimonials-s8 .testimonials__slid {
  height: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.testimonials-s8 .testimonials__slid::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(55, 73, 97, 0.8);
}

.testimonials-s8 .testimonials__slid .testimonials__slid-content {
  max-width: 755px;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}

.testimonials-s8 .testimonials__slid .testimonials__slid-content h2 {
  color: #fff;
  margin-bottom: 80px;
}

.testimonials-s8 .testimonials__slid .testimonials__slid-content h2 span {
  color: #f1c40f;
}

.testimonials-s8 .testimonials__slid .testimonials__slid-content p {
  color: #fff;
}

.testimonials-s8 .testimonials__slid .testimonials__slid-content h5 {
  margin-top: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  letter-spacing: .03em;
}

.testimonials-s8 .testimonials__slid .testimonials__slid-content .testimonials__slid-content_img {
  max-width: 100px;
  margin: 0 auto;
}

.brends-s9 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.brends-s9 .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brends-s9 .brends-s9__img {
  max-width: 170px;
  margin: 0 auto;
}

.brends-s9 .row > div:nth-child(3) .brends-s9__img {
  max-width: 54px;
  margin: 0 auto;
}

.subscribe-s10 {
  padding-top: 80px;
  padding-bottom: 110px;
  position: relative;
}

.subscribe-s10::after {
  position: absolute;
  content: '';
  width: 100px;
  height: 2px;
  top: -25px;
  left: 50%;
  margin-left: -50px;
  background-color: #ff0000;
}

.subscribe-s10 .subscribe-s10__wrapper {
  max-width: 560px;
  margin: 0 auto 70px;
  text-align: center;
}

.subscribe-s10 .subscribe-s10__wrapper h2 {
  margin-bottom: 40px;
}

.subscribe-s10 .subscribe-s10__wrapper h2 span {
  color: #ff0000;
}

.subscribe-s10 .subscribe-s10__wrapper p {
  font-size: 18px;
  line-height: 30px;
}

.subscribe-s10 .wpcf7-form .newsletter-enter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 620px;
  margin: 0 auto;
}

.subscribe-s10 .wpcf7-form .newsletter-enter .your-email {
  margin-right: 30px;
}

.subscribe-s10 .wpcf7-form .newsletter-enter .your-email input.wpcf7-email {
  border-radius: 0;
  border-color: #81868e;
  height: 50px;
  color: #000;
  background-color: transparent;
}

.subscribe-s10 .wpcf7-form .newsletter-enter .your-email input::-webkit-input-placeholder {
  color: #cfd3d4;
}

.subscribe-s10 .wpcf7-form .newsletter-enter .your-email input:-ms-input-placeholder {
  color: #cfd3d4;
}

.subscribe-s10 .wpcf7-form .newsletter-enter .your-email input::-ms-input-placeholder {
  color: #cfd3d4;
}

.subscribe-s10 .wpcf7-form .newsletter-enter .your-email input::placeholder {
  color: #cfd3d4;
}

.subscribe-s10 .wpcf7-form .newsletter-enter .btn-form input.wpcf7-submit {
  height: 50px;
  border-radius: 0;
  background-color: #ff0000;
  border: 2px solid #ff0000;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.subscribe-s10 .wpcf7-form .newsletter-enter .btn-form input.wpcf7-submit:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: transparent;
  color: #ff0000;
}

.map-s11 .container-fluid {
  padding: 0;
}

.map-s11 .accordion-menu li {
  border: none;
  margin-bottom: 0;
}

.map-s11 .accordion-menu .dropdownlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  font-size: 18px;
  line-height: 24px;
  padding: 50px 25px;
  z-index: 2;
  color: #fff;
  text-transform: capitalize;
}

.map-s11 .accordion-menu .dropdownlink span {
  color: #f1c40f;
  margin-left: 7px;
}

.map-s11 .accordion-menu .dropdownlink::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(42, 42, 42, 0.8);
}

.map-s11 .accordion-menu .dropdownlink i {
  position: static;
  background-color: #f1c40f;
  border-radius: 50%;
  color: #fff;
  width: 20px;
  height: 20px;
  padding: 7px;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}

.map-s11 .accordion-menu .open .dropdownlink i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.map-s11 .accordion-menu .submenuItems {
  padding: 0;
}

.footer-s12 {
  padding-top: 130px;
  padding-bottom: 90px;
  background-color: #2a2a2a;
}

.footer-s12 .footer__wrapper {
  color: #fff;
}

.footer-s12 .footer__wrapper h2 {
  color: #f1c40f;
  position: relative;
  margin-bottom: 50px;
}

.footer-s12 .footer__wrapper h2::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  left: 0;
  bottom: -25px;
  background-color: #f1c40f;
}

.footer-s12 .footer__wrapper .footer__wrapper-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.footer-s12 .footer__wrapper .footer__wrapper-icon li a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
  background-color: #434343;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.footer-s12 .footer__wrapper .footer__wrapper-icon li a:hover {
  background-color: #f1c40f;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.footer-s12 .wpcf7-form .form__input-item input,
.footer-s12 .wpcf7-form .form__input-item textarea {
  background: transparent;
  border-radius: 0;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}

.footer-s12 .wpcf7-form .form__input-item input::-webkit-input-placeholder {
  color: #999999;
}

.footer-s12 .wpcf7-form .form__input-item input:-ms-input-placeholder {
  color: #999999;
}

.footer-s12 .wpcf7-form .form__input-item input::-ms-input-placeholder {
  color: #999999;
}

.footer-s12 .wpcf7-form .form__input-item input::placeholder {
  color: #999999;
}

.footer-s12 .wpcf7-form .form__input-item input:focus {
  border-color: #f1c40f;
}

.footer-s12 .wpcf7-form .form__input-item textarea {
  height: 150px;
}

.footer-s12 .wpcf7-form .form__input-item textarea::-webkit-input-placeholder {
  color: #999999;
}

.footer-s12 .wpcf7-form .form__input-item textarea:-ms-input-placeholder {
  color: #999999;
}

.footer-s12 .wpcf7-form .form__input-item textarea::-ms-input-placeholder {
  color: #999999;
}

.footer-s12 .wpcf7-form .form__input-item textarea::placeholder {
  color: #999999;
}

.footer-s12 .wpcf7-form .form__input-item textarea:focus {
  border-color: #f1c40f;
}

.footer-s12 .wpcf7-form .form__button input {
  width: 100%;
  background-color: #f1c40f;
  border: 2px solid #f1c40f;
  border-radius: 0;
  color: #fff;
  padding: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.footer-s12 .wpcf7-form .form__button input:hover {
  background: transparent;
  border-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.footer-s12 .wpcf7 form > div {
  margin-bottom: 1em;
}

.ast-footer-overlay {
  background-color: #212121;
}

.ast-small-footer-wrap .ast-small-footer-section {
  text-transform: uppercase;
}

.accordion-menu {
  width: 100%;
  background: #fff;
}

.accordion-menu > li {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.accordion-menu li.open .dropdownlink .fa-angle-right {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #444;
  color: #fff;
}

.dropdownlink {
  cursor: pointer;
  display: block;
  padding: 20px 15px 20px 70px;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  color: #ff0000;
  margin-bottom: -1px;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.dropdownlink i {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dropdownlink .fa-angle-right {
  font-size: 24px;
  left: 0;
  width: 56px;
  height: 56px;
  top: 0;
  color: #000;
  background-color: #eeeeee;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.submenuItems {
  display: none;
  margin: 0;
  padding: 4%;
}

.submenuItems a {
  display: block;
  color: #727272;
  padding: 12px 12px 12px 45px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.submenuItems a:hover {
  color: #fff;
}

.gallery-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (30vh)[3];
      grid-template-rows: repeat(3, 30vh);
  grid-gap: 17px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-grid-one {
  border-radius: 5px;
  overflow: hidden;
}

.gallery-grid-one:nth-child(1) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 2;
}

.gallery-grid-one:nth-child(2) {
  -ms-grid-column: 3;
      grid-column-start: 3;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 3;
}

.gallery-grid-one:nth-child(3) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
      grid-row-start: 2;
  grid-row-end: 2;
}

.gallery-grid-one:last-child {
  -ms-grid-column: 2;
      grid-column-start: 2;
  grid-column-end: 4;
  -ms-grid-row: 3;
      grid-row-start: 3;
  grid-row-end: 3;
}

.skillbar {
  position: relative;
  display: block;
  margin-bottom: 40px;
  width: 100%;
  background: #eee;
  height: 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  transition-property: width, background-color;
}

.skillbar-bar {
  height: 10px;
  width: 0px;
  background: #6adcfa;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.announcement_bar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    background: #FFCC33;
    z-index: 23;
}

.announcement_bar__wrap {
    min-height: 48px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    text-align: center;
}

.announcement_bar .container {
    position: relative;
}

.announcement__text {
    margin: 0;
    padding: 0 30px;
}

.announcement__close {
    position: absolute;
    top: 3px;
    right: 15px;
}

/*# sourceMappingURL=havva.css.map */