  .smallbar .float-btn {
    top: 50%; 
}
.float-btn {
    opacity: 1;
    top: 36%; /* 50 */
    transition: all .5s ease-in-out;
}

.float-btn {
    position: fixed;
    z-index: 9999;
    right: 6.5%;
    width: 8em;
    height: 8em;
    transition: all .5s ease-in-out;
    background-color:#003745;
    border-radius: 900em;
    border: 0.2em solid #f68d39;
    box-shadow: 0em 0em 1em #00000075;
    font-size: 1.3em;
    font-weight: 600;
    color: #ffc859;
}
.float-btn span{
     font-size: .9em;
     line-height: 1.2!important;
     display: block;
     font-weight: 600;
     padding: 0 3%;
     color: #fff;
     text-shadow: 0px 0px 4px #003644;
}
.float-btn:before {
    content: '\2706';
    font-size: 3em;
    position: absolute;
    z-index: -1;
    bottom: -43px;
    right: 10%;
    width: 70%;
    /* height: 2.3em; */
    color: #ffffff;
    border-radius: 900em;
    line-height: .8;
    letter-spacing: .06em;
    white-space: nowrap;
    overflow: hidden;
    background: #003644; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 4px solid #f68d39;
    transition: all .7s ease 0s;
    -webkit-animation: zip-load3 3.7s ease backwards;
    animation: zip-load3 3.7s ease backwards;
    text-align: left;
    opacity: 0;
    padding: 0em .5em 0em .5em;
    font-weight: 900;
    align-content: center;
    justify-content: center;
    display: flex;
}

