*{
    margin: 0;
    padding: 0;
}
.call img{
    width: 48px;
    position: fixed;
    right: 10px;
    bottom: 25px;
    z-index: 999999;
}
.whtsapp img{
    width: 55px;
    position: fixed;
    right: 10px;
    bottom: 75px;
    z-index: 999999;
}

.carousel-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.carousel-item .sliderInner {
    padding: 20px 70px;
    background-color: rgba(0, 0, 0, 0.7);
    margin: 70px auto;
    border-radius: 30px;
}
.sliderSection .carousel-inner .carousel-item {
    width: 100%;
    background-size: cover;
    object-position: center center;
}
.carousel-item .sliderInner h2 {
    font-size: 20px;
    font-weight: 800;
    margin-top: 40px;
    letter-spacing: 2px;
}
.carousel-item{
    position: relative;
    display: none;
    width: 100%;
    float: left;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: .6s ease-in-out;
}
.carousel-item .sliderInner p {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 5px;
    padding: 15px;
}
 .carousel-item .btnWrap {
    margin-top: 35px;
}
.carousel-item .btnWrap .btnOne {
    background-color: #930505;
    cursor: pointer;
    padding: 7px 24px;
    font-weight: 600;
    color: #fff;
    box-shadow: 2px 2px 6px #000;
    border-radius: 6px;
    margin-left: 15px;
    border: 3px solid #ff0000;
}
.carousel-item .btnWrap .btnTwo {
    background-color: #174d02;
    padding: 7px 24px;
    font-weight: 600;
    color: #fff;
    box-shadow: 2px 2px 6px #000;
    border-radius: 6px;
    margin-left: 15px;
    border: 3px solid #3bbf08;
}

.aboutSection h2 {
    font-size: 40px;
    font-weight: 700;
    padding: 15px;
}
.aboutSection p {
    line-height: 1.5;
    font-size: 16px;
    padding: 10px;

}
.aboutSection .callbtn {
    background-color: #088373;
    padding: 10px 35px;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    box-shadow: 2px 2px 6px #000;
    border-radius: 30px;
    margin-top: 8px;
}
.aboutSection img {
    width: 80%;
    height: 25vh;
    /* margin-top: 20px; */
    margin: 20px; 
    vertical-align: middle;
    border-radius: 10px;
    object-fit: cover;
}
.sectionPadding {
    padding: 70px 0;
}
.headingText h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}
.user-feedback{
    padding: 30px 0;
}    
/* #9ed1ee */
.user-review{
    /* text-align: center; */
    background: linear-gradient(to top,#f0a9cf,#f18b92);

    box-shadow: 0 0 10px 0 rgba(0, 0, 100, 0.2);
    padding-bottom: 60px;
    padding: 30px;

}
.user-review h4{
padding-top: 20px;
font-weight: 700;
margin-left: 20px;
text-transform: capitalize;

}
.user-review a{
    text-decoration: none;
    color: #24262b;
    margin-left: 20px;
}


.user-review p{
    margin-left: 20px;

    padding: 20px 10px 10px 10px;
}
.user-review p::before{
    /* content: '\201d'; */
    display: block;
    position: absolute;
    font-size: 100px;
    color: #6495ed;
    font-family: sans-serif;
    left: 44%;
    top: -20px;
}

.footer{
    padding: 40px 5px;
    background: linear-gradient(#12c2e9, #c471ed, #f64f59); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: black;
}

.footer .col-md-3 h4{
    font-size: 18px;
    color: black;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 600;
    position: relative;
}

.footer .col-md-3 p{
    width: 100%;
}
.footer .col-md-3 h4::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #131112;
    height: 2px;
    /*box-sizing: border-box;*/
    width: 20%;
}

.footer .col-md-3 ul li:not(:last-child){
margin-bottom: 10px;
}

.footer .col-md-3 ul li a{
    font-size: 15px;
    text-transform: capitalize;
    color: #090909;
    text-decoration: none;
    font-weight: 300;
    display: block;
    transition: all 0.3s ease;
}

.footer .col-md-3 ul li a:hover{
    color: rgb(247, 249, 247);
    padding-left: 3px;
}

.contact-detail li{
    list-style: none;
    margin: 15px 0;
    display: flex;
    align-items: center;
}

.contact-detail li i{
    height: 25px;
    width: 25px;
    /*border: 1px solid black;*/
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    margin-right: 12px;
    border-radius: 20%;
}

.contact-detail li i:hover{
    background-color: rgb(244, 245, 244);
}

.social-icon{
    position: relative;
    /* display: flex; */
    /* margin-left: px; */
    margin-top: 12px;
    /* justify-content: center; */
    /* align-items: center; */
    flex-wrap: wrap;
}

.social-icon a{
    display: inline-block;
    height: 33px;
    width: 33px;
    background-color: rgba(255,255,255,0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 40%;
    color: #242121;
    transition: all 0.5s ease;
}

.social-icon a:hover{
    color: #24262b;
    background-color: rgb(241, 245, 241);
    transform: translateY(-10px);
}

.copyright{
    margin-left: 1px;
}

@media screen and (max-width: 786px) {

}