@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&display=swap');

*{
    text-decoration: none!important;
    box-sizing: border-box!important;
}
html,body{
    scroll-behavior: smooth;
 
}

html body {
    color: #111;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 17px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
      }

    .navbar{
        padding:0rem 0rem!important;
        transition: .5s!important;
        
    }
.navbar{
    background: #fff;
    box-shadow: 0 8px 15px rgb(0 0 0 / 13%);
    border-top: 1px solid rgb(0 0 0 / 20%);  
}
    .navbar-nav{
        margin-left: 20%;
        padding:10px;
     font-size: 20px;
    color: white;
}

.tp-sec1{
   
    padding:15px 0px;
   
}

.t-right{
    margin-right: 40px;
}

.so-icons{
    cursor: pointer;
}
.so-icons .fa{
    
    color: #000;
    padding: 5px 8px;
    border-radius: 25px;
    width: 35px;
    height: 35px;
    border-radius: 25px;
    border: 2px solid;
    transition: 0.5s;
    line-height: 21px;
}

.so{
    margin-top: 7px;
}

.so-icons .fa:hover{
    background: #FE0000;
    color: #fff;
    border-color: #FE0000;
}
.tp-sec2{
    background: white;
    padding: 15px 0px;
    text-align: right;
}


.navbar-brand{
    transition: .5s!important;
}

#lgo img{
    height: 90px;
}
.nav-link{
    color: #111;
    padding: 15px  30px!important;
    font-size: 16px;
    transition: 0.5s;
}

.nav-link:hover{
    color: #FE0000;
}

.cont{
display: inline-flex;;
}
.cont span{
    margin-right: 10px;
}

.so-icons{
   
        text-align: center;
        padding-left: 115px;
    
}

.so-icons span{
    margin-right: 20px;
    font-size: 17px;
}

.top-cont{
  
}
@media screen and (max-width:425px){
    .navbar-nav{
        margin-left:0%!important;
        padding-left:25px!important;
    }
}


.social-icon{
    position: fixed;
    left:2px;
    bottom: 40px;
    z-index: 999;
    padding: 10px;
}

.social-icon p{
    background: #1CCACD;
    color:white;
    padding:10px 12px;
   
}

.social-icon p:hover{
   
    background: #1CCACD;
}

#lgo{
    font-size: 45px;
    font-family: cursive;
}


/* banner Area Start */

.bannerArea {width: 100%; position: relative; }
.bannerArea .bannerTxt h4 {color: #333333;font-size: 24px;margin: 0 0 33px 0;font-weight: 400;}
.bannerArea .bannerTxt h6 { font-size: 44px; font-weight: 100; text-transform: uppercase; color: #fff; }
.bannerArea .bannerTxt h1 {font-size: 40px;color: #111111;text-transform: uppercase;margin: 0;padding: 0;line-height: 61px;}
.bannerArea .bannerTxt {position: absolute;top: 39%;left: 14%;max-width: 750px;}
.bannerArea .owl-dots {display: block;text-align: center;max-width: 147px;background: #6665A3;position: absolute;border-radius: 60px;left: 50%;bottom: 4%;}
.bannerArea .owl-dots button.owl-dot { width: 12px; height: 12px; background: #f9f8f8c2!important; margin: 6px 12px; border-radius: 100px; }
.bannerArea .owl-dots button.owl-dot.active { background: #fff!important; }
/* banner Area End */

.custom-sec{
    padding: 60px 0;
}
.about-us img{
    max-width: 100%;
}

.about-desc-sec{
    padding: 50px 60px 30px;
}

.about-desc-sec h6, .about-desc-sec h2, .about-desc-sec p{
    margin: 40px 0;
}

.read-btn{
    display: inline-block;
    padding: 10px 18px;
    background: #6665A3;
    border: 1px solid #6665A3;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transition: 0.5s;
}

.read-btn:hover{
    background: #fff;
    border: 1px solid #6665A3;
    color: #6665A3;
}

.about-desc-sec .read-btn{
    line-height: 20px;
}

.heading-sec{
    text-align: center;
    margin-bottom: 40px;
}

.heading-sec h2{
    font-size: 45px;
}

.heading-sec span{
    font-size: 15px;
}
#cat-slider{
    margin-top: 40px;
}
#cat-slider .item img{
    border-radius: 50%;
    transition: 0.5s;
}

#cat-slider .item img:hover{
    transform: scale(.85);
}

.our-process{
    background: url(../img/process-back.jpg) no-repeat center;
    min-height: 500px;
    position: relative;
    z-index: 1;
    background-size: cover;
}

.our-process .heading-sec{
    margin-bottom: 60px;
}

.process-sec{
    background: #fff;
    padding: 60px 40px;
    margin-top: 40px;
    position: relative;
    cursor: pointer;
    transition: 0.5s;

}






.pr-count{
    position: absolute;
    display: inline-block;
    background: #6665A3;
    color: #fff;
    padding: 15px 25px;
    top: -65px;
    transition: 0.5s;
}


.process-sec:hover {
    transform: scale(1.10);
}
.process-sec:hover .pr-count{

    z-index: -1!important;
    background: #FE0000;
}

.pr-count h3{
    font-size: 45px;
}


.pro-sec{
    box-shadow: 0 3px 30px rgb(0 0 0 / 10%);
    position: relative;
    transition: all 0.3s;
    margin-bottom: 1px;
    border: 1px solid #F5F4EF;
    margin-left: -1px;
    margin-top: -2px;
    margin-bottom: 30px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
.pro-img img{
    max-width: 100%;
    transition: 0.5s;
}

.pro-img img:hover{
    transform: scale(0.85);
}
.pro-sec h3{
    margin: 15px ;
    text-align: center;
}

.live-room img{
    max-width: 100%;
}

.store{
    position: relative;
}

.cont-details{
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 40px 60px ;
}

.cont-details .fa{
    font-size: 50px;
    margin-left: 20px;
    margin-bottom: 30px;
}

#testi-slider .item{
    text-align: center;
}
#testi-slider .item img{
    width: auto!important;
    display: inline;
    border: 2px solid #FE0000;
    border-radius: 50%;
    padding: 7px;
}

#testi-slider .item h3{
    font-size: 24px;
    margin: 15px;
}

#testi-slider .item .testi-text p{
    font-size: 23px;
}