.float-btn:hover {
    border: 0.2em solid #000000;
    color: #003644;
    background: radial-gradient(ellipse at center, #f1d50b 13%, #ffa500 49%, #f68d39 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-color: #003644;
}
.float-btn:hover span{
    color: #003644;
    text-shadow: none;
}
.float-btn img{
  width: 3.3em;
  display: block;
  margin: auto;
}

.float-btn:hover:before {
    width: 2em;
    opacity: 1;
}



.referral-program {
  display: block;
  position: relative;
  left: 0;
  background-color: #fff;
  z-index: 9;
  padding:2%;
  margin: 3%;
  border-top-left-radius: 15px;
}
.rp-title{
text-align:center;
color: #033644;
font-size: 2em;
font-weight: 600;
line-height: 1;
letter-spacing: -1px;
padding: 0 8%;
position: relative;
}
.rp-title:before{
content:'';
position:absolute;
display:block;
width: 5.8em;
height: 4em;
left: -6em;
color: #033644;
background-image:url(/wp-content/uploads/2023/11/pointing.png);
background-repeat: no-repeat;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-name: slide;
background-size: 5.5em;
}



@-webkit-keyframes slide {
  from {
      background-color: #ffa50000;
      color: #000;
      margin-left: 0
  }

  to {
      background-color: #ffa50000;
      color: #000;
      margin-left: 80%
  }
}

@keyframes slide {
  from {
      background-color: #ffa50000;
      color: #000;
      margin-left: 0
  }

  to {
      background-color: #ffa50000;
      color: #000;
      margin-left: 10%
  }
}




.rp-title span{
display:block;
font-size: 1em;
font-weight: normal;
color: #f28c39;
}
.rp-content{
text-align:center;
color:#000;
}

.referral-program:after {
  pointer-events: none;
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  top: 0;
  right: 0;
  background: white;
  background: linear-gradient(225deg, #ffffff00 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
  z-index: 9999999;
}
.referral-program:before {
  pointer-events: none;
  position: absolute;
  content: '';
  width: 25px;
  height: 25px;
  top: 0;
  right: 0;
  background: white;
  background: #033949;
  /* box-shadow: -1px 1px 1px rgb(3 54 68); */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}


html {
   font-size: 14px!important;
   position: inherit;
}

.site{
max-width: 1700px;
margin: auto;
overflow: hidden;
box-shadow: 0em 0em 2em #e0e5ff;
}

.show-for-small-only{
display: none!important;
}

a {
  -webkit-transition: color .4s ease 0s;
  -moz-transition: color .4s ease 0s;
  -o-transition: color .4s ease 0s;
  transition: color .4s ease 0s;
}

.hide{
display: none;
}


.modal-dialog {
  max-width: 660px;
  margin: 12.75rem auto!important;
  z-index: 99999;
}

.modal-backdrop{
z-index: 1!important;
}

.schema a{
text-decoration: none;
}

body .btn-primary, body .btn-secondary{
background-color: #ffc858;
border: 0;
text-transform: uppercase;
padding: .72em 2.8em;
border-radius: 0em;
margin: 1em 0 0 0;
letter-spacing: .08em;
margin: auto;
display: block;
position: relative;
color: black;
font-weight: 900;
}

.btn-primary.content-btn{
max-width: 500px;
margin-left: 0;
}


body .btn-secondary{
background-color: #f28c39;
color: white!important;
}

body .btn-secondary:hover{
background-color: #03a8e2!important;
}

.post-thumbnail img{
position: relative;
top: calc(-5% - 1.7em);
}

.post-thumbnail{
  overflow: hidden;
  height: 17em;
  margin-top: 1em;
}


h1, h2, h3, h4, h5, h6, strong {
font-family: 'Raleway', sans-serif;
}

body .button:focus, body .button:hover {
  background-color: #231f20;
  color: #fefefe;
}

body{
font-family: 'Raleway', sans-serif;
}

.give-pop{
  position: relative;
  padding: 1em 1em!important;
  background: #003644;
}
.give-pop img{
  width: 100%;
}

.camp-form iframe{
height: 30.5em!important;
}

.modal-dialog iframe{
height: 29em!important;
}

.single-blog img{
padding: 3%;
}

a[href^="tel"]{
  color:inherit;
  text-decoration:none;
  margin-bottom: 3%;
  display: block;
  /* border-bottom: 1px solid; */
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #ededd!important;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color: #ededd!important;
}  



@font-face {
font-family: 'icomoon';
src:  url('/wp-content/themes/plumberseo-bootstrap/fonts/icomoon.eot?jov4ez');
src:  url('/wp-content/themes/plumberseo-bootstrap/fonts/icomoon.eot?jov4ez#iefix') format('embedded-opentype'),
  url('/wp-content/themes/plumberseo-bootstrap/fonts/icomoon.woff2?jov4ez') format('woff2'),
  url('/wp-content/themes/plumberseo-bootstrap/fonts/icomoon.ttf?jov4ez') format('truetype'),
  url('/wp-content/themes/plumberseo-bootstrap/fonts/icomoon.woff?jov4ez') format('woff'),
  url('/wp-content/themes/plumberseo-bootstrap/fonts/icomoon.svg?jov4ez#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-vet-icon-tw:before {
content: "\e903";
}
.icon-puzzle-icon:before {
content: "\e930";
}
.icon-thumbg-icon:before {
content: "\e931";
}
.icon-tech-icon:before {
content: "\e932";
}
.icon-bulb-icon:before {
content: "\e933";
}
.icon-tools-iconn:before {
content: "\e935";
}
.icon-wiring-icon:before {
content: "\e936";
}
.icon-trk-icon:before {
content: "\e937";
}
.icon-inform-icon:before {
content: "\e938";
}
.icon-money-2-colors .path1:before {
content: "\e900";
color: rgb(54, 130, 196);
}
.icon-money-2-colors .path2:before {
content: "\e901";
margin-left: -1em;
color: rgb(204, 32, 42);
}
.icon-money-2-colors .path3:before {
content: "\e904";
margin-left: -1em;
color: rgb(54, 130, 196);
}
.icon-money-2-colors .path4:before {
content: "\e905";
margin-left: -1em;
color: rgb(54, 130, 196);
}
.icon-money-2-colors .path5:before {
content: "\e908";
margin-left: -1em;
color: rgb(54, 130, 196);
}
.icon-money-2-colors .path6:before {
content: "\e909";
margin-left: -1em;
color: rgb(54, 130, 196);
}
.icon-license-2-colors .path1:before {
content: "\e912";
color: rgb(204, 32, 42);
}
.icon-license-2-colors .path2:before {
content: "\e913";
margin-left: -1em;
color: rgb(54, 130, 196);
}
.icon-license-2-colors .path3:before {
content: "\e914";
margin-left: -1em;
color: rgb(54, 130, 196);
}
.icon-license-2-colors .path4:before {
content: "\e916";
margin-left: -1em;
color: rgb(54, 130, 196);
}
.icon-license-2-colors .path5:before {
content: "\e919";
margin-left: -1em;
color: rgb(54, 130, 196);
}
.icon-license-2-colors .path6:before {
content: "\e91a";
margin-left: -1em;
color: rgb(54, 130, 196);
}
.icon-license-2-colors .path7:before {
content: "\e91c";
margin-left: -1em;
color: rgb(54, 130, 196);
}
.icon-license-2-colors .path8:before {
content: "\e91d";
margin-left: -1em;
color: rgb(204, 32, 42);
}
.icon-tools-2-color .path1:before {
content: "\e91e";
color: rgb(204, 32, 42);
}
.icon-tools-2-color .path2:before {
content: "\e920";
margin-left: -1em;
color: rgb(54, 130, 196);
}
.icon-tools-2-color .path3:before {
content: "\e921";
margin-left: -1em;
color: rgb(54, 130, 196);
}
.icon-family-con:before {
content: "\e922";
}
.icon-shieldcon:before {
content: "\e923";
}
.icon-trucks-2-colors .path1:before {
content: "\e924";
color: rgb(54, 130, 196);
}
.icon-trucks-2-colors .path2:before {
content: "\e925";
margin-left: -1em;
color: rgb(54, 130, 196);
}
.icon-trucks-2-colors .path3:before {
content: "\e926";
margin-left: -1em;
color: rgb(204, 32, 42);
}
.icon-trucks-2-colors .path4:before {
content: "\e928";
margin-left: -1em;
color: rgb(204, 32, 42);
}
.icon-trucks-2-colors .path5:before {
content: "\e929";
margin-left: -1em;
color: rgb(204, 32, 42);
}
.icon-truck-pm:before {
content: "\e906";
}
.icon-water-soft-pm:before {
content: "\e90c";
}
.icon-pipe-replace-pm:before {
content: "\e90d";
}
.icon-water-heater-pm:before {
content: "\e911";
}
.icon-time-pm:before {
content: "\e910";
}
.icon-kc-call-row:before {
content: "\e90b";
}
.icon-kc-sched-row:before {
content: "\e90e";
}
.icon-phone24-kc:before {
content: "\e92d";
}
.icon-trusttech-kc:before {
content: "\e915";
}
.icon-peace-mind:before {
content: "\e902";
}
.icon-no-fees:before {
content: "\e92b";
}
.icon-no-mess:before {
content: "\e90a";
}
.icon-stocked-trucks:before {
content: "\e92c";
}
.icon-elec-spring-con:before {
content: "\e92e";
}
.icon-airlux-money:before {
content: "\e92f";
}
.icon-broom-icon-warhold1:before {
content: "\e927";
}
.icon-custom-thumbs-wg:before {
content: "\e93d";
}
.icon-commercial-wrench-cstm1:before {
content: "\e93c";
}
.icon-yelp-square:before {
content: "\e92a";
}
.icon-hexacon:before {
content: "\e939";
}
.icon-calander-vp:before {
content: "\e94e";
}
.icon-csr-icon1:before {
content: "\e94c";
}
.icon-pipe-vp:before {
content: "\e90f";
}
.icon-vetted-rocket:before {
content: "\e934";
}
.icon-tu-tr:before {
content: "\e945";
}
.icon-phone-chamop-new:before {
content: "\e95a";
}
.icon-community-:before {
content: "\e93f";
}
.icon-agic:before {
content: "\e93f";
}
.icon-member-magic:before {
content: "\e93e";
}
.icon-finance-magic:before {
content: "\e93b";
}
.icon-instagram-square:before {
content: "\e918";
}
.icon-fb-circle:before {
content: "\e907";
}
.icon-instagram-circle:before {
content: "\e917";
}
.icon-twitter-circle:before {
content: "\e91b";
}
.icon-yt-circle:before {
content: "\e91f";
}
.icon-plus:before {
content: "\f067";
}
.icon-minus:before {
content: "\f068";
}
.icon-search:before {
content: "\f002";
}
.icon-heart:before {
content: "\f004";
}
.icon-star:before {
content: "\f005";
}
.icon-user:before {
content: "\f007";
}
.icon-check:before {
content: "\f00c";
}
.icon-close:before {
content: "\f00d";
}
.icon-remove:before {
content: "\f00d";
}
.icon-times:before {
content: "\f00d";
}
.icon-cog:before {
content: "\f013";
}
.icon-gear:before {
content: "\f013";
}
.icon-home:before {
content: "\f015";
}
.icon-clock-o:before {
content: "\f017";
}
.icon-play-circle-o:before {
content: "\f01d";
}
.icon-tag:before {
content: "\f02b";
}
.icon-print:before {
content: "\f02f";
}
.icon-camera:before {
content: "\f030";
}
.icon-align-justify:before {
content: "\f039";
}
.icon-pencil:before {
content: "\f040";
}
.icon-map-marker:before {
content: "\f041";
}
.icon-backward:before {
content: "\f04a";
}
.icon-play:before {
content: "\f04b";
}
.icon-pause:before {
content: "\f04c";
}
.icon-forward:before {
content: "\f04e";
}
.icon-chevron-left:before {
content: "\f053";
}
.icon-chevron-right:before {
content: "\f054";
}
.icon-plus-circle:before {
content: "\f055";
}
.icon-minus-circle:before {
content: "\f056";
}
.icon-check-circle:before {
content: "\f058";
}
.icon-question-circle:before {
content: "\f059";
}
.icon-info-circle:before {
content: "\f05a";
}
.icon-check-circle-o:before {
content: "\f05d";
}
.icon-calendar:before {
content: "\f073";
}
.icon-comment:before {
content: "\f075";
}
.icon-chevron-up:before {
content: "\f077";
}
.icon-chevron-down:before {
content: "\f078";
}
.icon-arrows-h:before {
content: "\f07e";
}
.icon-twitter-square:before {
content: "\f081";
}
.icon-facebook-square:before {
content: "\f082";
}
.icon-comments:before {
content: "\f086";
}
.icon-phone:before {
content: "\f095";
}
.icon-phone-square:before {
content: "\f098";
}
.icon-twitter:before {
content: "\f099";
}
.icon-facebook:before {
content: "\f09a";
}
.icon-facebook-f:before {
content: "\f09a";
}
.icon-globe:before {
content: "\f0ac";
}
.icon-wrench:before {
content: "\f0ad";
}
.icon-group:before {
content: "\f0c0";
}
.icon-users:before {
content: "\f0c0";
}
.icon-chain:before {
content: "\f0c1";
}
.icon-link:before {
content: "\f0c1";
}
.icon-bars:before {
content: "\f0c9";
}
.icon-navicon:before {
content: "\f0c9";
}
.icon-reorder:before {
content: "\f0c9";
}
.icon-truck:before {
content: "\f0d1";
}
.icon-pinterest-square:before {
content: "\f0d3";
}
.icon-google-plus-square:before {
content: "\f0d4";
}
.icon-google-plus:before {
content: "\f0d5";
}
.icon-money:before {
content: "\f0d6";
}
.icon-caret-down:before {
content: "\f0d7";
}
.icon-caret-up:before {
content: "\f0d8";
}
.icon-caret-left:before {
content: "\f0d9";
}
.icon-caret-right:before {
content: "\f0da";
}
.icon-envelope:before {
content: "\f0e0";
}
.icon-comments-o:before {
content: "\f0e6";
}
.icon-building-o:before {
content: "\f0f7";
}
.icon-angle-double-left:before {
content: "\f100";
}
.icon-angle-double-right:before {
content: "\f101";
}
.icon-angle-double-up:before {
content: "\f102";
}
.icon-angle-double-down:before {
content: "\f103";
}
.icon-angle-left:before {
content: "\f104";
}
.icon-angle-right:before {
content: "\f105";
}
.icon-angle-up:before {
content: "\f106";
}
.icon-angle-down:before {
content: "\f107";
}
.icon-mobile:before {
content: "\f10b";
}
.icon-mobile-phone:before {
content: "\f10b";
}
.icon-shield:before {
content: "\f132";
}
.icon-calendar-o:before {
content: "\f133";
}
.icon-rocket:before {
content: "\f135";
}
.icon-chevron-circle-right:before {
content: "\f138";
}
.icon-play-circle:before {
content: "\f144";
}
.icon-ticket:before {
content: "\f145";
}
.icon-thumbs-up:before {
content: "\f164";
}
.icon-youtube-square:before {
content: "\f166";
}
.icon-youtube:before {
content: "\f167";
}
.icon-youtube-play:before {
content: "\f16a";
}
.icon-paper-plane-o:before {
content: "\f1d9";
}
.icon-send-o:before {
content: "\f1d9";
}
.icon-newspaper-o:before {
content: "\f1ea";
}
.icon-calculator:before {
content: "\f1ec";
}
.icon-street-view:before {
content: "\f21d";
}
.icon-calendar-check-o:before {
content: "\f274";
}
.icon-map-pin:before {
content: "\f276";
}
.icon-map-signs:before {
content: "\f277";
}
.icon-commenting-o:before {
content: "\f27b";
}
.icon-volume-control-phone:before {
content: "\f2a0";
}
.icon-handshake-o:before {
content: "\f2b5";
}
.icon-address-card:before {
content: "\f2bb";
}
.icon-vcard:before {
content: "\f2bb";
}
.icon-address-card-o:before {
content: "\f2bc";
}
.icon-vcard-o:before {
content: "\f2bc";
}


/* -------------------------------------------------------------------- */


.wrap1 {
  z-index: 2;
  position: relative;
  padding: 0 2%;
}

.row {
  max-width:100%!important;
  margin: auto;
}

.clear{
  clear:both;
}


ul {
  margin-left: 0em!important;
}



/* -------------------------------------------------------Header Section CSS---------------------------------  */



/* Search Bar & Page */


/* Top Bar Section CSS  */


/* ---------------------------------------------------------------------------------------- */

.desk-nav{
display: none;
width: 100%;
max-width: none;
padding: 0;
}  

.desk-nav .row>* , .mobile-nav .row>* {
 padding: 0;
}

.mobile-nav{padding: 0;width: 100%;max-width: none;padding: 1% 0 1% 0;z-index: 9;position: relative;background: white;}

.main-bar{
padding: 0.4% 0;
}

.logo-image{
position: relative;
}


.logo-image img{
position: relative;
width: 24em;
display: block;
margin: auto;
transition: all .3s ease-in-out;
}

.logo-image a{
position: relative;
display: block;
} 

.smallbar .logo-image img{
width: 17em;
}

.contact-info {
  font-size: 1.7em;
  font-weight: 900;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  line-height: 1;
  letter-spacing: .04em;
  text-align: -webkit-center;
  margin-top: 0%;
  padding-right: 1%;
}

.contact-info strong{
position: relative;
font-size: 0.9em;
font-weight: 400;
color: #0a05e4;
letter-spacing: .04em;
top: .1em;
display: block;
}

.contact-info span{
position: relative;
top: 0.1em;
}

.contact-info a:hover{
color: #137bbe;
}


.contact-info a{
  font-size: 1.3em;
  display: block;
  background-color: #ffc858;
  width: 1.5em;
  border-radius: 23em;
  border: .1em solid #ff8e16;
  height: 1.5em;
  line-height: 1.4;
  color: #002934;
  margin: auto;
  transition: all .3s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.contact-info .button{
display: block;
text-transform: uppercase;
letter-spacing: .08em;
background-color: #e7090c;
padding: 0.75em 1em;
margin: 0 0 0.5rem;
}

.call-button{
position: relative;
display: block;
letter-spacing: .08em;
transition: all .3s ease-in-out;
font-size: 1.8em;
line-height: 1.1;
border-bottom: 1px solid;
margin: auto;
}

.call-button .row>* {
padding: 0;
}

.call-button span{
display: block;
text-align: center;
font-size: 1.7em;
height: 1.1em;
width: 1.1em;
line-height: 1.1;
border: 1px solid;
border-top-right-radius: 0.3em;
border-bottom: 0;
margin-top: -0.1em;
transition: all .3s ease-in-out;
}

.call-button strong{
display: block;
font-size: .45em;
font-weight: 400;
}

.mobile-nav .btn-primary {
  color: #fff;
  border: 0;
  border-radius: 0;
  padding: 0.8em 1.6em;
  background: #003d4e;
  margin-left: 0;
}

.mobile-nav .btn-primary span{
display: block;
}

.call-button:hover, .section-3 .call-button:hover span{
background-color: #e7090c;
color: white!important;
}

.call-button:hover strong{
color: white!important;
}
.offcanvas{
  z-index: 9999;
}
.shift-menu {
    background: rgb(42, 42, 42);
    background: -moz-radial-gradient(circle, rgba(42, 42, 42, 1) 0%, rgba(42, 42, 42, 1) 62%, rgba(22, 22, 22, 1) 100%);
    background: -webkit-radial-gradient(circle, rgba(42, 42, 42, 1) 0%, rgba(42, 42, 42, 1) 62%, rgba(22, 22, 22, 1) 100%);
    background: radial-gradient(circle, rgba(42, 42, 42, 1) 0%, rgba(42, 42, 42, 1) 62%, rgba(22, 22, 22, 1) 100%);
    /* padding: 10.2em 0 0 0; */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2a2a2a",endColorstr="#161616",GradientType=1);
}
.shift-item{
position: relative;
}

.shift-item a{
display: block;
position: relative;
text-decoration: none;
text-transform: uppercase;
letter-spacing: .08em;
padding: .85em 0em .85em 1em;
background: #ff000000;
color: white;
margin: 0em 0;
border-bottom: 1px solid #ffffff1a;
border-left: 0em solid #003046;
transition: all .3s ease-in-out;
}

.shift-item .btn-secondary{
display: none;
position: absolute;
right: 0em;
top: 0.3em;
background: #ff000000;
border: 0;
font-size: 1.3em;
padding: 0.2em 0.7em;
}

.shift-item a:hover{
color: #013d4e;
background-color: #fec857;
border-left: 0.5em solid #ff8e15;
}

.dropdown.shift-item .btn-secondary{
display: block;
}

.shift-item a.sub-item{
background: #0000005c;
}

.shift-item a.sub-item:hover{
  background-color: #199ad6;

}

/* ---------------------- */


/* NAV CSS  */ 

.modal {
  z-index: 999999999999999999999999999999;
}

.modal-header {
  padding: 0;
  border: 0;
}

.frm_style_formidable-style.with_frm_style .frm_submit button{
width: 100%!important;
font-family: 'Raleway'!important;
display: block;
}

.pop-label{
text-align: center;
text-transform: uppercase;
font-weight: 900;
font-size: 1.6em;
letter-spacing: .05em;
}

.modal-content {
  background-color: #fec758;
  box-shadow: 0em 0em 1em #0000004f;
}

.modal-header .btn-close{
position: relative;
left: -.9em;
}

.modal-title {
  display: block;
  text-align: center!important;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: 1.3em;
  padding-top: 1em;
  margin-bottom: -0.5em;
}

header#masthead {
  margin-bottom: 0;
  background-color: white!important;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 10%);
  padding: 0rem 0rem!important;
  z-index: 9999;
  width: 100%;
  transition: all .3s ease-in-out;
  top: 0em;
  display: block;
  position: fixed;
  max-width: 1700px;
}
#masthead a[href^="tel"] {
    color: inherit;
    text-decoration: none;
    margin-bottom: 0% !important;
    display: block;
}
.top-bar{
position: relative;
text-align: center;
text-transform: uppercase;
width: 100%;
margin-right: 0;
font-size: 1.4em;
letter-spacing: .1em;
transition: all .3s ease-in-out;
border-bottom: 1px solid #0000001f;
color: #0099bb;
}

.smallbar .top-bar{
font-size: 1em;
}

.top-bar a{
display: block;
color: #ffffff;
background: #f28c39;
padding: 0.4em 0.6em;
margin-bottom: 0em;
font-weight: 900;
}
.top-bar a span{
color: #003644;
position: relative;
font-size: 1.2em;
line-height: 0.1;
top: 0.13em;
left: -0.2em;
}

.top-bar input::-webkit-input-placeholder,.top-bar textarea::-webkit-input-placeholder {
color: #fff!important;
}
.top-bar input:-moz-placeholder,.top-bar textarea:-moz-placeholder {
color: #fff!important;
}  

.top-bar .btn-primary{
display: block;
text-transform: uppercase;
letter-spacing: .08em;
font-size: .9em;
color: black;
border: 0;
border-radius: 0;
}

.main-nav{
position: relative;
background: #003644;
}

.search-bar input{
background-color: #ffffff00;
border: 0;
color: white;
border-bottom: 1px solid white;
}

.contact-desk{
position: relative;
padding: 0% 0 0% 0!important;
margin-top: 0%;
}

.contact-desk a{
display: block;
text-align: center;
text-transform: uppercase;
letter-spacing: .05em;
font-size: 2.2em;
line-height: 1;
color: #fff;
text-decoration: none;
border-bottom: 0;
transition: all .3s ease-in-out;
padding: 0.1em 0em 0.1em 0em;
margin: 0;
font-weight: 900;
font-family: 'Exo 2', sans-serif;
text-shadow: -0.07em 0.05em black;
}

.contact-desk span{
font-size: 1em;
line-height: 1.4;
position: absolute;
top: 0em;
left: -0.1em;
height: 1.4em;
width: 1.4em;
display: block;
border-radius: 900em;
color: #91ca64;
}

.smallbar .contact-desk a{
font-size: 1.3em;
}

.contact-desk a strong{
display: block;
font-size: .8em;
}



.smallbar .desk-nav .btn-primary{
 font-size: 0.9em;
}

.desk-nav .btn-primary span{
 font-size: 1em;
 line-height: 0;
 position: relative;
 top: 0.1em;
}

.desk-nav .top-bar .btn-primary{
color: white;
font-size: .8em;
width: 90%;
margin-left: auto;
transition: all .3s ease-in-out;
}

.menu{
position: relative;
list-style: none;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0;
list-style-type: none;
width: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}

.menu>li a{
padding: 0.7em 1em;
text-decoration: none;
color: white!important;
font-size: 1.08em;
display: block;
transition: all .3s ease-in-out;
position: relative;
text-transform: uppercase;
font-weight: 900;
letter-spacing: .06em;
}

.smallbar .menu>li a{
font-size: .98em;
}

.menu>li.menu-item-has-children> a:before {
  content: "\f107";
  font-family: 'icomoon' !important;
  color: #ffffff;
  display: block;
  position: absolute;
  font-size: 0.8em;
  top: 37%;
  right: 0.5%;
}

.sub-menu li a{
color: #030303!important;
}


.top-bar .menu>li:nth-child(3) a{
border: 0;
}

.menu>li a:hover{
background-color: #03a8e2!important;
color: white!important;
}

.menu-top-menu-container .menu>li a:hover {
  color: #03a8e2!important;
  background: white!important;
}

.menu>li a:hover span{
/* color: #fff!important; */
}

.menu-main-menu-container .menu>li a span{
display: block;
text-align: center;
color: #e62318;
font-size: 2.4em;
}

.menu-top-menu-container .menu>li a{
color: #000000!important;
font-size: 0.9em;
padding: 0.4em 1.1em;
position: relative;
font-weight: 900;
}

.menu-top-menu-container .menu>li a span{
color: #f68d39;
}

.menu-top-menu-container .menu>li a em{
position: absolute;
width: 6em;
top: -1em;
text-align: center;
font-style: normal;
font-size: 0.6em;
left: -0.5em;
letter-spacing: .02em;
background: #03a8e2;
border-radius: 900em;
padding: 0.4em .3em 0.4em .3em;
color: white;
z-index: 1;
opacity: 0;
transition: all .3s ease-in-out;
}

.menu-top-menu-container .menu>li a em:after{
content: '';
position: absolute;
background-color: #03a8e2;
width: 1em;
height: 1em;
left: 2.5em;
bottom: -0.3em;
transform: rotate(45deg);
z-index: -1;
}

.smallbar .menu-top-menu-container .menu>li a{
font-size: .9em;
}

.menu-top-menu-container .menu>li.sched-link a{
border: 1px solid #0000001a;
padding: 0.7em 1.5em;  
}

.menu-top-menu-container .menu>li.sched-link a span{
color: #ee3338;
}

.menu-top-menu-container{
position: relative;
top: .5em;
}


.menu-top-menu-container .menu>li.current-menu-item  a{
background-color: #ffffff;
color: #199ad6!important;
}

.menu-top-menu-container .menu>li.current-menu-item  a span{
color: #03a8e2;
}

.menu-top-menu-container .menu>li.sched-link a:hover{
background-color: #b00c03!important;
color: white;
}

.menu-top-menu-container .menu>li a:hover em{
opacity: 1;
top: -2em;  
}

.menu-top-menu-container .menu>li.current-menu-item a em{
opacity: 1;
top: -1.8em;
}

.menu-top-menu-container .menu>li.sched-link a:hover span{
color: white;
}

.top-menu{
padding: 2%;
}

.top-menu .btn{
width: 90%;
text-transform: none;
letter-spacing: inherit;
transition: all .3s ease-in-out;
background: #ff000000;
border: .2em solid #0099bb;
text-transform: uppercase;
letter-spacing: .04em;
font-weight: 900;
}

.top-menu .btn:hover{
background-color: #0090b5;
}

.top-menu .btn span{
color: #003644;
}

.mid-bar{
padding: 2% 0% 2% 0%;
}

.mainnav{
text-align: right;
padding: 0.7% 0;
position: relative;
}
.nav-border{
padding-left: 0em!important;
padding-right: 0em!important;
}

.mainnav .menu {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mainnav .menu .active>a {
  color: #ffffff;
  background: #f78d1f;
}

.mainnav .menu .active>a:before{
color: black!important;
}

.mainnav .menu .current-menu-item.active>a {
  color: #ffffff;
  background: #faa61a;
}

.mainnav .menu .sub-menu .current-menu-item.active>a {
  color: #fefefe!important;
  background: #f78d1f!important;
}



.mainnav .menu>li>a {
  display: block;
  padding: 0.7rem 0.6rem;
  line-height: 1;
  font-weight: 400;
  font-size: 0.78em;
  color: black;
  letter-spacing: .02em;
}



.mainnav .menu>li>a:hover{
  color: #ffffff;
  background: #f78d1f;
}

.mainnav .menu>li>a:hover:before{
color: white;
}

.menu-item-has-children{
position: relative;
transition: all .3s ease-in-out;
}


.menu>li .sub-menu  a{
text-transform: none;
letter-spacing: inherit;
padding: 0.6em 1em;
}


.mainnav .menu>li.menu-item-has-children >a:before {
  content: "\f107";
  font-family: 'icomoon' !important;
  color: #ffffff;
  display: block;
  position: absolute;
  font-size: 0.8em;
  top: 37%;
  right: 0.5%;
}

.main-nav .menu-item-has-children > .sub-menu{
  top: 100%;
  right: auto;
  left: 0;
}

.main-nav .menu-item-has-children .sub-menu{
opacity: 0;
transition: all .3s ease-in-out;
position: absolute;
background: #ebebec;
list-style: none;
margin-left: 0.0rem;
width: 17em;
height: 0;
display: none;
z-index: 99;
}

.main-nav .menu-item-has-children:hover .sub-menu{
opacity: 1;
height: auto;
top: 100%;
left: 0;
display: block;
animation: fadeIn .2s;
font-size: .88em;
text-align: left;
padding-left: 0;
}

.main-nav .last-column.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  height: auto;
  top: 100%;
  right: 0%;
  display: block;
  animation: fadeIn .2s;
  font-size: .88em;
  text-align: left;
  left: auto;
}

.main-nav .slim.menu-item-has-children .sub-menu{

  color: #9ad25d;
  background: #33204d;;
width: 165%;
text-align: left;
padding-left: 0%;
}

.main-nav .slim.menu-item-has-children:hover .sub-menu {
  left: 0%;
}


.main-nav .menu-item-has-children .sub-menu>li{
padding: 0%;
} 

.sub-menu a{
padding: 5% 4% 5% 4%;
display: block;
color: #1d1d1d;
font-size: .9em;
transition: all .3s ease-in-out;
border-bottom: 1px solid #00000014;
}

.sub-menu a:hover{
  color: #ffffff;
  background: #e62318;
  padding: 5% 4% 5% 7%;
}


/* Heating Tab 2 columns Sub menu */

.main-nav .double-column.menu-item-has-children .sub-menu{
opacity: 0;
transition: all .3s ease-in-out;
position: absolute;
background: #e1e1e1;
list-style: none;
margin-left: 0.0rem;
width: 36em;
height: 0;
display: none;
text-align: left;
z-index: 99;
} 




.main-nav .double-column.menu-item-has-children:hover .sub-menu{
opacity: 1;
height: auto;
top: 100%;
left: 0%;
display: block;
animation: fadeIn .2s;
}

.main-nav .double-column.menu-item-has-children .sub-menu>li{
width: 50%;
float: left;
padding: 0%;
} 

.main-nav .double-column.menu-item-has-children .sub-menu>li.full-sub{
width: 100%;
float: left;
padding: 0%;
} 

.double-column .sub-menu .full-sub a {
  padding: 0.3em 0.6em 0.7em 0.6em;
  border-right: 1px solid #00000014;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-align: center;
}

.double-column .sub-menu .full-sub a span{
 font-size: 1.8em;
 position: relative;
 top: 0.2em;
}

.last-cool{
float: right!important;
}

.double-column .sub-menu a{
padding: 0.9em 0.6em 0.9em 0.7em;
border-right: 1px solid #00000014;
}


.main-nav .double-column-l.menu-item-has-children .sub-menu{
opacity: 0;
transition: all .3s ease-in-out;
position: absolute;
background: #006ee3;
list-style: none;
margin-left: 0.0rem;
width: 410%;
height: 0;
display: none;
text-align: left;
z-index: 99;
} 

.main-nav .double-column-l.menu-item-has-children:hover .sub-menu{
opacity: 1;
height: auto;
top: 100%;
right: 0%;
display: block;
left: auto;
animation: fadeIn .2s;
}

.main-nav .double-column-l.menu-item-has-children .sub-menu>li{
width: 50%;
float: left;
padding: 0%;
} 



/* Fly out menu */

.main-nav .menu-item-has-children.fly-out .sub-menu{
opacity: 0!important;
}

.main-nav .menu-item-has-children .sub-menu>li.fly-out:hover .sub-menu{
opacity: 1!important;
}

.main-nav .double-column .fly-out.menu-item-has-children .sub-menu{
opacity: 0;
transition: all .3s ease-in-out;
position: absolute;
background: #1a6887;
list-style: none;
margin-left: 0.0rem;
width: 18.8em;
height: 0;
display: none;
text-align: left;
z-index: 99;
} 

.main-nav .double-column.menu-item-has-children .sub-menu>li.fly-out:hover{
background-color: #f2a525;
}


.main-nav .double-column.menu-item-has-children .sub-menu>li.fly-out:hover .sub-menu{
 opacity: 1;
 position: absolute;
 background: #dcdcdc;
 height: auto;
 top: 0%;
 right: -18.8em;
 display: block;
 animation: fadeInUp .2s;
 left: auto;
}

.main-nav .double-column .fly-out.menu-item-has-children .sub-menu>li {
  width: 100%;
  float: left;
  padding: 0%;
}

.quick-nav{position: fixed;top: -3em;width: 100%;background-color: #ffffff;padding: 2% 2% 5.5% 2%;opacity: 0;transition: all .3s ease-in-out;overflow: hidden;/* border-bottom: .2em solid #0282af; */}

.quick-nav.adjust{
padding: 1% 2% 2% 2%;
opacity: 1;
top: 7.2em;
}

.quick-nav .col-3 {
  flex: 0 0 auto;
  padding: 0;
}

.quick-nav a{
color: #ffffff;
text-align: center;
display: block;
text-decoration: none;
padding: 9% 1% 1% 1%;
font-size: 1.3em;
transition: all .3s ease-in-out;
border-right: 1px solid #ffffff30;
}

.quick-nav a:hover{
color: #b00c03;
}

.smallbar .quick-nav{
}

.quick-nav a span{
display: block;
position: relative;
top: 0em;
transition: all .3s ease-in-out;
}

.quick-nav a em{
font-style: normal;
text-transform: uppercase;
letter-spacing: 0.08em;
font-weight: 900;
display: block;
margin: 1.5em auto -2.6em auto;
color: white;
bottom: 0em;
font-size: 0.7em;
position: relative;
opacity: 0;
transition: all .3s ease-in-out;
}

.quick-nav a em:after{
content: '';
position: absolute;
height: 11.5em;
width: 100%;
background-color: #b00c03;
border-radius: 900em;
z-index: -1;
left: 0%;
bottom: -9.6em;
}

.quick-nav a:hover em{
bottom: 1.2em;
opacity: 1;
}

.quick-nav a:hover span{
top: -0.6em;
font-size: .9em;
}

.sched-global{
width: 50%;
}

.sched-global .btn-primary, .sched-global .btn-secondary{
  display: block;
  width: 100%;
  padding: 1.1em;
  text-transform: uppercase;
  font-size: .7em;
  letter-spacing: .06em;
  color: black;
  background-color: #ff000000;
  border: 0;
  line-height: .9
}

.sched-global .btn-primary span, .sched-global .btn-secondary span{
font-size: 4.6em;
color: white;
  border: 0;
  top: -.1em;
  position: relative;
  border-radius: 900em;
  width: 1.1em;
  height: 1.1em;
  padding: 0;
  line-height: 1;
  display: block;
  text-align: center;
  margin: auto;
  text-shadow: -0.04em 0.08em black;  
}

.sched-global .btn-primary span{
background-color: #199ad6;
}

.sched-global .btn-secondary span{
background-color: #91ca64;
}

.sched-global .btn-primary:hover, .sched-global .btn-secondary:hover{
background-color: #ff000000!important;
color: black!important;
}

.sched-global .btn-primary:hover span, .sched-global .btn-secondary:hover span{
background-color: #e73c30;  
}

/* ------------------------------------------------------------------------------------- */

#site-wrap {
  max-width: 1700px;
  margin: auto;
  box-shadow: 0px 0px 2em rgba(181,193,199,.46);
}


/* Slider Section CSS  */

.sliderfull {
  background-repeat: no-repeat;
  background-position: 50% 60%;
  background-size: cover;
  position: relative;
  z-index: 2;
  margin-top: 17%;
  padding: 3% 1% 2% 1%;
  background-image: url(/wp-content/uploads/2025/04/new-trst-slidebg.jpg);
  border-bottom: 0.4em solid #0099bb;
}

.sliderfull:after{
content: '';
position: absolute;
bottom: -2.1em;
right: -3em;
background-color: #003949;
height: 9em;
width: 5em;
border-left: .4em solid #0099bb;
transform: rotate(30deg);
}

.slider-header{
line-height: .9;
font-size: 1.4em;
position: relative;
text-align: center;
letter-spacing: .03em;
text-transform: uppercase;
}

.slider-header span{
display: block;
font-weight: 900;
font-size: 1.5em;
color: #f68d39;  
}

.slider-header strong{
color: #003644;
display: block;
font-size: 1.5em;  
}

.slider-sub{
text-transform: uppercase;
text-align: center;
font-weight: 900;
letter-spacing: .06em;
margin-bottom: .3em;
font-size: 1.1em;
line-height: 1.1;
}

.sliderfull .btn-primary{
width: 18em;
}

.slider-usp{
width: 100%;
margin: 4em auto 0em auto;
position: relative;
bottom: -3em;
z-index: 9;
}

.slider-usp .usp-box{
background-color: #0099bb;
text-transform: uppercase;
font-weight: 800;
letter-spacing: .05em;
height: 8em;
line-height: 1.2;
font-size: 0.6em;
color: #003d4e;
}

.slider-usp .usp-box span{
color: white;
font-size: 6.2em;
line-height: 0.9;
height: 1em;
}

.slider-usp .usp-box span:after{
display: none;
}


/* ---------------------- */

/* Section-1 CSS  */
.section-1 {
  position: relative;
  z-index: 1;
  padding: 11% 2% 6% 2%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/wp-content/uploads/2021/12/sunburst-bg.gif);
  background-color: #003d4e;
  color: white;
}

