@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Schnyder M';
    src: url('../fonts/SchnyderM-Light.woff2') format('woff2'),
        url('../fonts/SchnyderM-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/********** Fixes **********/
:focus {outline:0 !important;}
/* colours */
.preloader-line {
box-shadow: inset 0 0 0 2px #DA65E0;
}
.preloader-border {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(170, 170, 170, 0.1);
}
/* fix for IE */
img {
    width: 100%;
}
.card-img {
  border-radius: 0!important;
}
.card-blog-img, .card-feed-img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.card {
  border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: none;
}
.btn{
box-shadow: none !important;
}
.main-content {
  padding: 0 0;
}
.pos-rel{
position: relative;
}
.carousel-component-item .hover-inner-wrap{
max-width: 200px;
display: block;
margin: 0 auto;
}
.client-box.hover-item {
pointer-events: none;
}
/********** Fixes End **********/


/********** Typography **********/
h1, h2, h3,
.h1, .h2, .h3{
  font-family: 'Schnyder M', serif;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  color: #1b1b1b;
  
}
h1.xl, .h1.xl {
	font-size: 4.5vw;
	font-size: clamp(2rem,4.5vw,4rem);
	line-height: 1.1;
	margin: 0;
	font-weight: 300;
}

h1, .h1 {
	font-size: 3vw;
	font-size: clamp(2rem,4vw,3rem);
	line-height: 1.1;
	margin: 0;
	font-weight: 300;
}
h2, .h2 {
	font-size: 3vw;
	font-size: clamp(1.75rem,4vw,2.5rem);
	line-height: 1.1;
	margin: 0;
	font-weight: 300;
}

.lead {
  font-size: 1.1rem;
  font-weight: 200;
}
.text-light {
  color: #d4d5d6 !important;
}

@media only screen and (max-width: 1279px){
.lead {
font-size: 1rem;
}
}
/********** Typography End **********/

/********** Backgrounds **********/
.bg-primary {
  background-color: #021116 !important;
}
.bg-secondary {
  background-color: #ce0024 !important;
}
.bg-black {
  background-color: #000000 !important;
}
.bg-grey {
  background-color: #222b2e !important;
}
.bg-light {
  background-color: #F5F5F5 !important;
}
.bg-darker {
  background-color: #010c0f !important;
}
.bg-image.rpt {
  background-repeat: repeat;
  background-position: center center;
  background-size: 1893px;
}
.bg-image.rpt-sm {
  background-repeat: repeat;
  background-position: center center;
  background-size: 150px;
}
.bg-image.n-rpt {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 1200px;
}

@media (max-width: 1199px){
.bg-image.rpt {
  background-size: 1809px;
}
}
@media (max-width: 1099px){
.bg-image.rpt {
  background-size: 1665px;
}
}
@media (max-width: 1025px){
.bg-image.rpt {
  background-size: 1532px;
}
}
@media (max-width: 991px){
.bg-image.rpt {
  background-size: 1388px;
}
}
@media (max-width: 767px){
.bg-image.rpt {
  background-size: 1138px;
}
}
/********** Backgrounds End **********/

/********** Navigation **********/
.navik-header.header-dark {
background-color: #021116;
}
	
.navik-menu ul li a {
font-family: "Inter", sans-serif;
text-decoration: none;
font-size: 13px;
letter-spacing: 1.5px;
}

.navik-header.header-dark .line-menu,
.navik-header.header-dark .dropdown-plus::before,
.navik-header.header-dark .dropdown-plus::after {
background-color: #828a8c;
}

.header-dark .navik-menu ul li > a {
color: rgba(255, 255, 255, 0.75);
}

.header-dark .navik-menu ul li.current-menu > a,
.header-dark .navik-menu ul li:hover > a {
color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px) {
  .navik-header-container {
    height: 120px;
	padding-left: 50px;
	padding-right:50px;
  }

  .navik-header .logo {
    position: relative;
    top: 50%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .navik-header .logo img {
    width: 220px;
    max-width: 220px;
    max-height: 90px;
  }
	.navik-menu > ul > li > a {
    position: relative;
    box-sizing: border-box;
    height: 120px;
    padding: 0 15px;
    line-height: 120px;
    white-space: nowrap;
  }

}
/********** Navigation End **********/


/********** Home Header **********/
.hero-overlay{
content: " ";
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.2) 15%, rgba(0,0,0,0) 100%);
z-index: 1;
}
.home-header{
position: relative;
max-width: 80%;
display:block;
margin: 0 0 0 auto;
}
.header-tagline{
position:absolute;
width:780px;
left:-18%;
top:50%;
transform: translateY(-50%);
z-index: 2;
}
.header-cta{
position:absolute;
width:390px;
padding: 20px;
right:0;
bottom:0;
z-index: 2;
background: #ce0024;
}
.header-cta-icon{
position:absolute;
width:92px;
left:-35px;
top:-2px;
z-index: 2;
}
.header-cta .h5{
line-height: 1.3;
margin-bottom: 0;
padding-left: 50px;
font-size: 1.15rem;
}
.header-cta .h5 span{
font-weight: 600;
text-transform: uppercase;
}
.header-cta a{
color: #ffffff;
letter-spacing: 1.5px;
font-weight: 600;
transition: all 0.2s ease-in-out;
}
.header-cta a:hover{
text-decoration: underline;
}
@media (max-width: 1500px) {
.header-tagline{
width:700px;
left:-20%;
}
}
@media (max-width: 1300px) {
.header-tagline{
width:650px;
left:-20%;
}
}
@media (max-width: 1199px) {
.home-header{
max-width: 100%;
}
.header-tagline{
left:50px;
}
.hero-overlay{
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 55%, rgba(0,0,0,0) 100%);
}
}
@media (max-width: 1150px) {
.header-tagline{
width:550px;
}
}

