/*
Theme Name:       Shandilya Power Solutions - bitnibblr
Author:           Bitnibblr Private Limited
*/
/* ==========================================================================
   IMPORT GOOGLE FONTS
   ========================================================================== */
   @import url("https://fonts.googleapis.com/css?family=Rubik:400,400i,500");
   @import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600");
   /* ==========================================================================
      GENERAL
      ========================================================================== */
   body {
     font-family: 'Rubik', sans-serif;
     color: #4a4a4a;
     font-size: 14px;
     font-weight: 400;
     background: #fff;
     overflow-x: hidden; }

   html {
     overflow-x: hidden; }

   p {
     font-size: 14px;
     color: #4a4a4a;
     line-height: 26px;
     margin-bottom: 0; }

   a:hover, a:focus {
     color: #000; }

   a {
     color: #000;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out; }

   h1, h2, h3, h4, h5 {
     font-family: 'Poppins', sans-serif;
     font-size: 40px;
     font-weight: 400;
     color: #003b7a; }

   ul {
     margin: 0;
     padding: 0; }

   ul li {
     list-style: none; }

   a:hover,
   a:focus {
     text-decoration: none;
     outline: none; }

   a:not([href]):not([tabindex]) {
     color: #fff; }

   a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
     color: #fff; }

   .bg-transparent {
     background: transparent !important; }

   .bg-defult {
     background: #003b7a !important; }

   /* ==========================================================================
      Section Title
      ========================================================================== */
   .section {
     padding: 130px 0px; }

   .form-control:focus {
     outline: none;
     box-shadow: none; }

   .section-header {
     color: #fff;
     margin-bottom: 50px;
     text-align: center;
     position: relative; }

   .section-header .section-title {
     font-size: 35px;
     margin-bottom: 12px;
     font-weight: 600;
     position: relative;
     line-height: 30px; }

   .section-header .desc-text p {
     font-size: 18px;
     color: #4a4a4a;
     line-height: 26px;
     margin-bottom: 0; }

   /* ==========================================================================
      Buttons
      ========================================================================== */
   .btn {
     font-size: 14px;
     padding: 10px 30px;
     border-radius: 4px;
     font-family: 'Rubik', sans-serif;
     letter-spacing: 1px;
     font-weight: 500;
     color: #fff;
     border: none;
     text-transform: uppercase;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     display: inline-block; }

   .btn:focus,
   .btn:active {
     box-shadow: none;
     outline: none; }

   .btn-common {
     background-color: #00a651;
     position: relative;
     z-index: 1;
     box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
     width: 160px;
     height: 50px;
     padding: 14px 15px; }

   .btn-common:hover {
     color: #fff;
     transform: translateY(-2px); }

   .btn-light-bg {
     background-color: #ffc107; }

   .btn-border {
     border-style: solid;
     border-width: 1px;
     cursor: pointer;
     background-color: transparent;
     border-color: #00a651;
     color: #00a651;
     width: 160px;
     height: 50px;
     padding: 14px 15px; }

   .btn-border:hover {
     box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
     transform: translateY(-2px); }

   .btn-border-filled {
     cursor: pointer;
     background-color: #00a651;
     border: 1px solid #00a651;
     color: #fff;
     box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
     width: 180px;
     height: 50px;
     padding: 15px 15px; }

   .btn-border-filled:hover {
     color: #fff;
     background-color: transparent;
     border-color: #fff;
     transform: translateY(-2px); }

   .btn-lg {
     padding: 14px 33px;
     text-transform: uppercase;
     font-size: 16px; }

   .btn-rm {
     color: #003b7a;
     padding: 10px 0;
     text-transform: capitalize;
     font-size: 16px; }

   .btn-rm i {
     vertical-align: middle; }

   .btn-singin {
     background: #ffc107;
     color: #fff;
     padding: 10px 23px;
     margin-left: 30px;
     box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17); }

   .btn-singin:hover,
   .btn-singin:active,
   .btn-singin:focus {
     color: #fff;
     box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.17); }

   .btn-light-singin:hover,
   .btn-light-singin:active,
   .btn-light-singin:focus {
     color: #fff;
     box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.17); }

   .btn-apple {
     border-width: 2px;
     border-color: #003b7a;
     border-style: solid;
     background: linear-gradient(to right, #003b7a 0%, #0066cc 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -webkit-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out; }

   .btn-apple i {
     background: linear-gradient(to right, #003b7a 0%, #0066cc 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent; }

   .btn-apple:hover,
   .btn-apple:active,
   .btn-apple:focus {
     background: linear-gradient(to right, #003b7a 0%, #0066cc 100%) !important;
     -webkit-background-clip: text !important;
     -webkit-text-fill-color: transparent !important; }

   button:focus {
     outline: none !important; }

   .btn-border-fill {
     background: #fff;
     border-color: #fff;
     color: #003b7a; }

   .btn-subtitle {
     color: #191c1e;
     font-family: 'Poppins', sans-serif;
     background: #dbecff;
     text-align: center;
     border-radius: 30px;
     padding: 6px 30px;
     text-transform: uppercase;
     font-weight: 700;
     margin-bottom: 20px;
     font-size: 14px; }

   .clear {
     clear: both; }

   .mt {
     margin-top: 80px; }

   .mt-30 {
     margin-top: 30px; }

   .mb-30 {
     margin-bottom: 30px; }

   .pt-30 {
     padding-top: 30px; }

   .pb-30 {
     padding-bottom: 30px; }

   .pt-70 {
     padding-top: 70px; }

   .mb-50 {
     margin-bottom: 50px; }

   .padding-0 {
     padding: 0; }

   .pr-20 {
     padding-right: 20px; }

   .pl-20 {
     padding-left: 20px; }

   .pl-70 {
     padding-left: 70px; }

   .pr-70 {
     padding-right: 70px; }

   /* Preloader */
   #preloader {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fff;
     z-index: 9999999; }

   .loader {
     top: 50%;
     width: 50px;
     height: 50px;
     border-radius: 100%;
     position: relative;
     margin: 0 auto; }

   #loader-1:before, #loader-1:after {
     content: "";
     position: absolute;
     top: -10px;
     left: -10px;
     width: 100%;
     height: 100%;
     border-radius: 100%;
     border: 7px solid transparent;
     border-top-color: #003b7a; }

   #loader-1:before {
     z-index: 100;
     animation: spin 2s infinite; }

   #loader-1:after {
     border: 7px solid #fafafa; }

   @keyframes spin {
     0% {
       -webkit-transform: rotate(0deg);
       -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
       transform: rotate(0deg); }
     100% {
       -webkit-transform: rotate(360deg);
       -ms-transform: rotate(360deg);
       -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

   /* ==========================================================================
      Scroll To Up
      ========================================================================== */
   .back-to-top {
     display: none;
     position: fixed;
     bottom: 18px;
     right: 15px;
     width: 45px;
     height: 45px;
     line-height: 50px;
     cursor: pointer;
     text-align: center;
     border-radius: 4px;
     background: #003b7a;
     background: linear-gradient(95deg, #003b7a 40%, #0066cc 100%);
     box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
     z-index: 9999999; }

   .back-to-top i {
     color: #fff;
     font-size: 20px;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out; }

   /* ==========================================================================
      Navbar Style
      ========================================================================== */
   .logo-menu a {
     font-size: 20px;
     color: #003b7a; }

   .menu-bg {
     background: #ffffff;
     box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
     z-index: 9999;
     padding: 5px;
     -webkit-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out; }

   .menu-bg .menu-button {
     top: 0; }

   .menu-bg .menu-button:hover {
     cursor: pointer;
     color: #003b7a; }

   .menu-bg .logo-menu a {
     color: #003b7a; }

   .menu-bg .navbar-nav .nav-link {
     color: #003b7a !important; }

   .menu-bg .navbar-nav .nav-link:hover {
     color: #00a651 !important; }

   .menu-bg .navbar-nav .active {
     color: #00a651 !important; }

   .navbar-expand-md .navbar-nav .nav-link {
     color: #003b7a;
     font-size: 16px;
     padding: 8px 0px;
     margin-left: 26px;
     font-family: 'Poppins', sans-serif;
     position: relative;
     font-weight: 500; }

   .navbar-expand-md .navbar-nav .nav-link:before {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     width: 0;
     height: 2px;
     background: #00a651;
     -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
     transition: 0.3s; }

   .navbar-expand-md .navbar-nav .active::before,
   .navbar-expand-md .navbar-nav .nav-link:hover::before {
     width: 100%; }

   .navbar-brand {
     color: #003b7a; }

   .navbar-expand-md .navbar-nav .nav-link:focus,
   .navbar-expand-md .navbar-nav .nav-link:hover,
   .navbar-expand-md .navbar-nav .nav-link:hover:before {
     color: #00a651; }

   .navbar-expand-md .navbar-nav .active > .nav-link,
   .navbar-expand-md .navbar-nav .nav-link.active,
   .navbar-expand-md .navbar-nav .nav-link.active:before,
   .navbar-expand-md .navbar-nav .nav-link.open,
   .navbar-expand-md .navbar-nav .open > .nav-link {
     color: #00a651; }

   .navbar-expand-md .navbar-toggler {
     background: transparent;
     border: 1px solid #003b7a;
     border-radius: 3px;
     margin: 5px;
     cursor: pointer;
     float: right; }

   .navbar-expand-md .navbar-toggler i {
     color: #003b7a !important; }

   .navbar-expand-md .navbar-toggler:focus {
     outline: none; }

   /* ==========================================================================
      Hero Area
      ========================================================================== */
   .hero-area {
     position: relative;
     overflow: hidden; }
     .hero-area .overlay {
       position: absolute;
       width: 100%;
       height: 100%;
       top: 0px;
       left: 0px;
       background: #ffffff;
       z-index: -12; }
     /* Colorful design elements */
     .hero-area::before {
       content: "";
       position: absolute;
       top: -100px;
       right: -100px;
       width: 500px;
       height: 500px;
       border-radius: 50%;
       background: rgba(0, 166, 81, 0.1); /* Light green circle */
       z-index: -10;
     }
     .hero-area::after {
       content: "";
       position: absolute;
       bottom: -150px;
       left: -100px;
       width: 400px;
       height: 400px;
       border-radius: 50%;
       background: rgba(0, 59, 122, 0.08); /* Light blue circle */
       z-index: -10;
     }
     .hero-area .accent-shape {
       position: absolute;
       bottom: 0;
       right: 0;
       width: 100%;
       height: 150px;
       background: rgba(255, 193, 7, 0.1); /* Light yellow */
       transform: skewY(-5deg);
       transform-origin: right;
       z-index: -9;
     }
     .hero-area .contents {
       padding: 220px 0;
       position: relative; }
       .hero-area .contents::before {
         content: "";
         position: absolute;
         top: 180px;
         left: -90px;
         width: 200px;
         height: 200px;
         border-radius: 50%;
         background: rgba(255, 193, 7, 0.1); /* Light yellow circle */
         z-index: -1;
       }
       .hero-area .contents h2 {
         color: #003b7a;
         font-size: 48px;
         font-weight: 700;
         line-height: 60px;
         margin-bottom: 20px;
         position: relative; }
         .hero-area .contents h2::after {
           content: "";
           position: absolute;
           bottom: -15px;
           left: 0;
           width: 80px;
           height: 4px;
           background: #00a651;
           border-radius: 2px;
         }
       .hero-area .contents p {
         color: #4a4a4a;
         font-size: 18px;
         line-height: 30px;
         margin-bottom: 30px;
         margin-top: 25px; }
       .hero-area .contents .btn {
         margin-top: 40px;
         margin-right: 20px;
         text-transform: uppercase;
         width: 180px;
         height: 50px;
         padding: 15px 15px; }
       .hero-area .contents .btn-border-filled {
         background-color: #00a651;
         color: #fff !important;
         box-shadow: 0 8px 20px rgba(0, 166, 81, 0.3);
         border: none; }
         .hero-area .contents .btn-border-filled:hover {
           background: #04914a;
           transform: translateY(-2px); }
       .hero-area .contents .btn-border {
         border: 2px solid #003b7a;
         color: #003b7a !important;
         background: transparent; }
         .hero-area .contents .btn-border:hover {
           background: #003b7a;
           color: #fff !important; }
     .hero-area .intro-img {
       padding: 180px 0 0px;
       position: relative; }
       .hero-area .intro-img::before {
         content: "";
         position: absolute;
         top: 150px;
         right: -30px;
         width: 250px;
         height: 250px;
         border-radius: 50%;
         background: rgba(0, 166, 81, 0.08);
         z-index: -1;
       }
       .hero-area .intro-img img {
         display: block;
         height: auto;
         max-width: 100%;
         border-radius: 10px;
         box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
         transition: all 0.3s ease; }
         .hero-area .intro-img img:hover {
           transform: translateY(-5px);
           box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
         }

   /* ==========================================================================
      About
      ========================================================================== */
   #services .services-item {
     padding: 60px 30px;
     border: 1px solid #ddd;
     -moz-transition: all .8s ease;
     -webkit-transition: all .8s ease;
     transition: all .8s ease; }
     #services .services-item:hover {
       border: 1px solid #00a651;
       box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
       -moz-transition: all .4s ease;
       -webkit-transition: all .4s ease;
       transition: all .4s ease; }
     #services .services-item .icon {
       background: #e6f9ee;
       width: 110px;
       height: 110px;
       margin: 0px auto;
       margin-bottom: 0px;
       text-align: center;
       display: block;
       border-radius: 50%;
       position: relative;
       margin-bottom: 25px; }
     #services .services-item .icon i {
       font-size: 40px;
       color: #00a651;
       position: absolute;
       left: 0;
       right: 0;
       top: 30%; }
     #services .services-item h4 {
       font-size: 20px;
       font-weight: 600;
       color: #003b7a;
       margin-bottom: 15px; }
     #services .services-item p {
       font-size: 16px;
       margin-bottom: 10px;
       color: #4a4a4a; }

   /* ==========================================================================
      business-plan Section
      ========================================================================== */
   #business-plan {
     padding-bottom: 130px; }
     #business-plan .container-fluid {
       padding-right: 30px;
       padding-left: 30px; }
     #business-plan .business-item-info {
       margin-top: 60px; }
       #business-plan .business-item-info h3 {
         font-size: 35px;
         font-weight: 600;
         margin-bottom: 25px; }
       #business-plan .business-item-info p {
         font-size: 16px;
         margin-bottom: 20px; }

   /* ==========================================================================
      Features
      ========================================================================== */
   #features {
     background: #f9f9f9; }
     #features .featured-bg {
       background: #fff; }
     #features .featured-border1 {
       border-bottom: 1px solid #ededed;
       border-right: 1px solid #ededed; }
     #features .featured-border2 {
       border-bottom: 1px solid #ededed; }
     #features .featured-border3 {
       border-right: 1px solid #ededed; }
     #features .feature-item {
       padding: 30px;
       overflow: hidden;
       -moz-transition: all .8s ease;
       -webkit-transition: all .8s ease;
       transition: all .8s ease; }
       #features .feature-item .feature-icon {
         background: #e6f9ee;
         width: 100px;
         height: 100px;
         margin: 0px auto;
         margin-top: 0px;
         margin-right: auto;
         margin-bottom: 0px;
         margin-bottom: 0px;
         margin-bottom: 0px;
         text-align: center;
         display: block;
         border-radius: 50%;
         position: relative;
         margin-right: 30px;
         border: 1px solid #00a651;
         margin-top: 12px;
         float: left; }
         #features .feature-item .feature-icon i {
           font-size: 40px;
           color: #00a651;
           position: absolute;
           left: 0;
           right: 0;
           top: 32%; }
       #features .feature-item .feature-info {
         float: left;
         width: calc(100% - 130px);
       }
       #features .feature-item h4 {
         font-size: 20px;
         font-weight: 600;
         margin-bottom: 20px; }
       #features .feature-item p {
         font-size: 16px;
         display: block; }
       #features .feature-item:hover {
         box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
         -moz-transition: all .8s ease;
         -webkit-transition: all .8s ease;
         transition: all .8s ease; }
       #features .feature-item:hover .feature-icon {
         background: #00a651;
         -moz-transition: all .8s ease;
         -webkit-transition: all .8s ease;
         transition: all .8s ease; }
       #features .feature-item:hover .feature-icon i {
         color: #fff;
         -moz-transition: all .8s ease;
         -webkit-transition: all .8s ease;
         transition: all .8s ease; }

   /* ==========================================================================
      Showcase
      ========================================================================== */
   #showcase {
     padding-bottom: 375px; }
     #showcase .right-position {
       position: relative; }
     #showcase .showcase-area {
       position: absolute;
       width: 97%;
       z-index: 12;
       top: 260px;
       margin: 0px auto; }
     #showcase .showcase-text h2 {
       color: #fff; }
     #showcase .showcase-text p {
       color: #fff; }
     #showcase .gradient-bg {
       background: #003b7a;
       background: linear-gradient(95deg, #003b7a 40%, #0066cc 100%);
       padding: 119px 0px 80px 0px; }
     #showcase .showcase-slider .owl-controls .owl-page.active span, #showcase .showcase-slider .owl-controls.clickable .owl-page:hover span {
       filter: Alpha(Opacity=100);
       opacity: 1;
       background: #00a651; }
     #showcase .showcase-slider .owl-controls .owl-page span {
       display: block;
       width: 12px;
       height: 12px;
       margin: 5px 7px;
       filter: Alpha(Opacity=50);
       opacity: 0.5;
       -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
       border-radius: 20px;
       background: #00a651; }
     #showcase .showcase-slider .owl-controls .active span {
       width: 15px;
       height: 15px; }
     #showcase .showcase-slider .screenshot-thumb {
       width: 100%;
       height: 100%;
       position: relative; }
       #showcase .showcase-slider .screenshot-thumb .fancy-table {
         padding-top: 72px; }
       #showcase .showcase-slider .screenshot-thumb p {
         color: #fff;
         font-size: 16px;
         font-style: italic;
         margin-bottom: 10px; }
       #showcase .showcase-slider .screenshot-thumb h5 {
         font-size: 20px;
         color: #fff;
         display: block;
         font-weight: 600; }
       #showcase .showcase-slider .screenshot-thumb .zoom-icon a {
         display: inline-block;
         margin: 8px; }
       #showcase .showcase-slider .screenshot-thumb .zoom-icon a:hover i {
         color: #000;
         -webkit-transition: all 200ms ease-in;
         -ms-transition: all 200ms ease-in;
         -moz-transition: all 200ms ease-in;
         transition: all 200ms ease-in; }
       #showcase .showcase-slider .screenshot-thumb .zoom-icon a i {
         color: #fff;
         font-size: 20px; }
     #showcase .showcase-slider .screenshot-thumb > .hover-content {
       background-color: #00a651;
       opacity: 0.90;
       height: 85%;
       left: 0;
       opacity: 0;
       position: absolute;
       top: 0;
       -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
       transition-duration: 500ms;
       width: 83%;
       margin: 25px; }
     #showcase .showcase-slider .screenshot-thumb:hover .hover-content {
       opacity: 0.8;
       -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
       transition-duration: 500ms; }
     #showcase .showcase-slider .owl-wrapper-outer {
       padding: 20px 0px; }

   /* ==========================================================================
      Testimonial section
      ========================================================================== */
   #testimonial {
     margin-bottom: 270px;
     background: url(../img/bg/testimonial-bg.jpg) no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover; }
     #testimonial .right-position {
       position: relative; }
     #testimonial .testimonial-area {
       position: absolute;
       width: 100%;
       z-index: 12;
       top: 260px;
       margin: 0px auto; }
     #testimonial #client-testimonial {
       background-color: #fff;
       padding: 54px;
       -webkit-box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
       -moz-box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
       box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24); }
       #testimonial #client-testimonial .content-inner p {
         font-size: 24px;
         color: #4a4a4a;
         font-style: italic;
         line-height: 35px; }
       #testimonial #client-testimonial .author-info {
         padding-top: 26px;
         padding-bottom: 20px; }
       #testimonial #client-testimonial .author-info h5 {
         color: #003b7a;
         font-size: 18px; }
       #testimonial #client-testimonial h5 span {
         font-size: 16px;
         color: #4a4a4a;
         font-style: italic; }
       #testimonial #client-testimonial .owl-controls .owl-buttons div.owl-prev {
         color: #00a651;
         display: inline-block;
         zoom: 1;
         *display: inline;
         margin: 5px;
         font-size: 16px;
         -webkit-border-radius: 30px;
         -moz-border-radius: 30px;
         border-radius: 50px;
         background: #fff;
         filter: Alpha(Opacity=50);
         position: absolute;
         left: -20px;
         top: 48%;
         opacity: 1;
         border: 1px solid #ccc;
         width: 38px;
         height: 38px;
         padding: 8px 0px; }
       #testimonial #client-testimonial .owl-controls .owl-buttons div.owl-next {
         color: #00a651;
         display: inline-block;
         zoom: 1;
         *display: inline;
         margin: 5px;
         font-size: 16px;
         -webkit-border-radius: 30px;
         -moz-border-radius: 30px;
         border-radius: 50px;
         background: #fff;
         filter: Alpha(Opacity=50);
         position: absolute;
         right: -20px;
         top: 48%;
         opacity: 1;
         border: 1px solid #ccc;
         width: 38px;
         height: 38px;
         padding: 8px 0px; }
       #testimonial #client-testimonial .owl-controls .owl-buttons div.owl-prev:hover, #testimonial #client-testimonial .owl-controls .owl-buttons div.owl-next:hover {
         color: #fff;
         background: #00a651;
         border-color: #00a651; }
     #testimonial .video-promo-content {
       padding-top: 0;
       padding-bottom: 300px; }
     #testimonial .video-play-button {
       position: absolute;
       z-index: 10;
       top: 30%;
       left: 50%;
       transform: translateX(-50%) translateY(-50%);
       box-sizing: content-box;
       display: block;
       width: 32px;
       height: 44px;
       border-radius: 50%;
       padding: 18px 20px 18px 28px; }
     #testimonial .video-play-button:before {
       content: "";
       position: absolute;
       z-index: 0;
       left: 50%;
       top: 50%;
       transform: translateX(-50%) translateY(-50%);
       display: block;
       width: 100px;
       height: 100px;
       background: #fff;
       border-radius: 50%;
       animation: pulse-border 1500ms ease-out infinite; }
     #testimonial .video-play-button:after {
       content: "";
       position: absolute;
       z-index: 1;
       left: 50%;
       top: 50%;
       transform: translateX(-50%) translateY(-50%);
       display: block;
       width: 100px;
       height: 100px;
       background: #fff;
       border-radius: 50%;
       transition: all 200ms;
       opacity: 0.5; }
     #testimonial .video-play-button:hover:after {
       background-color: #00a651; }
     #testimonial .video-play-button:hover span {
       border-left: 22px solid #fff;
       border-top: 14px solid transparent;
       border-bottom: 14px solid transparent;
       border-radius: 2px; }
     #testimonial .video-play-button span {
       display: block;
       position: relative;
       z-index: 3;
       width: 0;
       height: 0;
       border-left: 22px solid #00a651;
       border-top: 14px solid transparent;
       border-bottom: 14px solid transparent;
       border-radius: 2px;
       margin-top: 8px;
       margin-left: 5px; }

   @keyframes pulse-border {
     0% {
       transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
       opacity: 1; }
     100% {
       transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
       opacity: 0; } }

   /* ==========================================================================
      Our Pricing/Solar Benefits Section
      ========================================================================== */
   #pricing .pricing-table {
     padding: 40px 30px;
     border: 1px solid #e5e5e5;
     border-radius: 8px;
     background-color: #fff;
     height: 100%;
     -moz-transition: all .3s ease;
     -webkit-transition: all .3s ease;
     transition: all .3s ease; }
     #pricing .pricing-table h3 {
       font-size: 22px;
       color: #003b7a;
       font-weight: 600;
       text-transform: uppercase;
       margin-bottom: 20px;
       text-align: center; }
     #pricing .pricing-table h1 {
       text-align: center;
       margin-bottom: 25px; }
     #pricing .pricing-table h1 i {
       color: #00a651;
       font-size: 50px;
       position: relative; }
     #pricing .pricing-table ul {
       padding-bottom: 28px;
       text-align: center; }
     #pricing .pricing-table ul li {
       font-size: 16px;
       font-weight: 400;
       color: #4a4a4a;
       display: block;
       line-height: 1.6;
       margin-bottom: 12px; }
     #pricing .pricing-table:hover {
       border: 1px solid #00a651;
       box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
       transform: translateY(-5px);
       -moz-transition: all .3s ease;
       -webkit-transition: all .3s ease;
       transition: all .3s ease; }
     #pricing .pricing-icon {
       display: flex;
       justify-content: center;
       align-items: center;
       width: 88px;
       height: 88px;
       background-color: rgba(0, 166, 81, 0.1);
       border-radius: 50%;
       margin: 0 auto 20px;
       line-height: 1; }
       #pricing .pricing-icon i {
         font-size: 36px;
         color: #00a651; }

   /* ==========================================================================
      team section
      ========================================================================== */
   #team .single-team {
     border: 1px solid #ddd;
     position: relative;
     -moz-transition: all .8s ease;
     -webkit-transition: all .8s ease;
     transition: all .8s ease; }
     #team .single-team img {
       width: 100%; }
     #team .single-team .team-social-icons {
       position: absolute;
       left: 0;
       right: 0;
       text-align: center;
       top: -20px; }
       #team .single-team .team-social-icons ul.social-list li {
         display: inline-block;
         width: 35px;
         height: 35px;
         border: 1px solid #ccc;
         border-radius: 50%;
         padding: 5px;
         line-height: 30px;
         margin: 4px;
         background: #fff; }
       #team .single-team .team-social-icons ul.social-list li:hover {
         background: #00a651;
         -moz-transition: all .4s ease;
         -webkit-transition: all .4s ease;
         border-color: #00a651;
         transition: all .4s ease; }
       #team .single-team .team-social-icons ul.social-list li:hover a {
         display: block; }
       #team .single-team .team-social-icons ul.social-list li:hover a i {
         color: #fff;
         -moz-transition: all .4s ease;
         -webkit-transition: all .4s ease;
         transition: all .4s ease; }
       #team .single-team .team-social-icons ul.social-list li a i {
         color: #00a651;
         font-size: 16px; }
     #team .single-team:hover {
       box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
       -moz-transition: all .8s ease;
       -webkit-transition: all .8s ease;
       transition: all .8s ease; }
     #team .single-team .team-details {
       padding: 45px 15px 30px 15px;
       position: relative; }
       #team .single-team .team-details h5.team-title {
         font-size: 16px;
         font-weight: 600;
         display: block;
         margin-bottom: 0; }
       #team .single-team .team-details p {
         font-size: 14px;
         color: #4a4a4a; }

   /* ==========================================================================
      Contact section
      ========================================================================== */
   #contact form#contactForm .form-group {
     margin-bottom: 30px; }

   #contact form#contactForm input[type=text], #contact form#contactForm input[type=email] {
     min-height: 52px;
     padding: 0px 0 0 28px;
     font-size: 16px;
     color: #4a4a4a; }

   #contact form#contactForm textarea {
     padding: 15px 0 0 28px;
     font-size: 16px;
     color: #4a4a4a; }

   #contact form#contactForm .form-control:focus {
     border: 1px solid #00a651;
     outline: none;
     box-shadow: none;
     background: #e6f9ee; }

   #contact .contact-info {
     margin-top: 30px; }
     #contact .contact-info h3 {
       font-size: 18px;
       margin-bottom: 15px; }
     #contact .contact-info p {
       font-size: 14px;
       line-height: 24px;
       margin-bottom: 20px; }
     #contact .contact-info p i {
       color: #00a651;
       margin-right: 8px; }

   /* ==========================================================================
      Footer section
      ========================================================================== */
   #footer-Content {
     padding-top: 130px;
     background: #003b7a; }
     #footer-Content .footer-logo img {
       padding-top: 70px; }
     #footer-Content .form-control:focus {
       outline: none;
       box-shadow: none;
       background: #e6f9ee; }
     #footer-Content .copyright {
       margin-top: 125px;
       border-top: 1px solid #0050a3;
       padding-top: 30px;
       padding-bottom: 30px; }
       #footer-Content .copyright p {
         color: #00a651;
         font-size: 18px; }
       #footer-Content .copyright a {
         color: #ddd; }
     #footer-Content .widget p {
       color: #e2e2e2;
       font-size: 16px;
       line-height: 28px;
       margin-bottom: 10px; }
     #footer-Content .widget p i {
       color: #00a651;
       margin-right: 8px; }
     #footer-Content .widget .social-icons {
       margin-top: 20px; }
       #footer-Content .widget .social-icons ul.social-list {
         display: flex; }
       #footer-Content .widget .social-icons ul.social-list li {
         margin-right: 15px; }
       #footer-Content .widget .social-icons ul.social-list li a {
         display: flex;
         justify-content: center;
         align-items: center;
         width: 36px;
         height: 36px;
         background: rgba(255, 255, 255, 0.1);
         border-radius: 50%;
         transition: all 0.3s ease; }
       #footer-Content .widget .social-icons ul.social-list li a i {
         color: #fff;
         font-size: 16px; }
       #footer-Content .widget .social-icons ul.social-list li a:hover {
         background: #00a651; }
     #footer-Content .widget .subscribe-area {
       position: relative;
       height: 40px;
       margin-top: 18px; }
       #footer-Content .widget .subscribe-area input[type=email] {
         background: #00275a;
         border: 1px solid #fff;
         color: #e2e2e2;
         font-size: 14px;
         font-style: italic;
         height: 38px; }
       #footer-Content .widget .subscribe-area span i {
         position: absolute;
         right: 0;
         width: 60px;
         height: 38px;
         color: #fff;
         top: 0;
         background: #00a651;
         display: block;
         padding: 9px 20px;
         font-size: 18px;
         border-radius: 0px 4px 4px 0px; }
     #footer-Content h3.block-title {
       color: #fff;
       font-size: 20px;
       font-weight: 600;
       margin-bottom: 30px; }
     #footer-Content ul.menu li a {
       color: #e2e2e2;
       font-size: 16px;
       font-weight: 400;
       line-height: 32px;
       -webkit-transition: all 300ms;
       -o-transition: all 300ms;
       transition: all 300ms; }
       #footer-Content ul.menu li a:hover {
         color: #ffc107;
         padding-left: 5px;
         -webkit-transition: all 300ms;
         -o-transition: all 300ms;
         transition: all 300ms; }