*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
a{
    color: #000000;
    text-decoration: none !important;
}
a:hover{
    color: #de96a1;
}
.btn:focus{
    box-shadow: none;
    outline: none;
}
.form-control:focus{
    box-shadow: none;
    outline: none;
}
#navbarNav{
    justify-content: right;
}
.u-c{
    text-transform: uppercase;
}
.drk-btn{
    background-color: #de96a1;
    color: #fff;
    border: 1px solid #de96a1;
    font-weight: 500;
    padding: 5px 20px;
    transition: all .3s ease-in-out;
}
.drk-btn:hover{
    background-color: #fff;
    color: #e6a3ac;
}
#navbarNav .navbar-nav .nav-item{
    margin-left: 10px;
    margin-right: 10px;
    align-self: center;
    text-align: center;
}
#navbarNav .navbar-nav .nav-item .nav-link{
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}
#navbarNav>.navbar-nav>.nav-item.active .nav-link{
    color: #de96a1;
    border-bottom: 2px solid #de96a1;
}
#navbarNav>.navbar-nav>.nav-item.active .nav-caret2{
    opacity: 1;
}
#navbarNav .navbar-nav .nav-item .nav-link.l1:before{
    display: none;
}
#navbarNav>.navbar-nav>.nav-item>.nav-link::before{
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #de96a1;
    bottom: -4px;
    transition: all .2s ease-in-out;
}

#navbarNav .navbar-nav .nav-link:hover::before{
    width: 100%;
}
#navbarNav .navbar-nav .nav-item .nav-caret2{
    transition-delay: .4s;
    opacity: 0;
    margin-top: -5px;
    transition: all .3s ease;
}
#navbarNav .navbar-nav .nav-item:hover .nav-caret2{
    opacity: 1;
    margin-top: 5px
}

#navbarNav .navbar-nav .nav-item .sub-men{
    padding: 20px 25px;
    border-radius: 5px;
    box-shadow: -1px 4px 9px #c4c4c4;
    position: absolute;
    width: max-content;
    background-color: #fff;
    z-index: 2;
    display: none;
    transition: all .5s ease-in-out;
    
}

.sub-men2{
	display:none;
}


#navbarNav .navbar-nav .nav-item:hover .sub-men .sub-men2{
    display: block;
}

#navbarNav .navbar-nav .nav-item:hover .sub-men{
    display: block;
}
#navbarNav .navbar-nav .nav-item .sub-men .nav-items{
    text-align: left;
    margin: 5px auto;
}
#navbarNav .navbar-nav .nav-item .sub-men .nav-items .nav-links{
    position: relative;
}
.sub-men .nav-items .nav-links::before{
    content: '';
    position: absolute !important;
    width: 0% !important;
    height: 2px;
    background-color: #de96a1;
    bottom: -6px;
    transition: all .2s ease-in-out;
}
.sub-men .nav-items .nav-links:hover::before{
    width: 100% !important;
}
.nav-index{
    z-index: 2;
}
.sec-1{
    z-index: 1;
}
.b-none{
    border: none !important;
}
.search-bar{
    position: absolute;
    margin: 5px auto;
    margin-left: -180px;
    display: none;
}
.align-end{
    align-self: end !important;
}
.s-pd{
    padding-top: 60px;
    padding-bottom: 60px;
}
/* sec-1 */
.sec-1{
   
    background-image: url(./img/h-1.png);
    background-size: cover;
    background-position: center center;
}
/* .sec-1 .col-left {
    padding-top: 60px;
} */
/* .sec-1 .col-left .b-form{
    margin-bottom: 60px;
} */