.section-1 h1 {
    font-size: 0.97em;
    line-height: 1.05;
    margin: -0.3em 0em 0.4em 0em;
    position: relative;
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    letter-spacing: .05em;
    text-shadow: 0em 0.1em 0.3em #0000004a;
}

.section-1 h1 strong{ 
display: block;
font-size: 3.8em;
letter-spacing: .022em;
color: #ffc858;
}

.section-1 h1 span{
display: block;
text-transform: none;
font-size: 0.7em;
letter-spacing: .08em;
text-transform: uppercase;
font-family: 'poppinsregular';
font-weight: 400;
}

.section-1 img{
display: block;
margin-bottom: 1em;
}

.section-1 strong a{
color: #ff8e16;
text-transform: uppercase;
}


/* ----------------- END DESKTOP TOP SERVICES -------------------------  */


/* ---------------------- */



/* Section-2 CSS  */ 
.section-2{
padding: 2% 5% 0% 5%;
position: relative;
z-index: 3;
background-image: url(/wp-content/uploads/2021/12/hex-bg.gif);
background-size: 100%;
background-repeat: no-repeat;
} 


.section-2 .content-wrap{
position: relative;
top: -5em;
margin-bottom: 1em;
}

.section-2 .content-wrap:after {
  content: '';
  position: absolute;
  height: 12em;
  width: 10em;
  background-size: 100%;
  background-image: url(/wp-content/uploads/2021/12/bee-mascot.png);
  bottom: -4.16em;
  right: 55%;
  transform: scale(-1, 1);
  z-index: 12;
  background-repeat: no-repeat;
}


.home-form{position: relative;padding: 2% 0% 3% 0%;background-color: #fec758;}
.home-form iframe{height: 33em!important;margin-top: -1.5em;}
.home-label{
text-align: center;
font-size: 1.3em;
text-transform: uppercase;
letter-spacing: .08em;
color: #023745;
margin-bottom: 0.8em;
font-weight: 900;
}

.small-pic{
position: absolute;
border-top-left-radius: 3em;
bottom: 0em;
right: 37%;
width: 15em;
}

.big-pic{
position: absolute;
z-index: -1;
right: 1em;
width: 32em;  
}

.top-services{
position: relative;
z-index: 9;
}

.top-services a{
position: relative;
display: block;
text-align: center;
overflow: hidden;
border: 1px solid #0000002e;
text-decoration: none;
color: white;
text-transform: uppercase;
margin: .5em 0;
top: 0em;
letter-spacing: .05em;
padding: 3em 1.5em 1em 1.5em;
height: 23em;
transition: all .3s ease-in-out;
background-image: url(/wp-content/uploads/2021/12/topserv-sunburstbg.gif);
border-radius: 0.5em;
background-size: cover;
}

.top-services a:before{
content: '';
position: absolute;
width: 96%;
height: 96%;
border: .15em solid white;
border-radius: .5em;
top: 2%;
left: 2%;
}

.top-services .col-lg-3{
position: relative;
}

.top-services .col-lg-3:after{
content: '';
position: absolute;
background-image: url(/wp-content/uploads/2021/12/top-hover.png);
background-size: 80%;
background-position: center;
background-repeat: no-repeat;
width: 100%;
height: 7em;
bottom: 0em;
left: 0em;
z-index: -1;
transform: scale(0);
opacity: 0;
transition: all .3s ease-in-out;
}

.top-services a span{
display: block;
font-size: 10em;
z-index: 2;
color: #fec758;
line-height: 0.3;
position: absolute;
top: 0.63em;
text-align: center;
transition: all .3s ease-in-out;
width: 100%;
padding: 0.1em;
left: 0em;
}


.top-services a img{
position: absolute;
left: -25%;
top: 4em;
z-index: 0;
width: 145%;
max-width: none;
transition: all .3s ease-in-out;
opacity: 0;
}

.top-services .servi-label{
padding: 1em;
position: absolute;
font-weight: 900;
left: 0em;
z-index: 2;  
transition: all .3s ease-in-out;
top: 11.6em;
width: 100%;
line-height: 1.07;
}

.top-services a p{
position: absolute;
top: 0em;
z-index: 2;  
text-align: left;
text-transform: none;
opacity: 0;
font-size: .86em;
left: 0em;
transition: all .3s ease-in-out;  
padding: 1.4em;
width: 100%;
}

.top-services a button{
display: block;
width: 100%;
text-transform: uppercase;
font-size: .9em;
padding: .85em 0em;
background-color: #ff8e16;
border: 0;
font-weight: 900;
letter-spacing: .04em;
}

.top-services a:hover{
background-color: #03a8e2;
color: white;
top: -1em;
}

.top-services .col-lg-3:hover:after{
opacity: 1;
transform: scale(1);
bottom: -4.3em;
}

.top-services a:hover img{
 opacity: 1;
 top: 0em;
}

.top-services a:hover span{
font-size: 8em;
color: white;
-webkit-animation: tada 1s;
animation: tada 1s;
top: 0.1em;
left: -0.6em;
}

.top-services a:hover .servi-label{
top: 4em;
text-align: left;
}

.top-services a:hover p{
opacity: 1;
top: 7.6em;
}

@media screen and (min-width: 5.001em) and (max-width: 55em) {

.top-services a{
padding: 1em 1.5em 1em 1.5em;
height: 27em;
}

.top-services a span{
  position: relative;
  top: 0em!important;
  left: 0em!important;
}

.top-services .servi-label{
  position: relative;
  padding: 0.1em 1em;
  top: 0em!important;
  text-align: center!important;
}

.top-services a p{
  opacity: 1;
  position: relative;
  text-align: center;
  padding: .2em .3em;
  top: 0em!important;
}

}

/* ---------------------- */

/* Section-3 CSS  */ 

.section-3{
padding: 7% 0% 4% 0%;
position: relative;
z-index: 2;
background-size: cover;
background-position: center;
} 

.img-blk{
padding-left: 0;
position: relative;
}

.img-blk img{
position: relative;
margin-bottom: 0em!important;
}

.section-3 .img-blk:after{
content: '';
position: absolute;
height: 100%;
width: 100%;
border: .2em solid white;
border-radius: 1em;
top: 3%;
left: -4%;
}

.wrap2{
width: 97%;
margin-left: 0;
}

.sec3-haeder{
position: relative;
font-weight: 900;
font-size: 2.7em;
color: #003644;
padding-right: 0em;
line-height: 1.1;
margin-bottom: .2em;
margin-top: 0.6em;
}

.sec3-sub{
font-weight: 900;
margin-bottom: 1em;
}

.section-3 .btn{
margin: .2em auto;
}

.section-3 .col-md-6 img{
display: block;
margin-bottom: 1em;
border-top-right-radius: 1.9em;
}

.rev-slider{
position: relative;
padding: 2%;
}

.rev-slider:after {
  content: '';
  position: absolute;
  height: 20%;
  width: 104%;
  background-size: 100%;
  background-image: none;
  top: 1em;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-color: #003948;
}

.rev-slider .tt_2cl{
background-color: white;
padding: 1.4em;
height: 21em;
font-size: .9em;
box-shadow: 0em 0em 1em #00000075;
margin-top: 2em;
}

.rev-slider .ttshowcase_rl_title {
font-size: 1.2em;
}

.rev-slider .ttshowcase_slider .bx-wrapper .bx-controls-direction a{
color: white;
opacity: 1;
}

.badges-row{
position: relative;
top: -2em;
}

.badges-row a{
display: block;
margin: .6em auto;
width: 4.5em;
}

/* ---------------------- */


/* Section-4 CSS  */ 
.section-4{
padding: 9% 2% 0% 3%;
position: relative;
background-image: url(/wp-content/uploads/2021/12/houses-bg.jpg);
background-size: cover;
background-position: bottom;
margin-top: -10%;
}

.sec4-header{
position: relative;
font-size: 2em;
margin-bottom: .2em;
line-height: 1;
font-weight: 900;
}

.sec4-header:after{
content: '';
position: absolute;
background-image: url(/wp-content/uploads/2021/12/watts-bolt.png);
background-size: 80%;
background-position: center;
background-repeat: no-repeat;
width: 1.2em;
height: 0.6em;
bottom: 0.2em;
left: -1em;
z-index: -1;
transition: all .3s ease-in-out;
}

.sec4-header span{
font-size: .55em;
display: block;
font-weight: 400;
text-transform: uppercase;
letter-spacing: .07em;
}

.sec4-header strong{
color: #f28c39;
}

.section-4 .btn{
max-width: 400px;
margin-left: 0;
margin-bottom: 4em;
display: block;
}

.add-box{
position: relative;
background-color: #0090b5;
top: -2.5em;
}


.add-box:after {
  content: '';
  position: absolute;
  height: 115%;
  width: 125%;
  top: -4%;
  left: -22%;
  background-color: #0090b5;
  z-index: -1;
}


.add-header{
position: relative;
text-align: center;
font-size: 1em;
color: white;
font-weight: 900;
border-bottom: 1px solid #ffffff40;
padding-bottom: 1%;
}


.service-list{
 overflow-y: scroll;
 height: 15.7em;
 margin-top: 3%;
 margin-left: 0rem;
 width: 99%;
 background: #f9f9f900;
 padding: 1% 0% 1% 2%;
 overflow-x: hidden;
 text-align: left;
}

.service-list li {
  font-size: 1em;
  list-style-type: none!important;
  position: relative;
}

.service-list li a span{
color: #059dcf;
position: relative;
left: 0.2em;
top: 0.14em;
font-size: 1.2em;
}

.service-list li a{
display: block;
padding: 0.4em 0.2em 0.3em 0.5em;
position: relative;
transition: all .3s ease-in-out;
color: white;
border-left: .0em solid #199ad6;
text-decoration: none;
}

.service-list li a:after{
  content: '';
  position: absolute;
  bottom: 0.1em;
  left: -2.4em;
  height: 1.8em;
  width: 1.8em;
  background-size: 100%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  transition: all .3s ease-in-out;
  background-repeat: no-repeat;
}

.service-list li a:hover{
 background-color: #596161;
 color: #fdfdfd;
 padding: 0.4em 0.2em 0.3em 2.4em;
 border-left: 0.3em solid #199ad6;
}



.service-list li a:hover:after{
left: 0.4em;
}

/*
*  STYLE 1
*/

.service-list::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 49%);
border-radius: 15px;
background-color: #00000029;
}

.service-list::-webkit-scrollbar
{
width: 5px;
/* background-color: #F5F5F4; */
}

.service-list::-webkit-scrollbar-thumb
{
border-radius: 15px;
-webkit-box-shadow: inset 0 0 3px rgb(0 0 0 / 36%);
background-color: #000000;
}



/* ---------------------- */


/* Section-5 CSS  */ 
.section-5{
padding: 0% 0% 2em 0%;
position:relative;
background-image: none;
background-size: 100%;
background-repeat: no-repeat;
background-position: bottom;
background-color: #003d4f;
}


.section-5:after {
  content: '';
  position: absolute;
  height: 17.5em;
  width: 27em;
  background-size: 100%;
  bottom: 0em;
  right: 1%;
  z-index: 12;
  background-repeat: no-repeat;
}


.usp-box{
width: 90%;
position: relative;
padding: 0% 5%;
background-color: #0b3946c9;
color: white;
text-align: center;
transition: all .3s ease-in-out;
height: 16em;
margin: 2em auto 0em auto;
}

.usp-box span{
display: block;
font-size: 6.1em;
color: #f28c39;
position: relative;
width: 1.4em;
margin: 0em auto -0.2em auto;
height: 1.4em;
z-index: 2;
line-height: 1.3;
}

.usp-box span:after{
content: '\e939';
position: absolute;
text-align: center;
width: 1em;
height: 1em;
left: -0.13em;
top: -0.15em;
z-index: -1;
color: #ff000000;
-webkit-text-stroke-width: 4px;
-webkit-text-stroke-color: #feca58;
font-size: 1.9em;
line-height: 1;
}

.usp-box .usp-label{
font-size: 1.2em;
font-weight: 900;
margin-bottom: .5em;
color: white;
}

.usp-box p{
font-size: .9em;
}

.usp-box:hover{
background-color: #f28c39;
color: white;
/* cursor: pointer; */
}

.usp-box:hover span{
color: #003d4f;
-webkit-animation: tada 1s;
animation: tada 1s;
}

.usp-box:hover span:after{
color: #ffc858;
}

.usp-box:hover h3{
color: white;
}


/* ---------------------- */


/* Section-6 CSS  */ 
.section-6{
position: relative;
padding: 2% 1% 0% 1%;
background-size: cover;
background-position: 50% 50%;
background-image: none;
background-color: #0090b5;
}



.section-6:after {
  content: '';
  position: absolute;
  height: 9em;
  width: 6em;
  background-size: 100%;
  background-image: url(/wp-content/uploads/2021/12/bee-mascot.png);
  bottom: -0.16em;
  left: 1%;
  z-index: 12;
  background-repeat: no-repeat;
}

.sec6-header{
text-align: center;
color: white;
font-weight: 900;
font-size: 1.7em;
letter-spacing: .04em;
text-shadow: -0.07em 0.07em .05em #0000004d;
margin-top: .6em;
}

.sec6-header strong{
color: #ffc858;
position: relative;
}

.sec6-header strong:after {
  content: '';
  position: absolute;
  background-image: url(/wp-content/uploads/2021/12/smile-bolt.png);
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  width: 150%;
  height: 1.2em;
  bottom: -0.1em;
  left: -25%;
  z-index: -1;
  transition: all .3s ease-in-out;
  opacity: 0.7;
}

.home-coup{
position: relative;
width: 90%;
margin: auto;
background-color: #fdedcb;
background-image: url(/wp-content/uploads/2021/12/coup-leftbg.gif);
background-size: 18em;
background-position: top center;
background-repeat: no-repeat;
padding: 2% 2% 5% 2%;
outline: .3em dashed #003d4f;
outline-offset: -1em;
top: 3em;
}


.home-coup:after {
  content: '';
  position: absolute;
  height: 55%;
  width: 100%;
  background-size: 15em 24.2em;
  bottom: 0%;
  right: 0%;
  z-index: 1;
  background-repeat: no-repeat;
  /* transform: rotate(90deg); */
  background-color: #003d4f;
}

.home-price{
position: relative;
font-weight: 900;
font-size: 5.7em;
text-align: center;
color: #f28c39;
}

.home-price span:last-child {
  top: initial;
}
.home-price span {
  font-size: .5em;
  text-transform: uppercase;
  position: relative;
  top: -0.4em;
  color: #003d4f;
}

.right-coup{
position: relative;
z-index: 2;
padding: 0 5%;
}

.home-offer{
position: relative;
color: white;
font-weight: 900;
font-size: 1.9em;
margin-bottom: .7em;
letter-spacing: .04em;
text-align: center;
line-height: 1.1;
}

/* Section 7 */

.section-7{
padding: 30% 3% 0% 3%;
background-image: none;
background-size: 100%;
background-repeat: no-repeat;
background-position: bottom;
text-align: center;
background-color: #ffffff;
}

.sec7-header{
position: relative;
font-weight: 900;
text-transform: uppercase;
letter-spacing: .05em;
color: #003c4e;
font-size: 1.9em;
line-height: 1;
}

.sec7-sub{
text-transform: uppercase;
letter-spacing: .08em;
color: #f28c39;
font-size: 0.47em;
display: block;
font-weight: 400;
}

.section-7 img{
display: block;
margin: 0.7em auto .8em auto;
}

.section-7 p{
line-height: 1.8;
}

.sec7-usp{
position: relative;
}

.sec7-usp:after{
content: '';
position: absolute;
height: 2px;
width: 70%;
background-color: #0000001f;
top: 5em;
left: 15%;
}


.usp-wrap.row>*{
padding: 0.5%;
}

.usp-blk{
padding: 2em 0.7em 2em 0.7em;
height: auto;
position: relative;
transition: all .3s ease-in-out;
overflow: hidden;
top: 0em;
}

.usp-blk em{
position: absolute;
top: -0.4em;
right: -0.4em;
font-family: 'poppinsbold';
font-size: 3em;
width: 2.1em;
height: 2.1em;
text-align: center;
line-height: 1.7;
background-color: #596161;
border-radius: 900em;
color: white;
padding: 0.3em 0.3em 0em 0em;
}

.usp-blk span{
display: block;
font-size: 6.6em;
color: #f28c39;
width: 1.15em;
margin: -0.2em auto -0.2em auto;
height: 1.4em;
line-height: 1.3;
position: relative;
background-color: white;
z-index: 2;
}

.usp-blk span:after {
  content: '\e939';
  position: absolute;
  text-align: center;
  width: 1em;
  height: 1em;
  left: -0.2em;
  top: -0.15em;
  z-index: -1;
  color: #ff000000;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #feca58;
  font-size: 1.9em;
  line-height: 1;
}

.usp-blk .usp-label{
margin-bottom: 0.5em;
font-weight: 900;
font-size: 1.3em;
color: #003644;
position: relative;
z-index: 3;
}

.usp-blk p{
font-size: .9em;
}

.usp-blk:hover{
color: #003644;
/* cursor: pointer; */
}

.usp-blk:hover em{
background-color: #03a8e2;
}

.usp-blk:hover span{
color: #ffc858;
-webkit-animation: pulse 1s;
animation: pulse 1s;
}

.usp-blk:hover span:after{
color: #0090b5;
  -webkit-text-stroke-color: #0090b5;  
}

.usp-blk:hover h3{
color: #003644;
}


/* Section 8 */

.section-8{
position: relative;
z-index: 4;
background: #fff;
}

.section-8 .img-blk img{
max-width: none;
width: 100%;
}

.section-8 .cnt-blk{
padding: 0em 1.1em;
}

.sec8-header{
position: relative;
font-weight: 900;
font-size: 1.8em;
line-height: 1.23;
}

.sec8-header strong{
color: #f28c39;
}

.section-8 em{
font-style: normal;
text-transform: uppercase;
letter-spacing: .07em;
font-size: 1.4em;
color: #0090b5;
display: block;
margin-bottom: .8em;
}

.section-8 .bullet-list li{
width: 100%;
font-size: 1em;
}

.section-8 .btn{
margin-left: 0;
margin-top: 1.3em;
}


/* Section 9 */


.section-9{
padding: 6% 0% 6% 0%;
position:relative;
background-image: none;
background-size: 100%;
background-repeat: no-repeat;
background-position: bottom;
background-color: #003d4f;
color: white;
}

.elec-badge{
position: relative;
display: block;
margin: .8em 0;
}

