
.head-main{
    width: 100%;
    height: 55px;
    background-color:  rgb(227, 38, 38);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
    box-sizing: border-box;
}
.call-details{
    width: 25%;
    position: relative;

}
.item .box {
    width: 97%;
    height: 290px;
   border: 4px solid #eee;
  margin-top: 50px;
  background:#eee;
}
.item .box img{
    width: 100%;
    height: 100%;
} 
.owl-text {
    width: 100%;
    margin: 80px 0px ;
    text-align: center;

}
.box h4{
color: black;
text-align: center;
padding: 20px 0px;
}
.owl-text h3{
    font-family: hebbo,sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: rgb(227, 38, 38);;
}

.topcss{
    position: sticky;
    top: 0;
    box-shadow: -2px 5px 8px 1px #e4e4e4;
}
.pack{
    color: rgb(227, 38, 38) ;
}
.call-details::before{
    content: '';
    width: 1px;
    height: 25px;
    position: absolute;
    right: 31px;
    background: white;
    top: 1px;
}

.call-details span{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: hebbo,sans-serif;
    margin-left: 5px;
    color: white;
}
.call-details i{
    color: rgb(227, 38, 38);
    background: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    cursor: pointer;
    transition: all .5s;
}
.call-details i:hover{
    background:rgb(126, 217, 242);
    color: white;
}
.email-det{
    width: 25%;
  
}