@media (max-width: 950px) {
.header-tagline{
width:450px;
}
}
@media only screen and (max-width: 860px){
.header-tagline{
position:relative;
width:100%;
left:0;
top:0;
padding: 30px 15px;
transform: translateY(0);
}
.hero-overlay{
display: none;
}
.header-cta{
display: none;
}
}
@media only screen and (max-width: 599px){
.header-tagline{
text-align: center;
}
}
/********** Home Header End **********/
.mob-tel{
position: absolute;
color:#ffffff;
font-weight: 500;
font-size: 15px;
letter-spacing: 1px;
top:-15px;
left: 0;
background: #021116;
padding: 5px 15px;
display: none;
}
.mob-tel.pt{
top:-38px;
}
.mob-tel a{
color:#ffffff;
opacity: 0.75;
transition: all 0.2s ease-in-out;
}
.mob-tel a.book{
text-transform: uppercase;
margin-left: 10px;
padding-left: 15px;
border-left:solid 1px #ffffff;
color:#CE0024;
opacity: 0.75;
transition: all 0.2s ease-in-out;
}
.mob-tel a:hover{
color:#ffffff;
opacity: 1;
}
.idioma-link{
position: absolute;
top:0;
right:80px;
width:100px;
height:90px;
text-align: right;
z-index: 2;
display:none;
}
.idioma-link-text{
font-family: "Inter", sans-serif;
text-decoration: none;
font-size: 13px;
letter-spacing: 1.5px;
color: rgba(255, 255, 255, 0.75);
font-weight: 500;
line-height: 90px;
transition: all 0.2s ease-in-out;
}
.idioma-link-text:hover{
color: rgba(255, 255, 255, 1);
}
.idioma-icon{
display:none;
margin-top:38px;
}
.idioma-icon img{
width:50px;
}
@media only screen and (max-width: 1199px){
.idioma-link{
display: block;
}
}
@media only screen and (max-width: 860px){
.mob-tel{
display: block;
}
}
@media only screen and (max-width: 767px){
.idioma-icon{
display:block;
}
.idioma-link-text{
display:none;
}
.idioma-link{
position: absolute;
top:0;
left:15px;
right:auto;
text-align: left;
}
}
@media only screen and (max-width: 599px){
.mob-tel{
width:100%;
text-align: center;
}
}
/********** Profile Section **********/
.profile-sec{
padding-top: 120px;
padding-bottom: 120px;
}
.profile-sec.to{
padding-bottom: 0;
}