.sec9-header{
position: relative;
font-weight: 900;
font-size: 2.5em;
line-height: 1.3;
color: white;
}

.sec9-header strong{
color: #ffc858;
}

.hex-buttons{
position: relative;
}

.hex-buttons a{
position: absolute;
display: block;
width: 18em;
height: 16em;
text-align: center;
text-decoration: none;
color: white;
top: -1em;
left: 0em;
}

.hex-buttons a img{
position: absolute;
z-index: -1;
left: 0em;
top: 0em;
width: 100%;
}

.hex-buttons .link-label{
position: absolute;
bottom: 1em;
text-shadow: -0.07em 0.07em .05em #0000004d;  
left: 5em;
width: 6em;
text-align: left;
font-size: 1.3em;
line-height: 1.1;
}

.hex-buttons .link-label strong{
color: #ffc858;
}

.hex-buttons a:nth-child(2){
top: 6.8em;
left: 13.5em;
}

.hex-buttons a:nth-child(3){
top: 14.5em;
left: 0em;
}

.hex-buttons a:hover{
color: #ffffff;
-webkit-animation: pulse 1s;
animation: pulse 1s;
}

@media screen and (min-width: 5.001em) and (max-width: 55em) {

 .hex-buttons a{
   position: relative;
   top: 0!important;
   width: 100%;
   height: auto;
   left: 0!important;
   padding: 1em 0em;
   background-color: #ff8e16;
   margin: .5em auto;
 }

    .hex-buttons a img{
      display: none;
    }


.hex-buttons .link-label{
position: relative;
bottom: 0em;
text-shadow: -0.07em 0.07em .05em #0000004d;  
left: 0em;
width: auto;
text-align: center;
}


}

/* Section 10 */

.section-10{
position: relative;
padding: 3% 1% 3% 1%;
font-size: 1.1em;
line-height: 1.3;
}


.section-10:after {
  content: '';
  position: absolute;
  height: 7.7em;
  width: 18em;
  background-size: 100%;
  background-image: none;
  bottom: 0.1em;
  right: 1%;
  z-index: 12;
  background-repeat: no-repeat;
}

.section-10 strong{
color: #33acc9;
font-size: 1.3em;
display: block;
padding-right: 2em;
}

.section-10 strong a{
color: #f28c39;
}

/* (CLOSE CTA) */

.close-cta{
position: relative;
padding: 3% 1% 3% 1%;
text-align: center;
line-height: 1.1;
text-transform: uppercase;
font-size: 1.4em;
width: 95%;
letter-spacing: 0.1em;
margin: 2em auto 0em auto;
border-top: 1px solid #00000024;
} 

.close-cta:after {
  content: '';
  position: absolute;
  top: -2.3em;
  left: 0em;
  width: 100%;
  height: 4em;
  background-image: url(/wp-content/uploads/2021/10/pristine-badge.png);
  background-size: 3em;
  background-position: center;
  background-repeat: no-repeat;
}

.close-cta strong{
font-size: 1.3em;
display: block;
font-family: 'poppinsbold';
color: #199ad6;
}

.close-cta strong a{
display: unset;
color: #b00c03;
}

.close-cta strong a:hover{
color: #bdbdbdff;
}


/* ---------------------- */




/* --------------------------- */

.sched-row {
  position: relative;
  padding: 0;
  max-width: 1700px!important;
  margin: auto;
  box-shadow: 0em 0em 2em #e0e5ff;
}

.sched-row.row>*{
padding: 0;
}


.sched-row a {
  color: white;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  padding: 2% 2% 3% 2%;
  transition: all .3s ease-in-out;
  border-radius: .7em;
  letter-spacing: .06em;
  text-decoration: none;
  font-size: 1em;
  background: #f28c39;
  margin: 0;
  border-radius: 0em;
  position: relative;
  z-index: 1;
  background-color: #f28c39;
  background-image: url(/wp-content/uploads/2021/12/hex-cta.gif);
  background-blend-mode: multiply;
}

.sched-row a:before{
content: '';
position: absolute;
background-position: center;
background-size: 100%;
top: 0em;
left: 0em;
height: 100%;
width: 100%;
transform: scale(-1);
background-repeat: no-repeat;
z-index: -2;
}

.sched-row a.pop-button:before{
transform: scale(1);

}

.sched-row a.pop-button{
position: relative;
color: white;
background-color: #003c4e;
background-image: url(/wp-content/uploads/2021/12/cta-sburst.gif);
background-blend-mode: multiply;
}

.sched-row a.pop-button:after {
  content: " ";
  position: absolute;
  bottom: 0em;
  height: 100%;
  z-index: -1;
  width: 100%;
  transition: all .3s ease-in-out;
  right: 0%;
} 

.sched-row a .column,.sched-row a .columns {
  padding-left: 0rem;
  padding-right: 0rem;
}

.sched-row a strong {
  letter-spacing: 0.03em;
  font-size: 2.2em;
  font-weight: 900;
  display: block;
}

.sched-row a span {
  display: block;
  text-align: center;
  font-size: 9em;
  position: relative;
  /* top: -.1em; */
  opacity: 1;
  line-height: 0.6;
  left: -0.1em;
}

.sched-row a:hover span{
    -webkit-animation: tada 1s;
  animation: tada 1s;
}

.sched-row a:hover{
background-color: #0090b5;
color: #ffffff;
cursor: pointer;
}

/* Footer Section CSS  */ 

/* Footer CTA */

.site-footer{
background-color: #ffffff!important;
color: black!important;
max-width: 1700px!important;
margin: auto;
box-shadow: 0em 0em 2em #e0e5ff;
padding-bottom: 0em;
}

.site-footer .bullet-list li:after{
display: none;
}

.site-footer .bullet-list li{
padding: 0.2em 0;
}

.site-footer .bullet-list li{
width: 50%;
}

.logo-foot{
text-align: center;
padding: 2%;
}

.logo-foot a{
text-decoration: none;
text-transform: uppercase;
letter-spacing: .08em;
color: black!important;
}

.schema{
text-align: center;
}

.schema a{
display: block;
font-weight: 900;
}

.schema a:hover{
color: #03a8e2!important;
}


.footer-txt{
text-transform: uppercase;
text-align: center;
color: #003c4e;
letter-spacing: .08em;
font-size: 1.2em;
margin-top: 1em;
font-weight: 900;
}

.help-links a{
display: block;
text-decoration: none;
border-bottom: 1px solid #0000001c;
padding: .5em;
}

.help-links a:hover{
color: #03a8e2!important;
}

.copyright{
color: white;
text-transform: uppercase;
font-size: 0.7em!important;
letter-spacing: .08em;
padding: 0.5em 0em 0.8em 0em!important;
max-width: none;
width: 100%;
background: black;
margin-top: 2%;
}

.lic-numbner{
text-transform: uppercase;
font-size: .9em;
letter-spacing: .08em;
}

.socialmedia{
position: relative;
}

.socialmedia .navbar{
position: relative;
padding-left: 0rem;
list-style: none;
justify-content: center;
margin: 0;
padding: 0;
}

.socialmedia .navbar a{
color: #f28c39!important;
font-size: 2em;
text-decoration: none;
padding: 0em 0.2em 0em 0.2em;
margin: 0em 0em;
display: block;
text-align: center;
}

.socialmedia .navbar a span{
line-height: 1.7;
}

.socialmedia .navbar a:hover{
background-color: #b5201d00;
}

.socialmedia .navbar a:hover{
color: #03a8e2!important;
}

.schema-title{
margin: 0.7em 0 0em 0!important;
}

footer a{
text-decoration: none;
}

/* ---------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------Inner Pages Css ------------------------------------------------------------------ */ 

/* Global Inner CSS  */ 

.full-inner-max{
padding-top: 0em;
position: relative;
background-image: url(/wp-content/uploads/2021/10/top-triangle-gb.jpg);
background-position: top left;
background-size: 110%;
background-repeat: no-repeat;
}

.insideimage{
position: relative;
padding: 10% 0% 12% 0%;
background-position: 105% 1.5em;
background-size: 50%;
margin-top: 12.5%;
/*   background-image: url(/wp-content/uploads/2022/01/inner-top-banner-newww.jpg); */
overflow: hidden;
}

.insideimage:after{
content: '';
position: absolute;
bottom: 0%;
left: -5%;
width: 60%;
height: 100%;
background-color: #003644;
z-index: 0;
transform: scale(-1, 1);
outline: 0.2em solid white;
outline-offset: -1em;
background-size: 140%;
background-image: url(/wp-content/uploads/2021/12/sunburst-bg2.gif);
background-position: 100% 115%;
}
.insideimage .slider-usp{
bottom: -1em;
position: absolute;
z-index: 3;
width: 50%;
margin-left: auto;
margin-right: 1%;
/* right: 0em; */
bottom: 1.5em;
}

.insideimage .slider-usp.row>*{
padding: 0 .4em;
}

.insideimage .slider-usp .usp-box{
height: 7.3em;
font-size: .7em;
background: #093540e0;
width: 100%;
border: 1px solid #012e3a;
color: white;
} 

.insideimage .slider-usp .usp-box span{
font-size: 6em;
line-height: 0.7;
color: #fdc959;
}

.banner-head{
position: relative;
color: #ffffff;
letter-spacing: .12em;
font-size: 1.5em;
text-transform: uppercase;
padding-left: 0.6em;
z-index: 2;
border-left: 0.4em solid #feca58;
margin-left: 0.4em;
width: 70%;
}

.extra-pad{
padding: 0 5%;
}

.wp-video{
margin: auto;
}


#breadcrumbs {
  border-bottom: solid 1px rgba(0, 0, 0, 0.18);
  color: black;
  z-index: 999;
  position: relative;
  margin-bottom: 0px;
  margin-right: auto;
  margin-top: 30px;
  padding: 0% 2% 1.8% 1%;
}




#breadcrumbs a {
  color: #03a8e2;
  font-weight: 900;
  text-decoration: none;
}

#breadcrumbs .icon-home {
  font-size: 1.2em;
  border-right-width: thin;
  border-right-style: solid;
  border-right-color: rgba(0, 0, 0, 0.2);
  padding: 1em;
  margin-right: 12px;
  color: #f28c39;
}

.emp-form{
position: relative;
background-color: #ffffff;
padding: 3% 3%;
}

.emp-form .with_frm_style .vertical_radio .frm_checkbox label, .emp-form .with_frm_style .vertical_radio .frm_radio label{
color: #fff;
}

.emp-form .frm_style_formidable-style-2.with_frm_style input[type=submit]{
display: block;
width: 100%;
padding: 1em 0em;
text-transform: uppercase;
font-family: 'poppinsbold';
letter-spacing: .07em;
font-size: 1.1em;
background-color: #03a8e2;
color: white;
border: 0;
box-shadow: none;
}

.emp-label{
text-align: center;
text-transform: uppercase;
letter-spacing: .08em;
color: #383838;
font-size: 1.5em;
margin-bottom: .8em;
}

.emp-form .with_frm_style .frm_primary_label{
color: black;
}

.emp-form .frm_style_formidable-style.with_frm_style input[type=submit]{
display: block;
width: 100%;
text-transform: uppercase;
letter-spacing: .08em;
font-weight: 900;
font-family: 'arvobold';
background-color: #00169d;
}

.emp-form .frm_style_formidable-style.with_frm_style input[type=submit]:hover{
background-color: black;
color: white;
}

.emp-form .frm_forms.frm_style_formidable-style-2.with_frm_style{
width: 100%!important;
max-width: none!important;
}

.embed-video .wp-video{
width: 100%!important;
display: block;
height: 100%;
}

.embed-video .wp-video-shortcode{
width: 100%!important;
height: 25em!important;
}

.insideimage .not-active{
display: none;
}

.insideimage .activate{
position: relative;
display: block!important;
z-index: 9;
}

.insideimage .activate a{
color: white;
position: relative;
z-index: 3;
transition: all .3s ease-in-out;
display: block;
padding-left: 0em;
border-radius: 900em;
letter-spacing: .09em;
font-size: 1.2em;
margin-bottom: -1em;
width: 16.5em;
font-family: 'poppinsbold';
text-align: center;
margin-left: 3.8em;
}

.insideimage .activate a:hover{
background-color: #5b6363;
}


/* Contact Us Page */

.contact-page{
text-align: center;
}


.contact-page h1{
padding-top: 1em;
}

.contact-page .text-highlight{
padding-bottom: 2.5em;
margin-bottom: 3em;
text-align: center;
}

.contact-page .text-highlight:not(.no-line):after{
right: 0%;
width: 100%;
}

