<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* HP Header */
#hpHead .wrapper #innerHP {display: block;}
#hpHead {background-image: url(/images/hero/hero-bg-4.webp);background-size: cover;background-repeat:no-repeat;margin-bottom:0;background-position: 0 83px;}
#hpHead .wrapper{width: clamp(16rem, 100vw, 107rem);min-height:320px;}
#hpHead .wrapper:before {background-image:none;opacity:0;background:#fff}

#innerHP{display:block;left:0;top:1rem;transform: translateY(0%);position: relative;width:100%;padding-inline:.5rem 0;color: #2a2a2b;margin:0;}
#innerHP:before {border-radius:5px;opacity:.1;background:none;}
#innerHP span.h5{font-size: clamp(.8rem, 3vw,1.1rem);margin:0;}
#innerHP span.h5 sup{font-size:.8rem !important;vertical-align:super}
#innerHP span sup{font-size: 1.5rem !important;vertical-align:middle;}
#innerHP p{position:relative;}
#innerHP #tagLines &gt; span{line-height:1;}
#innerHP #tagLines li{margin-block:0 1rem}
#innerHP #tagLines li &gt; span{font-size: clamp(1rem, 5vw, 3rem);font-weight:700}
#innerHP #tagLines p{margin-block:0;width:70%;line-height:1.5;font-size: clamp(.8rem, 3.5vw, 1.1rem);}
#innerHP #tagLines p span{display:none;}

#innerHP h1{line-height:1.5;margin-block:0;font-size: clamp(1.5rem, 5vw, 4rem);color:#2a2a2b}
#innerHP span.h3{margin-block:0 2rem;display:none;font-size: clamp(1.5rem, 5vw, 2.5rem);}
#tagLines{position:relative;display:none;}

#innerHP .banCTA{flex-direction:column;display:none;}
#innerHP .banCTA li{margin-block:0 1rem;}
#innerHP .btn-one{font-size: clamp(.9rem, 3.5vw, 2rem);margin:0;}
#tagLines li {opacity: 1;transition: opacity 1s ease-in-out;position:absolute;top:0;left:0;}
#tagLines li p{display:none;}
#tagLines li.show {opacity: 1;}

 #svcArea {
    opacity: 0; /* Initially hide the text */
    animation: fadeInOut 5s infinite; /* Use the 'fadeInOut' keyframes with a 5-second duration */
  }

  @keyframes fadeInOut {
    0% { opacity: 0; } /* Start with opacity 0 */
    20%, 80% { opacity: 1; } /* Fade in and out between 20% and 80% of the animation */
    100% { opacity: 0; } /* End with opacity 0 */
  }


/* Featured Items */

#featured__items{position: relative;display: block;margin-top: -10px;padding-bottom: 120px;z-index: 10;}
#featured__items .wrapper{padding-inline:.5rem}
#featured__list { display: flex; flex-direction: column; justify-content: center; justify-items: center; margin-top: 0; box-shadow: 0px 4px 9px 2px rgba(20,33,43,0.05);}
#featured__list li { position: relative; line-height: 1;  background:#ffffff;width: 100%; margin-inline: auto; margin-block:0; min-height: 100px; border-radius:10px; }
#featured__list li:hover, #featured__list li:hover span.h5 { color: #fff; }

#featured__list li div{position:relative;}
#featured__list li div span:first-child:before { margin-inline:1rem; font-family: '1stAuto'; float: left; font-size: 3rem; position: absolute; left: 0; top:0;cursor: pointer; z-index: 1; color: #2a2a2b; }
#featured__list li div{margin-block:2rem}

#featured__list li:hover span:first-child:before { color: #fff; }
#featured__list li div span:before{font-weight:100;}
#featured__list li:nth-child(1) div span:first-child:before { content: '\e90d'; }
#featured__list li:nth-child(2) div span:first-child:before { content: '\e90a'; }
#featured__list li:nth-child(3) div span:first-child:before { content: '\e902'; }



#featured__list li:after { position: absolute; top: 0; left: 0; bottom: 0; right: 0; content: ""; border-radius: 10px; transform: scaleY(0.0) rotateX(0deg); transition: all 0.2s linear; background: #2a2a2b; }
#featured__list li:hover:after { transform: scaleY(1.0) rotateX(0deg);   transition: all 0.4s linear; }
#featured__list li &gt; div {   z-index: 1; width:100%;padding-inline:5.5rem 0; }
#featured__list li .h5, #featured__list li p { margin-block: 0; line-height: 1; }
#featured__list li .h5 { font-size: clamp(1rem, 7vw, 2rem); margin-block: 0 0.5rem; font-weight: 700; }
#featured__list li p { font-size: clamp(0.9rem, 3vw, 1.1rem); line-height: 2; margin:0; }
#featured__list li a { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; }



/* Cutout Start */
#cutOut {margin-block:0;}
#cutOut .wrapper {position: relative; display: block; }
#cutOut .wrapper ul {display: flex; justify-content:flex-start; width:100%; margin:0; line-height: 1.5; align-items: center;flex-direction:column}
#cutOut .wrapper ul li {position: relative;}
#cutOut .wrapper ul li:first-of-type {text-align:left}
#cutOut .wrapper li img{width:100%;height:auto;max-width:600px;}
#cutOut #countDown {background: #ce0000; position: absolute; top: 0; right: 0; width: 130px; height: 130px; color: #f6f7f7; text-align: center; border-radius:5px;}
#cutOut #countDown &gt; div:first-child {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%;line-height:1}
#cutOut #countDown p {line-height: 1.5; color: #f6f7f7; font-size: .9rem; margin: 0; padding: 0;}
#cutOut #countDown div span:nth-child(1) {display: inline-block; font-size: 4rem; width: 60%; text-align: right; line-height: 1;}
#cutOut #countDown div span:nth-child(2):after {content: '+'; font-size: 2rem;}
#cutOut #cutout_content span {margin: 0;}
#cutOut .wrapper &gt; ul li, #cutOut .wrapper &gt; ul li p {line-height:2;}