.sec-1 .col-right .p1{
    padding-top: 85px;
    width: calc(100% - 29%);
}
.sec-1 .col-right .sec-1-right{
    position: relative;
}
.sec-1 .col-right .sec-1-right .t1{
    position: absolute;
    right: 0;
    margin: 22px auto;
    transform: translateX(-170px);
}
.sec-1 .col-right .sec-1-right .t2{
    position: absolute;
    margin: 190px auto;
    transform: translateX(-105px);
}
.sec-1 .col-right .sec-1-right .t3{
    position: absolute;
    bottom: 0;
    transform: translateX(-27px);
}
.b-form{
    padding: 35px;
    background-image: url(./img/form-bg.png);
    background-size: cover;
    background-position: center center;
    margin-top: 30px;
}
.b-form .i-1{
    background-size: cover;
    background-position: left center;
    padding-left: 20px;
    margin-bottom: 15px;
}
.b-form input{
    border-radius: 8px;
    border: 2px solid #de96a1;
}
.b-form input::placeholder{
    color: #ead6d9;
}
.t-w{
    color: #fff;
}
.sec-1 .heading{
    font-weight: bold;
}
.b-form label{
    color: #de96a1;
    font-weight: 600;
    font-size: larger;
}

/* sec-2 */
.sec-2 .m-heading{
    font-weight: 600;
    color: #000;
}
.m-heading .clr{
    color: #de96a1 !important;
}
.hd-ul li{
    margin-inline: 10px;
}
.crd.c1{
    position: relative;
}
.crd.c1 img:nth-child(2){
    position: absolute;
    margin: -20px auto;
    left: 60px;
    z-index: -1;
}
.crd .crt{
    position: absolute;
    left: 47%;
    opacity: 0;
    margin-top: 5px;
    transition: all .3s ease-in;
}
.sec-2 .crd:hover .crt{
    opacity: 1;
    margin-top: 0px;
}
.fa-search.srh{
    font-weight: lighter;
    font-size: larger;
}
.srhh-clr{
    color: #de96a1;
}
.pt-20{
    padding-top: 25px;
}
.pt-30{
    padding-top: 30px;
}

/* sec-3 */
.sec-3{
    
    background-image: url(./images/s-3-1.png);
    background-size: cover;
    background-position: center center;
}
.c-ul-1{
    display: flex;
    /* justify-content: space-evenly; */
}
.sec-3 .c-ul-1 li{
    width: 33.3333333333%;
    
}
.sec-3 .c-ul-1 li:nth-child(1){
    background: url(./img/box-1.png);
    background-size: cover;
    background-position: center center;
    padding: 20px 30px;
}
.sec-3 .c-ul-1 li:nth-child(2){
    background: url(./img/box-2.png);
    background-size: cover;
    background-position: center center;
    padding: 20px 30px;
    /* box-shadow: 2px -3px 10px #c4c4c4; */
    border-radius: 5px;
}
.sec-3 .c-ul-1 li:nth-child(3){
    background: url(./img/box-3.png);
    background-size: cover;
    background-position: center center;
    padding: 20px 30px;
}
.sec-3 .c-ul-1 li{
    transition: all .3s ease;
}
.sec-3 .c-ul-1 li:hover{
    transform: scale(1.1);
    z-index: 1;
}

.sec-3 .c-ul-2 li{
    transition: all .3s ease;
}
.sec-3 .c-ul-2 li:hover{
    transform: scale(1.1);
    z-index: 1;
}
.c-ul-2{
    display: flex;
    /* justify-content: space-evenly; */
    
}
.sec-3 .c-ul-2 li{
    width: 33.3333333333%;
}
.sec-3 .c-ul-2 li:nth-child(1){
    background: url(./img/box-4.png);
    background-size: cover;
    background-position: center center;
    padding: 20px 30px;
    /* box-shadow: 2px -3px 10px #c4c4c4; */
    border-radius: 5px;
}
.sec-3 .c-ul-2 li:nth-child(2){
    background: url(./img/box-5.png);
    background-size: cover;
    background-position: center center;
    padding: 20px 30px;
    
}
.sec-3 .c-ul-2 li:nth-child(3){
    background: url(./img/box-6.png);
    background-size: cover;
    background-position: center center;
    padding: 20px 30px;
    /* box-shadow: 2px -3px 10px #c4c4c4; */
    border-radius: 5px;
}
.t-p{
    color: #de96a1;
}