@media only screen and (max-width: 1500px){
.profile-sec{
padding-top: 80px;
padding-bottom: 80px;
}
}
@media only screen and (max-width: 599px){
.profile-sec{
padding-top: 50px;
padding-bottom: 50px;
}
}
/********** Profile Section End **********/

/********** Text Marquee **********/
.df {display: flex}
.aic {align-items: center}
.jcc {justify-content: center}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  color: #ffffff!important;
  z-index: 22;
}
.demo-text {
  overflow-x: hidden;
}
.wrapper {
  display: flex;
}
.demo-gallery {
overflow-x: hidden;
}
.demo-gallery:not(.last) {
  margin-bottom: 1rem;
  margin-top: 1rem;
  position: relative;
}
.demo-gallery ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}
.demo-text .text {
  font-size: 8vw;
	font-size: clamp(4rem,8vw,6rem);
  font-weight: 300;
  font-family: 'Schnyder M', serif;
  line-height: normal;
  margin-top:-20px;
}
.demo-gallery li {
  flex-shrink: 0;
  width: clamp(300px, 40vw, 500px);
  padding-left: 1rem;
  background: #1b1b1b;
}
.marquee-tagline{
position:absolute;
width:600px;
height: 100px;
right:100px;
top:2rem;
}
@media only screen and (max-width: 1320px){
.demo-text .text {
  margin-top:0;
}
}
/********** Text Marquee End **********/



/********** Footer **********/
.ld-footer{
padding-top: 90px;
}
.footer-pad{
padding-bottom: 90px;
padding-left: 50px;
padding-right: 50px;
}
.footer-bottom{
padding-top: 35px;
padding-bottom: 35px;
font-family: "Inter", sans-serif;
}
.footer-bottom::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
.custom-list.nm-l{
list-style-type: none;
margin-left: 0;
padding-left: 0;
margin-bottom: 0;
font-family: "Inter", sans-serif;
}
.custom-list.nm-l li {
  margin-bottom: 2px;
}
.ld-footer .widget-title{
font-size:12px;
font-weight: 600;
letter-spacing:2.5px;
line-height: 1;
font-family: "Inter", sans-serif;
}
.ld-footer p{
font-family: "Inter", sans-serif;
}
.footer-logo{
display:block;
width:220px;
margin:0 auto 85px;
}
.widget{
position:relative;
}
.go-to-top a {
    background-color: #ce0024;
    box-shadow: none!important;
}

.go-to-top a:hover, .go-to-top a:focus {
    background-color: #000000;
    color: #ffffff;
    box-shadow: none!important;
}
@media only screen and (max-width: 1400px){
.footer-pad{
padding-left: 30px;
padding-right: 30px;
}
}
/********** Footer End **********/