.email-det i{
    color:  rgb(227, 38, 38);
    background:white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    cursor: pointer;
    transition: all .5s;
}
.email-det i:hover{
    background: rgb(126, 217, 242);
    color: white;
}
.email-det span{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: hebbo,sans-serif;
    margin-left: 5px;
    color: white;

}
.social{
    width: 58%;
    text-align: end;
}
.social i{
    color: rgb(227, 38, 38);
    background: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    cursor: pointer;
    transition: all .5s;
}
.social i:hover{
    background:rgb(126, 217, 242);
    color: white;
}
.pose{
    position: absolute;
    top: 200px;

}
.pose h5{
    color: white;
    font-weight: 700;
    font-size: 45px;
}
.pose p{
    font-size: 17px;
    color: white;
}
.nav-cont{
    width: 90%;
    height: 100px;
    margin: auto;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.nav-main{
    width: 100%;
    background: white;
    z-index: 9999;
    
}
.for-logo{
    width: 15%;
}
.for-logo img{
    width: 150px;
}
.for-ul{
    width: 60%;
}
.for-icon{
    width: 25%;
    text-align: end;
}
.for-ul ul{
    display: flex;
    list-style: none;
    margin: 0;
}
.for-ul ul li{
    margin-right: 25px;
    font-weight: 700;
    font-size: 16px;
    transition: all .5s;
    cursor: pointer;
    
}
.for-ul ul li a{
    color: black;
    text-decoration: none;
    transition: all .5s;
}
.for-ul ul li a:hover{
    color:rgb(227, 38, 38);
}
.for-icon i{
    background: rgb(227, 38, 38);
    color: white;
    padding: 13px;
    font-size: 18px;
}
.for-icon input{
    padding: 9px;
   border: 1px solid rgb(227, 38, 38);
}
.for-icon input:focus{
    outline: none;
} 
.active{
    color: rgb(227, 38, 38);
}
.abt-main{
    width: 100%;
    margin: 100px 0px;
}
.abt-cont{
    width: 85%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;

}
.abt-text{
    width: 48%;
    padding-top: 10px;
}
.abt-img {
    width: 45%;
   
}
.ed-p{
    font-family: 'Mukta', sans-serif;
    font-weight: 600;
    color: grey;
    letter-spacing: 1px;
    padding-left: 20px;
    line-height: 1.7;
    position: relative;
}
.abt-text .for-p{
    font-family: 'Mukta', sans-serif;
    letter-spacing: 1px;
    line-height: 1.7;
    font-weight: 500;
    color: #444;
    padding: 0;
}
.abt-text h3{
    font-size: 25px;
    font-weight: 600;
    color: rgb(227, 38, 38);
    padding-left: 50px;
    margin: 0;
    position: relative;
}
.abt-text h3::before{
    position: absolute;
    content: '';
    width: 36px;
    height: 2px;
    background: rgb(227, 38, 38);
    left: 3px;
    bottom: 6px;
}
.ed-p::before{
    position: absolute;
    content: '';
    width: 2px;
    height: 80px;
    background: rgb(227, 38, 38);
    left: 2px;
    bottom: -1px;
}
.abt-text h2{
    font-size: 31px;
    font-weight: 600;
    font-family: sans-serif;
    line-height: 33px;
    padding: 10px 0px;
}
.abt-text a{
    text-decoration: none;
    padding: 15px 20px;
    display: inline-block;
    color: white;
    border-radius: 5px;
    background:rgb(227, 38, 38);
    font-weight: 500;
    width: 150px;
    text-align: center;
    transition: all .5s;
    border: 1px solid rgb(227, 38, 38);
}
.abt-text a:hover{
    background: white;
    color: rgb(227, 38, 38);;
    border: 1px solid rgb(227, 38, 38);
}
.abt-img img{
    width: 100%;
}
.contact-main{
    width: 100%;
    margin-bottom: 100px;
}
.contact-cont{
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: auto;
}
.contact-input{
    width: 47%;

}
.contact-add{
    width: 47%;
}
.inp{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;

}
.contact-input .inp input{
    width: 48%;
}
.contact-input input{
    width: 100%;
    margin-top: 25px;
    padding: 11px 10px;
    border-radius: 5px;
    border: 1px solid #444;
    border-left: 2px solid rgb(227, 38, 38);

}
textarea{
    width: 100%;
    height: 115px;
    margin: 25px 0px;
    padding: 10px;
    border: 1px solid #444;
    border-left: 2px solid rgb(227, 38, 38);
    border-radius: 5px;
}
textarea:focus{
    outline: none;
    border: none;
    outline: 1px solid rgb(227, 38, 38);
}
.contact-input a{
    text-decoration: none;
    padding: 15px 20px;
    display: inline-block;
    color: white;
    border-radius: 5px;
    background:rgb(227, 38, 38);
    font-weight: 500;
    width: 150px;
    border: 1px solid rgb(227, 38, 38);
    text-align: center; 
    transition: all .5s;  
}
.contact-input a:hover{
        color: rgb(227, 38, 38);
        background: none;
        border: 1px solid rgb(227, 38, 38);
}
.contact-input h3{
    color: rgb(227, 38, 38);
    font-weight: 600;
    font-family: hebbo,sans-serif;
    font-size: 30px;
}
.contact-input p{
    line-height: 1.7;
    font-size: 16px;
    color: gray;
    margin: 0;
}
.contact-input input:focus{
    outline: none;
    border: none;
    outline: 1px solid rgb(227, 38, 38);

}
.ad{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.ad i{
    background: rgb(227, 38, 38);
    color: white;
    padding: 15px;
    font-size: 20px;
    margin-right: 30px;
    border-radius: 5px;
    border: 1px solid rgb(227, 38, 38);
    transition: all .5s;
}
.ad i:hover{
    background: none;
    border: 1px solid rgb(227, 38, 38);
    color: rgb(227, 38, 38);
}
.ad p{
    margin: 0;
}
.ad h4{
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}
.ad p{
    padding: 5px 0px;
    margin: 0;
    color: #444;
  
}
.contact-add .pa{
    margin-bottom: 30px;
}
.pro-main{
    width: 100%;
    margin-bottom: 100px;

}
.pro-main h2{
    text-align: center;
    font-size: 35px;
    font-family: emoji;
    font-weight: 600;
    color: rgb(227, 38, 38);
}
.pro-cont{
    width: 85%;
    margin: auto;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro-sm{
    width: 23%;
    background: #eee;
    margin-bottom: 30px;
   transition: all 1s ease;
   cursor: pointer;
}
.pro-sm:hover{
    box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12)
}
.pro-img {
    width: 100%;
    height: 210px;
    overflow: hidden;
}

.pro-img img{
    width: 100%;
    height: 100%;
    transition: all .5s;
   
}
.pro-img img:hover{
    transform: scale(1.2);
}
.pro-text{
    width: 100%;
    height: 30%;
}
.pro-text h3{
    font-size: 18px;
    text-align: center;
    padding: 10px 0px;
    margin: 0;
}
.pro-text p{
    font-size: 15px;
    text-align: center;
    color: grey;
    font-family: mukta sans-serif;


}
.team-main{
    width: 100%;
    margin-bottom: 100px;
}
.team-cont{
    width: 85%;
    margin: auto;
    justify-content: space-between;
    display: flex;
    margin-top: 50px;
}
.team-sm{
    width: 32%;
    transition: all .5s;
}
.team-sm:hover{
    box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12)
}
.team-sm img{
    width: 100%;
}
.team-text{
    background: #353535;
    color: white;
    text-align: center;
    padding: 19px 0px;
}
.team-text p{
    margin: 0;
    padding-top: 10px;
}
.team-text h3{
    font-size: 20px;
    margin: 0px;
    font-weight: 600;
}
.map{
    width: 100%;
}
.map iframe{
    width: 100%;
}
.foot-main{
    width: 100%;
    background: #162e44;
  
}
.foot-cont{
    width: 85%;
    margin: 0px auto;
    padding-top: 80px;
    justify-content: space-between;
    display: flex;
}
.foot-box{
    width: 30%;
}
.foot-box h3{
    color: white;
    font-size: 17px;
    letter-spacing: 2px;
}
.foot-box span{
    display: block;
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
    padding-top: 24px;
}
.fix{
    display: flex;
}
.fix i{
    margin-top: 26px;
    color: aqua;
    font-size: 22px;
    padding-right: 21px;
}
hr{
    color: white;
}
.foot-main p{
    text-align: center;
    color: white;
    margin: 0;
    padding-bottom: 15px;
}
.fix a{
    text-decoration: none;
}

.menu-bar{
    width: 30px;
    height: 30px;
    display: none;
    }
    .menu-bar span{
        width: 100%;
        height: 3px;
        margin-top:5px;
        display: block;
        background: black;
        transition: all 1s;
    }
    .show span:first-child{
        transform: rotate(53deg);
        margin-top: 11px;
        transition: all 1s;
       }
       .show span:last-child{
        width: 100%;
        transform: rotate(-58deg);
        margin: -2px 0px 0px 0px;
        transition: all 1s;
       }
       .show span:nth-child(2){
        display: none;
    
       }
       .for-icon i{
        border: 1px solid rgb(227, 38, 38);
        cursor: pointer;
       }
      .for-icon i:hover{
        background: white;
        color: rgb(227, 38, 38);
        border: 1px solid rgb(227, 38, 38);
        transition: all .5s;
      }
      .bg-img{
        width: 100%;
        background: url(../images/pr.avif);
        background-repeat: no-repeat;
        height: 80vh;
        background-size: cover;
        margin-bottom: 100px;
      }
      .bg-img h2{
        text-align: center;
        transform: translateY(-25px);
        top: 50%;
        margin: auto;
        left: 0;
        right: 0;
        color: rgb(227, 38, 38);
        font-weight: 600;
        font-size: 40px;
        position: relative;
        font-family: hebbo,sans-serif;
      }
      .bg-img h2::before{
        bottom: -10px;
        content: '';
        width: 70px;
        height: 3px;
        background-color: rgb(227, 38, 38);
        position: absolute;
        transition: all 1s ease;
      }
      .bg-img h2:hover::before{
            width: 180px;
      }
      .text-about{
        text-align: center;
        margin-bottom: 100px;
      }
      .txtab-cont{
        width: 85%;
        margin: auto;
      }
      .text-about h2{
        font-weight: 600;
    font-family: sans-serif;
    color: rgb(227, 38, 38);
    font-size: 30px;
      }
      .text-about p{
        color: gray;
    font-size: 15px;
    line-height: 1.9;
    margin: 20px 0px;
    text-align: initial;
      }
      .text-about h4{
        text-align: initial;
        font-size: 20px;
      }
      .carousel-caption{
        top: 50%;
        position: absolute;
        transform: translatey(-50px);    
       }

.loader{
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 999;
}
.loader .preloader{
    width: 200px;
    height: 200px;
}
.loader .preloader img{
width: 100%;
}
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}


