*{ margin:0;
padding:0;
box-sizing:border-box;}

h1{
    
font-family: 'Roboto';
}
.carousel-inner img{
    width:100%;
    height: 80vh;
}
.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: 148px;
}
 .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:#a9581f;
                      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:rgb(46, 43, 43);
}
.nav-item .nav-link:hover{
color:#a9581f !important;
}
.nav-item .nav-link a{
    border-left: 1px solid #a9581f;
}
a.nav-link:hover { border-bottom:1px solid;
}
 li.nav-item {
    padding-left: 18px;
    font-size: 22px;
    font-weight: 600;
    color:#a9581f;
    font-family: roboto;
    
}
.services {
    background-image: url(/images/bg.jpg);
    position: relative;
    background-attachment: fixed;
}

section#service:before {
    position: absolute;
    content: '';
    background: linear-gradient(45deg, #00000030, transparent);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/* footer */
.footer-sec h1{
    color: #a9581f;
    font-size:24px;
    padding-left:30px;
    font-weight:700;   
}
.footer-sec p{
    color:white;
    font-size:18px;
    padding-left:30px;
    }
.footer-sec ul li {
     color:white;
    font-size:18px;
    padding-left:30px;
}
.footer-sec .nav-link {
    color:white;
}
.footer-om img{
    background-color: white;
    height: 29px;
}
/*  */
a.btn.btn-primary{
    background-color: #a9581f;
    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: #a9581f;
        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%;
       
    }
    .p-2{
        text-align: justify;
        font-family: roboto;
        font-size:18px;
        letter-spacing:0.3px;
        color: #000000de;
    }
    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: #9e5125;
    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;
}

}





        
        
        
        