/*!
Theme Name: Sayan International
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sayan-international
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Sayan International is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.contact_sec .btns,
.enquire_sec .btns {
  overflow: hidden !important;
  letter-spacing: 0.8px !important;
  font-weight: 600 !important;
  display: inline-flex !important;
  font-family: Oxanium, sans-serif !important;
}
.contact_sec input[type="tel"],
.enquire_sec input[type="tel"] {
  padding-left: 52px !important;
}
.enquire_sec {
  margin: 0 !important;
  padding: 80px 0 125px !important;
  background: var(--black) !important;
}
.contact_sec .input-group,
.enquire_sec .input-group {
  margin: 0 0 30px !important;
  padding-right: 20px !important;
}
.enquire_sec .form-control {
  margin: 0 !important;
  padding: 10px 0 !important;
  font-size: 16px !important;
  color: var(--white) !important;
  border: none !important;
  background: 0 0 !important;
  border-bottom: 1px solid #f5f4f4 !important;
  border-radius: 0 !important;
}
.enquire_sec textarea.form-control {
  height: 86px !important;
  resize: none !important;
  padding-top: 50px !important;
  transition: 0.4s ease-in-out !important;
}
.enquire_sec textarea.form-control:focus {
  padding-top: 10px !important;
}
.enquire_sec .form-control::placeholder {
  color: #f5f4f4 !important;
}
.contact_sec .form-control:focus,
.enquire_sec .form-control:focus {
  border-color: var(--primary) !important;
}
.enquire_sec .text {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 100px !important;
  line-height: 90px !important;
  font-weight: 600 !important;
  color: var(--black) !important;
  text-align: right !important;
  -webkit-text-stroke: 1px rgba(202, 202, 202, 0.1) !important;
}
.contact_sec .btns,
.contact_sec .form-control,
.enquire_sec .btns {
  margin: 0 !important;
  font-size: 16px !important;
}
.enquire_sec .btns {
  width: 204px !important;
  position: relative !important;
  border: 1px solid var(--primary) !important;
  padding: 13px 40px !important;
  background: var(--primary) !important;
  color: var(--white) !important;
  justify-content: center !important;
}
.contact_sec .btns:hover,
.enquire_sec .btns:hover {
  background: 0 0 !important;
  color: var(--primary) !important;
}
.contact_sec .btns::after,
.contact_sec .btns::before,
.enquire_sec .btns::after,
.enquire_sec .btns::before {
  bottom: 0 !important;
  margin: auto !important;
  background: url(./assets/images/btn-tyre-ic.svg) center center/100% 100%
    no-repeat !important;
  height: 25px !important;
  width: 25px !important;
  transition: 1s ease-in-out !important;
  visibility: hidden !important;
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
}
.contact_sec .btns::before,
.enquire_sec .btns::before {
  left: -40px !important;
  animation: 4s linear infinite rotate !important;
}
.contact_sec .btns:hover::before,
.enquire_sec .btns:hover::before {
  visibility: visible !important;
  left: 5px !important;
}
.contact_sec .btns::after,
.enquire_sec .btns::after {
  right: -40px !important;
  animation: 4s linear infinite rotate2 !important;
}
.contact_sec .btns:hover::after,
.enquire_sec .btns:hover::after {
  visibility: visible !important;
  right: 5px !important;
}
.contact_sec::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 36% !important;
  height: 100% !important;
  border-radius: 100px 0 0 100px !important;
  background: rgba(227, 227, 227, 0.3) !important;
}
.contact_sec .container {
  position: relative !important;
  z-index: 2 !important;
}
.contact_sec p {
  margin: 0 0 30px !important;
  color: var(--text) !important;
}
.contact_sec .form-control {
  padding: 0 !important;
  height: 44px !important;
  border: none !important;
  border-bottom: 1px solid var(--text) !important;
  border-radius: 0 !important;
  color: var(--black) !important;
}
.contact_sec textarea.form-control {
  resize: none !important;
  height: 84px !important;
}
.contact_sec .form-control::placeholder {
  color: rgba(35, 31, 32, 0.8) !important;
}
.contact_sec .btns {
  width: 204px !important;
  text-transform: uppercase !important;
  position: relative !important;
  border: 1px solid var(--primary) !important;
  padding: 13px 40px !important;
  background: var(--primary) !important;
  color: var(--white) !important;
  justify-content: center !important;
}
@keyframes rotate {
  0%,
  100% {
    transform: rotate(360deg);
  }
  50% {
    transform: rotate(-360deg);
  }
}
@keyframes rotate2 {
  0%,
  100% {
    transform: rotate(-360deg);
  }
  50% {
    transform: rotate(360deg);
  }
}
#wpforms-field-limit-text-509-1,
#wpforms-field-limit-text-509-5 {
  color: #fff !important;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.sticky_buttons a.white:first-child {
    left: 10px !important;
}
.hero_cap h2{
	color:white !important;
}