#cutOut .wrapper ul li ul {display: flex; flex-direction:column; justify-content: center; width: 100%; flex-wrap: wrap; justify-items:flex-start;}
#cutout_content {padding-inline:1rem;}
#cutOut .wrapper ul li ul li {width:100%; display: inline-flex; align-items: center; padding: 0;font-size: clamp(1rem, 5vw, 1.5rem);}
#cutOut .wrapper ul li ul li:before {height: 35px; width: 35px; content: ''; background-image: url('/websites/26/images/d_bullet.webp'); background-size: contain; background-repeat: no-repeat; display: block; float: left; margin-inline: 0 .5rem;}
#cutOut .wrapper .h2 {font-size: clamp(1.2rem, 5vw, 6rem);margin-top:1rem;color:#2a2a2b}
#cutOut .wrapper .h5{font-size:1rem;color:#2a2a2b}
#cutOut sup {font-size: clamp(1.5rem, 3vw, 2rem) !important; vertical-align: text-top; line-height: 1;}
#cutOut .zoominout {background-color: #ce0000; margin-inline: 0;}






/* Warranty */
#ourWarranty{padding-block:0 5rem}
#ourWarranty .wrapper .h3{font-size: clamp(1.2rem, 6vw, 4.5rem);}
#ourWarranty .wrapper div ul li {width: 100%;}
#ourWarranty .wrapper:before {background-image: url(/images/warranty-default.webp);}
#ourWarranty .wrapper p:first-of-type {font-size: clamp(1rem, 2vw, 2rem);}
#ourWarranty .wrapper .btn-one{margin-block:2rem 0;margin-inline:0;}
/* End Warranty*/






/* Client Feedback */

#client__feedback {position: relative;display: block;padding:100px 0;z-index: 1;min-height:1200px;background:#f6e7e7;margin-block:0}
#client__feedback:before{display:block;content:'';position:absolute;top:0;bottom:0;right:0;left:0;opacity:.3}
#client__feedback .wrapper{position:relative;}
#client__feedback .wrapper .h2:before {display: block;content: '\e945';font-family: '1stAuto';margin-block:0;margin-inline:auto;font-size:3rem}
#client__feedback &gt; div.wrapper &gt; span.h2:first-of-type{margin-block:0 2rem;line-height:1.3;font-size: clamp(1.3rem, 12vw, 3rem);text-align:center;color:#2a2a2b}
#client__feedback .zoominout {background-color: #ce0000;margin-inline:0;}
[class^="img_top_"] img, [class^="img_bottom_"] img {border-radius:7px;width:50px;height:50px}
#client__feedback .img_top_left {position: absolute;top:20px;left:15%;animation: slideRightLeft 20s ease-in-out infinite alternate;}
#client__feedback .img_top_right {position: absolute;top:69px;right: 10%;animation:img_wobble 10s ease-in infinite;}
#client__feedback .img_bottom_left{position: absolute;left: 6%;bottom: 200px;animation: slideRightLeft 20s ease-in-out infinite alternate;display:none}
#client__feedback .img_bottom_right{position: absolute;right: 8%;bottom: 140px;animation: slideLeftRight 20s ease-in-out infinite alternate;display:none}
#client__feedback #feedback{position: relative;display: block;background:#f6f7f7;padding-block:6rem 2rem;padding-inline:1rem;border-radius:15px;-webkit-box-shadow: 0px 5px 7px 2px rgba(20,33,43,0.04);box-shadow: 0px 5px 7px 2px rgba(20,33,43,0.04);z-index: 10;}
#client__feedback #feedback:before{position: absolute;top: 30px;left: 30px;bottom: -30px;right: 30px;background-color: rgba(246,247,247, 0.5);content: "";border-radius: 35px;z-index: -1;}
#client__feedback blockquote {background: transparent;padding-block:0;margin:0;padding-inline:0;}
#client__feedback #feedback #rNav2{position:absolute;left:50%;transform:translateX(-50%);top:5%;}
#client__feedback #rNav2 button{background: #2a2a2b;cursor:pointer;position: relative;display: inline-block;width:3rem;height:3rem;border:2px solid;border-radius:.9rem;color: #f6f7f7;font-size:1.1rem;font-weight: 400;margin-inline:1rem 0;transition: all 700ms ease 0s;}
#client__feedback #rNav2 button:before{font-size:2rem}
#client__feedback #rNav2 button:hover{background:#acbdd3;}
#client__feedback blockquote ul{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;flex-direction:column;}
#client__feedback blockquote ul li:nth-child(1){min-width:100px;margin-right:0;line-height:1;display:none;}
#client__feedback blockquote ul li img{margin-inline:auto;width:100px;}
#client__feedback .feedback__excerpt  em, #client__feedback .feedback__review em{color:#2a2a2b}
#client__feedback .feedback__excerpt  em:before, #client__feedback .feedback__review em:before {color:#2a2a2b;font-family: '1stAuto';content: '\e997';display: inline-block;opacity:1;margin-inline:0 .2rem;transform: translate(-25px 0);}
#client__feedback .feedback__excerpt  em:first-of-type, #client__feedback .feedback__review em:first-of-type{position:absolute;left:0;}  
#client__feedback .feedback__excerpt  em:last-of-type:before, #client__feedback .feedback__review em:last-of-type:before{margin-inline:.2rem 0;transform: translateY(7px) scaleX(-1);}  
#client__feedback .feedback__excerpt, #client__feedback .feedback__review {transition: opacity 1s ease-out;opacity: 1;position:relative;padding-inline:1.5rem;}
#client__feedback  .feedback__excerpt.feedback-fade-out, #client__feedback  .feedback__review.feedback-fade-out {opacity: 0;}
#client__feedback .feedback__excerpt span{text-decoration:underline;cursor:pointer}
#client__feedback .feedback__review {display: none;}
#client__feedback  .slides .h5{margin:0;padding:0;font-size:1.5rem;color:#2a2a2b}
#client__feedback  .slides .h5 span{margin:0;padding:0;font-size:1rem;color:#2a2a2b}
#client__feedback .btn-one{margin-block:5rem 0;margin-inline:auto;display:block;background:#f6f7f7}

/* Client Rated */


/* What We Fix */