.contact-page .text-highlight:not(.no-line):before{
  content: '';
  position: absolute;
  bottom: -2.3em;
  left: 0em;
  width: 100%;
  height: 5em;
  background-image: url(/wp-content/uploads/2021/10/pristine-badge.png);
  background-size: 4em;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.contact-page-2{
position: relative;
padding: 2% 5%;
}

.contact-page .btn{
max-width: 400px!important;
color: white;
}

.contact-page-2.row>*{
padding: 0;
}

.hours-box{
padding: 4% 5% 5% 5%;
position: relative;
background-color: #03a8e2;
color: white;  
}

.hours-head{
font-size: 1.3em;
font-weight: 900;
font-family: 'poppinsbold';
letter-spacing: .04em;
border-bottom: 1px solid #ffffff6e;
padding-bottom: 1%;
margin-bottom: 4%!important;
background-color: #ff000000!important;
}

.hours-box div{
background-color: #0000000f;
padding: 2%;
margin: .1em 0;
}

.contact-box{
position: relative;
background-color: #ebebeb;
padding: 2em;
outline: 1px solid #0000004d;
outline-offset: -1em;
}

.contact-box b{
font-family: 'poppinsbold';
text-transform: uppercase;
font-size: 1.1em;
color: #03a8e2;
}

.contact-box a{
text-decoration: none;
color: #03a8e2;
}

.map-box iframe{
height: 35.4em;
position: relative;
top: 0.2em;
}

.contact-page-2 .side-form{
margin-bottom: 0;
}

.contact-page-2 .side-form iframe{
height: 30.7em!important;
}

.botcont{
position: relative;
padding: 0% 5%;
}


/* Opening CTA Inner CSS  */ 


blockquote {
  font-size: 1.22em!important;
  margin-top: 35px!important;
  width: 95%;
  border-left: aliceblue;
  position: relative;
  padding: 1em 8em 1em 2.5em!important;
  margin: 4% 1% 6% 1%!important;
  z-index: 9;
  color: #000000!important;
}

blockquote, blockquote p {
  line-height: 1.6;
  margin-bottom: 0em;
  color: #ffffff!important;
}



blockquote:after {
  content: '';
  position: absolute;
  bottom: -0.8em;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  height: 7em;
  width: 10em;
  transition: all .3s ease-in-out;
  background-position: center;
  right: -1.4em;
  background-image: url(/wp-content/uploads/2022/05/newtrust-truck-neww.png);
}


blockquote:before {
  content: '';
  position: absolute;
  bottom: 0em;
  left: 0em;
  height: 100%;
  width: 100%;
  transition: all .3s ease-in-out;
  z-index: -01;
  background-image: url(/wp-content/uploads/2021/12/bluehex-bg.gif);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}


blockquote:nth-of-type(2):after {
  content: "";
  position: absolute;
  width: 7em;
  height: 7em;
  bottom: -0.9em;
  right: -0.5em;
  background-image: url(/wp-content/uploads/2021/12/bee-mascot.png);
  background-size: contain;
  background-repeat: no-repeat;
}

blockquote a{color: #03a8e2;text-decoration: none;}

blockquote a:hover{color: #ffffff;}



#breadcrumbs {
  border-bottom: solid 1px rgba(0, 0, 0, 0.18);
  color: black;
  z-index: 0;
  position: relative;
  margin-bottom: 0px;
  margin-right: auto;
  margin-top: 30px;
}


.inside-content h1 {
  margin-bottom: -1px;
  color: #f28c39;
  font-weight: 900;
  font-size: 2.5em;
}

.inside-content h1 strong{
  color: #3f6fa6;
}

.inside-content h1 span{
display: block;
font-size: .6em;
font-family: 'Poppins';
font-weight: normal;
}

.inside-content h2 em{
font-size: .8em;
font-family: 'Poppins';
font-weight: normal;
font-style: normal

}


.inside-content h2 {
  color: #003644;
  font-weight: 900;
  font-size: 2em;
}

.inside-content h3 {
  color: #596161;
  font-weight: 900;
  font-size: 1.4em;
}

.inside-content h5{
font-size:  1.3em;
}

.deal-price{
position: relative;
font-weight: 900;
font-size: 4em;
line-height: 1.2;
text-shadow: -0.08em 0.09em 0.2em #00000005;
color: #0090b5;
}

.deal-price span{
display: block;
font-size: 0.5em;
padding: 1% 7%;
}

.deal-offer{
position: relative;
font-size: 1.2em;
line-height: 1.4;
display: block;
margin: 2% 0 2% 0;
font-family: 'poppinsregular', sans-serif!important;
}

.deal-offer span{
display: block;
font-size: .7em;
}

.coup-page{
position: relative;
}

.coup-page .home-coup:before{
width: 100%;
height: 27%;
}


.coup-page .home-coup img{
width: 5em;
left: 0;
margin-bottom: 2em;
}

.coup-page .col-lg-6{
margin: .7em 0!important;
}

.coup-page .home-coup{
color: #000000;
padding: 7% 6% 7% 6%;
height: 24em;
display: table-cell;
font-size: 1.1em;
vertical-align: middle;
outline: .3em dashed white;
outline-offset: -1em;
text-align: center;
background-size: cover;
background-color: #fcedcb;
top: 0;
margin: 1em 0;
}

.coup-page .home-coup:after{
display: none;
}

.coup-page .home-coup .btn{
margin: 0.4em auto 1em auto;
background-color: #f28c39;
border: 0;
color: white;
margin: 1em auto;
display: block;
width: 90%;
}

.coup-page .home-coup p{
font-size: .8em;
}


.employ-acc .accordion-header{
margin: 0;
text-align: center;
} 

.employ-acc  .accordion-button{
 text-transform: uppercase;
 letter-spacing: .03em;
 font-size: 1.3em;
 text-align: center!important; 
}

.employ-acc .accordion-button:not(.collapsed) {
  color: #fbf6a5;
  background-color: #b5201d;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

/* List Style 1 Inner CSS  */ 

.bullet-list{
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 10px;
}

.bullet-list li {
  position: relative;
  padding: 0 0 0.1em;
  padding-left: 2em;
  font-size: 1.2em;
  font-weight: 500;
  width: 48%;
}

.bullet-list li:after {
  content: "\f058";
  font-family: 'icomoon' !important;
  position: absolute;
  top: 0;
  left: 0;
  color: #03a8e2;
  font-size: 1.333em;
  border-radius: 50%;
  line-height: 1;
}

.bullet-list li a{
color: #fec857;
text-decoration: none;
}

.bullet-list li a:hover{
color: #000000;
}

/* ---------------------- */

/* List Style 2 Inner CSS  */ 

.check-list li{
  display: block!important;
  padding: .8em 1em .8em 4em!important;
  border-bottom: solid 1px rgba(0, 0, 0, 0.14)!important;
  position: relative!important;
  line-height: 1.5em!important;
  text-align: left!important;
  width:100%!important;
}

.check-list  {
  display: block!important;
  margin: 1em 0!important;
  padding: 0!important;
  border: solid 1px rgba(0, 0, 0, 0.08)!important;
}

.check-list li:before {
  content: "\f00c";
  font-family: 'icomoon' !important;
  color: #feca58;
  display: block;
  position: absolute;
  font-size: 1.2em;
  top: 0.8em;
  left: 1.06em;
  z-index: 2;
}

.check-list li:after{
content: '';
position: absolute;
background-size: 100%;
width: 2.5em;
height: 2.5em;
top: 0.4em;
left: 0.3em;
background-repeat: no-repeat;
}

.check-list li strong {
  text-transform: uppercase;
  font-size: 1.025em;
  color: #f28c39;
}

.check-list li a{
color: #199ad6!important;
}

.check-list li a:hover{
color: #ffdd17;
}

/* ------------------------------------------ */

/* Membership Template  */

.insideimage.member-banner {
background-image: url(/wp-content/uploads/2024/09/trust-worthy-electric-vannew.jpg) !important;
background-size: 70%;
padding: 12% 0% 15% 0%;
background-position: 116% 2.2em;
}


.insideimage.member-banner:after{
transform: rotate(45deg);
width: 43em;
height: 43em;
left: -20%;
top: -50%;
background-image: none;
}

.member-banner .banner-head{
line-height: 1.1;
font-size: 1.8em;
}

.member-banner .banner-head span{
display: block;
font-weight: 900;
font-size: 1.8em;
color: #f28c39;
}

.member-s1{
text-align: center;
padding-bottom: 4em;
}


.member-s1 .text-highlight{
padding-bottom: 2.5em;
margin-bottom: 3em;
}

.member-s1 .text-highlight:not(.no-line):after{
right: 0%;
width: 100%;
}

.member-s1 .text-highlight:not(.no-line):before{
  content: '';
  position: absolute;
  bottom: -2.3em;
  left: 0em;
  width: 100%;
  height: 5em;
  background-image: url(/wp-content/uploads/2021/12/bluebg-bee-2.png);
  background-size: 4em;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.member-f-wrap{
position: relative;
width: 95%;
padding-bottom: 9em;
}

.member-f-wrap:after {
  content: '';
  position: absolute;
  height: 12em;
  width: 10em;
  background-size: 100%;
  background-image: url(/wp-content/uploads/2021/12/bee-mascot.png);
  bottom: 8.84em;
  right: 24%;
  transform: scale(-1, 1);
  z-index: 12;
  background-repeat: no-repeat;
}

.member-f-wrap .small-pic{
bottom: 9em;
}

.member-f-wrap .big-pic{
right: 2em;
}

.member-f-wrap .home-form{
left: 2em;
}

.member-s2{
position: relative;
background-color: #003644;
background-image: url(/wp-content/uploads/2021/12/bluehex-bg.gif);
background-size: cover;
color: white;
}

.member-price{
position: relative;
width: 3em;
font-size: 7em;
font-weight: 900;
margin: -1em auto .3em auto;
display: block;
text-align: center;
background-color: #f28c39;
line-height: 1.1;
padding: .1em .2em .2em .2em;
}

.member-price span{
display: block;
font-size: .4em;
}

.member-s2 .check-list li{
background-color: #003644;
transition: all .3s ease-in-out;
}

.member-s2 .check-list li:hover{
background-color: #012731;
}

.member-s3{
padding-top: 5%;
}

.member-s3 .btn{
max-width: 550px;
}

.member-form{
background-color: #fec857;
padding: 1.5em 15em 1em 15em;
position: relative;
}

.memb-title{
text-align: center;
font-size: 1.9em;
text-transform: uppercase;
letter-spacing: .08em;
color: #013d4f;
font-weight: 900;
margin-bottom: .5em;
}

.member-form  .frm_style_formidable-style.with_frm_style .frm_submit button{
padding: 1em;
}

/*  */


/* Opening CTA Inner CSS  */ 

.text-highlight {
  font-size: 1.36em;
  font-style: italic;
  color: #000000;
  position: relative;
  font-weight: 500!important;
  margin-top: 8px;
  padding-bottom: 3%;
  margin-bottom: 39px;
  line-height: 1.4!important;
}

.text-highlight:not(.no-line):after {
  content: ' ';
  display: block;
  width: 159%;
  height: 4px;
  background-color: #0090b5;
  position: absolute;
  top: 99%;
  right: 20px;
}

.text-highlight p{
margin-bottom: 0;
}

.side-coup{
  position: relative;
  background-color: #03a8e2;
  text-align: center;
  outline-offset: -1.3em;
  padding: 5% 14% 13% 14%;
  font-size: 0.8em;
  outline: .3em dashed #003644;
  text-transform: uppercase;
  margin-bottom: 1em;
  background-position: 53% 19%;
  color: black;
  margin-top: 3%;
  z-index: 12;
  background-image: url(/wp-content/uploads/2021/12/coup-leftbg.gif);
}

.side-coup:after{
content: '';
position: absolute;
background-image: url(/wp-content/uploads/2021/10/coup-masc.png);
height: 10em;
width: 12em;
left: -2em;
top: -6.8em;
background-size: 100%;
background-repeat: no-repeat;
z-index: 1;
}


.side-coup img{
display: block;
width: 6.5em;
margin: auto;
}

.side-price{
font-size: 4em;
color: #0090b5;
position: relative;
margin-top: 2%;
font-weight: 900;
}

.side-offer{
  font-size: 1.3em;
  position: relative;
  margin-bottom: 3%;
  letter-spacing: .08em;
  color: #003644;
}

.side-offer span{
display: block;
font-size: .7em;
}

.side-coup .btn-primary{
display: block;
text-transform: uppercase;
letter-spacing: .03em;
color: #ffffff;
letter-spacing: .08em;
padding: 0.9em 1em;
font-size: 1em;
width: 90%;
margin: auto;
background: #f28c39;
}

.side-label{
text-align: center;
text-transform: uppercase;
font-size: 1.4em;
letter-spacing: .05em;
margin-bottom: 0%;
color: #ffffff;
}

.side-form{
position: relative;
background-color: #5b6363;
padding: 5% 9%;
margin-bottom: 5%;
box-shadow: 0px 0px 2em rgb(2 2 2 / 15%);
border: 1px solid #e4e4e4;
}

.side-form iframe{
height: 29em!important;
}


.text-highlight2 {
  font-size: 1.25em;
  padding: 1.5em 3% 1.1em;
  position: relative;
  border-bottom: solid 1px #00000054;
  text-align: center;
  margin: 4.5rem 0 1.5rem;
  color: #000000;
  font-weight: 900;
}

.text-highlight2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right,#00000040 44.99%,#FFFFFF 45%,#FFFFFF 54.99%,#00000040 55%);
}


.text-highlight2:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 5em;
  background-size: 3.5em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  left: 0em;
  top: -2.95em;
  background-image: url(/wp-content/uploads/2021/12/bluebg-bee-2.png);
}

.text-highlight2 a{
 display: unset;
 color: #b00c03;
 transition: all .3s ease-in-out;
 transform: scale(1);
 position: relative;
 bottom: 0em;
}

.text-highlight2 a:hover{
  font-size: 1.04em;
  bottom: 0.12em;

}

.inner-bottom{
margin-top: 4%;
color: #000!important;
padding: 3% 1% 6% 1%;
z-index: 99;
} 

.inner-bottom .usp-box{
width:100%;
}

.inner-bottom.section-5 .usp-blk span {
left: 0em;
}

.inner-bottom .row>*{
padding: 0 .8%;
}

.inner-bottom .usp-row{
margin-top: -25%;
}

.inner-bottom:after{
display: none;
}

.inner-bottom .usp-wrap{
position: relative;
top: -5em;
}

.inner-bottom .usp-wrap.row>* {
  padding: 0.9%;
}

.side-reviews{
position: relative;
text-align: center;
line-height: 1.8;
padding: 8% 5%;
background: #03a8e2;
color: white;
}

.side-reviews .ttshowcase_rl_subtitle{
display: none;
}

.side-reviews .rev-author:after{
display: none;
}

.side-rev-box{
padding: 5% 6%;
font-size: .9em;
}

.side-reviews .carousel-control-next, .side-reviews .carousel-control-prev {
  color: #fff;
  opacity:1;
}

.side-reviews .btn-primary{
display: block;
border-radius: 0em;
border: 0;
text-transform: uppercase;
letter-spacing: .08em;
margin-top: 6%;
color: white;
background: #000000;
padding: .72em 1em;
}

.side-reviews .side-label{
color: white;
}

.formsidebar{
position: relative;
padding: 1em;
background-color: #feca58;
margin-top: 1em;
}
.formsidebar iframe{
height:500px;
}
.formsidebar .frm_style_formidable-style.with_frm_style input[type=submit]{
width: 100%;
font-family: 'Raleway';
}

.form-inner-label{
text-align: center;
font-size: 1.3em;
margin-bottom: .4em;
font-weight: 900;
}

.side-rev{
position: relative;
padding: 1em;
background-color: #003644;
color: white;
}

.side-rev .ttshowcase_slider .bx-wrapper .bx-prev {
  left: -1em;
}

.side-rev .btn{
display: block;
color: black;
}

/* ---------------------- */


/* Closing CTA Inner CSS  */ 


/* ------------------------------------------------------------------------------------- */


.faq-page .accordion-button{
background-color: #003644;
color: white;
}

.faq-page .accordion-button[aria-expanded=true], .faq-page .accordion-button:hover{
background-color: #f28c39;
color: white;
}

.faq-page .accordion-button::after{
 -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);  
}

/* 404 Page */



.error-page {
  padding: 11% 4% 6% 4%;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: black;
  margin-top: 9%;
  background-image: url(/wp-content/themes/plumberseo-bootstrap/inc/assets/images/ty-bgdss.jpg);    
}

.error-page .inside-content {
  position: relative;
  padding-top: 0px;
  background-color: #00000059;
  padding: 4% 1% 4% 1%;
}

.error-page .error{
font-size: 14em;
font-weight: 700;
color: #f28c39;
position: relative;
display: block;
line-height: 0.8;
letter-spacing: .03em;
z-index: 2;
margin-top: -2%;
text-shadow: -4px 4px #373535;
margin-bottom: 1%;
}


.error-page .inside-content h1{
font-size: 4.2em;
color: #ffffff;
position: relative;
z-index: 1;
}

.error-page .entry-content{
font-size: 1.4em;
padding: 0% 13%;
position: relative;
color: white;
}


.reroute-btns{
padding: 0%;
position: relative;
}

.reroute-btns .column,.reroute-btns .columns {
  padding-left: .3375rem;
  padding-right: .3375rem;
}

.reroute-btns .btn{
width: 100%;
font-size: 1.1em;
box-shadow: 1px 1px 16px 8px #0000000f;
text-transform: uppercase;
/* font-weight: 900; */
letter-spacing: .03em;
border: 0;
display: block;
border-radius: 0;
margin: .7em 0;
color: black;
}

.reroute-btns .btn:hover{
background-color: #ee3338!important;
color: white!important;
text-shadow: none;
}


.reroute-btns span{
position: relative;
top: 0.15em;
font-size: 1.3em;
}




.single-blog ul{
margin-left: 2em!important;
}

/* Default Template CSS  */ 

.main-blog{
position: relative;
}

.main-blog a{
text-decoration: none;
color: #b92b22!important;
}

.main-blog .page-nav{
position: relative;
background-color: #efefef;
padding: 1.5em;
margin-bottom: 1em;
}

.main-blog .post-thumbnail img{
width: 100%;
display: block;
}

/* Meet the team */

.team-page{
position: relative;
}

.team-page h1{
padding-top: 1em;
}

.team-page h1, .team-page .text-highlight{
text-align: center;
}

.team-page .text-highlight{
padding-bottom: 2.5em;
margin-bottom: 3em;
}

.team-page .text-highlight:not(.no-line):after{
right: 0%;
width: 100%;
}

.team-page .text-highlight:not(.no-line):before{
  content: '';
  position: absolute;
  bottom: -2.3em;
  left: 0em;
  width: 100%;
  height: 5em;
  background-image: url(/wp-content/uploads/2021/12/bluebg-bee-2.png);
  background-size: 4em;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}

.team-page .nav-tabs{position: relative;border: 0;}

.team-page .nav-tabs li{
    width: 14%;  
}

.team-page .nav-tabs .nav-link{
padding: 0;
}

.team-page .nav-tabs li img{
position: relative;
width: 100%;
}

.emp-info{
background-color: #003c4e;
text-transform: uppercase;
color: white;
border-top: .2em solid #003645;
font-size: .8em;
font-weight: 900;
padding: 0em 0em 0.4em 0em;
line-height: 1.4;
text-align: center;
display: block;
width: 100%;
}

.emp-info em{
display: table-cell;
font-weight: 400;
font-size: 0.7em;
height: 3em;
vertical-align: middle;
width: 26em;
background: #003645;
}

.team-page .tab-content{
position: relative;
background-color: #003644;
background-image: url(/wp-content/uploads/2021/12/bluehex-bg.gif);
color: white;
border-top: .2em solid #003644;
}

.team-page .tab-content h2{
color: #fec857;
}

.team-page .tab-content .col-md-4{
 padding: 0 3em;
 /* background-color: #0090b5; */
}

.team-page .tab-content .emp-info{
width: 100%;
padding: 0em 0em 0.3em 0em;
font-size: 1em;
background-color: #f28c39;
}

.team-page .tab-content .emp-info em{
width: 45em;
background-color: #feca58;
color: black;  
}

.team-page .nav-tabs .nav-item.show .nav-link .emp-info, .team-page  .nav-tabs .nav-link.active .emp-info{
background-color: #f28c39;
}

.team-page .nav-tabs .nav-item.show .nav-link .emp-info em, .team-page  .nav-tabs .nav-link.active .emp-info em{
background-color: #feca58;
color: black;
}

.team-page  .nav-tabs .nav-link:hover .emp-info{
  background-color: #f28c39;
}

.team-page  .nav-tabs .nav-link:hover .emp-info em{
  background-color: #feca58;
color: black;
}

.team-page .emp-cont{
position: relative;
padding: 0.3em;
height: 32em;
overflow-x: hidden;
overflow-y: scroll;
margin: 1em 0 1em 0;
}

.team-page .emp-cont h2{
margin-top: 0;
}


.team-page .emp-cont::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 49%);
border-radius: 15px;
background-color: #00000029;
}

.team-page .emp-cont::-webkit-scrollbar
{
width: 5px;
/* background-color: #F5F5F4; */
}

.team-page .emp-cont::-webkit-scrollbar-thumb
{
border-radius: 15px;
-webkit-box-shadow: inset 0 0 3px rgb(0 0 0 / 36%);
background-color: #000000;
}



/* ------------------------------------------------------------------------------------- */

.inside-content a{
display: unset;
color: #fec857;
}

.inside-content .btn-primary{
color: #003644;
}

/* Thank You Template CSS  */ 

.thank-you {
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  padding: 9% 1% 5% 1%;
  margin-top: 6%;
  z-index: 99;
  background-image: url(/wp-content/themes/plumberseo-bootstrap/inc/assets/images/ty-bgdss.jpg);    
  position: relative;
}

.thank-you .bg-inner {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.39);
  border: solid 1px #0000005e;
  position: relative;
  padding: 4.063rem 0 3.363rem 0;
  color: white;
}

.thank-you .bg-inner {
  width: 100%;
  max-width: 1100px!important;
  margin: 0 auto;
  position: relative;
}

.thank-you .bg-inner p {
  font-size: 1.5rem;
  line-height: 1.5em;
}

.thank-you .bg-inner  h1{
  margin: 0;
  color: #ffffff;
  font-weight: normal;
  font-size: 3.3rem;
  line-height: 1;
  margin-bottom: 33px;
  text-transform: uppercase;
  letter-spacing: .03em;
  text-shadow: -6px -1px .8em #2b2b2b;
}


.thank-you .bg-inner h1 strong {
  display: block;
  font-size: 1.847em;
  color: #03a8e2;
}


.thank-you .button{
display: block;
background-color: #f28c39;
text-transform: uppercase;
font-size: 1em;
letter-spacing: .08em;
color: #ffffff;
text-decoration: none;
padding: 0.65em 0em;
margin: 0.7em 0;
}

/* ------------------------------------------------------------------------------------- */


/* Client Response Template CSS  */ 



.client-resp-wrap{
padding: 0% 5%;
}


.client-response .entry-content{
padding: 0% 5%;
}

.client-response .frm_style_formidable-style.with_frm_style input[type=submit]{
display: block;
width: 100%;
font-family: 'arvobold';
font-size: 1em;
text-transform: uppercase;
letter-spacing: .08em;
background-color: #e62318;
}

.client-response .frm_style_formidable-style.with_frm_style input[type=submit]:hover{
background-color: black;
color: white;
}

.client-response .frm_style_formidable-style-2.with_frm_style .frm_primary_label{
color: white;
}

.client-response .frm_style_formidable-style-2.with_frm_style input[type=submit]{
display: block;
background-color: #199ad6;
color: white;
width: 100%;
padding: .85em 0em;
text-transform: uppercase;
letter-spacing: 0.08em;
font-size: 1em;
font-family: 'Exo 2', sans-serif!important;
text-shadow: -0.03em 0.08em black;
}

.client-response .frm_forms.frm_style_formidable-style-2.with_frm_style{
margin: auto;
}

.client-response .bg-inner {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.31);
  border: solid 1px #000000a6;
  position: relative;
  padding: 3.063rem 0 1.363rem 0;
  color: white;
}

.client-response .bg-inner {
  width: 100%;
  max-width: 1100px!important;
  margin: 0 auto;
  position: relative;
}

.client-response .bg-inner p {
  font-size: 1.6rem;
  line-height: 1.5em;
  padding: 0% 5%;
}

.client-response .bg-inner  h1{
  margin: 0;
  color: #ffffff;
  font-size: 4.5rem;
  line-height: 0.9;
  margin-bottom: 3%;
  text-shadow: 4px 4px 0.7em #00000075;
  text-transform: uppercase;
}


.client-response .bg-inner h1 strong {
  display: block;
  font-size: 1.647em;
  color: #03a8e2;
  position: relative;
}

.client-response .bg-inner  h1 span strong{
font-size: 1.3em;
}

.client-response .bg-inner  h1 span{
font-size: 0.7em;
display: block;
font-weight: normal;
}

.client-response .with_frm_style .frm_primary_label{
color: white;
}

.client-response .frm_button_submit {
position: relative;
display: block;
width: 100%;
background-color: #e7090c;
padding: .85em 0em;
text-transform: uppercase;
letter-spacing: .08em;
font-weight: 900;
font-family: 'Ubuntu', sans-serif!important;
}

/* ------------------------------------------------------------------------------------- */


/* Client Feedback Review Template CSS  */ 


.client-response {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 13% 1% 7% 1%;
  background-color: #4e4e4e;
  margin-top: 6%;
  background-image: url(/wp-content/themes/plumberseo-bootstrap/inc/assets/images/ty-bgdss.jpg);
}

.client-review {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  padding: 11% 4% 5% 4%;
  position: relative;
  z-index: 9;
  margin-top: 8%;
  background-image: url(/wp-content/themes/plumberseo-bootstrap/inc/assets/images/feedback-bg.jpg);
  text-align: center;
}


.client-review  p {
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 0% 0%;
  color: black;
}

.client-review  h1{
  margin: 0;
  color: #000000;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: -0.1em;
  /* text-shadow: 4px 4px 0.4em #00000057; */
  text-transform: uppercase;
  position: relative;
}


.client-review h1 strong {
  display: block;
  font-size: 1.47em;
  color: #03a8e2;
}


.resp-box{
border-top: 1px solid #00304624;
FONT-WEIGHT: 100;
position: relative;
margin-top: 2%;
border-bottom: 1px solid #00304624;
}

.resp-txt{
font-weight: 900;
font-size: 1.7em;
letter-spacing: 0.03em;
margin-bottom: 2%;
line-height: 1.7;
padding: 1% 5% 0% 5%;
}

