/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

/* @import url(animate.min.css);
@import url(normalize.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery-ui.css);
@import url(nice-select.css); */

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     /* color: #666666; */
     /* font-size: 14px; */
     font-family: 'Roboto', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #FF4F4B;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: bold;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}


h2 {
     font-weight: bold;
}

h3 {
     font-weight: bold;
     font-size: 22px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none !important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     /* padding: 0px;
     list-style: none; */
     font-size: 18px;
}

p {
     margin: 0px;
     /* font-weight: 300; */
     font-size: 18px;
     /* line-height: 24px; */
}

a {
     color: #FF4F4B;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

:focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #38c8a8;
}

.margin_top_30 {
     margin-top: 30px !important;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- navigation--*/

.navigation.navbar {
     float: right;
     font-weight: bold;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0 21px;
     color: #fff;
     font-size: 16px;
     line-height: 20px;
}
.area-main-page img{
   border-radius: 20px;
}
.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #FF4F4B;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #FF4F4B;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.header {
     background: #000;
     width: 100%;
     /* padding: 40px 40px 40px 40px; */
}

.logo a {
     font-size: 40px;
     font-weight: bold;
     text-transform: uppercase;
     color: #fff;
     line-height: 40px;
}

.text-bg h1 {
     color: #fff;
     font-size: 40px;
     line-height: 80px;
     padding-bottom: 25px;
     font-weight: bold;
}

.text-bg span {
     color: #fdd430;
     font-size: 40px;
     line-height: 35px;
     font-weight: bold;
}

.text-bg p {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     padding: 40px 0;
}

.text-bg a {
     font-size: 16px;
     text-align: center;
     text-transform: uppercase;
}

.text-bg a:hover {
     background-color: #000;
     color: #fff;
}

.text-img figure {
     margin: 0px;
     margin-top: -80px;
}

.text-img figure img {
     width: 100%;
}

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 45px;
     color: #0c0f38;
     line-height: 40px;
     font-weight: bold;
     padding: 0;
}


/** Hosting section **/

.hosting {
     padding-top: 90px;
}

.web_hosting {
     text-align: center;
}

.web_hosting figure {
     margin: 0;
}

.web_hosting p {
     color: #0c0f38;
     font-size: 17px;
     line-height: 28px;
     padding: 40px 50px;
}

.web_hosting a {
     font-size: 16px;
     background-color: #000;
     color: #fff;
     padding: 10px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     text-transform: uppercase;
     font-weight: 400;
     margin-top: 10px;
}

.web_hosting a:hover {
     background-color: #0c0f38;
     color: #fff;
}


/** end Hosting section **/


/** Services section **/

.Services {
     margin-top: 90px;
     padding: 60px 0;
     background: #0c0f38;
     font-family: Poppins;
}

.Services .titlepage {
     text-align: center;
}

.Services .titlepage h2 {
     color: #fff;
     padding-bottom: 20px;
}

.Services .titlepage p {
     color: #fff;
}

.Services .Services-box i {
     background: #fff;
     width: 100px;
     height: 100px;
     border-radius: 50px;
     display: inline-block;
     padding-top: 19px;
}

.Services .Services-box i:hover {
     background: #ddd;
}

.Services .Services-box h3 {
     padding: 20px 0px 20px 0px;
     font-size: 20px;
     line-height: 25px;
     color: #fff;
     display: block;
     font-weight: 500;
}

.Services .Services-box {
     text-align: center;
     background-color: transparent;
     border-radius: 20px;
     border: #cecfd7 solid 2px;
     padding: 40px;
     transition: ease-in all 0.5s;
     margin-bottom: 30px;
}

.Services .Services-box:hover {
     background: #8308eb;
     transition: ease-in all 0.5s;
     cursor: pointer;
}

.Services .Services-box p {
     font-size: 16px;
     line-height: 24px;
     color: #fff;
}

.read_more {
     font-size: 16px;
     background-color: #fff;
     color: #000;
     padding: 10px 0px;
     width: 100%;
     max-width: 190px;
     display: flex;
     justify-content: center;
     text-align: center;
     margin: 0 auto;
     margin-top: 20px;
}

.read_more:hover {
     background: #8308eb;
     color: #fff;
}


/** end Services section **/


/** why section **/