#what__we__fix{padding-block:2rem 10rem;z-index:1;background-color:#fff;}
#what__we__fix .wrapper {position: relative;display: block;min-height: 700px;z-index:100;}
#what__we__fix .wrapper .h2 {text-align: center;font-weight: 700;margin-top:3rem;line-height:1.5;font-size: clamp(1.2rem, 4vw, 4.5rem);color:#2a2a2b}
#what__we__fix .wrapper .h2:before {display: block;content: '';height: 50px;width: 50px;background: url(/websites/26/images/d_bullet.webp);background-size: contain;margin-block: 0;margin-inline: auto;}
#what__we__fix .wrapper &gt; p:first-of-type{width: clamp(16rem, 95vw, 72rem);margin:0 auto;padding-block:2rem;text-align:center;}
#what__we__fix .wrapper .banCTA{margin-block:2rem 0;justify-content:center;}
#what__we__fix .wrapper .banCTA button{background:#ffffff}
#fix__all__cars{display:flex;flex-direction:column;justify-content:center;overflow:hidden;}
#what__we__fix .wrapper figure {width:100%;height:250px;position: relative;perspective: 800px;margin-block:0 5rem;display:block;}
#what__we__fix .wrapper .card {width: 100%;height: 100%;position: absolute;transition: transform 1s;transform-style: preserve-3d;}
#what__we__fix .wrapper .card .front{cursor:pointer;}
#what__we__fix .wrapper .card:hover {transform: translateY(10px);}
#what__we__fix &gt; .wrapper  .card  .h3:nth-child(1) {margin-block:1rem 0;font-size: clamp(1rem, 10vw, 1.5rem);text-align:center;}
#what__we__fix &gt; .wrapper  .card  .card__text p{font-size: clamp(.8rem, 8vw, 1rem);text-align:center;line-height:1;cursor:pointer;}
#what__we__fix .wrapper .card__img {width:100%;background-size:cover !important;background-repeat:no-repeat !important}
#what__we__fix .wrapper .card__img__one {background:url(/images/ph.webp)}
#what__we__fix .wrapper .card__img__two {background:url(/images/ph.webp)}
#what__we__fix .wrapper .card__img__three {background:url(/images/ph.webp);}
#what__we__fix .wrapper button {text-transform: uppercase;padding: 8px 25px;cursor: pointer;letter-spacing: 1px;float: right;transition: 0.2s ease-out;background: none;}
#what__we__fix .wrapper .card__text div {display: block;position: absolute;}
#what__we__fix .wrapper .front, .back, .card__text div{width: 100%;height: 100%;backface-visibility:hidden;}
#what__we__fix .wrapper .front {background:transparent;}
#what__we__fix .wrapper .back {-webkit-transform: rotateY( 180deg );-moz-transform: rotateY( 180deg );-o-transform: rotateY( 180deg );transform: rotateY( 180deg );position: absolute;display: block;top: 0;padding: 20px;background:#ffffff}
#what__we__fix .wrapper .back .h5{margin-block:1rem 0;line-height:1;}
#what__we__fix .wrapper .back ul{display:flex;flex-direction:row;margin-block:0 2rem;flex-wrap:wrap}
#what__we__fix .wrapper .back ul li{width:33%;font-size:.9rem;line-height:1.5;margin-block:1rem 0}
#what__we__fix .wrapper .back ul li a{color: #2a2a2b;}
#what__we__fix .wrapper .card.flipped {-webkit-transform: rotateY( 180deg );-moz-transform: rotateY( 180deg );-o-transform: rotateY( 180deg );transform: rotateY( 180deg );}
#what__we__fix .wrapper .back-btn {border: 1px solid #fff;color: #fff;position: absolute;bottom: 35px;right: 20px;}
#bannerOverlay {font-size:1.8rem;background-color:#f6e7e7;color:#fff;font-weight: bold;z-index:0;}
#bannerOverlay span{color:#ffffff !important;opacity:.5;}
#bannerOverlay span.floating-element-enlarged{opacity:1;}
#bannerOverlay &gt; * {visibility: hidden;}
.floating-element-container {transition: left 2s linear, top 2s linear, font-size 500ms;}
.floating-element-container.floating {transition: left 20s linear;}
.floating-element-container.leaving {opacity: 0;transition: opacity 5s ease-in-out;}

#what__we__fix .banCTA{display: flex;flex-wrap: wrap;list-style: none;margin: 0;padding: 0;text-align: center;justify-content: flex-start;}
#what__we__fix .banCTA li{margin:0 !important;}
#what__we__fix .banCTA li button{margin-block:0 1rem;}
#what__we__fix .zoominout {background-color: #ce0000; margin-inline:.5rem 0;width:5px;height:5px;}
/* What We Fix  */


/* Video Section */


#video__section{display:flex;flex-direction:row;flex-wrap:wrap;margin-block:40px;z-index:1;position:relative;}
#video__section:before{position:absolute;top:0;bottom:0;right:0;left:0;display:block;content:'';width:100%;z-index:1;opacity:.2;background-image: url(/websites/1/images/video__section__before.webp);}
#video__section  &gt; div:nth-child(2){background:url('/images/ct_video_bg.webp');background-size:cover;background-repeat:no-repeat;background-size:cover;}
#video__section  &gt; div{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;position:relative;z-index:1;position:relative}
#video__section  &gt; div:nth-child(1) div:nth-child(1){flex-direction:column;justify-content:space-around;position:absolute;top:50%;text-align:center;transform:translate(-50%,-50%);padding-inline:2rem;width:90%;max-width:800px;left:50%}
#video__section  &gt; div:nth-child(1) div:nth-child(1) .h2{display:block;font-size:clamp(1rem, 6vw, 6rem);line-height:1.5;margin:0;}
#video__section  &gt; div:nth-child(1) div:nth-child(1) .h2:before{font-family:'1stAuto';display:block;content:''}
#video__section  &gt; div:nth-child(1) div:nth-child(1) .h2 a{font-weight:600;text-decoration:none}
#video__section  &gt; div:nth-child(1) div:nth-child(1) p{display: none;line-height: 1.5;}
#video__section  &gt; div:nth-child(2) div {position:absolute;display:block;width:70px;height:70px;margin:0 auto;padding:0px;z-index:1;top:50%;left:50%;transform:translate(-50%, -50%);}
#video__section  &gt; div:nth-child(2) div .play-button{display:block;width:100%;height:100%;background-color:#F6F7F7;color:#F6F7F7;text-align:center;line-height:150px;transform:scale(0);opacity:0;transition:transform 1.5s ease,opacity 1.5s ease;border-radius:50%;text-decoration:none;cursor:pointer;}
#video__section  &gt; div:nth-child(2) div .play-button:before{font-family:'1stAuto';line-height:1;color:#151a17;font-size:2rem;display:block;position:absolute;top:50%;left:50%;transform:translate(-40%,-50%);}
#video__section  &gt; div:nth-child(2) div .play-button.visible{opacity:1;transform:scale(1);}
#video__section  &gt; div:nth-child(2) div .play-button:after{position:absolute;content:'';top:-10px;left:-10px;bottom:-10px;right:-10px;border-radius:50%;background:rgba(54,124,232,0.0);z-index:-1;-webkit-box-shadow:0 0 0 0 rgba(54,124,232,.09);box-shadow:0 0 0 0 rgba(54,124,232,.09);-webkit-animation:ripple 1s infinite;animation:ripple 3s infinite;}