#testi-slider .item .fa{
    color: #6665A3;
    font-size: 35px;
}


footer{
    background: #F5F4EF;
}

footer img{
    max-width: 100%;
}

.foot-head h3{
    position: relative;
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 30px;
}

.foot-head h3::before{
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 40px;
    height: 1px;
    /* z-index: 1; */
    background: #000;
}

footer .foot-item ul{
    padding-inline-start: 15px;
}

footer .foot-item ul li{
    list-style: none;
    margin: 10px 0;
}

footer .foot-item ul li a{
    color: #000;
    transition: 0.5s;
    font-size: 19px;
}

footer .foot-item ul li a:hover{
    color: #FE0000;
}

footer .copyright a{
    color: #FE0000;
    font-weight: 700;
}

footer .copyright{
    padding-bottom: 25px;
}

.breadcrumb-sec {
    background: url(../img/breadcrumb-back.jpg) no-repeat center center;
    height: 400px;
    position: relative;
    z-index: 1;
    color: #fff;
}

.breadcrumb-sec .custom-sec::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000009e;
    z-index: -1;
}
.breadcrumb-list {
    padding: 160px 0px 30px;
}

.breadcrumb-list h2 {
    font-size: 45px;
    font-weight: 800;
    color: #fff;
}

.breadcrumb-list ul {
    padding-inline-start: 15px;
}

.breadcrumb-list ul li {
    display: inline-flex;
    margin: 15px 10px;
    font-weight: 800;
    position: relative;
    font-size: 20px;
}

.breadcrumb-list ul li a {
    font-weight: 800;
    color: #FE0000;
}

.breadcrumb-list ul li:not(:first-child)::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 8px;
    width: 10px;
    height: 10px;
    background: #FE0000;
    border-radius: 50%;
}

.cont-form-sec .form-sec {
    margin-bottom: 20px;
}

.cont-form-sec .form-sec .form-control {
    box-shadow: none;
}
.form-sec input {
    height: 45px;
}


@media (max-width: 767px){
    .top-head{
        display: none;
    }

    .pro-det-info h3{
        margin: 15px 0;
    }

    #lgo img {
        height: 60px;
    }

    .heading-sec h2 {
        font-size: 29px;
    }

    .about-desc-sec {
        padding: 50px 15px 30px;
    }

    .about-desc-sec h6, .about-desc-sec h2, .about-desc-sec p {
        margin: 18px 0;
    }

    .ab-title h2{
        font-size: 30px;
    }

    .process-sec {
          margin-top: 90px;
       
    }

    .cont-details {
        position: relative;
        margin-top: -40px;
    border-radius: 50%;
    }

    .address-sec{
        text-align: center;
    }

    .copy-text p{
        text-align: center!important;
    }

    #collapsibleNavbar {
       position: absolute;
        top: 78px;
        z-index: 699;
        background: #fff;
        left: 0;
        right: 0;
    }

    button{
        outline: none!important;
        border: none!important;
        box-shadow: none!important;
    }
}

@media (min-width: 991px){
    .dropdown:hover .dropdown-menu{
        display: block;
    }
}