.why {
     margin-top: 90px;
     background: #ffff;
     font-family: Poppins;
}

.why .titlepage {
     text-align: center;
}

.why .titlepage h2 {
     padding-bottom: 20px;
}

.why .titlepage p {
     color: #090808;
}

.why .why-box h3 {
     padding: 20px 0px 20px 0px;
     font-size: 20px;
     line-height: 25px;
     color: #090808;
     display: block;
     font-weight: 500;
}

.why .why-box {
     text-align: center;
     background-color: transparent;
     border-radius: 20px;
     padding: 40px 20px 20px 20px;
     transition: ease-in all 0.5s;
     margin-bottom: 30px;
     box-shadow: #ddd 0px 0px 10px
}

.why .why-box p {
     font-size: 16px;
     line-height: 24px;
     color: #090808;
}

.why .why-box:hover {
     transition: ease-in all 0.1s;
     transform: scale(1.1);
}

.bg {
     font-size: 16px;
     background-color: #090808;
     color: #fff;
     padding: 10px 0px;
     width: 100%;
     max-width: 190px;
     display: flex;
     justify-content: center;
     text-align: center;
     margin: 0 auto;
     margin-top: 20px;
}

.bg:hover {
     background: #8308eb;
     color: #fff;
}


/** end why section **/


/** contact section **/

.contact {
     /* padding-top: 90px; */
     font-family: Poppins;
}

.main_form {
     background: #0c0f38;
     padding: 55px 55px;
     border-radius: 30px;
     margin-bottom: -10%;
}

.contact .main_form .contactus {
     border: #fff solid 1px;
     padding: 0px 19px;
     margin-bottom: 20px;
     border-radius: 15px;
     width: 100%;
     height: 52px;
     background: #fff;
     color: #999999;
     font-size: 16px;
}

.contact .main_form .textarea {
     margin-bottom: 25px;
     padding: 0px 19px;
     color: #999999 !important;
     width: 100%;
     border: #fff solid 1px;
     border-radius: 15px;
     padding-top: 38px;
     background: #fff;
}

.contact .main_form .send {
     font-size: 16px;
     transition: ease-in all 0.5s;
     background-color: #fff;
     color: #ef4259;
     padding: 12px 70px;
     margin: 0 auto;
     display: block;
     border-radius: 30px;
}

.contact .main_form .send:hover {
     background-color: #8308eb;
     transition: ease-in all 0.5s;
     color: #fff;
}

#contact *::placeholder {
     color: #999999;
     opacity: 1;
}

.current {
     color: #fff;
     margin-top: -4px;
     position: absolute;
}


/** end contact section **/


/** footer **/

.footer {
     font-family: Poppins;
     background: #000;
     padding-top: 1px;
     padding-bottom: 0px;
}

.cont {
     text-align: center;
     margin-top: 1%;
}

.cont h3 {
     color: #fff;
     font-size: 23px;
     line-height: 30px;
     font-weight: bold;
     padding: 30px 0px 0px 0px;
}

.cont span {
     color: #fff;
     font-size: 30px;
     line-height: 40px;
     padding: 30px 0px 30px 0px;
     display: inline-block;
     font-weight: bold;
}

.cont p {
     color: #fff;
     font-size: 17px;
     line-height: 30px;
     padding: 0 130px;
     padding-bottom: 0px;
}

.copyright {
     padding: 20px 0px;
     background: #000;
}

.copyright p {
     color: #fff;
     font-size: 15px;
     line-height: 30px;
     text-align: center;
     padding-left: 60px;
     padding-right: 60px;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #0c0f38;
}


/** end footer **/

/* ---------------------------------- */
body {
     background: #eee;
     margin-top: 0px;
}

.widget {
     border: none;
     box-shadow: 0 2px 0 rgba(0, 0, 0, .07);
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     margin-bottom: 20px;
     position: relative;
     background: #fff;
     padding: 20px;
     display: block;
}

.widget-blog-cover {
     overflow: hidden;
     padding-top: 60%;
}

.widget-blog-cover,
.widget-stat-header {
     position: relative;
     border-radius: 5px 5px 0 0;
     margin: -20px -20px 20px;
}

.animation-grow-hover,
.widget-blog .widget-blog-cover img {
     transition: all .1s ease-in-out;
}