.sec-3 .left-main{
    text-align: right
}
.sec-3 .left-main .i1{
    position: absolute;
    margin-top: 47px;
}
.sec-3 .left-main .i2{
    position: absolute;
    margin-top: 160px;
}
.sec-3 .left-main .i4{
    position: absolute;
    bottom: 0;
    transform: translateX(-260px) !important;
}
.sec-3 .right-main {
    position: relative;
    padding-top: 50px;
    padding-bottom: 80px;
}
.sec-3 .right-main .i5{
    position: absolute;
    bottom: -40px;
    right: 0;
}
.sec-3 .left-main .i3{
 /*   width: calc(100% - 9%); */
    margin-top: 50px;
}


.img-fluid {
    max-width: 122% !important;
    height: auto;
}

/* sec-4 */
.sec-4 .sec-crd{
    text-align: center;
    position: relative;
}
.sec-4 .sec-crd .title{
    color: #de96a1;
    text-align: center;
    margin-top: 20px;
}
.sec-4 .sec-crd .line-img{
    position: absolute;
    top:0;
    right: -30px;
}
.sec-4 .sec-crd .line-img .i1{
    position: absolute;
    top: 0;
    margin-left: -2px;
    margin-top: -7px;
}
.sec-4 .sec-crd .line-img .i3{
    margin-left: -5px;
    margin-top: 60px;
}

