*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
   

}

a {
    color: #1c1c28;
}
a:hover{
    text-decoration: none !important;
   
}
.img-fluid{
width: 100%;
height: auto;
}

.owl-theme .owl-nav [class*=owl-] {
    display: none !important;
    }
    .owl-item img {
        height: 210px;
        object-fit: cover;
        object-position: bottom;
    }
    



    body{
      font-family: myFirstFont !important;
      font-size: 16px !important;
    font-weight: 400 !important;
  
    color: #68585F !important;
    line-height: 28px !important;
    letter-spacing: -0.32px !important;
  }
  
  @font-face {
      font-family: myFirstFont;
      src: url(sen-regular.otf);
   }
  
   @font-face {
    font-family: mysecondFont;
    src: url(AbrilFatface-Regular.ttf);
 }
    
 @font-face {
    font-family: mythirdFont;
    src: url(RockSalt.ttf);
 }


/*HEAD*/
header{
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); background-color: white;
}

.top{
    background-color: #f9a29f;
    padding: 9px 0;

}
.top  p {
    color: #fff;
    font-size: 14px;
   
    margin: 0;
}
.top-right{
    float: right;
    display: flex
;
}
.top-bottom{
    display: flex
;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}
.list-style {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-info {
    margin-right: 49px;
}

.contact-info li {
    display: inline-block;
    margin-right: 42px;
    font-size: 14px;
    color: #fff;
}
.contact-info li span {
    font-weight: 800;
    margin-right: 3px;
}
.contact-info li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3sease;
}
.social-profile li {
    margin-right: 15px;
    display: inline-block;
    list-style: none;
}
.social-profile li a {
    display: flex
;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    transition: .5s;
}
.social-profile li a i {
    color: #fff;
    display: block;
    margin: 0 auto;
    line-height: 0.8;
    transition: .5s;
}



.logo-img img{
    width: 150px;
   
}
.tp-ul {
    display: flex;
    padding: 10px 0;
    
}
.navbar-nav {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.right-menu li {
   margin-right: 5px;
    list-style: none;
}
 .right-menu a {
    font-size: 15px;
    font-weight: 400;
    padding: 22px 7px !important;
    color:#fbdf54;
    transition: .5s;
    position: relative;
   
}
.right-menu li a:hover{
    background-color: transparent !important;
    color: #ba5651;
}
.right-menu li.active a{
    color: #ba5651;
}

.navbar{
    margin-bottom: 0px !important;
  
}
.menu-box{
    padding: 15px 30px;
    border-bottom: 1px solid #fff;

    position: relative;
    z-index: 99;
}

/* button effect */




.btn-one,
.btn-two{
    display: inline-block;
    text-align: center;
    transition:.5s;
    position: relative;
    z-index: 1;
    font-weight: 600;
    line-height: 1;
    
    border-radius: 6px;
    letter-spacing: 0;
    i{
        position: relative;
        top: 3px;
        display: inline-block;
        font-size: 16px;
        font-weight: 300;
        line-height: 0.8;
        margin-left: 11px;
        transition:.5s;
    }
    &:before{
        position: absolute;
        top: 0px;
        left: 0%;
        content:"";
        width: 50.5%;
        height: 0%;
        z-index: -1;
        transition:.5s;
        border-radius: 5px 0 0 5px;
    }
    &:after{
        position: absolute;
        bottom: 0px;
        right: 0%;
        content:"";
        width: 50.5%;
        height: 0%;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        transition:.5s;
        border-radius: 0 5px 5px 0;
    }
    &:hover{
        &:after,
        &:before{
            height: 100%;
            visibility: visible;
            opacity: 1;
        }
    }
}
.btn-one{
    color:#ba5651;
    background-color:#fbdf54
    ;
    &:before{
        background-color: #f9a29f;
    }
    &:after{
        background-color: #f9a29f;
    }
    &:hover{
        color: #ffffff !important;
    }
}






/*banner*/
.banner-img img{
    height: 450px;
}
.sub-1{
    margin: 20px 0;
}
.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 23px;
    color: #160E4B;
    margin-top: 4px;
}

.sub-title h3 {
   
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
   margin-top: 8px;
    margin-bottom: 5px;
   
    Color: #24141B;
}
.sub-title ul{
    padding-left: 30px;
}
.sub-title ul li{
    list-style: outside;
    text-align: justify;
   
}
.sub-ul{
    padding-left: 30px;
}
.sub-title p{
    padding-left: 30px; 
    text-align: justify;
}

.bor-set{
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0 15px;
}
.bor-right{
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}


/* footer */
footer{
    background-color: #E4E0ED !important;
}

.footer-box ul{
    margin: 0;
    list-style: none;
}

.footer-box ul li p{
   
    margin-bottom: 14px;
    line-height: 24px;
   
}
.footer-box ul li a{
position: relative;
    line-height: 16px;
    letter-spacing: -0.32px;
    color: #68585F;
}
.footer-box ul li.active a, .footer-box ul li a:hover, .cat-box:hover a{
    color: #ba5651;
}
footer .social-profile li a i {
color: #68585F !important;
}
.comp-desc {
   
   
    letter-spacing: -0.32px;
    color: #68585F;
}

.copyright, .copyright a{
   
    
    color: #fff;
}
.social-link {
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
}
.social-link h6 {
    font-size: 14px;
    line-height: 22px;
    margin: 0 15px 0 0;
    Color: #24141B;
    font-weight: 700;
    letter-spacing: 0.84px;
}
.copy-right{
    background-color: #f9a29f !important;
    text-align: center;
    padding: 25px 0;
    margin: 0;
}
.footer-box  h3{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 1.08px;
    margin-bottom: 40px;
    margin-top: 34px;
    Color: #24141B;
}




.mobile-nav{
    display: none;
}
@media screen and (max-width: 768px)
{

    .mbl-top{
       
        background-color: #f9a29f;
       
        padding: 20px 0;
       
    }
.mobile-bottom{
    padding: 15px 0;
    display: flex
    ;
            align-items: center;
            justify-content: space-around;
}
.contact-info li {
    display: block;
    margin-right: 0px;
}
.tp-icon i{
    font-size: 20px;
}


    
    .overlay a i{
        margin-left: 5px;
    }
 
    .mobile-nav{
        display: block;
      
        text-align: center;
    } 
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
   background-color:#f9a29f;
    overflow-x: hidden;
    transition: 0.5s;
  }
  
 .overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
   
    text-decoration: none;
    
  color: #24141B;
    display: block;
    transition: 0.3s;
  }
  
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 35px;
}
 
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }
    .mob-hide{
        display: none;
    }
    .tp-ul {
        display: block;
    }
    .hero-subcontent .giftbox {
        top: -150px;
        left: 50%;
        max-width: 330px;
    }
    .simple-img img {
       
       width: 311px !important;
       height: 311px !important;
    }
    .contact-info {
       margin-right: 0px;
    }
    .top-right {
        float: unset;
        display: block
    ;
    }
    .footer-box h3
    {
       margin: 10px 0 ;
    }
}

  @media (min-width: 768px) and (max-width: 1024px){ 
   
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
  }
  
 .overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
   
    text-decoration: none;
    
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 35px;
}

 
  
}