.resp-box .btn{
display: block;
width: 80%;
max-width: 440px;
border-radius: 0em;
border: 0;
margin: auto;
}

.client-review img{
display: block;
width: 90%;
margin: auto;
}

.client-review .col-12 img{
max-width: 450px;
}

.client-review .row-cols-5{
padding: 0% 15%;
margin-top: 2%;
}


/* ------------------------------------------------------Media Queries CSS ---------------------------------------- */ 


@media screen and (min-width: 5.001em) and (max-width: 25em) {


/* NEW QUERIES */
.float-btn {
    top: calc(25% - -52px); /* 50 */
    right: 25%;
    scale: .6;
}

.section-1 h1 strong {;
    font-size: 2.5em;
}
  
.slider-usp.row>*{
padding: .2%;
}

.sec7-usp:after{
display: none;
}


.section-3 .col-sm-4{
width: 33.33%;
margin-top: 1em;
} 

.elec-badge, .section-7 img, .section-3 img, .section-1 img{
width: 7em;
}


.section-2 .content-wrap:after {
  height: 11em;
  width: 7em;
  bottom: -4.16em;
  right: auto;
  left: -1em;
}


.member-form {
  padding: 1.5em 1em 1em 1em;
}

/* END NEW QUERIES */

    #breadcrumbs{
   font-size: .6em;
 }

 blockquote {
  padding: 2% 3% 1% 3%!important;
}

 blockquote:after{
   display: none;
 }   

 .error-page .inside-content h1{
   font-size: 1.5em;
   margin-bottom: 0em;
 }


 .error-page .error{
   font-size: 8.8em;
 }   

.error-page .entry-content {
  font-size: 1em;
  padding: 0% 3%;
  margin-top: 0.1em;
}   
 

.client-review{
text-align: center;
margin-top: 24%;
padding: 20% 4% 5% 4%;
}


.client-review .row-cols-5 {
  padding: 0% 1%;
  margin-top: 2%;
}


.client-review .row-cols-5 .col{
padding: 0.5%;
}


.client-review img, .client-review .btn{
margin: auto;
width: 100%;
}

.client-review h1{
font-size: 2em;
}   


.client-response .bg-inner p {
  font-size: 1.1rem;
  padding: 0% 0%;
}

.client-response .bg-inner h1 {
  font-size: 1.9rem;
}

.thank-you .bg-inner h1 {
  font-size: 1.4rem;
}

.thank-you .button{
margin: .5em 0;
}

.thank-you .bg-inner p {
  font-size: 1rem;
}


 .bullet-list li{
   width: 100%;
 }

.insideimage, .insideimage.member-banner {
  margin-top: 17%;
  padding: 19% 3% 10% 3%;
}
.member-price{
font-size: 5em;
}


.insideimage:after, .insideimage.member-banner:after{
width: 100%;
left: 0;
transform: rotate(0);
height: 100%;
top: 0;
}
.member-banner .banner-head{
font-size: 1.2em;
}
.insideimage .slider-usp .usp-box {
  height: 7.8em;
  font-size: .7em;
  padding: 5% 15%;
}

.thank-you {
  padding: 15% 1% 5% 1%;
  margin-top: 17%;
}


.banner-head{
 font-size: 1.1em;
}


.insideimage .col-lg-6{
padding-right: 35%;
}

.banner-head{
font-size: 0.83em;
width: 100%;
}

.insideimage .activate a{
font-size: 0.68em;
}

    .home-form iframe {
    height: 53em !important;
    margin-top: -1.5em;
}


.sliderfull {
  padding: 14% 0% 8% 0%;
  margin-top: 17%;
  /* background-image: url(/wp-content/uploads/2021/10/mobile-slider-bggg.jpg); */
  background-position: 50% 2em;
}

.logo-image img{
width: 31em;
}

.smallbar .logo-image img{
width: 7em;
}

.logo-foot img{
width: 19em;
}

.quick-nav.adjust {
  font-size: .9em;
  top: 4.5em;
}

.home-form{
margin-top: 3em;
}

.close-cta{
font-size: 0.8em;
padding: 6% 2% 3% 2%;
}

.sched-row a {
  padding: 3% 0% 3% 0%;
  font-size: 0.6em;
}


.resp-txt{
font-size: 1em;
}

.client-response {
  padding: 17% 1% 7% 1%;
  margin-top: 14%;
}


.hide-for-small-only{
display: none!important;
}

.error-page {
  padding: 13% 4% 6% 4%;
  margin-top: 18%;
}

.help-links a{
text-align: center;
}

.side-form iframe {
  height: 39em!important;
}


.insideimage .slider-usp{
width: 95%;
margin-right: auto;
right: 0;
font-size: 0.7em;
bottom: 0;
position: relative;
margin-top: 1em;
}

.insideimage .slider-usp.row>*{
padding: 0 1%;
}

.show-for-small-only{
display: block!important;
}


.team-page .tab-content .col-md-4{
padding: .5em 3em;
}

.team-page .nav-tabs li{
width: 100%;
}

.team-page .nav-tabs li img{
display: none;
}

.team-page .nav-tabs .nav-link{
width: 100%;
}

.emp-info em{
width: 90em;
}


.inside-content h1{
font-size: 1.6em;
overflow-wrap: break-word;
}

.inside-content h2{
font-size: 1.5em;
}


.member-f-wrap .home-form{
left: 0em;
width: 100%;
margin: auto;
}

.member-f-wrap:after {
display: none;
}

}



@media screen and (max-width: 35em) and (min-width: 25.001em) {


/* NEW QUERIES */
.float-btn {
    scale: .7;
    top: calc(28% - -2em); /* 50 */
    right: calc(50% - 4.5em);
}
  
.slider-usp.row>*{
padding: .2%;
}


.slider-header {
  font-size: 1.6em;
}

.slider-sub{
font-size: 1.2em;
}

.section-1 {
  padding: 11% 2% 20% 2%;
}

.section-1 h1{
font-size: 1.2em;
}

    .home-form iframe {
    height: 46em !important;
    margin-top: -1.5em;
}

.section-2 .content-wrap:after {
  height: 11em;
  width: 9em;
  bottom: -4.16em;
  right: auto;
  left: -1em;
}

.top-services a {
  height: 24em;
}

.sec3-haeder{
font-size: 3.2em;
}

.sec4-header{
font-size: 2.5em;
}

.section-7 {
  padding: 20% 3% 0% 3%;
}

.sec7-header{
font-size: 2.2em;
}

.sec7-sub{
font-size: 0.5em;
}

.sec7-usp:after{
display: none;
}

.sec8-header{
font-size: 2.2em;
}


.section-3 .col-sm-4{
width: 33.33%;
margin-top: 1em;
} 

.elec-badge, .section-7 img, .section-3 img, .section-1 img{
width: 7em;
}


.member-form {
  padding: 1.5em 3em 1em 3em;
}

/* END NEW QUERIES */

.logo-foot img{
width: 19em;
}
 .side-form iframe {
  height: 39em!important;
}

 .home-form .camp-form iframe {
  height: 32em!important;
}

.widget .home-form .camp-form iframe {
  height: 36.3em!important;
}

.modal-dialog .camp-form iframe {
  height: 32em!important;
}


.sliderfull {
  padding: 8% 1% 0% 3%;
  margin-top: 7em;
  background-position: 50% 2em;
}

.home-price{
font-size: 4em;
}

.sched-row a{
font-size: .8em;
}


.close-cta{
font-size: 0.8em;
}


.insideimage , .insideimage.member-banner{
  margin-top: 16%;
  padding: 19% 4% 7% 4%;
}

.inside-content h1{
font-size: 1.7em;
}

.inside-content h2{
font-size: 1.5em;
}

 #breadcrumbs{
   font-size: .7em;
 }


.client-review .row-cols-5 {
  padding: 0% 1%;
  margin-top: 2%;
}


.client-review .row-cols-5 .col{
padding: 0.5%;
}

    blockquote {
  padding: 2% 3% 1% 3%!important;
}

 blockquote:after{
   display: none;
 }

    .bullet-list li{
   width: 100%;
 }

 .error-page .error{
   font-size: 8.9em;
 }

 .error-page .inside-content h1{
   font-size: 2em;
   margin-bottom: 0em;
 }

.error-page .entry-content {
  font-size: 1em;
  padding: 0% 3%;
  margin-top: 0.1em;
}   

.client-review{
text-align: center;
padding: 22% 4% 5% 4%;
margin-top: 21%;
}

.client-review img, .client-review .btn{
margin: auto;
}

.client-review h1{
font-size: 2.3em;
}    

.client-response .bg-inner p {
  font-size: 1.4rem;
}

.client-response .bg-inner h1 {
  font-size: 2.4rem;
}

.thank-you .bg-inner h1 {
  font-size: 1.8rem;
}

.thank-you .button{
margin: .5em 0;
}

.thank-you .bg-inner p {
  font-size: 1rem;
}

.thank-you {
  padding: 15% 1% 5% 1%;
  margin-top: 17%;
}


.client-response {
  padding: 16% 1% 7% 1%;
  margin-top: 16%;
}


.hide-for-small-only{
display: none!important;
}

.error-page {
  padding: 7% 4% 6% 4%;
  margin-top: 18%;
}


.logo-image img {
  width: 10.8em;
}

.quick-nav.adjust {
  font-size: .9em;
  top: 5.6em;
}

.smallbar .logo-image img {
  width: 8em;
}

.help-links a{
text-align: center;
}



.insideimage .slider-usp{
width: 95%;
margin-right: auto;
right: 0;
position: relative;
bottom: 0em;
margin-top: 1em;
}

.insideimage .slider-usp.row>*{
padding: 0 1%;
}



.insideimage:after, .insideimage.member-banner:after{
width: 100%;
left: 0;
transform: rotate(0);
height: 100%;
top: 0;
}
.member-banner .banner-head{
font-size: 1.4em;
}

.insideimage .col-lg-6{
padding-right: 35%;
}

.banner-head{
font-size: 1.1em;
width: 100%;
}

.insideimage .activate a{
font-size: .88em;
}

.team-box {
  height: 22em;
  width: 22em;
}

.team-box p{
height: 16em;
}

.show-for-small-only{
display: block!important;
}


.team-page .tab-content .col-md-4{
padding: .5em 5em;
}

.team-page .nav-tabs li{
width: 100%;
}

.team-page .nav-tabs li img{
display: none;
}

.team-page .nav-tabs .nav-link{
width: 100%;
}

.emp-info em{
width: 90em;
}


.member-f-wrap .home-form{
left: 0em;
width: 80%;
margin: auto;
}

.member-f-wrap:after {
display: none;
}

}




@media screen and (max-width: 39.938em) and (min-width: 35.001em) {



/* NEW QUERIES */
.float-btn {
    top: 34%; /* 50 */
    right: 15px;
    scale: .8;
}
.slider-usp.row>*{
padding: .2%;
}


.slider-header {
  font-size: 2.1em;
}

.slider-sub{
font-size: 1.1em;
}

.section-1 {
  padding: 11% 2% 20% 2%;
}

.section-1 h1{
font-size: 1.7em;
}

  .home-form iframe {
    height: 43em !important;
    margin-top: -1.5em;
}

.section-2 .content-wrap:after {
  height: 11em;
  width: 9em;
  bottom: -4.16em;
  right: auto;
  left: -1em;
}

.top-services a {
  height: 20em;
}

.sec3-haeder{
font-size: 4.2em;
}

.sec4-header{
font-size: 3.4em;
}

.add-header{
font-size: 1.3em;
}

.sec6-header{
font-size: 2.4em;
margin-bottom: -0.7em;
}

.home-offer{
margin-top: 1.2em;
}


.section-7 {
  padding: 17% 3% 0% 3%;
}

.sec7-header{
font-size: 3em;
}

.sec7-sub{
font-size: 0.5em;
}

.sec7-usp:after{
display: none;
}

.sec8-header{
font-size: 2.9em;
}

.sec9-header{
font-size: 3em;
}

.section-3 .col-sm-4{
width: 33.33%;
margin-top: 1em;
} 

.elec-badge, .section-7 img, .section-3 img, .section-1 img{
width: 7em;
}


.member-form {
  padding: 1.5em 5em 1em 5em;
}

/* END NEW QUERIES */

.logo-foot img{
width: 22em;
}

 .side-form iframe {
  height: 40em!important;
}


.logo-image img {
  width: 13.8em;
}

.smallbar .logo-image img {
  width: 9.6em;
} 

.error-page {
  padding: 3% 4% 6% 4%;
  margin-top: 17%;
}


.client-review{
text-align: center;
padding: 22% 4% 5% 4%;
margin-top: 17%;
}

.client-review img, .client-review .btn{
margin: auto;
}


.client-review .row-cols-5 {
  padding: 0% 1%;
  margin-top: 2%;
}


.client-review .row-cols-5 .col{
padding: 0.5%;
}

.client-review h1{
font-size: 3.4em;
}   

.resp-txt {
  font-size: 1.5em;
}    

   .insideimage , .insideimage.member-banner{
  margin-top: 17%;
  padding: 17% 3% 4% 3%;
}


.insideimage .slider-usp{
width: 90%;
margin-right: auto;
right: 0;
bottom: 0em;
position: relative;
margin-top: 0.5em;
}

.insideimage .slider-usp.row>*{
padding: 0 1%;
}


.insideimage:after, .insideimage.member-banner:after{
width: 100%;
left: 0;
transform: rotate(0);
height: 100%;
top: 0;
}
.banner-head{
 font-size: 1.2em;
}

 #breadcrumbs{
   font-size: .79em;
 }


 .bullet-list li{
   width: 100%;
 }

 blockquote {
  padding: 2% 3% 1% 3%!important;
}

 blockquote:after{
   display: none;
 }

    .error-page .inside-content h1{
   font-size: 2.7em;
   margin-bottom: 0em;
 }

.error-page .entry-content {
  font-size: 1.2em;
  padding: 0% 3%;
  margin-top: 0.1em;
}   

.sliderfull {
  padding: 8% 1% 0% 1%;
  margin-top: 22%;
  background-position: 50% 3em;
}

.home-form{
margin-top: 3em;
} 

.close-cta{
font-size: 1em;
}


.client-response .bg-inner p {
  font-size: 1.5rem;
  padding: 0% 0%;
}

.client-response .bg-inner h1 {
  font-size: 3.1rem;
}

.thank-you .bg-inner h1 {
  font-size: 2.3rem;
}

.thank-you .button{
margin: .5em 0;
}

.thank-you {
  padding: 13% 1% 5% 1%;
  margin-top: 15%;
} 

.client-response {
  padding: 15% 1% 7% 1%;
  margin-top: 16%;
}


.hide-for-small-only{
display: none!important;
}

.help-links a{
text-align: center;
} 

.show-for-small-only{
display: block!important;
}


.team-page .tab-content .col-md-4{
padding: .5em 9em;
}

.team-page .nav-tabs li{
width: 100%;
}

.team-page .nav-tabs li img{
display: none;
}

.team-page .nav-tabs .nav-link{
width: 100%;
}

.emp-info em{
width: 90em;
}


.member-f-wrap .home-form{
left: 0em;
width: 80%;
margin: auto;
}

.member-f-wrap:after {
  height: 15em;
  width: 12em;
  bottom: 8.84em;
  right: -5%;
}

}



@media screen and (max-width: 55em) and (min-width: 39.939em) {



/* NEW QUERIES */
.float-btn {
    top: 33%; /* 50 */
    right: 0;
    scale: .8;
}
  
.slider-usp.row>*{
padding: .2%;
}

.slider-usp .usp-box{
font-size: .8em;
}

.slider-header {
  font-size: 2.1em;
}

.slider-sub{
font-size: 1.1em;
}

.section-1 {
  padding: 11% 2% 20% 2%;
}

.section-1 h1{
font-size: 2em;
}

  .home-form iframe {
    height: 39em !important;
    margin-top: -1.5em;
}

.section-2 .content-wrap:after {
  height: 11em;
  width: 9em;
  bottom: -4.16em;
  right: auto;
  left: -1em;
}

.top-services a {
  height: 20em;
}

.sec3-haeder{
font-size: 4.5em;
padding-right: 2em;
}

.sec4-header{
font-size: 4.1em;
}

.add-header{
font-size: 1.3em;
}

.sec6-header{
font-size: 2.4em;
margin-bottom: -0.7em;
}

.home-offer{
margin-top: 1.2em;
}


.section-7 {
  padding: 17% 3% 0% 3%;
}

.sec7-header{
font-size: 3em;
}

.sec7-sub{
font-size: 0.5em;
}

.sec7-usp:after{
display: none;
}

.sec8-header{
font-size: 2.9em;
}

.sec9-header{
font-size: 3em;
}

.section-3 .col-sm-4{
width: 33.33%;
margin-top: 1em;
} 

.elec-badge, .section-7 img, .section-3 img, .section-1 img{
width: 7em;
}

/* END NEW QUERIES */

.logo-foot img{
width: 24em;
}

.banner-head{
font-size: 1.3em;
}

.col-sm-12 {
  flex: 0 0 auto;
  width: 100%;
}

 .side-form iframe {
  height: 41em!important;
}

 .quick-nav.adjust{
   top: 4.7em;
 }

  .logo-image img {
  width: 21.8em;
}

 .smallbar .logo-image img {
  width: 11em;
}

.error-page {
  padding: 6% 4% 6% 4%;
  margin-top: 10%;
}

.sliderfull .col-sm-12, .section-1 .col-sm-12, .section-2 .col-sm-12, .section-3 .col-sm-12, .section-4 .col-sm-12, .section-6 .col-sm-12{
  width: 100%!important;
}

.member-form {
  padding: 1.5em 5em 1em 5em;
}

.sliderfull {
  padding: 4% 1% 0% 1%;
  margin-top: 22%;
}

.sliderfull .col-md-7{
width: 100%;
}


.section-1 .btn.se-widget-button{
font-size: .8em;
margin-bottom: 2em;
}

.show-for-small-only{
display: block!important;
} 

.insideimage .slider-usp .usp-box{
font-size: .73em;
}

.insideimage:after, .insideimage.member-banner:after{
width: 100%;
left: 0;
transform: rotate(0);
height: 100%;
top: 0;
}

.insideimage, .insideimage.member-banner {
  margin-top: 11.5%;
  padding: 8% 3% 2% 3%;
} 
.side-price{
font-size: 7em;
}

.side-offer{
font-size: 2em;
}

.member-f-wrap .home-form{
left: 0em;
width: 80%;
margin: auto;
}

.member-f-wrap:after {
  height: 15em;
  width: 12em;
  bottom: 8.84em;
  right: -5%;
}

.side-coup, .side-form, .side-reviews{
width: 90%;
margin: 1em auto;
}

.side-label{
font-size: 2em;  
} 

.insideimage .slider-usp{
width: 90%;
margin-right: auto;
position: relative;
}

.insideimage .col-lg-6{
padding-right: 39%;
}

.insideimage .slider-usp.row>*{
padding: 0 1%;
}

.close-cta{
font-size: 1.1em;
}

.hide-for-small-only{
display: none!important;
}

.help-links a{
text-align: center;
}


 .error-page .inside-content h1{
   font-size: 5.2em;
   margin-bottom: 0em;
 }

.error-page .entry-content {
  font-size: 1.3em;
  padding: 0% 3%;
  margin-top: 0.1em;
}   


.insideimage .col-md-4{
width: 33.33%!important;
}


.home-label{
font-size: 1.9em;
}

.client-review{
text-align: center;
padding: 18% 4% 5% 4%;
}

.client-review img, .client-review .btn{
margin: auto;
}


.client-review .row-cols-5 {
  padding: 0% 8%;
  margin-top: 2%;
}


.client-review .row-cols-5 .col{
padding: 0.5%;
}

.client-review h1{
font-size: 3.9em;
}   

.resp-txt {
  font-size: 1.5em;
}

.copyright{
font-size: .9em!important;
}

.client-response .bg-inner p {
  font-size: 1.5rem;
}

.thank-you .bg-inner h1 {
  font-size: 2.6rem;
}

.thank-you {
  padding: 9% 1% 5% 1%;
  margin-top: 10%;
}

.thank-you .button{
margin: .5em 0;
}


.inside-content .col-md-8, .inside-content .col-md-4 {
  flex: 0 0 auto;
  width: 100%;
} 

.inside-content .emp-rows .col-sm-9 {
  flex: 0 0 auto;
  width: 75%;
  padding: 0.1%;
}

.inside-content .emp-rows .col-sm-3 {
  flex: 0 0 auto;
  width: 25%;
  padding: 0.1%;
}

.team-page .tab-content .col-md-4{
padding: .5em 10em;
}


.team-page .nav-tabs li{
width: 100%;
}

.team-page .nav-tabs li img{
display: none;
}

.team-page .nav-tabs .nav-link{
width: 100%;
}

.emp-info em{
width: 90em;
}

}