.item img{
    width: 100%;
    height: 100%;
}

/* responsive  */
@media screen and (max-width: 1330px){
    .email-det{
        width: 30%;
    }
    .item .box{
        width: 100%;
    }
   
    .carousel-caption{
        top: 50%;
        position: absolute;
        transform: translatey(-50px);    
       }
    .pose h5{
       font-size: 30px;
    }
    .carousel-item img{
        height: 50vh!important;
    }
    .social{
        width: 40%;
    }
    .call-details{
        width: 30%;
    }
}
@media screen and (max-width: 1190px){
   .for-ul ul li{
   margin-right: 10px;
   font-size: 13px;
   }
   .for-ul{
    width: 55%;

   }
   .for-icon{
    width: 30%;
   }
   .carousel-caption{
    top: 50%;
    position: absolute;
    transform: translatey(-50px);    
   }
}
@media screen and (max-width: 950px){
    .for-ul ul li{
    margin-right: 20px;
    font-size: 14px;
    }
    .for-ul{
     width: 70%;
 
    }
    .for-icon{
     display: none;
    }
 }

@media screen and (max-width: 900px){
    .head-main{
        display: block;
        height: auto;
        padding: 15px 20px;
    }
    .for-icon{
        display: none;
    }
    .call-details{
        width: 100%;
        margin-bottom: 10px;
    }
    .text-about h4 {
        text-align: initial;
        font-size: 16px;
        padding-top: 10px;
    }
    .email-det{
        width: 100%;
        margin-bottom: 10px;
    }
    .menu-bar{
        display: block;
        position: absolute;
        top:210px;
        right: 30px;
        }
    .for-ul ul{
        background: whitesmoke;
        position: absolute;
        z-index: 99;
        width: 280px;
        line-height: 40px;
        padding: 10px 20px;
         transition: all 1s;
        transform: translateX(100%);
        display: block;
        right: 0;
        top: 300px;  
        height: 100%;
        position: fixed;
    }
    .social{
        width: 100%;
        text-align: initial;
        margin-bottom: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .nav-cont{
        display: block;   
        height: 150px;
    }
    .for-logo {
        width: 100%;
        padding: 0px 20px;
    }
    .for-ul{
        width: 100%;
    }
   
    .abt-cont{
        display: block;
    }
    .abt-text{
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    .abt-text h3{
        padding: 0;
        margin-bottom: 10px;
    }
    .abt-text h3::before {
        position: absolute;
        content: '';
        width: 36px;
        height: 2px;
        left: 0;
        right: 0;
        margin: auto;
        background: rgb(227, 38, 38);
        bottom: -10px;
    }
    .abt-text h2{
        font-size: 18px;

    }
    .abt-img{
        width: 100%;
    }
    .abt-main{
        margin: 50px 0px;
    }
    .ed-p{
        font-size: 14px;
        padding: 0px;
    }
    .ed-p::before{
        content: '';
        width: 0;
        height: 0;
        
    }
    .for-p{
        font-size: 15px;
        margin-bottom: 20px;
    }
    .pro-main h2{
        font-size: 32px;
    }
    .pro-cont{
        display: block;
    }
    .pro-sm{
        width: 100%;
    }
    .pro-text{
        padding: 20px 0px;
    }
    .contact-main{
        margin-bottom: 50px;
    }
    .contact-cont{
        display: block;
    }
    .contact-input{
        width: 100%;
        margin-bottom: 30px;
    }
    .contact-add{
        width: 100%;
    }
    .team-cont{
        display: block;
    }
    .team-sm{
        width: 100%;
        margin-bottom: 30px;
    }
    .foot-cont{
        display: block;
    }
    .pro-main{
        margin-bottom: 50px;
    }
    .foot-box{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .fix{
        display: block;
    }
   
    .pose h5{
       font-size: 30px;
    }
    .carousel-item img{
        height: 50vh!important;
    }
  

}

@media screen and (max-width: 600px){
   
    .pose h5{
        font-size: 27px;
    }
    .pose p{

        font-size: 15px;
    }
}
@media screen and (max-width: 460px){
  
    .pose h5{
        font-size: 21px;
    }
    .pose p{

        font-size: 13px;
    }
}