.sticky-wht-wrp 
{    position: fixed;
    bottom: 0;
    z-index: 99999;
    width: 45px;
    left: 0px;
    margin-bottom: 2%;
}
.sticky-wht-wrp a {
    display: block;
    margin-bottom: 15px !important;
    position: relative;
}
.sticky-wht-wrp a img {
width: 100%;
background-color: #fff;
border-radius: 50%;
padding: 1px;
height: 55px;
}
.sticky-wht-wrp a span {
    font-size:16px;
    position: absolute;
    width: 181px;
    background-color: #359935;
    color: #fff;
    font-weight: bold;
    padding: 0px;
    text-align: center;
    border-radius: 20px;
    top: 0px;
    left: 60px;
    border: 1px solid #fff;
    display: none;
}
.sticky-wht-wrp a:hover span{
display:block;
}
.sticky-wht-wrp a span:before {
content: '\f0d9';
position: absolute;
left: -5px;
font-family: 'FontAwesome';
color: #359935;
top: 5px;
}


*{ margin:0;
    padding:0;
    box-sizing:border-box;}
    
    h1{
        
    font-family: 'Roboto';
    }
    .carousel-inner img{
        width:100%;
        height: 100vh;
    }
    .card-body img{
        min-width:50%;
        max-height: 200px;
    }
    .carousel-item{
        positiom:relative;
    }
    .carousel-item:before{
        position: absolute;
        content: '';
        background: linear-gradient(45deg, black, transparent);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    
    }
    
    .carousel-dark .carousel-caption {
        color: #000;
        position: absolute;
        top: 278px;
    }
     .rate {
        /* margin-top: 40px; */
        padding: 20px;
        /* margin-left: 25px; */
        width: 100% !important;
    }    
    .rate table {
        caption-side: bottom;
        border-collapse: collapse;
        width: 100%;
    }
    
    table.rate-design tr th{ padding:25px;
                          font-size:20px;
                          background-color:#660000;
                          color:white;
                          
                          }
    table.rate-design tr  td{
         padding:10px;
         font-size:18px;
         background:#e2dbdb;
         border:1px solid #0000003d
         
    }
    .carousel-caption h1{
        font-size:49px;
        font-weight: 700;
    }
    /*  */
    .head-style{
        font-family: roboto;
        font-weight: 600;
    }
    
    /* nav */
    .nav-item .nav-link{
        color:white;
    }
    .nav-item .nav-link:hover{
    color:#660000 !important;
    }
    .nav-item .nav-link a{
        border-left: 1px solid #660000;
    }
    a.nav-link:hover { border-bottom:1px solid;
    }
     li.nav-item {
        padding-left: 15px;
        font-size: 20px;
        font-weight: 600;
        color:#660000;
        font-family: roboto;
        
    }
    .services {
        background-image: url(/images/bg.jpg);
        position: relative;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    section#service:before {
        position: absolute;
        content: '';
        background: linear-gradient(45deg, #00000030, transparent);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    /* footer */
    .footer-sec{
        background-color: rgb(187, 183, 183);
    }
    .footer-sec h1{
        color: #660000;
        font-size:24px;
        padding-left:30px;
        font-weight:700;   
    }
    .footer-sec p{
        color:#000;
        font-size:18px;
        font-weight: 600;
        padding-left:30px;
        }
    .footer-sec ul li {
         color:#000;
        font-size:18px;
        padding-left:30px;
    }
    .footer-sec .nav-link {
        color:#000;
    }
    .footer-om img{
        background-color: white;
        height: 29px;
    }
    /*  */
    a.btn.btn-primary{
        background-color: #660000;
        color:white;
        border:black;
        box-shadow:3px 2px 0px 0px black;
        transition:1s ease;
        font-size:18px;
    }
    a.btn.btn-primary:hover{
        color:white;
        transform:scale(1.1);
    }
    /*  */
    nav .container-fluid img{ height:80px}
    /* wts app */
    .sticky-wht-wrp {
        position: fixed;
        bottom: 0;
        z-index: 99999;
        width:4%;
        left:15px;
        }
        .sticky-wht-wrp a{
        display:block;
        margin-bottom:5px;
        position:relative;
        }
        .sticky-wht-wrp a img {
        width: 100%;
        background-color: #fff;
        border-radius: 50%;
        padding: 1px;
        }
        .sticky-wht-wrp a span {
        position: absolute;
        width: 127px;
        background-color: #359935;
        color: #fff;
        font-weight: bold;
        padding: 5px;
        text-align: center;
        border-radius: 20px;
        top: 10px;
        left: 60px;
        border: 1px solid #fff;
        display:none;
        }
        .sticky-wht-wrp a:hover span{
        display:block;
        }
        .sticky-wht-wrp a span:before {
        content: '\f0d9';
        position: absolute;
        left: -5px;
        font-family: 'FontAwesome';
        color: #359935;
        top: 5px;
        }
        /*  form design*/
        .form-desig {
            background-color: #660000;
            padding: 10px;
            border: 1px solid black;
            box-shadow: 9px 9px 0px 0px black;
        }
        /* card */
        .card-body .card-title {
            font-size: 23px;
            font-weight: 600;
            text-transform: uppercase;
        }
        .card-img-top{
            height:190px;
            width:100%;
           
        }
        i{
            text-align: justify;
            font-family: 'FontAwesome';
            font-size:18px;
            letter-spacing:0.3px;
            color: white;
        }
        label.form-label { color:white;
            font-family:roboto;
            font-size:18px;
            font-weight:600;}
            .navstyle{
                font-weight: 600;
                font-family: roboto;
            }
            .navstyle span{
                font-weight: 500;
            }
            /*responsive start*/
           @media screen and (max-width: 600px){
               .sticky-wht-wrp{
                   width:14% !important;
               }
               .card {
                   margin-bottom: 15px;
                        }
                        h1.head-ist { font-size:20px;}
    
    p.para-ist { font-size:16px;}
    .carousel-dark .carousel-caption {
        top: 88px !important;
    }
    .carousel-inner img {
       
        height: 257px;
        
    }
    #team .row {
        margin-left: 30px;
    }
    table.rate-design tr  td {
        padding: 3px;
        font-size: 15px;
    }
    table.rate-design tr th {
        padding: 6px;
        font-size: 15px;
    }
    .rate{
        padding:5px;
    }
    section#contact{
        padding-top: 0rem!important;
    }
    footer.py-5.footer-sec {
        margin-top: 0px;
    }
    .form-pic {
        margin-top: 44px;
        padding: 3px;
        margin-bottom: 0px;
    }
    .carousel-caption h1 {
        font-size: 27px;
        font-weight: 700;
    }
           }
           
           
           
           
           
           
    
    
    .contact_btn {
        background: #660000;
        border-radius: 10px;
        padding: 10px;
        margin-left: 5%;
    }
    .contact_btn h4, .contact_btn p {
        margin: 0;
        color: #fff;
    }
    
    .contact_btn a {
        color: #fff;
        text-decoration: none;
    }
    
    .form-label input {
        width: 100%;
        border-radius: 8px;
        border: 1px solid#000;
        padding: 5px;
    }
    
    button.btn-style-one {
        font-size: 20px;
        font-family: serif;
        font-weight: 600;
        padding: 4px 20px;
        border-radius: 10px;
    }
    
    @media(max-width:1199px){
        .px-4 {
         padding-left: 0rem !important; 
    }
    li.nav-item {
        padding-left: 4px !important;
        font-size: 16px !important;
    }
    .footer-sec h1 {
        font-size: 23px !important;
    }
    
    }   
    
    @media(max-width:991px){
    .card {
        width: 100% !important;
    }
    .card-img-top {
        height: auto !important;
    }
    
    }  
    
    
    
    @media(max-width:611px){
    .contact_btn {
        display: none !important;
    }
    
    }
    
    /* ======================= */
    
    .menutop{
        background: linear-gradient(to bottom, rgba(20, 20, 20, 0.8), #0000007a);
      
    }
    nav.navbar.navbar-expand-lg.menutop.fixed-top {
        padding: 0 !important;
    }
    .socialicon{
        color: black;
    }
    .socialicon:hover{
        color: #660000;
    }
    
    /* cards.......... */
    /* // Colors
$color-primary-white: rgb(240, 240, 240); */

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  font-family: "Roboto", sans-serif;
}