/* sec-5 */
.sec-5{
    
    background-image: url(./images/s-5-2.png);
    background-size: cover;
    background-position: center center;
}
.sec-5 p{
    /* font-weight: 600;    */
    padding-inline: 40px; 
}
.sec-5 .i-1{
    position: absolute;
    bottom: 0;
    right: 0;
    
}
.sec-5 .i-2{
    position: absolute;
    bottom: 0;
    left: 0;
}
.sec-5 .i-3{
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 50px;
}
.sec-5 .i-4{
    position: absolute;
    bottom: 0;
    right: 0;
}
.sec-5 .col-left .hd-ul{
    padding-top: 60px;
}
.sec-5 .col-left p{
    padding-bottom: 60px;
}
/* sec-6 */
.sec-6{
    padding-top: 80px;
    padding-bottom: 80px;
}
.quto{
    position: absolute;
    margin-top:-50px;
    margin-left: -50px;
}
.em{
    text-align: justify;
}
.test-cont{
    padding-top:60px ;
}
.mtm{
    margin-top: -6px;
    font-weight: bold;
}
.test-small{
    font-weight: 600;
}
.sec-6 .line-img{
    position: absolute;
    top:0;
    right: -30px;
}
.sec-6 .line-img .i1{
    position: absolute;
    top: 0;
    margin-left: -2px;
    z-index: 1;
}
.sec-6 .line-img .i3{
    margin-left: -5px;
    margin-top: 10px;
}
.gir-main{
    padding-left: 50px;
}
.gir-main .i1{
    margin-bottom: 20px;
}
/* sec-7 */
.sec-7{
    background-image: url(./images/s-7-1.png);
    background-size: cover;
    background-position: center center;   
}
.sec-7-ul{
    background-image: url(./img/sec-7-shape.png);
    background-size: cover;
    background-position: center center;
    padding: 20px 40px;
    box-sizing: border-box;
}
.chk-ul-list li p{
    font-weight: 600;
}
.tst-bott{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.sec-7 .col-left .i1{
    position: absolute;
    top: 0;
    right: 0;
    /* transform: translate(-90px, -60px); */
    margin-right: 100px;
    margin-top: -60px;
}
.sec-7 .col-left .i2{
    width: 100%;
}
.sec-7 .col-left .i3{
    position: absolute;
    top: -2px;
    left: 0;
    /* transform: translate(130px, -53px); */
    margin-top: -62px;
    margin-left: 120px;
}
.sec-7 .col-right{
    padding-top: 60px;
    padding-bottom: 60px;
}
.sec-7 .col-right .i4{
    position: absolute;
    bottom: 0;
    right: 0;
}

.sec-7 .carousel-control-prev-icon{
    background-image: url(./images/s-7-a-left.png) !important;
    background-size: contain;
}

.sec-7 .carousel-control-next-icon{
    background-image: url(./images/s-7-a-right.png) !important;
    background-size: contain;
}
.sec-7 .carousel-control-prev {
    right: -25px;
    height: max-content;
    bottom: -48px;
    top: auto;
    opacity: 1;
    left: auto;
}
.sec-7 .carousel-control-next{
    height: max-content;
    bottom: -48px;
    top: auto;
    opacity: 1;
}
.sec-7 .carousel-control-prev:hover{
    opacity: .5;
}
.sec-7 .carousel-control-next:hover{
    opacity: .5;
}
.sec-7 .carousel-item{
    min-height: 150px !important;
}   
/* sec-8 */
.sec-8{
    background-image: url(./images/s-8-1.png);
    background-size: cover;
    background-position: center center;   
}
.sec-8-ul{
    background-image: url(./img/sec-7-shape.png);
    background-size: cover;
    background-position: center center;
    padding: 30px 50px;
    box-sizing: border-box;
}
.sec-8 .sec-7-ul{
    padding: 50px 40px;

}
.sec-8 .sec-7-ul .i_1{
    position: absolute;
    bottom: 0;
    left: 0;
}
.sec-8 .col-right-main .i_1{
    position: absolute;
    bottom: 0;
    right: 0;
}
/* footer */
.footer-main{
    background: #41393a;
}
.tel{
    color: #de96a1;
}
.foot-list-m li{
    margin-bottom: 10px;
}

/* ---------responsive---------- */
@media only screen and (max-width: 768px){
    .navbar-toggler{
        margin-top: auto;
    }
    .navbar-nav .nav-item.br-itm{
        display: flex;
    }
    .navbar-nav .nav-item.br-itm .navlink{
        position: absolute;
        z-index: 1;
        margin: 5px auto;
        margin-left: 10px;
    }
     .search-icon{
        margin: 9px auto;
        margin-left: 10px;
        position: absolute;
        z-index: 1;
    }
    .navbar-nav .nav-item.br-itm .search-bar{
        display: block !important;
        position: relative;
        margin: auto;
        margin-left: 0;
    }
    .navbar-nav .nav-item.br-itm .search-bar input{
        padding-left: 50px  
    }
    .h1, h1 {
        font-size: 1.3rem;
    }
    .h2, h2 {
        font-size: 1.2rem;
    }
    .h3, h3 {
        font-size: 1.25rem;
    }
    .h4, h4 {
        font-size: 0.9rem;
    }
    .h6, h6 {
        font-size: .6rem;
    }
    .b-form{
        margin-top: -10px;
    }
    .hero-ul-1{
        margin-bottom: 5px;
    }
    .chk-ul-list li p {
        font-weight: 500;
        font-size: small;
    }
    .sec-7-ul{
        padding: 30px 10px;
    }
    .tst-bott{
        margin-top: 20px !important;
    }
    .s-pd, .sec-1{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .c-ul-1 {
        display: list-item;
    }
    .c-ul-2 {
        display: list-item;
    }
    .sec-3 .c-ul-1 li:nth-child(1){
        padding: 40px 40px;
        margin: auto;
    }
    .sec-3 .c-ul-1 li:nth-child(2){
        padding: 40px 40px;
        margin: auto;
    }
    .sec-3 .c-ul-1 li:nth-child(3){
        padding: 40px 40px;
        margin: auto;
    }
    .sec-3 .c-ul-1 li:nth-child(4){
        padding: 40px 40px;
        margin: auto;
    }
    .sec-3 .c-ul-1 li:nth-child(5){
        padding: 40px 40px;
        margin: auto;
    }
    .sec-3 .c-ul-1 li:nth-child(6){
        padding: 40px 40px;
        margin: auto;
    }
    .sec-3 .c-ul-1 li {
        width: 70%;
        margin-bottom: 20px !important;
    }
    .sec-3 .c-ul-2 li {
        width: 70%;
        margin-bottom: 20px !important;
    }
    .sec-3 .c-ul-2 li:nth-child(1){
        padding: 40px 40px;
        margin: auto;
    }
    .sec-3 .c-ul-2 li:nth-child(2){
        padding: 40px 40px;
        margin: auto;
    }
    .sec-3 .c-ul-2 li:nth-child(3){
        padding: 40px 40px;
        margin: auto;
    }
    .sec-3 .c-ul-2 li:nth-child(4){
        padding: 40px 40px;
        margin: auto;
    }
    .sec-3 .c-ul-2 li:nth-child(5){
        padding: 40px 40px;
        margin: auto;
    }
    .sec-3 .c-ul-2 li:nth-child(6){
        padding: 40px 40px;
        margin: auto;
    }
    .sec-4 .sec-crd .line-img{
        left: 0;
        right: auto;
    }
    .foot2-fmain{
        padding-inline: 50px !important;
    }
}

    .img-girl{
        float: right;
    }
    .sec-1 .col-right .sec-1-right .t2{
        transform: translateX(35vw);
    }
    .slick-dots {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
        right: 0;
        transform: rotate(90deg);
        top: 0;
        /* color: #fff; */
        left: 20%;
    }
    .slick-dots li button:before{
        font-size: 4px !important;
    line-height: 10px !important;
    top: 0px !important;
    left: -1px !important;
    width: 10px !important;
    height: 10px !important;
    color: #fff !important;
    }
    .slick-dots li {
        width: 10px !important;
        height: 10px !important;
        margin: 0 15px !important;
        border: 1px solid #fff !important;
        border-radius: 50% !important;
    }
    .footer-icons a{
        background: #de96a1;
        border-radius: 50%;
    }
    .footer-icons a:hover{
        background: #fff;
    }
    .footer-icons a i{
        color:#000
    }
    h2.m-heading{
        font-size: 1.6rem;
    }
    h3.m-heading{
        font-size: 1.3rem;
    }
    .sec-7 .col-right img{
        margin-left: 10px;
    }
.sec-4 .sec-crd img{
    opacity: 0.7 !important;
}
.sec-4 .sec-crd:hover img{
    opacity: 1 !important;
}
.sec-3 .c-ul-2 li:hover, .sec-3 .c-ul-1 li:hover{
    filter:drop-shadow(2px 3px 2px #c4c4c4);
} 
.sec-3 .c-ul-2 li{
    background-position: unset !important;
}
.sec-2 .crd img:first-child:hover{
    filter:drop-shadow(2px 3px 2px #c4c4c4);
}
@media screen and (min-width:768px){
    .empty-block{
        margin-bottom: 320px;;
    }
    .forms{
        margin-top: -375px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width:480px){
    .sec-1-right.text-center {
     display: none; 
}

#navbarNav .navbar-nav .nav-item .sub-men{
    padding: 20px 25px;
    border-radius: 5px;
    box-shadow: -1px 4px 9px #c4c4c4;
    position: inherit;
    width: max-content;
    background-color: #fff;
    z-index: 2;
    display: none;
    transition: all .5s ease-in-out;
    
}


.dropdowna-content {
    position: inherit !important;
	padding: 0 !important;
    width: 100% !important;
	margin: 0px !important;

 
}

.dropdowna .dropbtn {
   
    border-bottom: 2px solid #de96a1;
 
}


.column a:hover {
    border-bottom:2px solid #de97a2;
    background: white !important;
}

ul.slick-dots {
    display: none;
}
.currency select{
    width: 41% !important;
    margin-right: 10px !important;
    background: #de96a1 !important;
    color: #fff !important;
}

}
.b-form select{
    border:2px solid #de96a1
}
.form-control:focus{
    border-color:#de96a1
}
.currency{
    display: flex;
}
.currency select{
    width: 30%;
    margin-right: 10px;
    background: #de96a1;
    color: #fff;
}


.img-fluid {
    max-width: 122% !important;
    height: auto;
}