.widget-blog-cover img:hover {
     max-width: 110%;
     min-height: 110%;
     margin-left: -5%;
     margin-top: -5%;
}

.widget-blog-cover img {
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     max-width: 100%;
     min-height: 100%;
}

.widget-blog-author {
     margin: -20px -20px 0;
     padding: 10px 20px;
}

.widget-blog-author-image {
     float: left;
     margin-top: -30px;
     padding: 5px;
     border-radius: 70px;
     width: 70px;
     height: 70px;
     background: #fff;
     position: relative;
}

.widget-blog-author-image img {
     max-width: 100%;
     border-radius: 70px;
}

.text-muted {
     color: #aab3ba;
}

.f-s-11 {
     font-size: 11px !important;
}

.m-0 {
     margin: 0 !important;
}

/* ///// */
/* faqsss */
#page {
     font-family: 'Roboto', sans-serif;
     margin: 0;
     padding: 0;
     /* background-color: #f4f4f4; */
}

.faq-container {
     /* background-color: #fff; */
     /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
     padding: 20px;
     /* border-radius: 8px; */
     width: auto;
}

.faq-list {
     padding: 10px 0;
     text-align: left;
     font-size: 20px;
     line-height: 2;

}

.faq-item {
     /* border-bottom: 1px solid #e0e0e0; */
     padding: 10px 0;
}

.faq-question {
     font-weight: bold;
     cursor: pointer;
}

.faq-answer {
     display: none;
     margin-top: 10px;
     font-size: 14px;
}

.faq-toggle {
     display: none;
}

.faq-toggle:checked+.faq-question+.faq-answer {
     display: block;
}

/* ---------------------------------------------------- */
.glow-on-hover {
     width: 120px;
     height: 50px;
     border: none;
     outline: none;
     color: #fff;
     background: #111;
     cursor: pointer;
     position: relative;
     z-index: 0;
     border-radius: 10px;
     margin-top: 10px;
}

.glow-on-hover:before {
     content: '';
     background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
     position: absolute;
     top: -2px;
     left: -2px;
     background-size: 400%;
     z-index: -1;
     filter: blur(5px);
     width: calc(100% + 4px);
     height: calc(100% + 4px);
     animation: glowing 10s linear infinite;
     opacity: 0;
     transition: opacity .3s ease-in-out;
     border-radius: 10px;
}

.glow-on-hover:active {
     color: #000
}

.glow-on-hover:active:after {
     background: transparent;
}

.glow-on-hover:before {
     opacity: 1;
}

.glow-on-hover:after {
     z-index: -1;
     content: '';
     position: absolute;
     width: 100%;
     height: 100%;
     background: #111;
     left: 0;
     top: 0;
     border-radius: 10px;
}

@keyframes glowing {
     0% {
          background-position: 0 0;
     }

     50% {
          background-position: 400% 0;
     }

     100% {
          background-position: 0 0;
     }
}

/* -------------------------------------------- */
.faq {
     padding: 40px 0;
}

.faq .faq-list {
     padding: 0;
     list-style: none;
}

.faq .faq-list li {
     background-color: #fff;
     margin-bottom: 10px;
     border-radius: 10px;
     padding: 10px 40px;
}

.faq .faq-list a {
     display: block;
     position: relative;
     font-size: 16px;
     font-weight: 600;
     color: #333333;
     text-decoration: none;
}

.faq .faq-list i {
     font-size: 16px;
     position: absolute;
     left: -25px;
     top: 6px;
     transition: 1s;
}

.faq-title {
     text-align: center;
     font-size: 17px;
     /* border-bottom: 2px dashed #ffffff; */
     margin-bottom: 30px;
     padding-bottom: 10px;
     color: #ffffff;
}

.faq .faq-list p {
     padding-top: 5px;
     margin-bottom: 20px;
     font-size: 18px;
}

.collapsed i.fas.fa-arrow-up {}

.collapsed i.fas.fa-arrow-up {
     transform: rotate(180deg);
}

.nav-item.dropdown:hover .dropdown-menu {
     display: block;
}