.card {
  width: 24rem;
  height: 27rem;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: white;
  box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.2);

  img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    transition: opacity 0.2s ease-out;
  }

  h2 {
    position: absolute;
    inset: auto auto 30px 30px;
    margin: 0;
    transition: inset 0.3s 0.3s ease-out;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
  }

  a {
    position: absolute;
    opacity: 0;
    max-width: 80%;
    transition: opacity 0.3s ease-out;
  }

  

  a {
    inset: auto auto 40px 30px;
    color: inherit;
    text-decoration: none;
  }

  &:hover h2 {
    inset: auto auto 95px 30px;
    transition: inset 0.3s ease-out;
  }

  &:hover a {
    opacity: 1;
    transition: opacity 0.5s 0.1s ease-in;
  }

  &:hover img {
    transition: opacity 0.3s ease-in;
    opacity: 1;
  }
}

.material-symbols-outlined {
  vertical-align: middle;
}

.card-servicesec {
    width: 23rem;
    height: 13rem;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    color: white;
    box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.2);
}
.contact_btn a {
    display: flex;
    gap: 11px;
}

img.phone {
    height: 28px !important;
    mix-blend-mode: color-burn;
}
.card-body.p-3.bg-light i {
    color: #fff !important;
}
            
          
/* ============================= */
@media only screen and (max-width: 1199px) {
    
    .logo img {
        height: 65px !important;
    }
    h1.text-white.head-ist.welcome {
        font-size: 43px !important;
    }
    .card-servicesec {
        width: 100%;
        height: 100%;
    }
    .card {
        width: 100%;
    }
    .card {
        width: 100% !important;
        height: 23rem;
    }
    main {
        padding: 12px;
       
    }
    .offset-md-1 {
        margin-left: 0;
    }
    .col-6.col-md-2.mb-3.footercol {
        width: 21%;
    }
    .col-md-5.offset-md-1.mb-3.footeradd{
        width: 37%;

    }            
    
    .ps-2 {
        padding-left: 1.5rem!important;
    }
    .sticky-wht-wrp {
        width: 5%;
    }
    .carousel-dark .carousel-caption {
        top: 198px;
    }
    .Feel{
        padding-top: 0px !important;
    }
}