@media screen and (max-width: 59.999em) and (min-width: 55.001em) {


/* NEW QUERIES */
.emp-info em {
    font-size: 0.55em;
}        
  .smallbar .float-btn {
    top: 50%; 
}
.float-btn {
    top: 28%; /* 50 */
    right: 0;
}

.slider-header{
    font-size: 3em;
}

.slider-sub{
font-size: 1.4em;
}

.sliderfull .btn-primary {
  width: 23em;
}


.slider-usp{
width: 80%;
margin: 7.6em auto 0em auto;  
}

.slider-usp .usp-box{
font-size: 0.86em;
} 

.section-1 h1 {
  font-size: 1.3em;
}

.small-pic{right: 37%;width: 11em;  bottom:13em;}

.big-pic{
right: 1em;

width: 32em;  
}

.home-form iframe {
    height: 46em !important;
    margin-top: -1.5em;
}  

.section-2 .content-wrap:after{
  height: 19em;
  width: 16em;
  bottom: -3.16em;
  right: 14%;
}

.top-services.row>*{
padding: 0 .5%;
}

.top-services{
padding: 0;
}

.top-services a{
height: 28em;
}

.top-services a:hover p {
  opacity: 1;
  top: 8.3em;
}

.sec3-haeder {
  font-size: 3.2em;
  padding-right: 2em;
}

.section-3 .hide-for-small-only{
display: block;
}

.section-3 .col-md-6 img{
bottom: -1em;
}

.section-3 .img-blk:after{
top: 7%;
}

.section-3 .btn{
padding: 0.72em .8em;
}

.badges-row a{
width: 6.5em;
}

.rev-slider:after {
  height: 70%;
  width: 74%;
  background-size: 100%;
  background-image: url(/wp-content/uploads/2021/12/reviews-sunbrst.gif);
  top: 0em;
  left: 0;
}


.sec4-header {
  font-size: 3.5em;
}

.section-4 .hide-for-small-only{
display: block;
}

.section-4 img{
bottom: 0em;
position: relative;
max-width: none;
width: 22em;
left: -1em;
}

.add-header{
font-size: 0.9em;
}

.section-5 {
  background-image: url(/wp-content/uploads/2021/12/bluehex-bg.gif);
}

.section-5:after {
  height: 14.8em;
  width: 23em;
  background-image: url(/wp-content/uploads/2021/12/bluebg-bee.png);
  bottom: 0em;
  right: 1%;
}


.section-6{
background-image: url(/wp-content/uploads/2021/12/couponb-bg.jpg);
}


.sec6-header {
  font-size: 3.5em;
}


.home-coup{
width: 70%;
background-image: url(/wp-content/uploads/2021/12/coup-leftbg.gif);
background-size: 34em;
background-position: bottom left;
top: 3em;
}


.home-coup:after {
  height: 110%;
  width: 58%;
  background-size: 102% 100%;
  background-image: url(/wp-content/uploads/2021/12/coup-right.png);
  bottom: -5%;
  right: -8%;
  transform: rotate(0deg);
  background-color: #ff000000;
}

.home-price {
  font-size: 7.5em;
}

.home-offer{
font-size: 2.3em;
}



.section-6:after {
  height: 13em;
  width: 11em;
  background-size: 100%;
  bottom: -7.16em;
  left: 8%;
}


.section-7{
padding: 10% 7% 0% 7%;  
background-image: url(/wp-content/uploads/2021/12/hex-bg-2.gif);
}


.sec7-header {
  font-size: 3.5em;
}

.sec7-sub{
font-size: 0.55em;
}

.sec8-header {
  font-size: 2.2em;
}


.section-8 .cnt-blk{
padding: 0em 1.4em;
background: white;
position: relative;
z-index: 3;
}


.section-8 em{
font-size: 1.4em;
}

.section-8 .hide-for-small-only{
display: block;
}

.section-8 .img-blk img{
width: 125%;
left: -5%;
bottom: -0.1em;
}

.hex-buttons a {
  width: 16em;
  height: 14em;
  top: 1.5em;
  left: 0em;
}


.hex-buttons a:nth-child(2){
top: 8.5em;
left: 12.2em;
}

.hex-buttons a:nth-child(3){
top: 15.5em;
left: -0.1em;
}

.hex-buttons .link-label{
left: 3.4em;
}


.section-9{
background-image: url(/wp-content/uploads/2021/12/sunburst-bg2.gif);
background-size: cover;
}

.sec9-header {
  font-size: 2.8em;
}

.section-10{
padding: 3% 30% 3% 1%;
font-size: 1.33em;
}

.section-10:after {
  background-image: url(/wp-content/uploads/2022/05/newtrust-truck-neww.png);
}


.inside-content.team-page .col-md-4 {
  flex: 0 0 auto;
  width: 33.33%;
} 

.inside-content.team-page .col-md-8{
  flex: 0 0 auto;
  width: 66.6666666667%;
}


/* END NEW QUERIES */

.side-form iframe {
  height: 38em!important;
}

.smallbar .logo-image img {
  width: 15em;
}

.quick-nav.adjust {
  top: 5.2em;
} 

.sliderfull {
  padding: 9% 0% 0% 0%;
  margin-top: 16%;
  background-position: 50% 2em;
}

.sliderfull .col-md-7{
width: 100%;
}

.section-2 .hide-for-small-only{
display: block;
}


.inside-content .col-md-8, .inside-content .col-md-4 {
  flex: 0 0 auto;
  width: 100%;
}

.insideimage .slider-usp .usp-box{
font-size: .8em;
}

.insideimage {
  margin-top: 12.5%;
}

.banner-head{
font-size: 1.3em;
}

.insideimage .activate a{
font-size: 1em;
}


.side-price{
font-size: 7em;
}

.side-offer{
font-size: 2em;
}

.side-coup, .side-form, .side-reviews{
width: 90%;
margin: 1em auto;
}

.side-label{
font-size: 2em;  
}


.insideimage .slider-usp{
width: 53%;
font-size: .84em;
}

.close-cta{
font-size: 1.1em;
} 

.site-footer .bullet-list li{
font-size: .9em;
}

.sched-row a{
font-size: 0.9em;
}   

.error-page {
  padding: 11% 4% 6% 4%;
  margin-top: 10%;
}


.resp-txt {
  font-size: 1.5em;
}

.client-review h1{
font-size: 2.8em;
}

.sched-row:after {
  content: " ";
  position: absolute;
  bottom: 35%;
  height: 2.4em;
  width: .4em;
  left: 50.8%;
}

.sliderfull .btn{
font-size: 1em;
}

.copyright{
font-size: .9em!important;
}   

.member-f-wrap .col-md-4{
width: 100%;
}

.member-f-wrap .home-form{
left: 0em;
width: 80%;
margin: auto;
}

.member-f-wrap:after {
  height: 15em;
  width: 13em;
  bottom: 8.84em;
  right: -2%;
}

.hide-for-small-only{
display: none;
}


.show-for-small-only{
display: none;
}


.inside-content.team-page .col-md-4 {
  flex: 0 0 auto;
  width: 33.33%;
}

.team-page .tab-content .col-md-4{
 padding:0 1em;
}


.team-page .nav-tabs li{
width: 100%;
}

.team-page .nav-tabs li img{
display: none;
}

.team-page .nav-tabs .nav-link{
width: 100%;
}

.emp-info em{
width: 90em;
}

}


