@charset "utf-8";
form.CUS input.subject { display: none; }
.contact-spacing input, .contact-spacing textarea{margin: 10px;border-radius: 8px;height: 40px;width: 45%;padding-left: 1%;}
input,textarea,select{margin-left:10px}
input,textarea,select{margin-top:10px}
.contact-spacing select{background-color: #ffffff;border-radius: 8px;height: 40px;margin-left: 2%;}
/* CSS Document */
body{margin:0;padding: 0;color:#152b59;overflow-x: hidden;font-family: Helvetica, sans-serif}
.bg-general{background: #152b59}
html{scroll-behavior:smooth}
.row > *,.row {
  padding-right: 0!important;
  padding-left: 0!important;margin:0
}
.banner{background-image: url(../img/garage-door-plano-tx.webp);background-position:center top; background-size: 100% auto;background-repeat: no-repeat;position: relative;width:100%}
.container-fluid.banner .row .col-12.col-xl-5.text-white.mt-5.pt-5.ps-5{padding-top:100px!important;padding-left:7%!important}	
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;position: absolute;z-index: -1;left:0;top:0
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}	
.w3-animate-fading{animation:fading 5s;animation-iteration-count: 1;}@keyframes fading{0%{opacity:0}100%{opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-1800px;opacity:0} to{left:0;opacity:1}}
/*scale*/
.zoom {
    -webkit-animation: zoom 2s alternate infinite;
    animation: zoom 2s alternate infinite;right:-50px;bottom: 10px
}
@keyframes zoom {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1.2);
    }
}
/*scale*/
/*button*/
.gb {
  padding: 8px 20px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 4px;
}
.gb-bordered {
  padding: 6px 20px;
  position: relative;
  border: 4px solid transparent;
  background-clip: padding-box;
  transition: 0.5s all;z-index: 999999;
}
.gb-bordered a{color:#fff;text-decoration: none}	
.gb-bordered:after {
  transition: 0.5s all;
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  content: "";
  z-index: -1;
  border-radius: 4px;color:#fff
}
.hover-slide {
  transition: 0.6s all;
}

.hover-slide:after {
  background-size: 200% 100%;
  background-position: 0% 0;
}

.hover-slide:hover:after {
  background-position: 100% 0;
}
.gb11:after {
  background-image: linear-gradient(
    135deg,
    #e2c81b 0%,
    #e2c81b 22%,
    #152b59 22%,
    #152b59 28%,
    #e2c81b 28%,
    #e2c81b 72%,
    #10454F 72%,
    #10454F 100%
  );
}
.btn:hover{background:#152b59;border-color:#152b59}
/*button*/

/*title before*/
.title-sec .h5 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: inline-block;padding-left:2%
}
.title-sec .h5:before {
    position: absolute;
    z-index: 1;
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #fff;
    right: -46px;
    top: 15px;
}
.title-sec:after {
    position: absolute;
    content: "";
    left: -5px;
    top: -4px;
    background: url(../img/section1.png);
    width: 63px;
    height: 63px;
    display: inline-block;
    background-repeat: no-repeat;
}
.btn-primary{border-color:#152b59;color:#152b59}
/*line*/
.line:nth-child(1) {
    margin-left: -24%;
}
.line {
    position: absolute;
    width: 100%;
    height: 3px;
    top: 60px;
    left: 0;
    background: #1458e1;
    overflow: hidden;
    border-radius: 50%;z-index: 99999999
}
.line::after {
    content: "";
    display: block;
    position: relative;
    height: 3px;
    width: 50px;
    top: 0;
    left: 0px;
    background-color: #fff;
    -webkit-animation: moveLeftBounces-two 40s linear infinite;
    animation: moveLeftBounces-two 20s linear infinite;
    overflow: hidden;z-index: 99999999
}
@-webkit-keyframes moveLeftBounces-two {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
50% {
-webkit-transform: translateX(1920px);
transform: translatex(1920px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
/*line*/
.info{font-size:.9rem;line-height:19px;color:#e2c81b}
.info a{color:#e2c81b;text-decoration:none}
.info .fas{font-size:1.2rem;line-height:16px;color:#e2c81b;margin:13px;}
.bg-body-tertiary{background: #e2c81b!important}
/* .navbar-expand-lg .navbar-nav .nav-link,.navbar-brand{color:#fff!important}*/
.float-start.me-2.border{border-radius: 50%;}	
.btn-primary{background-color:#e2c81b}	
.text-primary{color:#e2c81b!important}
/*service box*/
.services{background: url("../img/service-bg.webp");background-position: right center;background-size: auto; background-repeat: no-repeat}	
.service-box{
            position: relative;
            overflow: hidden;
            margin-bottom:10px;
            perspective:1000px;
            -webkit-perspective:1000px;
        }
        .service-icon{
            width: 100%;
            height: 220px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;
        }
.color{backgroung:#293241}
.color1{backgroung:#3D5B81}
.color2{backgroung:#9BC0D9}
.color3{backgroung:#DFFBFC}
        .service-content{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            opacity: 0;
            width: 100%;
            height: 220px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;
            background-color: #122878;
            backface-visibility:hidden;
            transform-style: preserve-3d;
            -webkit-transform: translateY(110px) rotateX(-90deg);
            -moz-transform: translateY(110px) rotateX(-90deg);
            -ms-transform: translateY(110px) rotateX(-90deg);
            -o-transform: translateY(110px) rotateX(-90deg);
            transform: translateY(110px) rotateX(-90deg);
        }
        .service-box .service-icon .front-content{
            position: relative;
            top:80px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .service-box .service-icon .front-content i {
            font-size: 28px;
            color: #fff;
        }

        .service-box .service-icon .front-content h3 {
            font-size: 15px;
            color: #fff;
            text-align: center;
            margin-bottom: 15px;
            text-transform: uppercase;
        }
        .service-box .service-content h3 {
            font-size: 15px;
            font-weight: 700;
            color: #fff;
            margin-bottom:10px;
            text-transform: uppercase;padding-top:30px
        }
        .service-box .service-content p {
            font-size: 13px;
            color: #b1b1b1;
            margin:0;padding:30px 0px
        }
        .yellow{background-color: #0022b0;}
        .orange{background-color: #0237c3;}
        .red{background-color:#1a5ee7;}
        .grey{background-color: #326fe9;}
        .service-box:hover .service-icon{
            opacity: 0;
            -webkit-transform: translateY(-110px) rotateX(90deg);
            -moz-transform: translateY(-110px) rotateX(90deg);
            -ms-transform: translateY(-110px) rotateX(90deg);
            -o-transform: translateY(-110px) rotateX(90deg);
            transform: translateY(-110px) rotateX(90deg);
        }
        .service-box:hover .service-content {
            opacity: 1;
            -webkit-transform: rotateX(0);
            -moz-transform: rotateX(0);
            -ms-transform: rotateX(0);
            -o-transform: rotateX(0);
            transform: rotateX(0);
        }	
/*service box*/
.span{color:#1f64ed}	
.bg-section1{background: url("../img/dryer-vent-cleaning.webp");background-position: left top; background-repeat: no-repeat;background-size: 100% auto;padding:50px 0px}
.bg-section2{background: url("../img/garage-door-repair-bg.webp");background-position: center center; background-repeat: no-repeat;background-size: 100% auto;padding:50px 0px}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}
ul li{list-style: none}
.bg-call{background: url("../img/call-center-section.webp");background-position: center top; background-repeat: no-repeat;background-size: 100% auto;padding:50px 0px}
.bg-section1 .ms-5 {
  margin-left: 6rem !important;
}
.padding-l{padding-left:8%!important}
/*FAQ*/
.faq{background: url("../img/service-bg.webp");background-position: center top; background-repeat: no-repeat;background-size: 100% auto;padding:50px 0px;position: relative;z-index: 1;line-height:35px}
.faq h2{font-size:40px}
.tabs {
  position: relative;
  width: 90%;
  margin: 2em 0px;
}

.tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}

.tabs-navigation ul {
  float: left;padding-left: 0;
  
}
@media (max-width: 575px) {
  .tabs-navigation ul {
    width: 100%;
  }
}

.tabs-navigation li {
  float: left;background-color: dodgerblue;margin-right:20px
}
@media (max-width: 575px) {
  .tabs-navigation li {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
  }
}

.tabs-navigation a {
  position: relative;
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 700;
  color: #FFF;
  padding: 0 2.8rem;
}
.tabs-navigation a:hover {
  background-color: #0077ea;
}

.tabs-navigation a.selected {
  box-shadow: inset 0 5px 0 0 #0077ea;
}
@media (max-width: 575px) {
  .tabs-navigation a.selected {
    box-shadow: none;
    background-color: #0077ea;
  }
}

.tabs-content {
  background-color: white;
  overflow: hidden;
}

.tabs-content li {
  display: none;
  
}
.tabs-content li p {
  line-height: 1.6;
  color: #333;
  margin: 2rem;margin-left:0px
}

.tabs-content li.selected {
  display: block;
  animation: fade-in 0.5s;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*FAQ*/
/*gallery*/
.heading {
    text-align: center;
    font-size: 2.0em;
    letter-spacing: 1px;
    padding: 40px;
    color: white;
}

.gallery-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;background: #030f25;
}

.gallery-image img {
  height: 400px;
  width:100%;
  transform: scale(1.0);
  transition: transform 0.4s ease;
}

.img-box {
  box-sizing: content-box;
  height: 400px;
  width:calc(100% / 5);
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0.0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
  height:400px;
  width:100%;
  background-color:rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.img-box:hover img { 
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color:rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1.0;
}

.img-box:hover {
  cursor: pointer;
}

.caption > p:nth-child(2) {
  font-size: 0.8em;
}

.opacity-low {
  opacity: 0.5;
}
/*gallery*/
/*counter*/

.counter-container {
  display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
  margin: 30px;float:left;
}
.counter {
  font-size: 60px;
  margin-top: 10px;
}

@media (max-width: 580px) {
  body {
    flex-direction: column;
  }
}
/*counter*/
/*testimonials*/
.bg-img1{background:url('../img/bg-testimonials.webp') no-repeat center top;background-size:100% auto;margin-top:-170px;padding-top:100px}

.margin-t{margin-top:-50px;}
.location{background:url('../img/service-location-bg.webp') no-repeat center top;background-size:100% auto;}
/*marquee*/
.marquee {width:100%;margin: 0 auto;overflow: hidden;white-space: nowrap;box-sizing: border-box;animation: marquee 50s linear infinite;color:#fff;}
.marquee:hover {animation-play-state: paused}
/* Make it move */
@keyframes marquee {0%   { text-indent: 27.5em }100% { text-indent: -105em }}
/*testimonials*/
/*video*/
.rotate {
  position: absolute;
  top:0px;
  right:-10px;
}
.img-rotate{margin-top:150px}
.rotateme {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.video {
  top: 30px;
  left: 88%;
  position: relative;
  opacity: .7;
  -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  float: left;
  padding-right: 0px;font-size: 30px;
}
@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}
/*video*/
.bg-form{background:url('../img/bg-form.webp') no-repeat center top;background-size:cover;padding-bottom:100px}
.contact{background:url('../img/contact-bg.webp') no-repeat center top;background-size:cover;margin-top:-70px;padding: 70px 50px}
.spam { display:none;}
.form-control{width:90%;float:left;margin-right:2%;border-radius:0; background: #272632; border: none;}
.form-control::placeholder{color: #868686 !important; }
.comment {
  display: block;
  width: 92%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;float:left;border-radius:0;background: #152b59;color:#868686
}
.row .col-6.mt-5.pt-5 .mb-3{font-size:25px}
.section3{background:url('../img/section-background.webp') no-repeat center top;background-size:cover;}
.call{background:url('../img/call.webp') no-repeat center top;background-size:cover;}
.call i{color:#fff}
.row .col-lg-3.img-rotate.position-relative .rotate.rotateme{right:-20px}
.container-fluid{padding:0;}
.icon-bg{background-color:#152b59;border-radius: 50px 0px 0px 50px;}
.dot .icon-group {
  color:#e2c81b;
  font-size: 50px;
  left: 50px;
  opacity: 1;
  position: absolute;
  top: 50px;
  transition: all 500ms;
}
.dot .flip-text {
  color: #0f0d1b;
  font-size: 18px;
  left: 10px;
  opacity: 0;
  position: absolute;
  transform: rotateY(-180deg);
  transition: all 500ms;font-weight: lighter;
}
.dot:hover .icon-group {
  opacity: 0;
}
.dot:hover .flip-text {
  opacity: 1;
  transform: rotateY(0);
}
.hoverDot {
  border: 1px dashed #0f0d1b;
  background-color: #fff;
  border-radius: 50%;
  float: left;
  height: 150px;
  width: 150px;
  margin: 25px 150px;
  position: relative;
  text-align: center;line-height: 150px;
}
.move3 {
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transition: all ease 4s;width: 210px;left:0px;font-weight:900;
	bottom:100px;border-radius: 20px}
@keyframes example {
    0% {
      -webkit-transform: translate(-50px);
      transform: translateY(-50px);}
    50% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);}
    100% {
      -webkit-transform: translateY(-50px);
      transform: translateY(-50px);} }
.exp-box {
  background-color: #e2c81b;
  max-width: 238px;
  padding: 30px 10px 42px;
  text-align: center;color:#fff;font-weight: bold;position: absolute;
}
.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.overlay-anim:hover:after {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
 .image-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 7px;
}
.content-box {
  position: relative;
  padding: 25px 30px 49px;
  background-color: #fff;
  margin-right: 70px;
  margin-top: -77px;
  z-index: 99;
}
.content-box::before {
  content: "";
  position: absolute;
  background-image: url(../img/shap-5.png);
  width: 127px;
  height: 141px;
  right: 0;
  top: 0;
}
.service-block-four .inner-box:hover .content-box .icon-box {
  background-color: #e2c81b;
  color: #fff;
}
.image {
  border-bottom: 7px solid #e2c81b;
}
.icon-box {
  width: 80px;
  height: 75px;
  font-size: 47px;
  line-height: 75px;
  text-align: center;
  background-color: #f5f5f5;
  margin-bottom: 17px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
	color:#e2c81b;
}
.title {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 2px;
  font-family: var(--title-font2);
}
.bg-dark{background: url(../img/service-section.webp)!important;background-repeat: no-repeat;background-position: center top;}
.plus-btn {
  position: absolute;
  bottom: -16px;
  left: 30px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #f5f5f5;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-four .inner-box:hover .content-box .plus-btn {
  background-color: #e2c81b;
  color: #fff;
}
a{color:#152b59}
/*testimonials*/
.testimonial-bg{background: url("../img/testimonials-bg.webp");background-repeat:no-repeat;}
/*testimonials*/
.form-bg{background: url("../img/form-bg.webp");background-repeat:no-repeat;background-size: 100%;background-color: #0e2452}
/*youtube*/
.btn-box-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 36px;
}
.btn-box-two .play-now::before {
  border: 2px solid rgba(72, 70, 83, 0.9);
  border-radius: 50%;
  content: "";
  height: 96px;
  position: absolute;
  width: 96px;
}
.btn-box-two .play-now::before {
  border: 2px solid rgba(72, 70, 83, 0.9);
  border-radius: 50%;
  content: "";
  height: 96px;
  left: -13px;
  position: absolute;
  top: -12px;
  width: 96px;
}
.play-now {
  position: relative;
  display: block;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.play-now .icon {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #e2c81b;
  color: #fff;
  z-index: 1;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.play-now .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}
.play-now .ripple:before {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
}
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*youtube*/
.row{margin-top:0}
/*process*/
.process-block-three:nth-child(2) .inner-box {
  margin: 0 auto 30px;
}
.process-block-three:nth-child(2) .inner-box .icon-box1 {
  margin: 0 auto;
  margin-bottom: 22px;
}
.process-block-three .inner-box {
  margin-bottom: 50px;
  text-align: center;
}

.process-block-three .inner-box:hover .icon-box1::before {
  width: 190px;
  height: 190px;
}
.process-block-three .inner-box:hover .icon-box1 .icon {
  color: #fff;
}
.process-block-three .inner-box:hover .icon-box1 span {
  background-color: #f8f5f1;
}
.process-block-three .inner-box .icon-box1 {
  position: relative;
  width: 190px;
  height: 190px;
  text-align: center;
  line-height: 190px;
  background-color: #f8f5f1;
  border-radius: 50%;
  margin-bottom: 30px;
  margin: 0 auto 20px;
}
.process-block-three .inner-box .icon-box1:before {
  width: 0px;
  height: 0px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 50%;
  background-color: #152b59;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block-three .inner-box .icon-box1 .icon {
  font-size: 45px;
  color: #152b59;
  position: relative;
  z-index: 3;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.process-block-three .inner-box .icon-box1 span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -30px;
  color: #152b59;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 40px 10px rgba(35, 35, 49, 0.06);
          box-shadow: 0px 4px 40px 10px rgba(35, 35, 49, 0.06);
}
.outer-box {
  position: relative;
}	
.outer-box::after {
  content: "";
  position: absolute;
  top: -119px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1128px;
  height: 1000px;
  background-image: url(../img/map-1.png);
  background-repeat: no-repeat;
  z-index: -1;
}
.outer-box::before {
  content: "";
  position: absolute;
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 907px;
  height: 100px;
  background-image: url(../img/line-7.png);
  background-position: center center;
}
.icon-top{background: #152b59;float:left;padding:20px;transition: 1s}
@media (max-width: 1199.98px) {
  .process-section-three .outer-box::before {
    display: none;
  }
}	
.section-counter{background-image: url(../img/section-counter-bg.webp);}
/*process*/
.data{position:absolute;width:30%;right:300px;top:50px;z-index: 9999;background: #152b59;color:#fff;padding:50px}
/*footer*/
.footer{color:#fff;background: #152b59}
.footer h2::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #e2c81b;
  bottom: -14px;
  left: 0;
}
.footer h2{font-size:1.5rem;margin-top:30px}
.bg-secondary{padding:5px 10px;color:#fff}
.gb {
  padding: 8px 20px;
  margin-right: 25px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 4px;
}

.gb-bordered {
  padding: 6px 20px;
  position: relative;
  border: 4px solid transparent;
  background-clip: padding-box;
  transition: 0.5s all;
}
/* Responsive Css Coding Created By Shift Media Solutions| SMS */
.gb-bordered:after {
  transition: 0.5s all;
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  content: "";
  z-index: -1;
  border-radius: 4px;
}

.hover-fill {
  transition: 0.6s all;
}

.hover-fill:hover {
  background-color: transparent;
  color: white;
}

.hover-fill.reverse {
  background-color: transparent;
  color: white;
}

.hover-fill.reverse:hover {
  background-color: white;
  color: #333;
}

.hover-slide {
  transition: 0.6s all;
}

.hover-slide:after {
  background-size: 200% 100%;
  background-position: 0% 0;
}

.hover-slide:hover:after {
  background-position: 100% 0;
}
.gb12{margin-left:60px}
.gb12:after {
  background-image: linear-gradient(
      45deg,
      rgba(160, 205, 96, 0.45) 0%,
      rgba(160, 205, 96, 0.45) 12.5%,
      rgba(241, 241, 241, 0.45) 12.5%,
      rgba(241, 241, 241, 0.45) 25%,
      rgba(28, 100, 109, 0.45) 25%,
      rgba(28, 100, 109, 0.45) 37.5%,
      rgba(160, 205, 96, 0.45) 37.5%,
      rgba(160, 205, 96, 0.45) 50%,
      rgba(241, 241, 241, 0.45) 50%,
      rgba(241, 241, 241, 0.45) 62.5%,
      rgba(28, 100, 109, 0.45) 62.5%,
      rgba(28, 100, 109, 0.45) 75%,
      rgba(160, 205, 96, 0.45) 75%,
      rgba(160, 205, 96, 0.45) 87.5%,
      rgba(241, 241, 241, 0.45) 87.5%,
      rgba(241, 241, 241, 0.45) 100%
    ),
    linear-gradient(135deg, #152b59, #e2c81b);
}
.form-bg .gb12, .testimonial-bg .gb12, .col-xxl-6 .gb12{margin-left:0}
h4 {
    font-size: 1.3rem;
  }
/*footer*/
a:link, a:active, a:hover{color:inherit;text-decoration: none}
.footer a{color:#fff}
@media only screen and (max-width:1200px){
.banner{background-size:cover;height:auto}
.bg-call{background-size:cover;background-position: left}	
.bg-section1{background-position: center top;}
.padding-l{padding-left:8%!important}.nav-link{margin-top:20px}
.bg-img1{background-size:cover}	
.row .col-lg-3.img-rotate.position-relative .rotate.rotateme {
  right: 10px;
}	
	.bg-mobile{background: #152b59}
.contact{margin-top:50px}
.data{width:50%;right:20%}	
.faq,.bg-section1{background-size: cover;background-position: left top}
.contact-bg{background-size: cover;}
.hoverDot{margin:0}
.navbar{padding-left:2%}
}	
@media only screen and (max-width:850px){.data{width:80%}
.content-box{width:90%}	.navbar-toggler{background: #fff}
}		
@media only screen and (max-width:700px){
.hoverDot{width:100px;height:100px;line-height:100px}.dot .icon-group{top:20px;left:25px}
.dot .flip-text{font-size:.7rem}
}
/*banner*/
.creative-parallax--slider .f-slider-layer {
    position: relative;
}
.creative-parallax--slider .swiper-slide.swiper-slide-active:before {
    content: "";
    width: 475px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 3%;
    transform: translateX(-50%) skew(-20deg, 0deg);
    z-index: 1;
    opacity: .4;
    background-color: #e2c81b;
    animation-name: fadeInTwo;
    animation-duration: 2.3s;
    animation-delay: 0s;
}
.creative-parallax--slider .f-slider-layer img{
    width: 100%;
    height: 90vh;
    vertical-align: middle;
}
.creative-parallax--slider .f-slider-layer:before {
    content: "";
    background: #152b59;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .7;
}
.creative-parallax--slider .f-slider-layer:after{
    background-color: #e2c81b;
    content: "";
    width: 280px;
    height: 540px;
    position: absolute;
    top: 50%;
    right: 1.5%;
    transform: translate(-50%, -50%) skew(-20deg, 0deg);
    z-index: 1;
    
}
.creative-parallax--slider .swiper-slide-active .f-slider-layer:after{
    animation-name: fadeInThree;
    animation-duration: 2.3s;
    animation-delay: 0s;
}
.creative-parallax--slider .f-slider-layer .f-slider-one-data{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left: 16%;
    width: 40%;
    z-index: 9;
}
.creative-parallax--slider .f-slider-one-data h1,.creative-parallax--slider .f-slider-one-data h2{
    font-size: 40px;
    line-height: 87px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0px;
    opacity: 0;
    
}
.creative-parallax--slider .swiper-slide-active .f-slider-one-data h1,.creative-parallax--slider .swiper-slide-active .f-slider-one-data h2{
    
    transition: opacity 0.5s ease, filter 0.5s ease; 
    animation: fadeInUp 1s ease forwards; 
    animation-delay: 1s;
}
.f-slider-layer .f-slider-one-data p{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 55px;
    width: 95%;
    font-weight: 400;
    opacity: 0;
}
 .swiper-slide-active .f-slider-layer  .f-slider-one-data p{
    transition: opacity 0.5s ease, filter 0.5s ease; 
    animation: fadeInUp 1s ease forwards; 
    animation-delay: 1.5s;
}
.f-slider-layer .slide-btn{
    text-decoration: none;
    background-color: #e2c81b;
    padding: 18px 70px 18px 50px;
    font-size: 16px;
    font-family: Epilogue, sans-serif;
    color: #152b59;
    display: inline-flex;
    position: relative;
    border: 2px solid #e2c81b;
    font-weight: 700;
    transition: .3s ease-in-out;
    opacity: 0;   
}
 .swiper-slide-active .f-slider-layer .slide-btn{
transition: opacity 0.5s ease, filter 0.5s ease; 
    animation: fadeInUp 1s ease forwards; 
    animation-delay: 2s;
}
.f-slider-layer .slide-btn:hover{
    background-color: transparent;
    color: #fff;
}
.f-slider-layer .slide-btn:after{
    content: "";
    width: 30px;
    height: 100%;
    position: absolute;
    top: -2px;
    right: -32px;
    background: transparent;
    border-left: 0 solid transparent;
    border-right: 30px solid transparent;
    border-top: 65px solid #e2c81b;
}
.f-slider-layer .slide-btn i{
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -14px;
    z-index: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: .5s ease-in-out;

}
.f-slider-layer .slide-btn:hover i{
    color: #152b59;
    width: 45px;
}
.f-slider-layer .slide-btn i:after{
    content: "";
    background: #152b59;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    transform: skew(-24deg, 0deg);
    transition: .5s ease-in-out;
}
.f-slider-layer .slide-btn:hover i:after{
    background-color: #e2c81b;
}
.swiper-nav {
    position: absolute;
    bottom: 15%;
    right: 0;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.swiper-nav button{
    width: 80px;
    height: 115px;
    background: transparent;
    color: #fff;
    border: 0;
    position: relative;
    z-index: 0;
    border-color: #e2c81b;
    transition: .3s ease-in-out;
    cursor: pointer;
}
.swiper-nav button:first-child{
    margin-right: 10px;
}
.swiper-nav button:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #152b59;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border: 2px solid;
    transform: skew(-23deg, 0deg);
    border-color: #e2c81b;
}
.swiper-nav button:hover:before{
    border-color: #c1c1c1;
}
@keyframes fadeInThree{
    0% {
        opacity: 0;
    }
    40% {
        opacity: .2;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}
@keyframes fadeInTwo{
    0% {
        opacity: 0;
        transform: translateX(-50%) skew(-20deg, 0deg);
    }

    40% {
        opacity: 0;
        transform: translateX(-30%) skew(-20deg, 0deg);
    }
    100% {
        opacity: .4;
        transform: translateX(-50%) skew(-20deg, 0deg);
    }
}


/* ===================== RESPONSIVE IPAD PRO ============================= */
@media (max-width: 1366px) {
    .creative-parallax--slider .f-slider-layer .f-slider-one-data {
        width: 60%;
        left: 5%;
        top: 50%;
    }
    .creative-parallax--slider .swiper-slide.swiper-slide-active:before{
        width: 265px;
    }
    .creative-parallax--slider .f-slider-layer:after {
               width: 185px;
        height: 75%;
        right: 6.5%;
        top: 50%;
    }
        .creative-parallax--slider .f-slider-one-data h1 {
        font-size: 50px;
        line-height: 60px;
    }

}
/* ===================== RESPONSIVE IPAD ============================= */
@media (max-width: 992px) {
    .creative-parallax--slider .f-slider-layer .f-slider-one-data {
        width: 65%;
    }
    .creative-parallax--slider .f-slider-one-data h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

/* ===================== RESPONSIVE IPAD ============================= */
@media (max-width: 767px) {
        .creative-parallax--slider .f-slider-layer .f-slider-one-data {
        width: 90%;
        top: 40%;
        text-align: center;
    }
    .creative-parallax--slider .f-slider-one-data h1{
            font-size: 30px;
    line-height: 40px;
    }
    .f-slider-layer .f-slider-one-data p{
        font-size: 15px;
        line-height: 25px;
    }
        .creative-parallax--slider .swiper-slide.swiper-slide-active:before {
        right: -100%;
    }
    .creative-parallax--slider .f-slider-layer:after{
        display: none;
    }
    .f-slider-layer .slide-btn{
                padding: 13px 55px 13px 25px;
    }
    .swiper-nav {
        left: 50%;
        transform: translate(-50%, -50%);
        right: unset;
                bottom: 2%;
    }
    .swiper-nav button{
                width: 50px;
        height: 50px;
        border-width: 1px;
                transform: unset;
    }
    .swiper-nav button:before{
        transform: unset;
    }
}
.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}
.icon-top:hover{background: #e2c81b;}
/*banner*/
/*water button*/
.box {
  top: 50px;
  left: 120px;
  transform: translate(-50%, -50%);
  position: absolute;
  padding: 20px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
  font: 16px/24px Arial, sans-serif;
  background-color: #4973ff;
  transition: 
    box-shadow 0.4s ease, 
    background-color 0.4s ease, 
    color 0.4s ease;
  box-shadow: 
    0 0 2px 0 rgba(73, 115, 255, .1), 
    0 0 4px 0 rgba(73, 115, 255, .2), 
    0 0 6px 0 rgba(73, 115, 255, .3), 
    0 0 8px 0 rgba(73, 115, 255, .4),
    0 0 12px 0 rgba(73, 115, 255, .5), 
    0 0 18px 0 rgba(73, 115, 255, .6);
}

.box:hover{
  background-color: #ea3c;
  box-shadow: 
    0 0 2px 0 rgba(238, 170, 51, 0.1), 
    0 0 4px 0 rgba(238, 170, 51, 0.2), 
    0 0 6px 0 rgba(238, 170, 51, 0.3), 
    0 0 8px 0 rgba(238, 170, 51, 0.4),
    0 0 12px 0 rgba(238, 170, 51, 0.5), 
    0 0 18px 0 rgba(238, 170, 51, 0.6),
    0 0 4px 0 rgba(238, 170, 51, 0.7);
}

.box span {
  color: #fff;
  letter-spacing: 8px;
}

.box i {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 200px;
  background-color: inherit;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
  transition: 
    transform 0.4s linear, 
    top 1s linear;
  overflow: hidden;
}

.box i:before,
.box i:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
}
.box i:before {
  border-radius: 46%;
  background-color: rgba(20, 20, 20, 0.2);
  animation: animate 5s linear infinite;
}
.box i:after {
  border-radius: 40%;
  background-color: rgba(20, 20, 20, 0.5);
  animation: animate 10s linear infinite;
}

@keyframes animate {
  0% {
    transform: 
      translate(-50%, -75%) 
      rotate(0deg);
  }
  100% {
    transform: 
      translate(-50%, -75%) 
      rotate(360deg);
  }
}
/*water button*/
/*service-style*/
.service_item.style_one {
    background: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    padding: 30px;
    margin: 0 15px;
    overflow: hidden;
}
.service_item.style_one:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 80%;
    width: 83%;
    background: #dfe5f1;
    clip-path: polygon(50% 0%, 0 43%, 0 0);
    transition: .5s;
}
.service_item.style_one:before {
    position: absolute;
    content: "";
    top: 0;
    left: -100px;
    height: 80%;
    width: 83%;
    background: #dfe5f1;
    clip-path: polygon(50% 0%, 0 43%, 0 0);
    transition: .5s;
}
.service_item.style_one:hover:before{
  background: #e2c81b;
  left:0px;
}
.service_item.style_one:hover:after{
  left: -170px;
}
.service_item.style_one .service_img {
    position: relative;
    z-index: 22;
}
.service_item.style_one .service_content {
    position: relative;
    padding: 8px 0 0px;
}
.service_item.style_one .icon {
    display: inline-block;
    width: 68px;
    height: 68px;
    border-radius: 5px;
    background-color: #062462;
    text-align: center;
    line-height: 68px;
    position: absolute;
    right: 30px;
    top: -45px;
    transition: .5s;
    z-index: 22;
	color:#fff
}
.service_item.style_one:hover .icon{
   background-color: #e2c81b;  
}
.service_item.style_one .icon img {
    display: inline-block;
    width: 36px;
    transition: .5s;
}
.service_item.style_one .service_title h2 a {
    font-size: 24px;
    color: #062461;
    font-weight: 600;
    font-family: "Inter";
    margin: 0 0 9px;
    display: inline-block;
}
.service_item.style_one .service_title h2 a:hover{
    color:#e2c81b;
}
.service_item.style_one .room-details-button {
    margin-top: 28px;
}
.service_item.style_one .room-details-button a {
    background: #f0f3f9;
    padding: 4px 21px;
    font-size: 15px;
    line-height: 42px;
    color: #062462;
    font-weight: 500;
    display: block;
    transition: .5s;
    border-radius: 5px;
}
.service_item.style_one:hover .room-details-button a{
    background:#052361;
    color:#fff;
}
.service_item.style_one .room-details-button a i {
    margin-right: 8px;
    font-weight: 700;
    transition: .5s;
}
@keyframes bounceInLeft{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.61,0.355,1);animation-timing-function:cubic-bezier(0.215,0.61,0.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:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}
/*service-style*/
/*form*/
.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;z-index: -1;
}

@keyframes dance2 {
    0% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(25px, -25px, 0);
    }

    100% {
        transform: translate3d(0, -25px, 25px);
    }
}
/*form*/
.form-control{background: #152b59}
.big-title-font {
  font-size: 50px;
  -webkit-text-stroke: 1px #8f9399;
  -webkit-text-fill-color: transparent;
  line-height: 1;margin-bottom: 50px;margin-top: 50px
}
.fa,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-3x{font-size:3em}.fa-blogger-b:before{content:"\f37d"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-clock:before{content:"\f017"}.fa-envelope:before{content:"\f0e0"}.fa-facebook-f:before{content:"\f39e"}.fa-google:before{content:"\f1a0"}.fa-map-marker:before{content:"\f041"}.fa-phone:before{content:"\f095"}.fa-pinterest-p:before{content:"\f231"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-smile:before{content:"\f118"}.fa-star:before{content:"\f005"}.fa-thumbs-up:before{content:"\f164"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-truck:before{content:"\f0d1"}.fa-warehouse:before{content:"\f494"}.fa-youtube:before{content:"\f167"}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}.fa-gripfire:before{content:"\f3ac"}.fa-wind:before{content:"\f72e"}.fa-dollar-sign:before{content:"\f155"}.fa-check:before{content:"\f00c"}.fa-award:before{content:"\f559"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-gripfire:before{content:"\f3ac"}.fa-wind:before{content:"\f72e"}.fa-fan:before{content:"\f863"}.fa-plus:before{content:"\f067"}.fa-calendar-check:before{content:"\f274"}.fa-user-edit:before{content:"\f4ff"}.fa-user-check:before{content:"\f4fc"}.fa-search:before{content:"\f002"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-comment-dollar:before{content:"\f651"}