/********** Buttons **********/
.text-btn-normal {
  font-family: 'Inter', sans-serif;
  text-transform:uppercase;
  font-size:12px;
  font-weight: 600;
  letter-spacing:2px;
  line-height: 1;
  padding-bottom:3px;
  border-bottom: solid 1px;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.text-btn-normal.dark{
color:#021116;    
}
.text-btn-normal.dark:hover{
color:#021116;
opacity:0.7;
}

.text-btn-normal.light{
color:#ffffff;
opacity:0.75;
}
.text-btn-normal.light:hover{
color:#ffffff;
opacity:1;
}
.btn{
box-shadow: none !important;
}
.btn {
letter-spacing:2px;
}
.btn-primary {
color: #e4e0d2;
background-color: #021116;
border-color: #021116;
box-shadow: none!important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
color: #fff;
background-color: #000000;
border-color: #000000;
box-shadow: none!important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle,
.show > .btn-primary.dropdown-toggle:focus {
color: #fff;
background-color: #000000;
border-color: #000000;
box-shadow: none!important;
}

/********** Buttons End **********/

/********** jarrallax stuff **********/
.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
	position: absolute;
	object-fit: cover;
	/* support for plugin https://github.com/bfred-it/object-fit-images */
	font-family: 'object-fit: cover;';
	top: 0;
	left: -1px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.jarallax-img.rt {
    object-position: 100% 50%!important;
}
.jarallax-img.lft {
    object-position: 10% 50%!important;
}
.j-content-table {
    display: table;
    width: 100%;
    height: 700px;
    background-color: rgba(0,0,0,0)!important;
    color: #fff;
}
.j-content-table.auto{
    height: auto;
    background-color: rgba(0,0,0,0.5)!important;
    color: #fff;
}
.j-content-table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.jarallax-img.cont-fit{
object-fit: contain!important;
}
.j-content-table.ferrari {
    height: 600px;
}
@media (max-width: 1500px){
.j-content-table.fw {
    height: 600px;
}
}
@media (max-width: 1199px){
.j-content-table.fw {
    height: 450px;
}
.j-content-table.auto{
    background-color: rgba(0,0,0,0.7)!important;
}
}
@media (max-width: 991px){
.j-content-table {
    height: 550px;
}
}
@media (max-width: 599px){
.j-content-table {
    height: 400px;
}
.j-content-table.fw {
    height: 350px;
}
}
/********** jarrallax stuff End **********/


/********** Contact **********/

#map
{
    filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);    
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}
.opening{
padding-top: 155px;
padding-left: 30px;
padding-right: 30px;
}
.large-list{
padding-left:0;
}
.large-list li{
margin: 6px 0;
list-style: none;
}
@media only screen and (max-width: 991px){
.opening{
padding-top: 95px;
padding-left: 30px;
padding-right: 30px;
}
}
@media only screen and (max-width: 767px){
.opening{
padding-top: 75px;
padding-left: 30px;
padding-right: 30px;
}
}
/********** Contact Page End **********/

/********** Tyre Logos **********/
.min-sec-1{
padding-top: 30px;
padding-bottom: 30px;
}
.brands-sec{
margin-left: 40px;
margin-right: 40px;
padding-bottom: 60px!important;
}
.brand{
max-width: 320px;
display: block;
margin:20px auto;
opacity: 0.75;
}
@media only screen and (max-width: 767px){
.brand{
max-width: 280px;
}
.brands-sec{
margin-left: 15px;
margin-right: 15px;
padding-bottom: 60px!important;
}
}
@media only screen and (max-width: 575px){
.brand{
max-width: 220px;
margin:10px auto;
}
.brands-sec{
margin-left: 15px;
margin-right: 15px;
padding-bottom: 60px!important;
}
}
/********** Tyre Logos End **********/

/********** Welcome Section **********/

.big-type { 
font-size: 4vw;
font-size: clamp(1.75rem,4vw,2.2rem);
line-height: 1.3;
margin: 0;
font-weight: 300;
font-family: 'Schnyder M';
color: rgba(255, 255, 255, 0.75);
padding: 6rem 4.5rem;
}

.big-type span { 
  color: #CE0024;
}
@media only screen and (max-width: 1279px){
.red-audi{
display: none;
}
.big-type { 
padding: 6rem 3rem;
}
}
@media only screen and (max-width: 599px){
.big-type { 
padding: 3rem 1rem;
}
}
/********** Welcome Section End **********/

/********** Custom Animations **********/
@-webkit-keyframes fadeInRightSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightSlow {
  -webkit-animation-name: fadeInRightSlow;
  animation-name: fadeInRightSlow;
  animation-duration: 1.2s; 
  animation-timing-function: ease;
}

@-webkit-keyframes fadeInLeftSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftSlow  {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftSlow {
  -webkit-animation-name: fadeInLeftSlow;
  animation-name: fadeInLeftSlow;
  animation-duration: 1.2s; 
  animation-timing-function: ease;
}

@keyframes fadeInScaleDown{
  from{
    opacity:0;
    -webkit-transform:scale(1.05);
    -ms-transform:scale(1.05);
    transform:scale(1.05)
  }
  
  to{
    opacity:1;
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
  }
}
.fadeInScaleDown {
  -webkit-animation-name: fadeInScaleDown;
  animation-name: fadeInScaleDown;
  animation-duration: 1.8s; 
  animation-timing-function: ease-out;
}
/********** Custom Animations End **********/

/********** Animation Delays **********/
.delay1 {
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
}
.delay-text-0 {
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
}
.delay-text-1 {
	animation-delay: 0.25s;
	-webkit-animation-delay: 0.25s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
}
.delay-text-2 {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
}
.delay-text-3 {
	animation-delay: 0.35s;
	-webkit-animation-delay: 0.35s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
}
.delay-text-4 {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
}
.delay-text-5 {
	animation-delay: 0.45s;
	-webkit-animation-delay: 0.45s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
}
.delay-text-6 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
}
.delay-text-7{
	animation-delay: 0.55s;
	-webkit-animation-delay: 0.55s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
}
.delay2 {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
}

.delay3 {
	animation-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
}

.delay4 {
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
}

.delay5 {
	animation-delay: 2.2s;
	-webkit-animation-delay: 2.2s;
	-webkit-backface-visibility: hidden;
   -webkit-perspective: 1000;
}
/********** Animation Delays End **********/

/********** Service Section **********/
.service-icons img{
opacity:0.5;
}
.icon-info-4{
padding-left:50px;
padding-right:50px;
}
.service-cta{
background: #021116;
text-align: center;
border-radius: 0.1875rem;
margin-left: 60px;
margin-right:60px;
padding: 30px 50px 40px;
border:solid 2px rgba(255, 255, 255, 0.08);
}
.service-cta .h4{
font-weight: 300;
line-height: 1.3
}
.service-cta a{
letter-spacing: 1.5px;
font-weight: 600;
transition: all 0.2s ease-in-out;
color: rgba(255, 255, 255, 0.75);
}
.service-cta a:hover{
color: rgba(255, 255, 255, 0.95);
}
.cta-logo{
display:block;
width:220px;
margin:0 auto 20px;
}

.cta-logo img{
opacity:0.75;
}
@media only screen and (max-width: 991px) {
.service-cta{
margin-left: 30px;
margin-right:30px;
padding: 30px 30px 30px;
}
.service-cta .h4{
font-size: 1.25rem;
}
}
@media only screen and (max-width: 767px) {
.service-cta{
margin-left: 15px;
margin-right:15px;
padding: 20px 20px 30px;
}
.service-cta .h4{
font-size: 1.25rem;
}
}
/********** Service Section End **********/

/********** Testimonial Section **********/
.testimonial-sec{
padding-bottom:80px;
padding-top: 120px
}
.testimonial-title{
padding: 0 40px;
}
.quote-mark{
max-width: 80px;
position:absolute;
left:-60px;
top:10px;
opacity:0.75;
}
.google-rev{
padding:40px 0 0 40px;
position: relative;
}
.google-rev a{
margin-left: 60px;
}
.google-icon{
position: absolute;
width: 50px;
top:30px;
}
.google-icon a{
margin-left: 0;
}
.testimonial-1 .testimonial-details {
  position: relative;
  padding: 16px 40px;
  background-color: transparent;
  text-align:left;
}

.owl-theme .owl-dots{
text-align:left;
padding: 0 50px;
}
.owl-theme .owl-dots .owl-dot span::before {
  background-color: #ce0024;
}
.owl-theme .owl-dots .owl-dot.active span {
  border-color: #ce0024;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0.5rem;
}
.testimonial-slider .h4{
line-height: 1.4;
font-size: 1.25rem;
font-weight: 200;
color: rgba(255, 255, 255, 0.75);
}

.testimonial-1 .tesimonial-name {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
}
.testimonial-1 .tesimonial-name span{
 padding-right: 20px;
}
.testimonial-1 .tesimonial-name i{
font-size: 0.9rem;
}
@media only screen and (max-width: 1399px) {
.quote-mark{
max-width: 80px;
position:absolute;
left:20px;
top:10px;
}
.testimonial-title{
padding: 0 0 0 120px;
}
.testimonial-1 .testimonial-details {
  padding: 16px 0 16px 120px;
}
.owl-theme .owl-dots{
text-align:left;
padding: 0 0 0 120px;
}
.google-rev{
padding:40px 0 0 120px;
}
}
@media only screen and (max-width: 1279px) {
.quote-mark{
max-width: 80px;
position:absolute;
left:-60px;
top:10px;
}
.testimonial-title{
padding: 0 0 0 40px;
}
.testimonial-1 .testimonial-details {
  padding: 16px 0 16px 40px;
}
.owl-theme .owl-dots{
text-align:left;
padding: 0 0 0 50px;
}
.google-rev{
padding:40px 0 0 40px;
}
}
@media only screen and (max-width: 1000px) {
.testimonial-border{
width:300px;
height:300px;
}
.testimonial-border-01{
width:300px;
height:300px;
}
.quote-mark{
display: none;
}
.testimonial-title{
padding: 0 0 0 0;
}
.testimonial-1 .testimonial-details {
  padding: 16px 0 16px 0;
}
.owl-theme .owl-dots{
text-align:left;
padding: 0 0 0 10px;
}
.google-rev{
padding:40px 0 0 0px;
}
}
@media only screen and (max-width: 767px) {
.testimonial-sec{
padding-bottom:50px;
}
}
@media only screen and (max-width: 750px) {
.testimonial-border{
width:250px;
height:250px;
}
.testimonial-border-01{
width:250px;
height:250px;
}
.testimonial-slider .h4{
font-size: 1.1rem;
}
}
@media only screen and (max-width: 599px) {
.testimonial-1 .testimonial-details {
  padding: 16px 15px;
}
.testimonial-title{
padding: 0 15px;
}
.testimonial-border{
display: none;
}
.testimonial-border-01{
display: none;
}
.line-break-2{
display:inline;
}
.testimonial-slider .h4{
font-size: 1rem;
}
.owl-theme .owl-dots{
display:none;
}
.google-rev{
padding:0 0 0 10px;
}
.google-icon{
top:-10px;
}
}
/********** Testimonial Section End **********/
.form-group {
  margin-bottom: 25px;
}
.form-group label {
  color: #29364d;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.form-control {
  height: 50px;
  padding: 0 15px;
  font-size: 15px;
  line-height: 50px;
  border: 2px solid #edefef;
  background:#ffffff;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.form-control:hover,
.form-control:focus {
  box-shadow: none;
}
.form-control:focus {
  border-color: #021116;
}
.form-control.input-sm {
  height: 40px;
  line-height: 40px;
}
.form-control::-webkit-input-placeholder {
  font-size: .9em;
  opacity: .8;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.form-control::-moz-placeholder {
  font-size: .9em;
  opacity: .8;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.form-control:-ms-input-placeholder {
  font-size: .9em;
  opacity: .8;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.form-control::placeholder {
  font-size: .9em;
  opacity: .8;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
textarea.form-control {
  resize: none;
  min-height: 110px;
  line-height: inherit;
  padding-top: 15px;
  padding-bottom: 15px;
}
.form-select {
  border: 2px solid #eee;
  background-color: #fff;
  position: relative;
}
.form-select:after {
  content: "\e131";
  font-family: 'hody-icons';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
}
.form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}
.form-group {
  margin-bottom: 25px;
}

.form-group .checkbox input[type=checkbox],
.form-group .radio input[type=checkbox],
.form-group .checkbox-inline input[type=checkbox],
.form-group .radio-inline input[type=checkbox],
.form-group .checkbox input[type=radio],
.form-group .radio input[type=radio],
.form-group .checkbox-inline input[type=radio],
.form-group .radio-inline input[type=radio] {
  margin-top: 0;
}
.form-group textarea {
  min-height: 100px;
}
.form-group.has-error .form-control {
  border-color: #ff4656;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.02);
}
.form-group.has-success .form-control {
  border-color: #2ecc71;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.02);
}

/* Form Buttons */
.contact-form-border{
border-bottom: solid 1px rgba(31,31,31,0.08);	
}

.btn-form-func {
  background: #021116;
  border-radius: 0;
	border: 1px solid #021116;
	color: #ffffff;
	display: inline-block;	
	overflow: hidden;
	padding: 20px 60px 20px 16px;
	position: relative;
	text-decoration: none;
	line-height: 1.1;
	width: 100%;
	font-size: 12px;
    letter-spacing: 2px;
	font-family: 'Inter', sans-serif;
    font-weight: 500;
	margin-bottom: 10px;
}

.btn-form-func:hover {
	color: #ffffff;	
	background: #222b2e;
	border: 1px solid #222b2e;
}

.btn-form-func:focus {
	outline: none;
}

.btn-form-func .btn-form-func-content {
  font-size: 1em;
  line-height: 1.2;
  padding: 0 15px;
  position: relative;
  right: 0;
  transition: right 300ms ease;
  display: block;
  text-align: center;
}

.btn-form-func .icon {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transition: all 300ms ease;
  transform: translateY(-50%);
  width: 58px;
  height: 70%;
}

.btn-form-func i{
 font-size:20px;
 line-height: 2;
}

.btn-form-func:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: transparent;
  opacity: 0;
  transition: opacity 300ms ease;
}

.btn-form-func:hover .btn-form-func-content {
  right: 100%;
}

.btn-form-func:hover .icon {
  border-left: 0;
  font-size: 1.4em;
  width: 100%;
}

.btn-form-func:hover:after {
  opacity: .2;
}

.btn-form-func.btn-form-func-alt-color {
  border-color: #ffffff;
  color: #ffffff;
}

.btn-form-func.btn-form-func-alt-color .icon {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-form-func.btn-form-func-alt-color:after {
  background-color: transparent;
}
.btn-primary {
  box-shadow: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    box-shadow: none;
}
.btn {
    border-radius: 0;
    letter-spacing:2px;
}
.parsley-errors-list {
	margin-top: 8px;
    margin-left:-40px;
	list-style-type: none;
	transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}
#sendyFormContent{
    position: relative;
}
.sent-message{
width:100%;
height:90vh;
position:relative;
}

.sent-center{
position:absolute;
top:50%;
left:50%;
width:340px;
transform:translate(-50%,-50%);
}
.sent-center h3{
font-size:16px;
font-family: 'Inter', sans-serif;
font-weight: 400;
letter-spacing:2.5px;
text-transform: uppercase;
margin-bottom: 5px;
}

.sent-logo{
max-width:260px;
display:block;
margin:0 auto 20px;
}
.sent-logo img{
max-width:260px;
}
/* modal */

.modal-content {
  position: relative;
  background-color: #021116;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .1);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .1);
}

.modal-header {
  padding: 15px 30px;
  border-bottom: 1px solid #021116;
}

.modal-header .close {
  float: right;
  font-size:46px;
  line-height:.8;
  font-family: 'Inter', sans-serif;
  color:#ffffff !important;
  font-weight: 200 !important;
  opacity:1;
  text-shadow: none!important;
}

.modal-header .close:hover {
  color:#ffffff !important;
  opacity:1;
}
.close span::before, .close span::after {
    position: absolute;
    content: "";
    background-color: #ffffff;
}

.modal-title {
	position: relative;
	display: inline-block;
	color:#ffffff;
	letter-spacing: 2.5px;
    font-family: 'Inter', sans-serif;
    font-weight:500;
	text-transform:uppercase;
	font-size:14px;
	line-height: 34px !important;
}

.modal-body {
  position: relative;
  padding: 30px;
  background:#ffffff;
}
.modal-body a{
color: #021116;
font-weight:600;
}
.modal-footer {
  padding: 15px 30px 15px 30px;
  text-align: right;
  border-top: 1px solid #ccc;
  background:#f7f7f7;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footer > * {
   margin: 0!important;
}

@media (min-width: 576px){
.modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}
}

.uline a{
 border-bottom:solid 1px;
 font-weight:400;
 padding-bottom: 3px;
 color: #29364d;
}

.uline a:hover {
    color: #021116;
}
.mb-10 {
    margin-bottom: 10px;
}
.mt-10 {
    margin-top: 10px;
}