@media screen and (min-width: 60em) and (max-width: 63.938em) {




/* NEW QUERIES */
.emp-info em {
    font-size: 0.57em;
}    
.float-btn {
    top: 31%; /* 50 */
    right: 0;
}

.slider-header{
    font-size: 3em;
}

.slider-sub{
font-size: 1.4em;
}

.sliderfull .btn-primary {
  width: 23em;
}


.slider-usp{
width: 80%;
margin: 7.6em auto 0em auto;  
}

.slider-usp .usp-box{
font-size: 0.86em;
} 

.section-1 h1 {
  font-size: 1.3em;
}

.small-pic{
right: 37%;
width: 15em;
}

.big-pic{
right: 1em;
width: 32em;  
}

.section-2 .content-wrap:after{
  height: 19em;
  width: 16em;
  bottom: -3.16em;
  right: 14%;
}

.top-services.row>*{
padding: 0 .5%;
}

.top-services{
padding: 0;
}

.top-services a{
height: 28em;
}

.top-services a:hover p {
  opacity: 1;
  top: 8.3em;
}

.sec3-haeder {
  font-size: 3.2em;
  padding-right: 2em;
}

.section-3 .hide-for-small-only{
display: block;
}

.section-3 .col-md-6 img{
bottom: -1em;
}

.section-3 .img-blk:after{
top: 7%;
}

.section-3 .btn{
padding: 0.72em .8em;
}

.badges-row a{
width: 6.5em;
}

.rev-slider:after {
  height: 70%;
  width: 74%;
  background-size: 100%;
  background-image: url(/wp-content/uploads/2021/12/reviews-sunbrst.gif);
  top: 0em;
  left: 0;
}


.sec4-header {
  font-size: 3.5em;
}

.section-4 .hide-for-small-only{
display: block;
}

.section-4 img{
bottom: 0em;
position: relative;
max-width: none;
width: 22em;
left: -1em;
}

.add-header{
font-size: 0.9em;
}

.section-5 {
  background-image: url(/wp-content/uploads/2021/12/bluehex-bg.gif);
}

.section-5:after {
  height: 14.8em;
  width: 23em;
  background-image: url(/wp-content/uploads/2021/12/bluebg-bee.png);
  bottom: 0em;
  right: 1%;
}


.section-6{
background-image: url(/wp-content/uploads/2021/12/couponb-bg.jpg);
}


.sec6-header {
  font-size: 3.5em;
}


.home-coup{
width: 70%;
background-image: url(/wp-content/uploads/2021/12/coup-leftbg.gif);
background-size: 34em;
background-position: bottom left;
top: 3em;
}


.home-coup:after {
  height: 110%;
  width: 58%;
  background-size: 102% 100%;
  background-image: url(/wp-content/uploads/2021/12/coup-right.png);
  bottom: -5%;
  right: -8%;
  transform: rotate(0deg);
  background-color: #ff000000;
}

.home-price {
  font-size: 7.5em;
}

.home-offer{
font-size: 2.3em;
}



.section-6:after {
  height: 13em;
  width: 11em;
  background-size: 100%;
  bottom: -7.16em;
  left: 8%;
}


.section-7{
padding: 10% 7% 0% 7%;  
background-image: url(/wp-content/uploads/2021/12/hex-bg-2.gif);
}


.sec7-header {
  font-size: 3.5em;
}

.sec7-sub{
font-size: 0.5em;
}

.sec8-header {
  font-size: 2.2em;
}


.section-8 .cnt-blk{
padding: 1em 1.4em;
background: white;
position: relative;
z-index: 3;
}


.section-8 em{
font-size: 1.4em;
}

.section-8 .hide-for-small-only{
display: block;
}

.section-8 .img-blk img{
width: 130%;
left: -5%;
bottom: -0.1em;
}

.hex-buttons a {
  width: 16em;
  height: 14em;
  top: 1.5em;
  left: 0em;
}


.hex-buttons a:nth-child(2){
top: 8.5em;
left: 12.2em;
}

.hex-buttons a:nth-child(3){
top: 15.5em;
left: -0.1em;
}

.hex-buttons .link-label{
left: 3.4em;
}


.section-9{
background-image: url(/wp-content/uploads/2021/12/sunburst-bg2.gif);
background-size: cover;
}

.sec9-header {
  font-size: 2.8em;
}

.section-10{
padding: 3% 30% 3% 1%;
font-size: 1.33em;
}

.section-10:after {
  background-image: url(/wp-content/uploads/2022/05/newtrust-truck-neww.png);
}

/* END NEW QUERIES */



.inside-content .col-md-8, .inside-content .col-md-4 {
  flex: 0 0 auto;
  width: 100%;
}

.inside-content.team-page .col-md-4 {
  flex: 0 0 auto;
  width: 33.33%;
} 

.inside-content.team-page .emp-rows>.col-md-4, .inside-content.team-page .emp-rows>.col-md-8 {
  flex: 0 0 auto;
  width: 100%;
} 


.inside-content.team-page .col-md-8{
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.widget .home-form .camp-form iframe {
  height: 36.3em!important;
}

.modal-dialog .camp-form iframe {
  height: 32.2em!important;
}

 .desk-nav{
   display: block;
 }

 .mobile-nav, .quick-nav{
   display: none;
 }

 .menu>li a {
  font-size: .8em;
}

.menu-top-menu-container .menu>li a{
font-size: 0.7em;
}

.top-menu .btn{
font-size: .8em;
}

.smallbar .menu-top-menu-container .menu>li a{
font-size: .68em;
}

.smallbar    .menu>li a {
  font-size: .76em;
}

.smallbar .desk-nav .top-bar .btn-primary{
font-size: 0.7em;
}


.side-price{
font-size: 7em;
}

.side-offer{
  font-size: 3.1em;
}


.side-coup{
width: 85%;
margin: auto;
background-size: cover;
}



.logo-image img {
  width: 19.8em;
}


.banner-head{
font-size: 1.3em;
}

.insideimage .activate a{
font-size: 1em;
}


.smallbar .logo-image img {
  width: 14em;
}

.smallbar .desk-nav .btn-primary{
font-size: 0.7em;
}


.sliderfull {
  padding: 6% 1% 0% 1%;
  margin-top: 14em;
  background-position: 50% 30%;
} 

.copyright{
font-size: .9em!important;
}   

.sched-row a {
  padding: 3% 0% 3% 0%;
  font-size: .9em;
}


.close-cta{
font-size: 1.1em;
}

.home-form .row {
  font-size: 1.3em;
}



html {
  font-size: 15px!important;
}


.show-for-small-only{
display: none;
}


}


@media screen and (max-width: 75em) and (min-width: 63.939em) {


 

/* NEW QUERIES */
.emp-info em {
    font-size: 0.58em;
}
    
.float-btn {
    top: 31%; /* 50 */
    right: 0;
}

.slider-header{
    font-size: 3em;
}

.slider-sub{
font-size: 1.4em;
}

.sliderfull .btn-primary {
  width: 23em;
}


.slider-usp{
width: 80%;
margin: 8.6em auto 0em auto;  
}

.slider-usp .usp-box{
font-size: 0.86em;
} 

.section-1 h1 {
  font-size: 1.3em;
}

.small-pic{right: 35%;width: 12em;bottom: 10em;}

.big-pic{
right: 1em;
width: 32em;  
}

.section-2 .content-wrap:after{
  height: 19em;
  width: 16em;
  bottom: -3.16em;
  right: 14%;
}

.top-services.row>*{
padding: 0 .5%;
}

.top-services{
padding: 0;
}

.top-services a{
height: 28em;
}

.top-services a:hover p {
  opacity: 1;
  top: 8.3em;
}

.sec3-haeder {
  font-size: 3.2em;
  padding-right: 2em;
}

.section-3 .hide-for-small-only{
display: block;
}

.section-3 .col-md-6 img{
bottom: -1em;
}

.section-3 .img-blk:after{
top: 7%;
}

.section-3 .btn{
padding: 0.72em .8em;
}

.badges-row a{
width: 6.5em;
}

.rev-slider:after {
  height: 70%;
  width: 74%;
  background-size: 100%;
  background-image: url(/wp-content/uploads/2021/12/reviews-sunbrst.gif);
  top: 0em;
  left: 0;
}

.usp-box{
 height: 18em;
}


.sec4-header {
  font-size: 3.5em;
}

.section-4 .hide-for-small-only{
display: block;
}

.section-4 img{
bottom: 0em;
position: relative;
max-width: none;
width: 22em;
left: -1em;
}

.add-header{
font-size: 0.9em;
}

.section-5 {
  background-image: url(/wp-content/uploads/2021/12/bluehex-bg.gif);
}

.section-5:after {
  height: 14.8em;
  width: 23em;
  background-image: url(/wp-content/uploads/2021/12/bluebg-bee.png);
  bottom: 0em;
  right: 1%;
}


.section-6{
background-image: url(/wp-content/uploads/2021/12/couponb-bg.jpg);
}


.sec6-header {
  font-size: 3.5em;
}


.home-coup{
width: 70%;
background-image: url(/wp-content/uploads/2021/12/coup-leftbg.gif);
background-size: 34em;
background-position: bottom left;
top: 3em;
}


.home-coup:after {
  height: 110%;
  width: 58%;
  background-size: 102% 100%;
  background-image: url(/wp-content/uploads/2021/12/coup-right.png);
  bottom: -5%;
  right: -8%;
  transform: rotate(0deg);
  background-color: #ff000000;
}

.home-price {
  font-size: 7.5em;
}

.home-offer{
font-size: 2.3em;
}



.section-6:after {
  height: 13em;
  width: 11em;
  background-size: 100%;
  bottom: -7.16em;
  left: 8%;
}


.section-7{
padding: 10% 7% 0% 7%;  
background-image: url(/wp-content/uploads/2021/12/hex-bg-2.gif);
}


.sec7-header {
  font-size: 3.5em;
}

.sec7-sub{
font-size: 0.5em;
}

.sec8-header {
  font-size: 2.2em;
}


.section-8 .cnt-blk{
padding: 1em 1.4em;
background: white;
position: relative;
z-index: 3;
}


.section-8 em{
font-size: 1.4em;
}

.section-8 .hide-for-small-only{
display: block;
}

.section-8 .img-blk img{
width: 130%;
left: -5%;
bottom: -0.1em;
}

.hex-buttons a {
  width: 16em;
  height: 14em;
  top: 1.5em;
  left: 0em;
}


.hex-buttons a:nth-child(2){
top: 8.5em;
left: 12.2em;
}

.hex-buttons a:nth-child(3){
top: 15.5em;
left: -0.1em;
}

.hex-buttons .link-label{
left: 3.4em;
}


.section-9{
background-image: url(/wp-content/uploads/2021/12/sunburst-bg2.gif);
background-size: cover;
}

.sec9-header {
  font-size: 2.8em;
}

.section-10{
padding: 3% 30% 3% 1%;
font-size: 1.33em;
}

.section-10:after {
  background-image: url(/wp-content/uploads/2022/05/newtrust-truck-neww.png);
}


/* END NEW QUERIES */


.side-form iframe {
  height: 31em!important;
}

 .desk-nav{
   display: block;
 }

 .mobile-nav, .quick-nav{
   display: none;
 }

 .menu>li a {
  font-size: .9em;
  padding: 0.7em 0.7em;
}

.menu-top-menu-container .menu>li a {
  font-size: 0.7em;
}

.top-menu .btn{
font-size: .8em;
}

.smallbar .menu-top-menu-container .menu>li a{
font-size: 0.7em;
}

.smallbar    .menu>li a {
  font-size: 0.78em;
}

.smallbar .desk-nav .btn-primary{
font-size: 0.8em;
}


.smallbar .desk-nav .top-bar .btn-primary{
font-size: 0.7em;
}


.contact-desk a{
font-size: 1.8em;
}

.logo-image img {
  width: 20.4em;
}


.banner-head{
font-size: 1.3em;
}

.insideimage .activate a{
font-size: 1em;
}


.smallbar .logo-image img {
  width: 14em;
}

html {
  font-size: 16px!important;
}




.sliderfull {
   margin-top: 18%;
padding: 6% 1% 2% 1%;}

.rev-slider .tt_2cl{
height: 26em;
}

.rev-slider .ttshowcase_slider .bx-wrapper .bx-viewport{
height: 26em!important;
}


.home-form iframe{height: 41em!important;}

.copyright{
font-size: .9em!important;
}   

.close-cta{
font-size: 1.2em;
}

.sched-row a{
font-size: .9em;
}

.show-for-small-only{
display: none;
}



}


@media screen and (max-width: 85em) and (min-width: 75.001em) {



/* NEW QUERIES */
.emp-info em {
    font-size: 0.6em;
}
    
.float-btn {
    top: 35%; /* 50 */
    right:1em;
}

.slider-header{
    font-size: 3em;
}

.slider-sub{
font-size: 1.4em;
}

.sliderfull .btn-primary {
  width: 23em;
}


.slider-usp{
width: 80%;
margin: 8.6em auto 0em auto;  
}

.slider-usp .usp-box{
font-size: 0.86em;
} 

.section-1 h1 {
  font-size: 1.5em;
}

.small-pic{right: 33%;width: 15em;}

.big-pic{
right: 1em;
width: 32em;  
}

.section-2 .content-wrap:after{
  height: 19em;
  width: 16em;
  bottom: -3.16em;
  right: 14%;
}

.top-services.row>*{
padding: 0 .5%;
}

.top-services{
padding: 0;
}

.top-services a{
height: 25.4em;
}

.top-services a:hover p {
  opacity: 1;
  top: 8.3em;
}

.sec3-haeder {
  font-size: 3.5em;
  padding-right: 2em;
}

.section-3 .hide-for-small-only{
display: block;
}

.section-3 .col-md-6 img{
bottom: -1em;
}

.section-3 .img-blk:after{
top: 7%;
}

.section-3 .btn{
padding: 0.72em .8em;
}

.badges-row a{
width: 6.5em;
}

.rev-slider:after {
  height: 70%;
  width: 74%;
  background-size: 100%;
  background-image: url(/wp-content/uploads/2021/12/reviews-sunbrst.gif);
  top: 0em;
  left: 0;
}


.sec4-header {
  font-size: 3.8em;
}

.section-4 .hide-for-small-only{
display: block;
}

.section-4 img{
bottom: 0em;
position: relative;
max-width: none;
width: 22em;
left: -1em;
}

.add-header{
font-size: 0.9em;
}

.section-5 {
  background-image: url(/wp-content/uploads/2021/12/bluehex-bg.gif);
}

.section-5:after {
  height: 14.8em;
  width: 23em;
  background-image: url(/wp-content/uploads/2021/12/bluebg-bee.png);
  bottom: 0em;
  right: 1%;
}


.section-6{
background-image: url(/wp-content/uploads/2022/05/trust-w-bluebg.jpg);
}


.sec6-header {
  font-size: 3.5em;
}


.home-coup{
width: 70%;
background-image: url(/wp-content/uploads/2021/12/coup-leftbg.gif);
background-size: 34em;
background-position: bottom left;
top: 3em;
}


.home-coup:after {
  height: 110%;
  width: 58%;
  background-size: 102% 100%;
  background-image: url(/wp-content/uploads/2021/12/coup-right.png);
  bottom: -5%;
  right: -8%;
  transform: rotate(0deg);
  background-color: #ff000000;
}

.home-price {
  font-size: 7.5em;
}

.home-offer{
font-size: 2.3em;
}



.section-6:after {
  height: 13em;
  width: 11em;
  background-size: 100%;
  bottom: -7.16em;
  left: 8%;
}


.section-7{
padding: 10% 7% 0% 7%;  
background-image: url(/wp-content/uploads/2021/12/hex-bg-2.gif);
}


.sec7-header {
  font-size: 3.5em;
}

.sec7-sub{
font-size: 0.55em;
}

.sec8-header {
  font-size: 2.2em;
}


.section-8 .cnt-blk{
padding: 1em 1.4em;
background: white;
position: relative;
z-index: 3;
}


.section-8 em{
font-size: 1.4em;
}

.section-8 .hide-for-small-only{
display: block;
}

.section-8 .img-blk img{
width: 110%;
left: -5%;
bottom: -0.1em;
}

.hex-buttons a {
  width: 16em;
  height: 14em;
  top: 1.5em;
  left: 0em;
}


.hex-buttons a:nth-child(2){
top: 8.5em;
left: 12.2em;
}

.hex-buttons a:nth-child(3){
top: 15.5em;
left: -0.1em;
}

.hex-buttons .link-label{
left: 3.4em;
}


.section-9{
background-image: url(/wp-content/uploads/2021/12/sunburst-bg2.gif);
background-size: cover;
}

.sec9-header {
  font-size: 2.8em;
}

.section-10{
padding: 3% 30% 3% 1%;
font-size: 1.33em;
}

.section-10:after {
  background-image: url(/wp-content/uploads/2022/05/newtrust-truck-neww.png);
}

/* END NEW QUERIES */


 html {
  font-size: 17px!important;
}

.home-form iframe{height: 36em!important;}

 .desk-nav{
   display: block;
 }

 .mobile-nav, .quick-nav{
   display: none;
 }



.sliderfull {
   margin-top: 14em;
   padding: 5% 1% 2% 1%;
   }


.menu>li a {
  padding: 0.7em .7em;
  font-size: 0.9em;
}

.menu-top-menu-container .menu>li a{
font-size: .8em;
}

.smallbar .menu-top-menu-container .menu>li a{
font-size: .79em;
}

.top-menu .btn{
font-size: .9em;
}

.smallbar .menu>li a {
  font-size: .8em;
}

.contact-desk a{
font-size: 2em;
}

.logo-image img {
  width: 21em;
}


.insideimage.member-banner{
background-size: 74%;
background-position: 105% 0.2em;
}

.insideimage.member-banner:after {
  width: 45em;
  height: 45em;
  left: -20%;
  top: -40%;
}


.insideimage:after{
width: 60%;
}

.smallbar .logo-image img {
  width: 16em;
}

.copyright{
font-size: .9em!important;
}   

.close-cta{
font-size: 1.3em;
}

.sched-row a {
  padding: 1% 2% 2% 2%;
}

.show-for-small-only{
display: none;
}


} 



@media screen and (max-width: 95.001em) and (min-width: 85.001em) {


/* NEW QUERIES */


.slider-header{
    font-size: 3em;
}

.slider-sub{
font-size: 1.4em;
}

.sliderfull .btn-primary {
  width: 23em;
}


.slider-usp{
width: 80%;
margin: 12em auto 0em auto;  
}

.slider-usp .usp-box{
font-size: 0.86em;
} 

.section-1 h1 {
  font-size: 1.7em;
}

.small-pic{
right: 37%;
width: 15em;
}

.big-pic{
right: 1em;
width: 32em;  
}

.section-2 .content-wrap:after{
  height: 19em;
  width: 16em;
  bottom: -3.16em;
  right: 14%;
}

.sec3-haeder {
  font-size: 3.8em;
  padding-right: 2em;
}

.badges-row a{
width: 6.5em;
}

.rev-slider:after {
  height: 70%;
  width: 74%;
  background-size: 100%;
  background-image: url(/wp-content/uploads/2021/12/reviews-sunbrst.gif);
  top: 0em;
  left: 0;
}


.sec4-header {
  font-size: 4.4em;
}

.add-header{
font-size: 1em;
}

.section-5 {
  background-image: url(/wp-content/uploads/2021/12/bluehex-bg.gif);
}

.section-5:after {
  height: 17.5em;
  width: 27em;
  background-image: url(/wp-content/uploads/2021/12/bluebg-bee.png);    
  bottom: 0em;
  right: 1%;
}


.section-6{
background-image: url(/wp-content/uploads/2021/12/couponb-bg.jpg);
}


.sec6-header {
  font-size: 3.5em;
}


.home-coup{
width: 70%;
background-image: url(/wp-content/uploads/2021/12/coup-leftbg.gif);
background-size: 34em;
background-position: bottom left;
top: 3em;
}


.home-coup:after {
  height: 110%;
  width: 58%;
  background-size: 102% 100%;
  background-image: url(/wp-content/uploads/2021/12/coup-right.png);
  bottom: -5%;
  right: -8%;
  transform: rotate(0deg);
  background-color: #ff000000;
}

.home-price {
  font-size: 9em;
}

.home-offer{
font-size: 2.3em;
}



.section-6:after {
  height: 13em;
  width: 11em;
  background-size: 100%;
  bottom: -7.16em;
  left: 8%;
}


.section-7{
padding: 10% 7% 0% 7%;  
background-image: url(/wp-content/uploads/2021/12/hex-bg-2.gif);
}


.sec7-header {
  font-size: 3.5em;
}

.sec7-sub{
font-size: 0.6em;
}

.sec8-header {
  font-size: 2.7em;
}


.section-8 .cnt-blk{
padding: 0em 3em;
}


.section-8 em{
font-size: 1.6em;
}



.section-9{
background-image: url(/wp-content/uploads/2021/12/sunburst-bg2.gif);
}

.sec9-header {
  font-size: 3em;
}

.section-10{ 
padding: 3% 30% 3% 1%;
font-size: 1.5em; 
}

.section-10:after {
  background-image: url(/wp-content/uploads/2022/05/newtrust-truck-neww.png);
}



.insideimage.member-banner{
background-size: 77%;
background-position: 120% -1.8em;
}

.insideimage.member-banner:after {
  width: 50em;
  height: 50em;
  left: -24%;
  top: -38%;
}


/* END NEW QUERIES */

 html {
  font-size: 17px!important;
}

.home-form iframe{height: 35em!important;}


 .home-form .camp-form iframe {
  height: 32em!important;
}

.widget .home-form .camp-form iframe {
  height: 36.3em!important;
}

.modal-dialog .camp-form iframe {
  height: 32.2em!important;
}

 .desk-nav{
   display: block;
 }

 .mobile-nav, .quick-nav{
   display: none;
 }

 .menu>li a {
  font-size: 1em;
}

.smallbar    .menu>li a {
  font-size: .9em;
}

.smallbar .menu-top-menu-container .menu>li a{
font-size: 0.9em;
}


.smallbar .desk-nav .top-bar .btn-primary{
font-size: 0.7em;
}

.logo-image img {
  width: 22em;
}

.smallbar .logo-image img {
  width: 16em;
}


.sched-row:after {
  content: " ";
  position: absolute;
  bottom: 35%;
  height: 2.4em;
  width: .4em;
  left: 50.8%;
}

.sliderfull .btn{
font-size: 1em;
}

.copyright{
font-size: .9em!important;
}   


.close-cta{
}

.show-for-small-only{
display: none;
}


}


@media screen and (max-width: 125em) and (min-width: 95.001em) {


/* NEW QUERIES */


.slider-header{
    font-size: 3em;
}

.slider-sub{
font-size: 1.4em;
}

.sliderfull .btn-primary {
  width: 23em;
}


.slider-usp{
width: 80%;
margin: 15em auto 0em auto;
}

.slider-usp .usp-box{
font-size: 0.86em;
} 

.section-1 h1 {
  font-size: 1.9em;
}

.small-pic{
right: 37%;
width: 15em;
}

.big-pic{
right: 1em;
width: 32em;  
}

.section-2 .content-wrap:after{
  height: 19em;
  width: 16em;
  bottom: -3.16em;
  right: 14%;
}

.sec3-haeder {
  font-size: 3.8em;
  padding-right: 2em;
}

.badges-row a{
width: 6.5em;
}

.rev-slider:after {
  height: 70%;
  width: 74%;
  background-size: 100%;
  background-image: url(/wp-content/uploads/2021/12/reviews-sunbrst.gif);
  top: 0em;
  left: 0;
}


.sec4-header {
  font-size: 4.4em;
}

.add-header{
font-size: 1em;
}

.section-5 {
  background-image: url(/wp-content/uploads/2021/12/bluehex-bg.gif);
}

.section-5:after {
  height: 17.5em;
  width: 27em;
  background-image: url(/wp-content/uploads/2021/12/bluebg-bee.png);    
  bottom: 0em;
  right: 1%;
}


.section-6{
background-image: url(/wp-content/uploads/2021/12/couponb-bg.jpg);
}


.sec6-header {
  font-size: 3.5em;
}


.home-coup{
width: 70%;
background-image: url(/wp-content/uploads/2021/12/coup-leftbg.gif);
background-size: 34em;
background-position: bottom left;
top: 3em;
}


.home-coup:after {
  height: 110%;
  width: 58%;
  background-size: 102% 100%;
  background-image: url(/wp-content/uploads/2021/12/coup-right.png);
  bottom: -5%;
  right: -8%;
  transform: rotate(0deg);
  background-color: #ff000000;
}

.home-price {
  font-size: 9em;
}

.home-offer{
font-size: 2.3em;
}



.section-6:after {
  height: 13em;
  width: 11em;
  background-size: 100%;
  bottom: -7.16em;
  left: 8%;
}


.section-7{
padding: 10% 7% 0% 7%;  
background-image: url(/wp-content/uploads/2021/12/hex-bg-2.gif);
}


.sec7-header {
  font-size: 3.5em;
}

.sec7-sub{
font-size: 0.6em;
}

.sec8-header {
  font-size: 2.7em;
}


.section-8 .cnt-blk{
padding: 0em 3em;
}


.section-8 em{
font-size: 1.6em;
}



.section-9{
background-image: url(/wp-content/uploads/2021/12/sunburst-bg2.gif);
}

.sec9-header {
  font-size: 3.3em;
}

.section-10{ 
padding: 3% 30% 3% 1%;
font-size: 1.5em; 
}

.section-10:after {
  background-image: url(/wp-content/uploads/2022/05/newtrust-truck-neww.png);
}


.insideimage.member-banner{
background-size: 76%;
background-position: 115% -2.6em;
}

.insideimage.member-banner:after {
  width: 60em;
  height: 60em;
  left: -24%;
  top: -38%;
}


/* END NEW QUERIES */

 html {
  font-size: 17px!important;
}

 .desk-nav{
   display: block;
 }

 .mobile-nav, .quick-nav{
   display: none;
 }



.sliderfull {
  padding: 3% 1% 0% 1%;
  margin-top: 18%;
} 

.copyright{
font-size: .9em!important;
}   

.close-cta{
font-size: 1.6em;
}

.sched-row a {
  padding: 3% 0% 3% 0%;
}


.show-for-small-only{
display: none;
}

.team-box {
  height: 26em;
  width: 95%;
}


} 


@media screen and (min-width: 125.001em) and (max-width: 999.9em) {


/* NEW QUERIES */


.slider-header{
    font-size: 3.6em;
}

.slider-sub{
font-size: 1.8em;
}

.sliderfull .btn-primary {
  width: 23em;
}


.slider-usp{
width: 80%;
margin: 10em auto 0em auto;
}

.slider-usp .usp-box{
font-size: 0.86em;
} 

.section-1 h1 {
  font-size: 2.1em;
}

.small-pic{
right: 37%;
width: 15em;
}

.big-pic{
right: 1em;
width: 32em;  
}

.section-2 .content-wrap:after{
  height: 19em;
  width: 16em;
  bottom: -3.16em;
  right: 14%;
}

.sec3-haeder {
  font-size: 4.2em;
  padding-right: 2em;
}

.badges-row a{
width: 6.5em;
}

.rev-slider:after {
  height: 70%;
  width: 74%;
  background-size: 100%;
  background-image: url(/wp-content/uploads/2021/12/reviews-sunbrst.gif);
  top: 0em;
  left: 0;
}


.sec4-header {
  font-size: 4.9em;
}

.add-header{
font-size: 1em;
}

.section-5 {
  background-image: url(/wp-content/uploads/2021/12/bluehex-bg.gif);
}

.section-5:after {
  height: 17.5em;
  width: 27em;
  background-image: url(/wp-content/uploads/2021/12/bluebg-bee.png);    
  bottom: 0em;
  right: 1%;
}


.section-6{
background-image: url(/wp-content/uploads/2021/12/couponb-bg.jpg);
}


.sec6-header {
  font-size: 3.9em;
}


.home-coup{
width: 70%;
background-image: url(/wp-content/uploads/2021/12/coup-leftbg.gif);
background-size: 34em;
background-position: bottom left;
top: 3em;
}


.home-coup:after {
  height: 110%;
  width: 58%;
  background-size: 102% 100%;
  background-image: url(/wp-content/uploads/2021/12/coup-right.png);
  bottom: -5%;
  right: -8%;
  transform: rotate(0deg);
  background-color: #ff000000;
}

.home-price {
  font-size: 9em;
}

.home-offer{
font-size: 2.3em;
}



.section-6:after {
  height: 13em;
  width: 11em;
  background-size: 100%;
  bottom: -7.16em;
  left: 8%;
}


.section-7{
padding: 10% 7% 0% 7%;  
background-image: url(/wp-content/uploads/2021/12/hex-bg-2.gif);
}


.sec7-header {
  font-size: 4.4em;
}

.sec7-sub{
font-size: 0.6em;
}

.sec8-header {
  font-size: 3.2em;
}


.section-8 .cnt-blk{
padding: 0em 3em;
}


.section-8 em{
font-size: 1.6em;
}



.section-9{
background-image: url(/wp-content/uploads/2021/12/sunburst-bg2.gif);
}

.sec9-header {
  font-size: 3.8em;
}

.section-10{ 
padding: 3% 30% 3% 1%;
font-size: 1.5em; 
}

.section-10:after {
  background-image: url(/wp-content/uploads/2021/12/trust-truck-neww.png);
}


.insideimage.member-banner{
background-size: 76%;
background-position: 112% -2.6em;
}

.insideimage.member-banner:after {
  width: 60em;
  height: 60em;
  left: -24%;
  top: -38%;
}


/* END NEW QUERIES */


.sliderfull {
  padding: 4% 0% 0% 0%;
  margin-top: 16%;
} 

html {
  font-size: 17px!important;
}


 .home-form .camp-form iframe {
  height: 32em!important;
}

.widget .home-form .camp-form iframe {
  height: 36.3em!important;
}

.modal-dialog .camp-form iframe {
  height: 32.2em!important;
}

 .desk-nav{
   display: block;
 }

 .mobile-nav, .quick-nav{
   display: none;
 }

 .menu>li a {
  font-size: 1.1em;
}
.smallbar .desk-nav .btn-primary{
font-size: .9em;
}


.copyright{
font-size: .9em!important;
}   

.sched-row a {
  padding: 3% 0% 3% 0%;
  font-size: 1.1em;
}

.show-for-small-only{
display: none;
}

}






/*******
*****   Animate CSS 
*******/
/*!
* animate.css -http://daneden.me/animate
* Version - 3.5.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2016 Daniel Eden
*/

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}0%,40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg)}60%,80%{opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{transform-origin:center;opacity:1}0%,to{-webkit-transform-origin:center}to{transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}0%,to{-webkit-transform-origin:left bottom}to{transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}0%,to{-webkit-transform-origin:right bottom}to{transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{transform-origin:top left}0%,20%,60%{-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%,to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes sli