/* End Video Section */


/* Working Hours */
#working__hours{display:flex;flex-direction:column-reverse;min-height:500px;margin-block:50px;}
#working__hours.wrapper{width:clamp(16rem,95vw,40rem);}
#working__hours &gt; div{width:100%;position:relative;}
/* #hrs__right__inner{max-width:500px;position:absolute;top:50%;left:50%;transform:translate(-50%,-57%);width:100%}  */
#hrs__right__inner{max-width:500px;width:100%;padding-inline:1rem}
#hrs__right__inner .h3{font-size: clamp(1.2rem, 6.8vw, 2.5rem);}
#hrs__right__inner p{line-height:1.5;margin:0;}
#hrs__right__inner &gt; p:first-of-type{margin-block:1rem 2rem;line-height:2;}


#working__hours &gt; div:nth-child(2) ul{overflow:hidden;position:relative;}
#working__hours &gt; div:nth-child(2) ul li{width:100%;margin:0;}
#working__hours &gt; div:nth-child(2) ul li:last-child{}
#working__hours .zoominout{background-color:#ce0000;margin-inline:0;}
#hrs_ul_top:before, #hrs_ul_bottom:before{}
#hrs_ul_top:before{bottom:0;}
#hrs_ul_bottom:before{top:0;}
.hrs_inner{position:relative;display:block;padding-left:3.2rem;}
.hrs_icon{position:absolute;top:8px;left:0;}
[class^="icon-"]{font-family:'1stAuto' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2a2a2b;}
#working__hours &gt; div:nth-child(2) ul li .hrs_icon span:before{transform: translate(-2px, -5px);content:'';display:block;background:url(/websites/26/images/d_bullet.webp);background-size:contain;width:50px;height:50px;background-repeat:no-repeat;}
.icon-one:before{content:"\e981";}
.hrs_info{position:relative;display:block;}
.hrs_info a{position:absolute;top:0;left:0;bottom:0;right:0;}
#working__hours &gt; div:nth-child(2) ul li{width:100%;display:inline-block;position:relative;margin-block:0 3rem;}
#working__hours span{margin:0;line-height:1.5;}
#working__hours span.h6{text-underline-offset:.3rem;color:inherit}
.working-hours-box{position:relative;display:block;padding:40px 10px;background-attachment:scroll;background-size:cover;background-repeat:no-repeat;background-position:center center;}
.working-hours-box .inner-content{position:relative;display:block;background:#ffffff;padding:2.5rem 1rem;}
.working-hours-box .inner-content .h5 span{position:relative;display:inline-block;width:5px;height:5px;border-radius:50%;background-color:#2a2a2b;}
.working-hours-box ul{position:relative;display:block;overflow:hidden;}
.working-hours-box ul li{position:relative;display:block;line-height:30px;margin-bottom:40px;z-index:1;}
.working-hours-box ul li .hrs__day{position:relative;display:inline-block;background:#ffffff;padding-right:5px;color:#2a2a2b;font-size:16px;font-weight:700;}
.working-hours-box ul li .hrs__time{position:relative;display:inline-block;float:right;background:#ffffff;padding-left:5px;font-size:16px;font-weight:600;color:#2a2a2b;}
.working-hours-box ul li:before{position:absolute;left:0;right:0;height:1px;border-bottom:1px dashed rgba(0,34,68,1);content:"";transform: translateY(-50%);top:50%;}
/* End Working Hours */

/* Meet Our Team */
#team__list{max-height:0;transition: max-height 3s ease-in-out;overflow:hidden;padding-block:2rem 0;}
#team-area {position: relative;display: block;padding: 5rem 0 6rem;background: #e5e5e5;text-align:center;margin-block:0 2rem}
#team-area .wrapper{max-width: 1200px;}
#team-area [class^="h"]{margin-block:1rem 0 !important;line-height:1}
#team-area .wrapper .h3{font-size: clamp(1rem, 2.8vw, 1.2rem);color:#2a2a2b}
#team-area .wrapper .h2{font-size: clamp(1.5rem, 3.8vw, 3.5rem);color:#2a2a2b}
#team-area .wrapper .h5{font-size: clamp(.8rem, 6.8vw, 1rem);color:#2a2a2b}
#team-area .wrapper p{padding-block: 34px;color:#2a2a2b !important}
#team-area .wrapper &gt; .h2:first-of-type{font-size: clamp(1.2rem, 6vw, 4.5rem);color:#2a2a2b}
#team-area &gt; .wrapper &gt; .h2:first-of-type:before {display: block;content: '';height:50px;width:50px;background: url(/websites/26/images/d_bullet.webp);background-size: contain;margin: 1rem auto;}
.team-list {display: flex;flex-wrap: wrap;margin-inline: -15px;flex-direction:column;}
.team-list &gt; div{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;width:100%;padding-inline:1rem;}
.single-team-member {position: relative;display: block;margin-bottom:2.8rem;transition: all 3s ease-in-out;transform:translateY(100px);opacity:0;cursor:pointer;}
.single-team-member.viewable {opacity: 1;transform: translateY(0);overflow:hidden;padding-block:1rem;}
.single-team-member .img-holder .inner img { width: 100%;height:auto;transform: scale(1.0); transition: .3s ease-in-out; border-radius: 50%; }
.single-team-member .img-holder { position: relative; display: block; width:100%; height:auto;max-width:250px; padding: 10px; background:#f7f8f9; margin: 0 auto; border-radius: 50%; }
.single-team-member .img-holder .round-top { position: absolute; top: -13px; left: 80px; width: 45px; height: 45px; background: #f7f8f9; border-radius: 50%;   transition: all 0.4s linear; }
.single-team-member .img-holder .round-bottom { position: absolute; bottom: 0px; right: 20px; width: 70px; height: 70px; background: #ffffff; border-radius: 50%;   transition: all 0.4s linear; }
.single-team-member .img-holder .inner { position: relative; display: block; }
.single-team-member:hover .img-holder .round-bottom { background:#f6e7e7; }
.single-team-member:hover .img-holder .round-top { background:#f6e7e7; }
.overlay-style-one { position: absolute; width: 100%; height: 100%; transition-delay: .1s; transition-timing-function: ease-in-out; transition-duration: .7s; transition-property: all; opacity: 0; z-index: 1; top: 0; left: 0; bottom: 0; right: 0; border-radius: 50%; transform: scale(1.3); background-color: rgba(179, 189, 211, 0.40); }
.single-team-member:hover .overlay-style-one { opacity: 1; transform: scale(1.0); border-radius: 50%; }
#team-area .btn-one{display:block;margin-inline: auto;width: clamp(2rem, 76vw, 20rem);background:#f6f7f7}
#team-area .btn-one:first-of-type{margin-bottom:2rem}

/* End Meet Our Team*/


/* Special Offers */


#special__offers{position:relative;display:block;padding:0 0 90px;}
#special__offers .wrapper &gt; div{display:flex;flex-wrap:wrap;justify-content:space-around;flex-direction:column;margin-block:3rem}
#special__offers &gt; div.wrapper &gt; span.h5:first-of-type, #special__offers &gt; div.wrapper &gt; span.h2:first-of-type{margin-block:0 .5rem;line-height:1;}
#special__offers &gt; div.wrapper &gt; span.h5:first-of-type{font-size:clamp(.8rem,5vw,1rem);}
#special__offers .zoominout{background-color:#ee4257;margin-inline:0;}
.offer__card{transition: all 3s ease-in-out;transform:translateY(100px);opacity:0;max-width:400px}
.offer__card.viewable {opacity: 1;transform: translateY(0);}

.offer__card img{width:100%;}
.offer__card{height:auto;margin:0 auto 5rem;position:relative;width:95%;position:relative;}
.offer__card .card-image{background:#E1E1E1;display:inline-flex;overflow:hidden;height:400px;width:auto;transition:all 0.66s cubic-bezier(1,-0.28,0.66,0.48);position:relative;z-index:1;}
.offer__card .card-image img{height:auto;transition:all 0.66s cubic-bezier(1,-0.28,0.66,0.48);border-top-right-radius:20px;border-top-left-radius:20px;}
.offer__card .card-title{background:#2a2a2b;box-shadow:0 1px 1px rgba(0,0,0,0);transition:all 0.66s cubic-bezier(1,-0.28,0.66,0.48);margin:-5px 0 0 0;padding:10px 20px 10px 20px;position:relative;color:#ffffff !important;}
.offer__card .card-title.h3{font-size:clamp(.9rem,5vw,1.5rem);}
#special__offers .h2 {font-size: clamp(1.2rem, 10vw, 3.5rem);line-height:1;margin-block:0 2rem}
.offer__card .card-title::before{position:absolute;top:-20px;left:0;content:"";display:block;width:0;height:0;border-style:solid;border-width:0 0 20px 20px;border-color:transparent transparent #9caac6 transparent;transition:all 0.66s cubic-bezier(1,-0.28,0.66,0.48);z-index:-1;}
.offer__card .card-title::after{position:absolute;bottom:0px;left:0;content:"";display:block;width:0;height:0;border-style:solid;border-width:20px 0 20px 20px;border-color:#2a2a2b transparent transparent transparent;transition:all 0.66s cubic-bezier(1,-0.28,0.66,0.48);z-index:-1;}
.offer__card .card-detail{background:#f6e7e7;height:auto;margin:0;transition:all 0.66s cubic-bezier(1,-0.28,0.66,0.48);}
.offer__card .card-detail .h5{margin:0;line-height:1.5;}
.offer__card .card-detail p{margin:0;line-height:1.5;font-size:clamp(1rem,1.2vw,1rem);line-height:1.5;padding-block:.5rem;}

.offer__card .card-detail .btn-one{font-size:clamp(1rem,3vw,1.2rem);line-height:2.2rem;display:block;margin-inline:auto;margin-block:1rem 0;width: clamp(2rem, 55vw, 12rem);padding-inline:1rem}

.offer__card .tgl-btn{margin-block:0 .5rem;margin-inline:0;cursor:pointer;display:block;line-height:1;position:relative;font-size:clamp(.8rem,5vw,1.1rem);text-align:right;z-index:2;transform:translateY(-1.5rem);position:absolute;right:0;top:0;bottom:0;left:0}
.offer__card .tgl-btn:before{font-family:'1stAuto';content:'\e9b4';margin-inline:0 .3rem;}
.offer__card .tgl-btn.close-details{color:red;z-index:0}
.offer__card .tgl-btn.close-details:before{content:'\e9b3';}


.offer__card label{color:#2a2a2b}
.offer__card [type=checkbox]{display:none;}
.offer__card [type=checkbox]:not(:checked) ~ .tgl-view .card-image{height:100%;width:100%;margin:0;border-top-right-radius: 20px;border-top-left-radius: 20px;}
.offer__card [type=checkbox]:not(:checked) ~ .tgl-view .card-detail{opacity:0;overflow:hidden;padding:0;min-height:0;max-height:0;}
.offer__card [type=checkbox]:checked ~ .tgl-view .card-image{border-radius:30px;height:60px;width:60px;margin:10px 0;}
.offer__card [type=checkbox]:checked ~ .tgl-view .card-image img{height:60px;}
.offer__card [type=checkbox]:checked ~ .tgl-view .card-title{font-size:18px;line-height:auto;margin-top:-80px;margin-left:-10px;padding:10px 10px 10px 80px;box-shadow:0 3px 3px rgba(0,0,0,0.1);}
.offer__card [type=checkbox]:checked ~ .tgl-view .card-title::before{top:0px;}
.offer__card [type=checkbox]:checked ~ .tgl-view .card-title::after{bottom:-40px;}
.offer__card [type=checkbox]:checked ~ .tgl-view .card-detail{opacity:1;padding-block:2rem;padding-inline:1.1rem;min-height:290px;border-bottom-right-radius:20px;border-bottom-left-radius:20px;}


.offer__card .tgl-btn.close-details {
    color: red;
    z-index: 0;
}

.zoominout {
position: relative;
display: inline-block;
width: 10px;
height: 10px;
border-radius: 50%;
background:#fff;
margin-inline:.3rem 0;
margin-block:0;
animation-name: zoomInOut;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
















}


/* Area Served */
#areas_served{padding-block:5rem 0}
#areas_served .wrapper{max-width:1024px}
#mfgExperts li .h3{height:auto;min-height:0;font-size: clamp(1.2rem, 4.8vw, 3.5rem);line-height:1.2;color:#2a2a2b}
#mfgExperts li .h3 span{display:inline}
#mfgExperts &gt; li:nth-child(1) {margin-block: 0 1rem;}
#mfgExperts li{line-height:1.5;}
#mfgExperts &gt; li:nth-child(2){min-height:auto;margin:0;}
#mfgExperts &gt; li:last-of-type{margin:0;}
#mfgExperts:before {font-weight:100;}
#areas_served .wrapper {position: relative;}
#mfgExperts{padding-block:0 3rem}
#mfgExperts .btn-one{width: clamp(2rem, 55vw, 15rem);background:#f6f7f7}
#mfgExperts .btn-one:first-of-type{margin-block:0 2rem}
#mfg_inner:after {background: url(/images/mfg3_mechanic.webp) no-repeat -32px 30px;}
/* Area Served */



/* Google Rated */
#google__rated, #google__rated .wrapper{position:relative;}
#google__rated .wrapper:after{display:none;position: absolute;content: '';z-index: 1;top: 0;right: 0;bottom: 0;width: 628px;margin-left: 0;background: url(/images/reviewFamily.webp) no-repeat 3px 11px;background-size: 100%;}
#google__rated .wrapper {position: relative;}
#google__rated .wrapper &gt; ul {position: absolute;top: 0;bottom: 0;display:flex;justify-content:center;justify-items:center;flex-direction:column;align-items:center;z-index:0}
#google__rated .wrapper &gt; ul:before{position:absolute;content:'';animation: google360 120s linear infinite;transform:translate(-50%, -50%);opacity:1;left:0;top:0;z-index:0;background:url(/images/google_circle.webp);background-size:contain;height:100%;width:100%}
#google__rated .wrapper &gt; ul:after{display:none;background: url(/images/google_circle.webp);position:absolute;top:0;right:0;left:0;bottom:0;content:'';background-size:cover}
#google__rated ul li{margin-block:0;text-align:center;}
#google__rated ul li:nth-child(2){margin-block: 0;font-size: clamp(.8rem, 6.5vw, 1rem);text-align: left;padding-block:0;line-height:1.8;}
#google__rated ul li button{margin:0;}
#google__rated ul li img{width:50%;height:auto;position:relative;top:50%;transform:translateY(-50%)}
#google__rated .gAggregate a{text-underline-offset: 0.2rem;color:#2a2a2b;text-decoration-color: #2a2a2b}
#google__rated .gAggregate a span:nth-child(2){display:block;}
#google__rated .gAggregate:before{font-size: 2rem;vertical-align: middle;font-family: '1stAuto';margin-inline: 0 0.5rem;margin-block: 0.8rem;float: left;font-weight: normal;display: none;}
#google__rated .gStars{font-size: clamp(1rem, 10.5vw, 1.5rem);padding-left:.5rem}
#google__rated .btn-one {
    font-size: clamp(.9rem, 6.5vw, 1.2rem);
    line-height: 1;
    border: 0;
    margin-block: 1rem 0;
    margin-inline: 0;
    background: none;
    font-weight: normal;
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}
#google__rated .btn-one:hover{color:inherit}
#google__rated .btn-one:after{background:transparent}






/* Google Rated */
@keyframes google360 { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }



#svcScroll .h3,#svcCats li a:hover {color:#ce0000}
#svcScroll .h3:after {background-color:#ce0000}
.circle__bg__one:before { background:#e9eff4}
.circle__bg__two:after { background:#f6e7e7}




@media(min-width:359px){
#cutOut .wrapper .h2 {font-size: clamp(1.4rem, 5vw, 6rem);}
#cutOut #countDown {top:-3.5rem; right:.5rem; width: 150px; height: 150px;border-radius:25px;}
#cutOut #countDown div span:nth-child(1) {font-size:4rem}
#cutOut #countDown p {font-size:1rem}
}





@media(min-width:374px){
#what__we__fix .wrapper figure {margin-block:0 8rem}
}


@media(min-width:411px){
#innerHP #tagLines p {width:60%;}
.offer__card {width: 90%;}
.offer__card .card-title {margin: -5px 0 0 -20px;}
#what__we__fix .wrapper .back ul li {font-size:1.1rem}
#what__we__fix .zoominout {width:10px;height:10px;}
[class^="img_top_"] img, [class^="img_bottom_"] img {border-radius: 7px;width: 90px;height: 90px;}
#client__feedback #feedback #rNav2 {right:1rem;left:inherit;transform: none;top: 5%;}
#client__feedback .img_bottom_right, #client__feedback .img_bottom_left{display:block;}
#client__feedback .img_bottom_left{bottom:20px}
}



@media(min-width:428px){
#hpHead .wrapper{width:100vw;height:100vw;}
}

@media(min-width:429px){
#hpHead .wrapper{width:100%;max-width:1920px;height:calc(100vw / 1.5)}
}

@media(max-width:599px){
#hpHead .wrapper{height:100vw !important}
}





@media(min-width:599px){
#innerHP .banCTA, #innerHP span.h3{display:block}
#hpHead{background-position-x:0;}
#hpHead .wrapper {height:auto;}
#innerHP{width:90%;top:0;margin:0 auto;padding-inline:0;padding-block:1rem 0}
#innerHP p{display:none;color:#fff;padding: 1rem;border-radius:7px;overflow: hidden;width:80%}
#innerHP p:after{display:none;position:absolute;top:0;right:0;bottom:0;left:0;background: linear-gradient(rgba(6, 5, 14, 0.3), rgba(6, 5, 14, .3));content:'';z-index:-1}
#innerHP &gt; span:first-child, #innerHP h1, #banTel{text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}
#innerHP #tagLines{min-height:250px}
#innerHP #tagLines{margin-block:-.6rem 1rem}
#innerHP #tagLines p span{display:inline;}
#hpHead .wrapper,#homepage #innerHP {height:calc(100vw / 1.5)}
#cutOut .wrapper ul {width:90%;margin:0 auto}
#cutOut .wrapper ul li ul{flex-direction:row}
#cutOut .wrapper ul li ul li {width: 50%;line-height:1.2;font-size: clamp(1rem, 3vw, 1.2rem);}
#cutOut #countDown {width:200px;height:200px;}
#cutOut .wrapper .h5 {font-size:1.2rem}
#cutOut #countDown p {font-size: 1.2rem;}
#cutOut #countDown div span:nth-child(1) {font-size:6rem;}
#client__feedback #feedback #rNav2 {right: 5%;transform: none;left:inherit}
#client__feedback .img_bottom_right, #client__feedback .img_bottom_left{display:block}
.offer__card {width: 60%;}
#video__section &gt; div:nth-child(1) div:nth-child(1) .h2 {font-size: clamp(1rem, 3vw, 4rem);}
[class^="img_top_"] img, [class^="img_bottom_"] img {width: 100px;height: 100px;}
#client__feedback {min-height:1000px}
#client__feedback .img_bottom_left {bottom: 10px;}
#client__feedback .img_bottom_right {bottom: 70px;}
#client__feedback blockquote {padding-block:0}
#working__hours &gt; div:nth-child(1){width:70%;margin:0 auto;}
#working__hours &gt; div:nth-child(2){margin-block:0 4rem}
#working__hours &gt; div:nth-child(2) ul{overflow:hidden;position:relative;margin-block:0}
#working__hours &gt; div:nth-child(2) ul li{width:50%;float:left;margin:0;}
#working__hours &gt; div:nth-child(2) ul li:last-child{padding-left:30px;}
#hrs__right__inner {max-width: 100%;}
#hrs_ul_top:before, #hrs_ul_bottom:before{position:absolute;right:50%;bottom:0;width:2px;height:60px;content:'';background:#d1d1d1;}
#hrs_ul_top:before{bottom:0;}
#hrs_ul_bottom:before{top:0;}
#hrs_ul_top{border-bottom:2px solid #d1d1d1;padding-bottom:23px;margin-top:2rem;}
#hrs_ul_bottom{padding-top:23px;}

#google__rated .wrapper{width:100%;position:relative;}
#google__rated .wrapper:after {width:410px;z-index:-1;background: url(/images/reviewFamily.webp) no-repeat 0 40px;content:'';bottom:0;right:0;display:block;background-size:cover;position:absolute}
#google__rated .btn-one{position: relative;padding-inline: 1.5rem;background:transparent;line-height:1rem;border-radius: 5px;}
#google__rated .btn-one:hover{color:#2a2a2b}
#google__rated .btn-one:after{background: #f6e7e7;}

#team__list{max-height:none;}
.team-area .banCTA li:nth-child(1){display:none;}
.team-list{flex-direction:row;}
.team-list &gt; div {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;width: 50%;padding-inline: 1rem;}
#what__we__fix .wrapper figure {margin-block: 0 14rem;}
#what__we__fix .wrapper .banCTA .btn-one{font-size: clamp(1.2rem, 2.5vw, 2rem);margin-inline:0 2rem;margin-block:0;line-height:2rem}


}







@media(min-width:767px){
#hpHead {background-position-x: 0;background-color:#2a2a2b}
#hpHead .wrapper:before {opacity: 0;}
#innerHP{padding-block:2rem 0}
#innerHP #tagLines{min-height:280px}
#innerHP #tagLines p {width:50%;}
#innerHP p{width:60%}
#innerHP p, #innerHP p:after{display:block}
#featured__items{margin-top:-60px;}
#featured__items .wrapper{width:80%}
#cutOut .wrapper li img {width: 80%;height: auto;}
#google__rated{margin-block:2rem 0}
#google__rated .wrapper:before{display:none}
#google__rated .wrapper:after {width:538px;background: url(/images/reviewFamily.webp) no-repeat 15px 77px;background-size:contain}
#fix__all__cars {display:flex;justify-content:space-around;flex-direction:row;width:100%}
#what__we__fix .wrapper figure {margin-block: 0 3rem;width: 30%;}
#what__we__fix &gt; .wrapper .card .h3:nth-child(1) {font-size: clamp(1rem, 3vw, 1.2rem);}
#what__we__fix .wrapper .back ul li{font-size:.9rem;width:50%}
.team-list{justify-content: space-around}
.team-list &gt; div {-ms-flex: 0 0 30%;flex: 0 0 30%;max-width: 30%;width: 30%;padding-inline: 1rem;}
#team-area .wrapper .h2 {font-size: clamp(1.5rem, 3.8vw, 1.5rem);}
#special__offers .wrapper &gt; div{flex-direction:row;justify-content:space-around;}
.offer__card {width:40%;margin-block:4rem;margin-inline:0;flex-basis: calc(28% - 20px);margin-inline: 2rem}
#video__section &gt; div:nth-child(1) div:nth-child(1) .h2 {font-size: clamp(1rem, 3vw, 4rem);}
#video__section &gt; div:nth-child(1) div:nth-child(1) p {display:block}

}




@media(min-width:959px){
#innerHP{text-shadow:none;}
#innerHP #tagLines{min-height:290px}
#innerHP #tagLines p{font-size: clamp(1rem, 2vw, 2rem);width:55%;line-height:1.8}
#innerHP p{font-size: clamp(1rem, 1.8vw, 1.5rem);}
#cutOut .wrapper .h2 {font-size: clamp(1.3rem, 2vw, 2rem);}
#cutOut .wrapper ul {width: 100%;margin: 0 auto;flex-direction:row;}
#cutOut .wrapper ul li{width:50%;}
#cutOut .wrapper li img {width: 90%;}
#cutOut #countDown {right:5%}
#google__rated .wrapper:after {width:658px;}
#google__rated ul li:nth-child(2) {font-size: clamp(.8rem, 6.5vw, 1.3rem);}
#google__rated .btn-one {line-height:2rem;border-radius:0;border:none;}
#mfgExperts{width:50%;padding-bottom:3rem}
#mfg_inner:after {background: url(/images/mfg3_mechanic.webp) no-repeat -32px 30px;}
#areas_served .wrapper{width:100%;max-width:100%}
}

@media(min-width:1023px){
#innerHP #tagLines{min-height:300px}
#featured__items{margin-top:-40px}
#featured__items .wrapper{width:70%}
#cutOut{margin-block:0;}
#cutOut .wrapper .h2 {font-size: clamp(1.3rem, 4vw, 2rem);}
.offer__card {width: 27%;margin-block:5rem}
#video__section{margin-block:3rem}
#video__section &gt; div:nth-child(1){min-height:0;}
#video__section &gt; div {flex: 0 0 50%;max-width: 50%;}
#google__rated .wrapper:before{display:none}
#google__rated .wrapper &gt; ul:before {
position:absolute;
    content: '';
    animation: google360 120s linear infinite;
    display: none;
    transform: translate(-50%, -50%);
    opacity: 1;
    left: 0;
    top: 0;
    z-index: 0;
    background: url(/images/google_circle.webp);
    background-size: contain;
    height: 100%;
    width: 100%;
    display:block
}
}


@media (min-width: 1200px){ #client__feedback .wrapper{max-width: 1200px;} }



@media(min-width:1279px){
#innerHP{padding-inline:0;top:1rem}
#innerHP{text-shadow:none;}
#innerHP p {font-size: clamp(1rem, 1.8vw, 1.2rem);}
#featured__list{flex-direction:row;position:absolute;bottom:5rem;}
#featured__list li{width:32%;margin-inline:1rem;box-shadow: 0px 4px 9px 2px rgba(20,33,43,0.9);padding-inline:.5rem}
#featured__list li p{width:100%;color: #000000;padding:0;}
#featured__list li:hover p{color: #fff;}
#featured__list li:hover span:before {color: #fff;}
#featured__list li:hover:nth-child(2) div span:first-child:before,#featured__list li:hover:nth-child(3) div span:first-child:before {color: #fff;}
#featured__list li p:after{display:none;color:inherit}
#innerHP span.h5 {font-size: clamp(1.6rem, 3vw,1.1rem);}
#innerHP span.h5 sup {font-size:1.2rem !important;}
#innerHP span sup {vertical-align: super;}
#innerHP #tagLines{min-height:320px}
#innerHP #tagLines li{line-height:1.5}
#innerHP #tagLines li &gt; span {font-size: clamp(1.2rem, 5vw, 5rem);}
#innerHP #tagLines p{font-size: clamp(1rem, 2vw, 1.5rem);width:50%;line-height:1.5}
#cutOut{margin-block:3rem;}
#google__rated .wrapper:after{left:40%}
#google__rated .wrapper &gt; ul {left:10%}
#google__rated ul li img {width:40%}
#google__rated ul li:nth-child(2){font-size: clamp(.8rem, 6.5vw, 1.4rem);}
#google__rated .btn-one{line-height:3rem;font-size: clamp(.9rem, 6.5vw, 1.5rem);}
#client__feedback .img_top_left {top: 3rem;left: 5%;}
#client__feedback .img_bottom_left{bottom:60px}
.team-list &gt; div{flex: 0 0 25%}
#working__hours {flex-direction:row}
#working__hours.wrapper{width: clamp(16rem, 95vw, 107rem);}
#working__hours &gt; div:nth-child(1) {width: 50%;}
#working__hours &gt; div:nth-child(2) {margin-block: 0 4rem;padding-inline: 1rem;}
#hrs__right__inner {max-width: 100%;top: 50%;position: absolute;transform: translateY(-50%);}
.working-hours-box .inner-content {position: relative;display: block;background: #ffffff;padding: 1.5rem 2rem;width: 80%;margin: 0 auto;}
#mfgExperts &gt; li:last-of-type {margin: 0;display: flex;flex-direction: column;}

.offer__card{flex-basis: calc(29% - 20px);}
#video__section &gt; div:nth-child(1) div:nth-child(1) p {display:block}


}

@media(min-width:1359px){
.phBottom__left &gt; div:nth-child(2) &gt; button {min-width: 190px;}
#featured__list{bottom:10rem;}
}

@media(min-width:1439px){
#innerHP #tagLines p{line-height:2}
#innerHP #tagLines{min-height:330px}
#what__we__fix .wrapper figure {height:300px;}
}



@media(min-width:1535px){
#innerHP #tagLines{min-height:350px}
#featured__list li{width:30%;margin-inline:1rem}
#cutOut{margin-block:10rem;}
#google__rated {margin-block:6rem 0;}
#google__rated .wrapper:after {width:768px;background: url(/images/reviewFamily.webp) no-repeat -10px 0px;}
}


@media(min-width:1599px){
#google__rated .wrapper:after {width: 64%;background: url(/images/reviewFamily.webp) no-repeat 0 44px;background-size: 100%;right: 0;left: inherit;bottom: 0;background-size: contain;}
#google__rated ul li img {width: 60%;}
}

@media(min-width:1679px){
.phBottom__left &gt; div:nth-child(2) &gt; button {min-width: 210px;}
#innerHP{padding-inline:3rem;top:2rem}
#featured__list li{width:33%;}
#mfgExperts {width: 40%;}
}

@media(min-width:1919px){
#featured__list li {width: 26%;}
#google__rated .wrapper{width:1920px}
#google__rated .wrapper:after {width: 54%;}
#google__rated .wrapper &gt; ul {left: 20%;}
#mfgExperts{transform: translate(420px, -50%);}
#mfg_inner:after {background: url(/images/mfg3_mechanic.webp) no-repeat -162px 30px;}
}




/* Key Frames */
@keyframes zoomInOut { 0%, 100% { transform: scale(1); opacity: 0; } 50% { transform: scale(1.2); opacity: 1; } }
@keyframes circle { 0% { opacity: 1; } 40% { opacity: 1; } 100% { width: 200%; height: 200%; opacity: 0; } }
@keyframes whatRotate { 0% { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); } 100% {    transform: rotateY(360deg); } }
@keyframes zoomin { 0% { opacity: 0; visibility: visible; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3); } 50% { opacity: 1; visibility: visible; } 100% { opacity: 1; visibility: visible; } }
@keyframes ripple { 70% { -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, .2); box-shadow: 0 0 0 20px rgba(255, 255, 255, .2); } 100% { -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes img_wobble { 0%, 100% { -webkit-transform: rotate(0deg) translateX(0); transform: rotate(0deg) translateX(0); } 25%, 75% { -webkit-transform: rotate(5deg) translateX(15px); transform: rotate(5deg) translateX(15px); } 50% { -webkit-transform: rotate(10deg) translateX(30px); transform: rotate(10deg) translateX(30px); } }
@keyframes slideRightLeft { 0%, 100% { transform: translateX(0px); } 50% { transform: translateX(25px); } 75% {transform: translateX(-25px);}}
@keyframes slideLeftRight { 0%, 100% { transform: translateX(0px); } 50% { transform: translateX(-25px); } 75% { transform: translateX(25px); } }
</pre></body></html>