.dropdown-menu {
     margin-top: 0;
}
.left-margin{margin-left: 15px;
margin-bottom: 20px;
}
.margin p {
     margin-bottom:20px;
}
.btn-danger {
     color: #fff;
     background-color: #000;
     border-color: #dc3545;
}
@media(min-width: 800px) {
     .d-lg-block {
         display: block !important;
     }
     .custom-hadding{
          padding-right:145px;
         text-align: right;
     }
     .padding-top{
          margin-top:30px;
      }
     .margin-top{
          margin-top:20px;
      }
     h1 {
          font-size: 32px
     }
     h2{
          font-size: 30px
     }
     p{
          font-size:16px;
     }
     ul , ul li{
          font-size:16px; 
     }
 }
 .d-none {
     display: none ;
 }
.mobile-view {
     margin-top: 50px;
}
.about-us img{
   border-radius: 20px;
}
@media (max-width: 576px) {
     .mobile-view {
          margin-top: 150px;
     }
}

@media (max-width: 576px) {
     .mobile-view2 {
          margin-top: 240px !important;
     }
}


@media (max-width: 575px) {
     .logo {
          height: 70px !important;
          float: left;
     }
}

/* /////////////////////////////////////////// */
.hero {
     position: relative;
     background-image: url('../images/sidewalkrepairinnyc.jpeg');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     height: 600px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: white;
     text-align: center;
     padding: 20px;
}

.hero-content {
     position: relative;
     z-index: 2;
     width: 70%;
}

@media (max-width: 768px) {
     .hero-content {
          width: auto;
     }
}

.hero::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
     z-index: 1;
}

.btn-danger {
     background-color: #dc3545;
     border-color: #dc3545;
}

.hero h1 {
     font-size: 50px;
}

@media (max-width: 768px) {
     .hero-content h1 {
          font-size: 1.75rem;
          margin-top: 100px;
     }
}

/* ---------------------------------------- */
.mobile-responsive {
     object-fit: cover;
     border-radius: 60px;
}

.home-slider-img {
     height: 600px;
     width: 550px;
     object-fit: cover;
     object-position: center;
     border-radius: 20px;
}

@media (max-width: 768px) {
     .home-slider-img {
          height: 600px;
          width: 350px;
     }
     .custom-hadding{
         text-align: center;
     }
     h1 {
          font-size: 24px
     }
     h2{
          font-size: 22px
     }
     p{
          font-size:14px;
     }
     ul , ul li{
          font-size:14px; 
     }
     
}

@media (max-width: 576px) {
     .home-slider-img {
          height: 400px;
          width: 250px;
     }
}

@media (max-width: 400px) {
     .home-slider-img {
          height: 300px;
          width: 200px;
     }
}
.crimson-red{
     color: rgb(255, 79, 75);
}
.main-div {
     max-width: 560px; 
     height: 300px;
     overflow: hidden; 
     border-radius: 20px; 
     position: relative;
 }

 .main-div img {
     width: 100%;
     height: 100%; 
     object-fit: cover; 
     border-radius: 20px;
 }
 
@media screen and (min-width: 576px) {
     .grid-sm-2 {
         display: grid;
         box-sizing: border-box;
         grid-template-columns: repeat(2, 1fr);
     }
   }
   
   .grid-1 {
     display: grid;
     box-sizing: border-box;
     grid-template-columns: repeat(1, 1fr);
   }
   .grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); 
     gap: 0.5rem;
   }
   .btn-more {
     background: linear-gradient(180deg, #dc3545 0%, #dc3545 100%);
     transition: transform 0.5s ease;
     transform: translateY(0px);
     font-family: OpenSans-Regular, sans-serif;
     font-weight: normal;
     font-size: 1rem;
     text-transform: none;
     text-decoration: none;
     text-align: center;
     padding: 0.6rem 1.2rem;
     color: #FFFFFF !important;
     border-radius: 0.15rem;
     border: 0;
     min-width: 150px;
     max-width: 300px;
     text-align: center;
     display: inline-block;
   }
   
   .btn-more:hover {
     transform: translateY(-2px);
     background: linear-gradient(180deg, #e93f50 0%, #652231 100%);
   }
   .btn-link {
     display: inline-block;
     font-weight: 400;
     text-align: center;
     vertical-align: middle;
     cursor: pointer;
     user-select: none;
     background-color: transparent;
     border: 1px solid transparent;
     padding: 0.600rem 0.75rem;
     font-size: 1rem;
     line-height: 1.5;
     border-radius: 0;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
   }
   