/* ============================================== */
/* ============================================== */
@media only screen and (max-width: 980px) {
    .logo img {
        height: 60px !important;
    }
   
    h1.text-white.head-ist.welcome {
        font-size: 35px !important;
    }
    .navbar-toggler {
       
        filter: invert(1);
    }
    .contact_btn {
        display: none;
    }
    ul.navbar-nav.mb-2.mb-lg-0.fs-5.text-center {
        background-color: #000000c9;
        width: 50%;
        margin-left: 51%;
    }
    li.nav-item.topmenu{
        padding-left: 31px !important;
        font-size: 16px !important;
        text-align: left;
        border-bottom: 1px solid #41464b;
    }
    .carousel-inner img {
        height: 70vh;
    }
    .carousel-dark .carousel-caption {
        top: 121px;
    }
    .footer-sec p {
        font-size: 14px;
    }
    .footer-sec p {
        font-size: 14px;
    }
    .sticky-wht-wrp a img {
        height: 46px;
    }
    .sticky-wht-wrp a {
        margin-bottom: 9px !important;
    }
    .sticky-wht-wrp {
        width: 6%;
    }
    table.rate-design tr th {
        padding: 17px;
        font-size: 14px;

    }
    div#navbarSupportedContent {
        position: absolute;
        right: 11px;
        width: 100%;
        top: 70px;
    }
    button.navbar-toggler {
        width: auto;
        display: flex;
        position: absolute;
        top: 7px;
        right: 0;
        justify-content: end;
    }
    .card {
        height: 8rem;
    }

}

/* ============================================== */
/* ============================================== */
@media only screen and (max-width: 767px) {
.carousel-inner img {
    height: 50vh;
}
h1.text-white.head-ist.welcome {
    font-size: 23px !important;
}
.card {
    height: 12rem;
}
table.rate-design tr th {
    padding: 12px;
    
}
.Feel{
    padding-bottom: 0 !important;
}
.card {
    height: 17rem;
}
.sticky-wht-wrp {
    width: 7% !important;
}
.sticky-wht-wrp a img {
    height: 35px;
}
.privacytext{
    font-size: 14px;
}
#team .row {
    margin-left: 0px !important;
}
}

/* ============================================== */
/* ============================================== */
@media only screen and (max-width: 399px) {
    .logo img {
        height: 46px !important;
    }
    .navbar-toggler-icon {
        height: 20px;
    }
    h1.text-white.head-ist.welcome {
        font-size: 15px !important;
    }
    p.para-ist {
        font-size: 12px;
    }
    .card {
        height: 9rem;
    }
    .card-content h2 {
        font-size: 20px;
    }
    a.btn.btn-primary {
        font-size: 11px;
    }
    table.rate-design tr  td {
        padding: 2px;
        font-size: 12px;
    }
    table.rate-design tr th {
        padding: 7px;
        font-size: 11px;
    }
    p.copyright {
        font-size: 13px;
        padding-left: 0px;
    }
    .copyrighticon{
        flex-direction: row-reverse;
    }
    .sticky-wht-wrp {
        width: 11% !important;
    }
    .carousel-inner img {
    height: 35vh;
}
#team .row {
    margin-left: 0px !important;
}
}