html{scroll-behavior:smooth; overflow-X: hidden;}
body{font-family:'Roboto',sans-serif !important;font-size:16px;line-height:27px;}
.container-fluid{padding-right:0;padding-left:0}
.row{margin-right:0;margin-left:0}
.col-12,.col-lg-10,.col-lg-2,.col-lg-4,.col-lg-6,.col-md-3,.col-md-6,.col-md-9,.col-sm-12{padding-right:0;padding-left:0}
.info{font-size:.9em;}
.info a{color:#FFFFFF}
.info a:link{color:#FFFFFF}
.nav-link{padding:0}
.navbar-dark .navbar-nav .nav-link{text-transform:uppercase;color:#fff}
.navbar{padding:0}
li.nav-item{padding:0px 0px 0px 30px;margin:8px 0px 0px 0px;font-size:.9em}
header .tophead{padding-bottom:200px}
header .title-main{font-size:3vw;font-weight:bold;color:#fff;text-transform:uppercase}
.btn-lg{max-width:300px;font-size:1.5em}
.section-title{text-transform:uppercase;font-size:34px;position:relative;padding-bottom:10px;font-weight:600}
.section-title:before{position:absolute;content:"";width:100px;height:3px;background-color:#007bff;bottom:0;left:50%;margin-left:-50px}
.section-title:after{position:absolute;background-color:#007bff;content:"";width:10px;height:10px;bottom:-4px;left:50%;margin-left:-5px}
.bg-color{background-color:#002347}
.bg-color-2{background-color:#c67927}
.bg-color-opacity{background:rgba(0,0,0,0.9)}
.bg-dark{background-color: #002347 !important;}
.section-title h3{text-align: center !important;}

/*marquee*//* Make it move *//*Testmonials*//*footer*/
.footer{padding:30px 0 10px 0;line-height:28px;background-color:#002347;color:#fff}
footer a{color:#fff}
footer a:hover{color:#fff}
.e-mail:before{content:attr(data-website) "\0040" attr(data-user);unicode-bidi:bidi-override;direction:rtl}
@media (max-width:991.98px){header .title-main{font-size:4.1vw}
}
@media (max-width:767.98px){header .tophead{padding-top:12px;padding-bottom:0px}
header .title-main{font-size:4.5vw}
.info{display:none}
}
@media (max-width:575.98px){header .tophead{padding-top:2px}
header .title-main{font-size:8vw}
.our-services{width:90%}
}
@media (max-width:390px){header .tophead{padding-top:50px}
.navbar-brand{max-width:70%;margin-right:0}
.g-recaptcha * {transform:scale(.9);float:left;margin-left:-15px;overflow: hidden}
.bg-contact{overflow: hidden}
}
/*! * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons:CC BY 4.0,Fonts:SIL OFL 1.1,Code:MIT License) */.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-blogger-b:before{content:"\f37d"}
.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-mobile-alt:before{content:"\f3cd"}
.fa-phone:before{content:"\f095"}
.fa-youtube:before{content:"\f167"}
@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:swap;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:swap;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")}
.far{font-weight:400}
@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:swap;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}

/* ===================================================================
 * # home
 *
 * ------------------------------------------------------------------- */
























 
.s-home .home-content {
  padding-top: 300px;
}

@media (max-width: 768px) {
  .s-home .home-content {
    padding-top: 100px;
  }
}

@media (max-width: 480px) {
  .s-home .home-content {
    padding-top: 70px;
  }
}

.home-content__main {
  text-align: center;
  color: #fff;
}

.offer {
  font-size: clamp(1.8rem, 5vw, 3.5rem);
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.offer__animation {
  display: inline-block;
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}
@keyframes fadeInUp {
  from { transform: translateY(15px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.home-content__main p {
  max-width: 800px;
  margin: 1rem auto;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  line-height: 1.7;
  color: #f2f2f2;
}

.button {
  background-color: #dcab10;
  border: none;
  padding: 0px;
  border-radius: 20px;
  color: #122d40;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 1rem;
 
}
.button:hover {
  background-color: #fff;
  color: #122d40;
  transform: scale(1.05);
}

@media (max-width: 992px) {
  .home-content__main p {
    font-size: 1rem;
    padding: 0 10px;
  }
  .button {
    display: block;
    width: 80%;
    margin: 10px auto;
    font-size: 1.1rem;
    padding: 14px 25px;
  }
  .button:first-child {
    background: #dcab10;
    color: #122d40;
    font-weight: 700;
  }
  .offer {
    font-size: 2rem;
    line-height: 1.3;
  }
}

@media (max-width: 576px) {
  .offer {
    font-size: 1.7rem;
  }
  .button {
    width: 90%;
    font-size: 1.2rem;
  }
  .home-content__main p {
    font-size: 1rem;
  }
}





















 .s-home {
    display: table;
    width: 100%;
    height: 100vh;
    min-height: 786px;
    background-image: url(../img/background-banner.webp);
    background-size: 968px 704px;
    position: relative;
    overflow: hidden;
   
  }
  
  .s-home::before {
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 

  }
  
  .s-home::after {
    display: table;
    width: 100%;
    height: 100vh;
    min-height: 786px;
    background-image: url(../img/background-banner.webp);
    background-size: 968px 704px;
    position: relative;
    overflow: hidden;
  }
  
  .s-home .home-image-part {
    z-index: 3;
    display: block;
    content: "";
    width: calc(50% - 200px);
    height: 100vh;
    background-image: url(../img/garage-door-banner.webp);
    background-origin: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
  }
  
  /* ------------------------------------------------------------------- 
   * ## home content
   * ------------------------------------------------------------------- */













  .home-content {
    z-index: 4;
   
    vertical-align: bottom;
    padding-top: 6.8rem;
    width: 100%;
    overflow: hidden;
    position: relative; 
  }
  
  .home-content h1 {
 
    font-weight: 300;
    font-size: 5rem;
    line-height: 0.8;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2rem;
  margin-left: 5% !important;
    position: relative;
  }
  
 
  
  .home-content p {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 300;
    font-size:1rem;
    line-height: 1.6667;
    font-style: normal;
    color: #fff;
   
    margin-left: 5% !important;
  }
  
  .home-content__main {
    position: relative;
    padding-bottom: 14.8rem;
  }
  
  /* ------------------------------------------------------------------- 
   * ## home button section
   * ------------------------------------------------------------------- */
 
  
  .home-content__button .btn {
    width: 30rem;
    font-size: 2rem;
    height: 6.4rem !important;
    line-height: 6rem !important;
    margin-right: 0;
    border-radius: 5px;
  }
  
  /* ------------------------------------------------------------------- 
   * ## video button
   * ------------------------------------------------------------------- */
  .btn-video {
    display: inline-block;
    text-align: center;
    outline: none;
    position: absolute;
    bottom: 40%;
    left: -50px;
  }
  
  .btn-video::after {
    display: inline-block;
    display: none;
    content: "Watch Video";
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 90px;
    padding-left: 16px;
    vertical-align: top;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  
  .video-icon {
    display: inline-block;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: #FFFFFF;
    background-image: url(../img/icon-play-black.webp);
    background-repeat: no-repeat;
    background-position: 55% center;
    background-size: 24px 27px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  
  .btn-video:hover::after {
    color: #c67927;
  }
  
  .btn-video:hover .video-icon {
    background-color: #c67927;
    background-image: url(../img/icon-play-black.webp);
  }
  
  /* ------------------------------------------------------------------- 
   * ## home scroll
   * ------------------------------------------------------------------- */
  .home-scroll {
    height: 5.6rem;
    position: absolute;
    right: 40px;
    bottom: 4.8rem;
  }
  
  .home-scroll__text {
    display: inline-block;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 800;
    font-size: 13px;
    line-height: 5.6rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #000000;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    right: 5.6rem;
    -webkit-transform: rotate(90deg) translate3d(-8rem, 0, 0);
    -ms-transform: rotate(90deg) translate3d(-8rem, 0, 0);
    transform: rotate(90deg) translate3d(-8rem, 0, 0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  
  .home-scroll__icon {
    display: block;
    height: 5.6rem;
    width: 5.6rem;
    background-color: #000000;
    background-image: url(../img/icon-arrow-down.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px 15px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .home-scroll:hover .home-scroll__text {
    border-bottom: 1px solid #FFFFFF;
  }
  
  /* animate .home-content__main
   * ------------------------------------------------------------------- */
  html.cl-preload .home-content__main {
    opacity: 0;
  }
  
  html.cl-loaded .home-content__main {
    animation-duration: 2s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  
  html.no-csstransitions .home-content__main {
    opacity: 1;
  }
  
  /* ------------------------------------------------------------------- 
   * ## home animations
   * ------------------------------------------------------------------- */
  
  /* fade in */
  @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 150%, 0);
      -ms-transform: translate3d(0, 150%, 0);
      transform: translate3d(0, 150%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 150%, 0);
      -ms-transform: translate3d(0, 150%, 0);
      transform: translate3d(0, 150%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  
  }
  
  /* fade out */
  @-webkit-keyframes fadeOut {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -150%, 0);
      -ms-transform: translate3d(0, -150%, 0);
      transform: translate3d(0, -150%, 0);
    }
  
  }
  
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -150%, 0);
      -ms-transform: translate3d(0, -150%, 0);
      transform: translate3d(0, -150%, 0);
    }
  
  }
  
  /* ------------------------------------------------------------------- 
   * responsive:
   * home
   * ------------------------------------------------------------------- */
  @media only screen and (max-width:1700px) {
    .home-content__main {
      max-width: 1300px;
    }
  
  }
  
  @media only screen and (max-width:1600px) {
    .home-content__main {
      max-width: 1200px;
    }
  
    .home-content h1 {
      font-size: 7.2rem;
    }
  
  }
  
  @media only screen and (max-width:1400px) {
    .s-home .home-image-part {
      width: calc(50% - 150px);
    }
  
    .home-content h1 {
      font-size: 6.6rem;
    }
  
    .home-content h3 {
      font-size: 2rem;
      width: 50%;
    }
  
    .home-content__main {
      max-width: 1000px;
    }
  
    .home-content__button .btn {
      width: 28rem;
      height: 6rem !important;
      line-height: 5.6rem !important;
    }
  

  }
  
  @media only screen and (max-width:1200px) {
    .s-home::after {
      width: 2%;
    }
  
    .s-home .home-image-part {
      width: calc(50% - 100px);
      height: calc(100% - 176px);
    }
  
    .home-content h1 {
      font-size: 5.6rem;
    }
  
    .home-content h3 {
      font-size: 1.8rem;
    }
  
  
  
    .video-icon {
      height: 80px;
      width: 80px;
      background-size: 22px 24px;
    }
  
  }
  
  @media only screen and (max-width:1100px) {
    .home-content__main {
      padding-bottom: 14rem;
    }
  
   
  
  }
  
  @media only screen and (max-width:1000px) {
    .s-home .home-image-part {
      width: calc(50% - 80px);
    }
  
    .home-content h1 {
      font-size: 5.2rem;
    }
  
    .home-content__main {
      padding-bottom: 9.6rem;
    }
  
    .home-content__button {
      margin-top: 8rem;
    }
  
    .home-content__button .btn {
      width: 24rem;
      font-size: 1.4rem;
    }
  
  
  
   
  
    .home-scroll {
      right: 3rem;
    }
  
  }
  
  @media only screen and (max-width:900px) {
    .s-home .home-image-part {
      width: calc(50% - 40px);
    }
  
    .home-content h1 {
      font-size: 4.8rem;
      width: 50%;
    }
  
    .home-content h1 br {
      display: none;
    }
  
    .home-content h3 {
      font-size: 1.7rem;
    }
  
  
  
  }
  
  @media only screen and (max-width:800px) {
    .s-home .home-image-part {
      width: calc(50% - 80px);
    }
  
    .home-content h1 {
      width: 60%;
    }
  
    .home-content__main {
      max-width: 650px;
      padding-bottom: 12rem;
    }
  
  
  
  }
  
  @media only screen and (max-width:700px) {
    .home-content h1 {
      width: 80%;
    }
  
    .home-content h3 {
      width: 75%;
    }
  
    .home-content__main {
      max-width: 500px;
    }
  
    .home-scroll {
      bottom: 3.2rem;
    }
  
    .home-scroll__text {
      display: none;
    }
	  .btn-video{display: none}
  }
  
  @media only screen and (max-width:600px) {
    .s-home::after {
      width: 10%;
    }
  
    .s-home .home-image-part {
      display: none;
    }
  
    .home-content {
      padding-top: 8rem;
      padding-bottom: 6rem;
      vertical-align: middle;
    }
  
    .home-content h1,
    .home-content h3 {
      width: auto;
    }
  
    .home-content__main {
      max-width: none;
      padding: 0 45px;
    }
  
    .home-content__button {
      margin-top: 4.8rem;
      text-align: center;
    }
  
    .home-content__button .btn {
      display: block;
      margin: 2.4rem auto 0;
      width: 28rem;
      width: auto;
    }
  
    .btn-video {
      position: static;
    }
  
    .btn-video::after {
      display: inline-block;
      line-height: 60px;
    }
  
    .video-icon {
      height: 60px;
      width: 60px;
      background-size: 12px 13px;
    }
  
  }
  
  @media only screen and (max-width:500px) {
    .home-content h1 {
      font-size: 4.4rem;
    }
  
    .home-content__main {
      padding: 0 35px;
    }
  
  }
  
  @media only screen and (max-width:400px) {
    .s-home {
      min-height: 630px;
    }
  
    .home-content {
      padding-top: 16rem;
      padding-bottom: 12rem;
    }
  
    .home-content h1 {
      font-size: 4.2rem;
    }
  
    .home-content__main {
      padding: 0 30px;
    }
  
    .home-scroll {
      bottom: 2.4rem;
    }
  
    .home-scroll__icon {
      height: 5.2rem;
      width: 5.2rem;
      background-size: 8px 12px;
    }
  
  }
  
  @media only screen and (max-width:350px) {
    .home-content h1 {
      font-size: 3.8rem;
    }
  
    .home-content__main {
      padding: 0 25px;
    }
  
  }
  
  .offer-button h1{  font-family: "IBM Plex Serif", serif;
    font-weight: 600;
    font-size: 7.8rem;
    line-height: 1.231;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3.2rem;
    width: 60%;
    position: relative;}
  
  
  
  
  
  .offer {
      position: relative;
      display: flex;
  
  
      width: 80%;
      font-size: clamp(10px, 1.8rem, 3vw);
      text-decoration: none;
  
      color: #000;
      border: none;
      transition-duration: 5s;text-align: left;
  }
  .offer:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      margin: auto;
      width: 100%;
      height: 100%;
  
      border-radius: 8px;
      opacity: 0;
  }
  .offer:hover:before {
      animation: c 1s;
  }
  .offer__animation {
      text-transform: uppercase;
      letter-spacing: 2px;
    font-family: "IBM Plex Serif", serif;
   
   
  }
  @keyframes b {
      25% {
          transform: scale(0.8, 1.3);
      
      
      }
      50% {
          transform: scale(1.1, 0.8);
      
      }
      75% {
          transform: scale(0.7, 1.2);
      
      
      }
  }
  .offer-animation {
      animation: b .6s;
      
  }
  @keyframes c {
      0% {
          transform: scale(1);
          opacity: 0.5;
      }
      to {
          transform: scale(1.4);
          opacity: 0;
      }
  }  
  .btn.btn--primary{
    background: #c67927;
    border-color: #c67927;
    color: #FFFFFF;
}

.btn{ display: inline-block;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
   padding: 0 3.2rem;
    margin: 0 .4rem 1.6rem 0;
    border-radius: 5px;
    color: #000000;
    text-decoration: none;
    text-align: center;}


    .wrap {
      height: 100%;
      align-items: center;
      justify-content: center;
    }
    
    .button {
      width: 400px;
      font-family: 'Roboto', sans-serif;
      font-size: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: bold;
      color: #022548;
      background-color: #c67927;
      border: none;
      border-radius: 25px;
      box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease 0s;
      cursor: pointer;
      outline: none;
      }
    
    .button:hover {
      background-color: #ffffff;
      box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
      color: #000;
      transform: translateY(-7px);
    }
    .ftco-section-parallax {
      position: relative; }
      .ftco-section-parallax .parallax-img {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        position: relative;
        padding: 4em 0; }
      .ftco-section-parallax .heading-section-white h2 {
        font-weight: 400 !important; }
        .ftco-no-pt {
          padding-top: 0 !important; }
          .heading-section .subheading {
            font-size: 16px;
            display: block;
            margin-bottom: 5px;
            font-weight: 700;
            color: #afa939; }
          
          .heading-section h2 {
            font-size: 30px;
            font-weight: 700; }
            @media (max-width: 767.98px) {
              .heading-section h2 {
                font-size: 28px; } }
          
          .heading-section.heading-section-white .subheading {
            color: rgba(255, 255, 255, 0.5); }
          
          .heading-section.heading-section-white h2 {
            font-size: 40px;
            color: #fff; }
          
          .heading-section.heading-section-white p {
            color: rgba(255, 255, 255, 0.9); }
            .services-wrap:after {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              z-index: -1;
              content: '';
              height: 140px;
              background: #c67927;
          }
          .flaticon-lawyer:before {
            content: "\f104";
        }
        [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
            font-family: Flaticon;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        .services .icon span {
          color: #c67927;
          font-size: 30px;
      }
      .services .icon {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        margin: 0 auto;
        background: rgba(0, 0, 0, 0.05);
        margin-bottom: 10px;
    }
    .align-items-center {
      -webkit-box-align: center !important;
      -ms-flex-align: center !important;
      align-items: center !important;
  }
  .services {
    width: 100%;
    background: #fff;
    padding: 20px;
    position: relative;
    border-radius: 4px;
    -webkit-box-shadow: 0px 15px 34px -10px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 15px 34px -10px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 15px 34px -10px rgba(0, 0, 0, 0.09);
}

.btn-primary:hover {
  color: #fff;
  background-color: #022548 !important;
  border-color: #022548 !important;
}.btn-primary{
  color: #fff;
  background-color: #022548 !important;
  border-color: #022548 !important;
}
.text-color{color: #c67927; font-size:0.8rem;}
.nav-pills .nav-link.active{background-color: #c67927; color:#ffffff}
h2{font-size: 1.4rem;}
.years h4 {
  font-size: 20px;
  display: inline-block;
  padding: 20px;
  background: #c67927;
}
.text-primary {
  color: #f08f04 !important;
}
.heading h2 {
  font-size: 50px; }
  .sup-title{ color: #f08f04 !important; font-size: 1.3rem;}
 
  .process-block {
    text-align: center;
}

.process-block img {
    border-radius: 5px;
    margin-bottom: 30px; padding-right: 3%;
}

.process-block h3 {
    margin-bottom:15px;
}

.process-block p{padding-right: 3%;}
.features-section-2 {
  margin-top: 80px;
}

.features-section-2-col-1 {
  background-image: url(../img/spring-track.webp);
  background-position: center;
  height: 500px;background-repeat: no-repeat;
}

.features-section-2-col-2 {
  background-color: #f7f7f7;
  height: 500px;
  padding: 30px;
}

.features-section-2-col-2__content {
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
  margin: auto;
  height: 100%;
  padding: 100px 10%;
  -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
  text-align: center;
}



.review-slider-container {
  width: 100%;

  overflow: hidden;
 
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
}

.review-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.review-slide {
  flex: 0 0 100%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.review-slide p {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 15px;
}

.review-slide h4 {
  font-size: 1rem;
  color: #555;
  font-weight: bold;
}

.arrow {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  background: #c67927;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  opacity: 0.8;
  z-index: 10;
}

.arrow:hover {
  opacity: 1;
}

.left-arrow {
  left: -10px;
}

.right-arrow {
  right: -10px;
}





.Testimonial{ display: block !important; margin-bottom: 3%;}




#section-counter {
  position: relative;
  z-index: 0; }

.coun-counter {
  overflow-x: hidden;
  position: relative;
  padding:1.5em 0;
  background: #c67927; }

  .services2{font-size:.9em;padding:.3em;list-style:none;color:aliceblue}
  .services2 a:link{color:aliceblue}
  .services2 a:visited{color:aliceblue}
  .bg-img2{background:url('../img/bg-services.webp') no-repeat center center;background-size:cover;background-attachment:fixed;background-color:#161f28}
  .title{padding-left:20px;font-family:Arial;font-weight:bold;font-size:42px;text-transform:uppercase;color: #fff !important;}
  /*marquee*/.marquee{width:100%;margin:0 auto;overflow:hidden;white-space:nowrap;box-sizing:border-box;animation:marquee 50s linear infinite;color:#fff;margin-bottom:100px}.marquee:hover{animation-play-state:paused}/* Make it move */@keyframes marquee{0%{text-indent:27.5em}100%{text-indent:-105em}}



  /**-- footer --**/

.footer_ul_list {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #f6f6f6;
  padding: 20px 0;
  border-top: solid #4ca8b3 3px;
}

.footer_ul_list ul {
  float: left;
}

.footer_ul_list ul li {
  float: left;
  margin: 0 20px;
  font-weight: 500;
  font-size: 14px;
}

.footer_ul_list ul li a {
  color: #222;
}

.footer_ul_list ul li:hover a,
.footer_ul_list ul li:focus a {
  color: #4ca8b3;
}

.footer_ul_list {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  background: #f6f6f6;
  padding: 20px 0;
  border-top: solid #4ca8b3 3px;
}
footer {
  background-color: #fff;
  padding: 0 115px; 
}

footer .container-fluid {
  background: #002347;
  min-height: 455px;
  border-radius: 500px;
  margin-bottom: 35px;
}

.footer_top {
  padding-top: 90px;
  padding-bottom: 70px; 
}

.f_logo {
  margin-bottom: 45px;
}

footer p {
  color: #fff;
  font-size: 17px;
  line-height: normal;
  letter-spacing: .2px;
}

.footer_link {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.footer_link li {
  font-size: 17px;
  line-height: 32px;
  letter-spacing: .2px;
  position: relative;
  padding-left: 25px;
}

.full.heading_footer {
  margin-bottom: 40px;
}

.footer_link li::after {
  width: 10px;
  height: 10px;
  content: "";
  display: block;
  background: #c67927;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 10px;
}

.footer_link li a {
  color: #fff;
}

.footer_link li a:hover,
.footer_link li a:focus {
  color: #c67927;
}

.footer_link_intas li {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  display: flex;
}

.footer_link_intas li span {
  float: left;
  color: #fff;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_form form input {
  width: 100%;
  border: none;
  padding: 5px 20px;
  min-height: 45px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.1px;
}

.footer_form form button {
  background: #111;
  width: 195px;
  height: 50px;
  border-radius: 0;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}

.footer_form form {
  float: left;
  width: 100%;
}

.footer_link_intas li span:nth-child(1) {
  background: #fff;
  margin-right: 15px;
}

.footer_blog {
  display: flex;
}

.footer_icon {
  margin-right: 15px;
}

.footer_cont h4 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  text-transform: none;
  margin: 0 0 7px 0;
}

.footer_cont p {
  color: #555555;
  line-height: 20px;
  font-size: 14px;
}

.footer_bottom p {
  margin: 0;
  line-height: 45px;
  color: #666;
  text-align: center !important;
  font-size: 14px;
  font-weight: 400;
}

.footer_bottom p a {
  color: #4ca8b3;
  font-weight: 500;
}

.footer_bottom p strong {
  color: #000;
  font-weight: 400;
}

.footer_heading {
  position: relative;
  width: 100%;
}

.footer_heading h3 {
  color: #2b5877;
  font-weight: 500;
  text-transform: none;
  font-size: 20px;
  border-bottom: dotted #ccc 1px;
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}

.footer_heading h3::after {
  width: 40px;
  background: #4ca8b3;
  height: 4px;
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  transition: ease all 0.5s;
}

.footer_info {
  padding: 40px 0 30px;
  float: left;
  width: 100%;
}

.footer_info ul {
  list-style: none;
  float: left;
  width: 100%;
}

.footer_logo {
  margin-bottom: 20px;
}

.footer_logo img {
  max-width: 240px;
}

.footer_info p {
  margin: 0;
}

.footer_info ul li {
  float: left;
  width: 100%;
  margin: 10px 0 15px;
  position: relative;
}

.footer_info ul li span {
  font-weight: 400;
  padding: 3px 5px;
  float: left;
}

.footer_info.footer_menu li a {
  color: #707070;
  font-weight: 400;
}

.footer_info.footer_menu li a:hover,
.footer_info.footer_menu li a:focus {
  color: #4ca8b3;
}

.footer_info ul li a {
  color: #707070;
}

.footer_info.footer_menu li a span {
  margin-right: 5px;
}

.footer_info.footer_menu li a span {
  font-family: 'poppins', sans-serif;
}

.footer_info.footer_menu span {
  padding: 0;
  position: relative;
  top: -2px;
  font-weight: 200;
}

.footer_info.footer_menu li {
  margin: 5px 0;
}

.tweet-blog {
  display: flex;
  margin-bottom: 25px;
}

.tweet-blog i {
  color: #4ca8b3;
  font-size: 28px;
  margin-right: 20px;
  margin-top: 5px;
}

.tweet-cont {
  letter-spacing: 0;
  line-height: normal;
  font-weight: 400;
}

.tweet-cont a {
  color: #4ca8b3;
}

.tweet-cont a {
  margin-top: 10px !important;
  float: left;
  width: 100%;
}

.footer_info ul li .left_icon {
  float: left;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  font-size: 35px;
  padding: 0;
  line-height: normal;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4ca8b3;
  border: solid #4ca8b3 1px;
}

.footer_info ul li i {
  font-size: 25px;
}

.footer_info ul li i.fa.fa-phone {
  font-size: 25px;
}

.footer_form form button:hover,
.footer_form form button:focus {
  background: #c67927;
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 24px 0 30px 0;
}

.contact .info-item i {
  font-size: 20px;
  color: #ffffff;
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 2px dotted color-mix(in srgb, var(--accent-color), transparent 40%);
}

.contact .info-item h3 {
  font-size: 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;color:#ffffff
}

.php-email-form {
  background-color: var(--surface-color);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 30px;
}

@media (max-width: 575px) {
 .php-email-form {
    padding: 20px;
  }
  .footer_top{font-size: 14px;}
  footer .container-fluid{ border-radius: 2rem;padding: 2%;}
  footer{padding: 2%;}
}

 .php-email-form input[type=text],
 .php-email-form input[type=email],
 .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: #ffffff;
  background-color: var(--surface-color);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.form-control{width:90%;margin-bottom:20px;border-radius:0px;color:#FFFFFF;border:1px solid #94aab742}


.bg-hero{background: url("../img/background-banner.webp")}
.container-fluid .row .col-5{padding-left:0;padding-right:0!important}

@media (max-width: 575px) {
  .bg-hero h1{font-size: 1.4rem !important;}
}