.header{
    background-color: #000;
}
.navbar-nav{
        padding-left: 20px;
        width:920px;

}
.nav-link{
    color:#fff;
    font-weight: 400;
}
.navbar-toggler {
    color:#fff;
    font-size: 24px;
}
.nav-link.active,.nav-link:hover{
    color:#ff550b;
}
.banner{
    position: relative;
    background-image: url('../img/banner-img.webp');
    background-repeat: no-repeat;
    background-size: cover;
    height: 540px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4); /* Adjust opacity and color as needed */
}
.content{
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 160px !important;
    transform: translate(-50%, -50%)
}
ul{
    line-height: 32px;
}
.star{
    position: absolute;
    left:-6%;
    top:82%;
    animation: rotate 2s linear infinite;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.content h1{
    color:#ff4d00;
    font-size: 42px;
    font-weight: 600;
    line-height: 42px;
    font-style: italic;
    z-index: 9999;
}
.bannrer-ul{
    text-align: center;
}

h2{
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
}
h5{
    font-size: 18px;
    font-weight: 600;
    color:#ff550b;
    line-height: 42px;
}
p{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color:#000;
}
.apt-btn{
 background-color: #ff550b;
 padding:12px;
}
.apt-btn a{
    color:#fff;
    text-decoration: none;
}
.apt-btn:hover {
    color:#fff !important;
    background-color: #ff550b;
    opacity: 1;
}
.icn1{
 color:#ff550b;
 font-size: 18px !important;

}
.service-box{
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    perspective:1000px;
    -webkit-perspective:1000px;
}
.service-icon{
    width: 100%;
    height: 320px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
    border-radius: 12px;

}

.service-content{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 320px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
    background-color: #000;
    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);
    border-radius: 12px;
}
.service-box .service-icon .front-content{
    position: relative;
    top:120px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.front-content svg{
	width: 50px;
	height: 50px;
	fill: #fff !important;
}
.service-box .service-icon .front-content h3 {
    font-size: 21px;
	font-weight: 600;
    color: #fff;
    text-align: center;
    padding-top: 24px;
    margin-bottom: 15px;
}
.service-box .service-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding-top: 18px;
    margin-bottom: 10px;
}
.service-box .service-content p {
    font-size: 15px;
    color: #ffffff;
    margin: 0;
    padding-top: 5px;
}
.service-box .service-content h5 {
    padding-top: 12px;
    font-size: 18px;
}
.service-box .service-content h5 a {
    color: #ff7e00;
}
.yellow{background-color: #ff7e00;}

.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);
}

.hs_counter_main_wrapper{
	float:left;
	width:100%;
	text-align:center;
}
.hs_counter_cont_wrapper{
	float:left;
	width:20%;
	display:inline-block;
	padding-top:40px;
	padding-bottom:40px;
	background:#ff7e00;
	border-left:0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_counter_cont_wrapper2,
.hs_counter_cont_wrapper4{
	background:#ff9124;
}
.count-description span{
	width:65px;
	height:65px;
	line-height:65px;
	text-align:center;
	font-size:28px;
	color:#fff;
	font-weight:bold;
	border:1px solid #fff;
	display:inline-block;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.hs_main_cycle_main{
	display:inline-block;
	border:1px solid #ebebeb;
	width: 85px;
    height: 85px;
    padding-top: 10px;
	 -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.con1, .con2, .con3, .con4{
	font-size: 22px;
	line-height: 33px;
	color:#fff;
	margin-top:16px;
}
.con1, .con2, .con3, .con4{
	font-size: 22px;
	color:#fff;
	margin-top:16px;
}
.review-area{
    background-color: #e8f6f1;
}
.review-area-1 img{
    border:1px solid #ff550b;
}
/*-- hs Counter wrapper End --*/
.review-box{
    background-color: #fff;
    padding:15px;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    border-radius: 12px;
    height: 100%;
}
.review-box::after{
    content: "";
    position: absolute;
    bottom: -30px;
    right: 10%;
    border-width: 0px 30px 30px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    transition: border-color 0.3s;
}


.quote-icon{
    position: absolute;
    top:0%;
    left:-3%;
    background-color: #ff550b;
    color:#fff;
    font-size:24px !important;
    padding: 10px;

}
.stick{
    position: sticky;
    top:2rem;
}
.accordion-button {
    border-top: 1px solid #dee2e6 !important;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    color:black;
    box-shadow: none;
}
.faq-item{
    color:#000;
    font-size: 20px;
    font-weight: 500;
}

.fa-2xl{
    font-size: 28px !important;
}
@media (max-width: 768px) {
    .wrapper {
        margin: 10px auto;
        width: 100%;
    }

.content h1 {
    font-size: 32px;
}
.banner{
  background-image: url('../img/shiv-banner-mbl.webp');
  background-position: center;
}
.star {
  display:none;
}
.hs_counter_cont_wrapper {
    float:none;
    width:100%
}
.mbl-logo{
    display: inline-block !important;
}
.hide-col{
    display: none;
}
.navbar-nav{
    width:100%;
}
}
section{
    background-color: #e8f6f1;
    padding:50px 0 ;
}
.form5 {
    border-radius: 10px;
    padding: 30px;
    text-align: center;

}

input {
    padding: 20px;
    font-size: 16px;

    border-radius: 5px;
    border: 1px slategrey;
    margin: 10px auto;
    font-family: "Figtree";
}
textarea{
    padding: 20px;
    font-size: 16px;

    border-radius: 5px;
    border: 1px slategrey;
    margin: 10px auto !important;
    font-family: "Figtree";
}

.button {
    padding: 10px;
    font-size: 16px;
    width: 50%;
    border-radius: 5px;
    margin-top: 10px;
    background-color: #ff550b;
    color:#fff;

}

.service1{
    background-color: #000000FA;
    padding: 10px;
    border-radius: 30px;

}
.head{
    padding: 10px;
}
#message, #fail {
    color: red;
    font-weight: 700;
    font-size: 18px;
}
#success {
    color: green;
    font-weight: 700;
    font-size: 18px;
}
.form-group-input1 {
    width: 40%;
    height: 45px;
    border-radius: 10px;
    border-color: #f37335;
    text-indent: 10px;
    font-size: 16px;
}
.details span{
    width: 50px;
  height: 50px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}
.details svg{
    width: 30px;
    height: 30px;
}
.icon{
    margin-top: 2rem;
}

@media (max-width: 768px) {
    .col {
        flex:none;
    }
}


.footer{
    background-color: #000;
}
.footer-para{
    color: white;
    font-family: "Figtree";
    font-size: 16px;
}
.social-link a{
    color: white;
    font-family: "Figtree";
    font-size: 16px;
}
.footer-wrapper h3{
    font-size: 24px;
    color: white;
}
.footer-ul li,.footer-ul li a{
    color: white;
    font-size: 16px;
    text-decoration: none;
}
.chatty {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    padding: 7px 2px 14px;
    position: fixed;
    left: 2%;
    top: 90%;
    z-index: 9999;
    display: inline-block;
    }
    .sticky1 i {
    font-size: 30px;
    color: #ffffff;
    display: inline-block;
    }
    .chatty1 {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    padding: 7px 2px 14px;
    position: fixed;
    left: 2%;
    top: 80%;
    z-index: 9999;
    display: none;
    }
    @media (max-width: 768px) {
    .chatty1 {
    display: inline-block !important;
    }
    .review-area-1{
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
    }

.wrapper-2 h1{
      font-size:4em;
      letter-spacing:3px;
      color:#ff550b ;
      margin:0;
      margin-bottom:20px;
    }
