@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: "Signatie";
    src: url('../fonts/signatie/Signatie.woff') format('woff'),
        url('../fonts/signatie/Signatie.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jost";
    src: url('../fonts/Jost/Jost.woff') format('woff'),
        url('../fonts/Jost/Jost.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

 
@font-face {
    font-family: "Allura";
    src: url('../fonts/Allura/Allura.woff') format('woff'),
        url('../fonts/Allura/Allura.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* html{
    overflow-x: hidden;
} */

p{
    font-family: "Jost" !important;
    
}

li{
    font-family: "Jost" !important;   
}
a{
    font-family: "Jost" !important;
}
.pdig_section{
    padding: 50px 0px;
}


h2{
    /* font-family: "Signatie" !important; */
    font-size: 32px !important;
    margin-bottom: 30px !important;
    font-family: "Poppins", sans-serif;
}

.counter_section{
    padding: 45px 0px;
    background-color: #fff;
    /* background-image: linear-gradient(45deg, #000000e0, #000000f0), url(../pics/tech-black4.jpg); */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;

    background-color: #000000;
    position: relative;
    display: flex;
    margin-top: 40px;
    background-image: linear-gradient(45deg, #000000d4, #000000ba), url(../pics/footbg.gif);
    background-attachment: fixed;
}

.counter_section::after{
    z-index: 1;
    position: absolute;
    display: none;
    content: '';
    top: 0px;
    width: 51%;
    height: 40px;
    background-color: #ffc107;
    clip-path: polygon(100% 0%, 95% 100%, 0% 100%, 0% 0%);
    margin: 0px;
    padding: 0px;
    left: -120px;
}
.counter_section::before{
  
        position: absolute;
        content: '';
        display: none;
        bottom: -52px;
        /* right: 0px; */
        /* top: -26px; */
        width: 97%;
        height: 40px;
        background-color: #ffc107;
        clip-path: polygon(31% 0%, 100% 100%, 0% 100%, 0% 0%);
        margin: 0px;
        padding: 0px;
        left: 0px;
        bottom: -1px;
}
.counter_sectionbx {
    padding-top: 25px;
    text-align: center;
    margin: 0 auto;
}
.counter_sectionbximg{
    width: 135px;
    height: 135px;
    background: #fff;
    align-items: center;
    display: flex;
    border-radius: 122px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: -10px;
    margin-bottom: -30px;
}

.counter_sectionbximg img{
    width: 100%;
}

.counter_sectionbx h3{
        margin-bottom: 1px;
        font-size: 45px;
        color: #fff;
        font-weight: 600;
}

.counter_sectionbx p{
    color: #ffc107;
    
}

.about_luxurialft button{
    padding: 8px 9px;
    border-radius: 5px;
    outline: none !important;
    background: #ffc107;
    border: 1px solid transparent;
    color: #fff;
    font-size: 12px;
}
/* banner section */
.banner-sec{
    background-color: #1E4242;
    width: 100%;
    position: relative;
    overflow: hidden;
}


.banner-sec::after{
    position: absolute;
    top: 31px;
    right: -39px;
    background-color: #ffc107;
    width: 80px;
    height: 80px;
    content: '';
    transform: rotate(45deg);
    animation: mymove 5s infinite;
}

@keyframes mymove {
  0%   { transform: rotate(0deg);}
  50%  {transform: rotate(155deg);}
  100% {transform: rotate(365deg);}
}
 

.bannercontent{
    text-align: center;
    position: relative;
    padding: 65px auto 0px auto;
    background-color: #1E4242;
    justify-content: center;
    display: flex;
    padding-top: 0px;
}


.bannercontent img{
    width: 100%;
    display: flex;
    margin-bottom: 0px;
    justify-self: center;
    margin-top: -40px;
}


/* about_luxuria */
.about_luxuria{
    padding: 50px 0px;
    background-color: #fff;
    position: relative;
}

/* .about_luxuria::after{
    position: absolute;
    bottom: -39px;
    right: -40px;
    content: '';
    background-color: #ffc107;
    width: 77px;
    height: 79px;
    z-index: 99;
    transform: rotate(45deg);
} */

.about_luxurhding img{
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: right;
    margin-bottom: 30PX;
}

.about_luxurialft{

}

.about_luxurialft h2{
   color: #FFF;
}

.about_luxurialft p{
    color: #000;
    margin-top: 17px;
    line-height: 35px;
}


.line{
    width: 85% !important;
    background-color: #1E4242 !important;
    height: 1px;
    margin: 0 auto !important;
    position: relative !important;
    margin-top: 48px !important;
}


.about_luxuriaright img{
    width: 100%;
}

.club_luxuria{
    background-color: #c0cdd1;
    padding-top: 70px;
}

.club_luxuriaright{
    position: relative;
}
.club_luxuriaright::after{
    position: absolute;
    top: -22px;
    left: -20px;
    width: 170px;
    height: 318px;
    content: '';
    background-color: #1E4242;    
}

.club_luxuriaright img{
    width: 90%;
    position: relative;
    z-index: 1;
    margin: 0 auto !important;
}


.club_luxurialft h2{
    text-align: center;
    margin-bottom: 18px;
}


/* luxuria_amenities section */

.luxuria_amenities {
    background-color: #c0cdd1;
    padding-top: 15px !important;
}

.luxuria_amenities h2{
    margin-bottom: 20px;
}
.luxuria_amenities img {
    padding: 4px 15px;
    width: 95%;
}

/* end */



.our_courses {
    padding: 50px 0px;
    position: relative;
    z-index: 1;
}
.our_courses_left {
    background-color: #000;
    height: 340px;
    width: 100%;
    padding: 50px;
}
.our_courses_left h2 {
    font-size: 30px;
    font-weight: 700;
    color: #ffc107;
    text-transform: uppercase;
    letter-spacing: -1px;
    /* text-align: center; */
    font-family: 'PT Serif', serif;
}

.our_courses_right {
    margin-bottom: -80px;
    background: #eeeeeea3;
    margin-top: 60px;
}
.our_courses_right_hdg {
    font-weight: 900;
    text-transform: uppercase;
    color: #E1E1E1;
    font-size: 75px;
    line-height: 70px;
    padding: 22px 0px 0px 12px;
}

.our_courses_slider_box {
    width: 100%;
    margin: 0px 10px;
    background-color: #fff;
    /* height: 400px !important; */
    border-right: 1px solid #eee;
    padding: 18px;
    margin: 0px 0px;
}
.our_courses_slider_box img{
    object-fit: cover;
    width: 100%;
}

.our_courses_slider_box h3 {
    color: #ffc107;
    font-size: 24px;
    padding-top: 10px;
}

.our_courses_slider_box p {
    color: #000;
    font-size: 15px;
    display: none;
}
.slick-prev, .slick-next{
    display: none !important;
}


.slick-slide img {
    display: block;
    width: 100% !important;
}

.vdo_creatbx img{
    width: 100%;
}

/*  */

.our_differentiators {
    padding: 50px 0px;
    margin: -140px 0 0 0;
    padding: 230px 0px 30px 0;
    background: #ffc107 ;
    background-image: url(../pics/flys/our-campus-life-bg.png);
}

.abt-heading {
    position: relative;
    margin-top: 7px;
    margin-bottom: 33px;
}

.our_ddifferentiatorshding h3 {
    color: #fff !important;
    font-size: 50px;
    margin-left: -25px;
    letter-spacing: 1px;
    margin-bottom: 21px;
    position: relative;
}
.our_ddifferentiatorshding h3::after{
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    height: 1px;
    width: 80%;
    content: '';
}


.our_ddifferentiatorshding  span{
    color: #fff;
    float: right;
    top: -21px;
    position: relative;
    right: 49px;
    font-weight: 600;
    font-size: 22px;
}

.our_differentiators_left_pts ul li {
    list-style-type: none;
    padding: 20px 0px 0px 0px;
    color: #fff;
    position: relative;
}

.our_differentiators_right{
    position: relative;
}
.our_differentiatorsdtbx{
    position: absolute;
    right: -87px;
    top: -78px;
    background-color: #000;
    height: 300px;
    height: 376px;
    width: 300px;
}


.our_differentiators_right img{
    height: 400px;
    object-fit: cover;
    width: 100%;
    z-index: 1;
    position: relative;
}


.our_differentiatorsdtbx img{
    width: 100% !important;
    background: #000 !important;
    height: 100% !important;
    z-index: 0 !important;
    padding: 0px 36px 79px 0px !important;
}















/* project_masterplan */
.project_masterplan{
    justify-self: center;
    background-color: #ffffff;  
    text-align: center;
    position: relative;
    /* overflow-x: hidden; */
}

.logoabsi{
    position: absolute;
    bottom: -8%;
    right: 0%;
    width: 140px !important;
    height: 140px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}





.project_masterplan h2{
    color: #ffc107;
    margin-bottom: 35px;
    font-family: "Poppins", sans-serif;
}

.project_masterplan{
    text-align: center;
}

.projectbx{
    text-align: center;
    width: 85%;
    margin-top: -36px;
    background: #fff;
    border: 1px solid #d0d0d036;
    border-top: 6px solid #ffc107;
    z-index: 1;
    position: relative;
    margin: -35px auto 31px auto;
    padding: 10px 11px;
}


.projectbx h3{
    font-size: 23px;
    color: #343a40;
     padding-left: 10px;
}


.project_masterplan img {
    width: 80%;
    display: flex;
    margin: 0 auto;    
}

/* project_masterplan */



/* luxuria_gallery */
.luxuria_gallery{
    background-color: #c0cdd1;
}

.luxuria_gallery h2{
    padding-bottom: 3px;
}

.luxuria_gallery img{
    width: 100%;
    margin-bottom: 15px;
}

/* location_highlights */
.location_highlights{
    background-color: #1E4242;
}

.location_highlightsleft h2{
    color: #F99774;
    padding-bottom: 12px;
}

.location_highlightsleft p{
    color: #fff;
    margin-bottom: 25px;
}

.location_highlightsleft ul li{
    list-style-type: none;
    color: #fff;
}


/* book_appointment */


.pp{
    padding: 0px !important;
}
.book_appointment{
    background-color: #c0cdd1;
}

.book_appointment h3{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.book_appointmentfmcol{
    background-image: linear-gradient(#020202d4, #000000ab), url(../pics/mpbg.gif);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    align-items: center;
    background-repeat: no-repeat;
}
.book_appointmentfm{
    padding: 20px;
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 55px;
    background-color: #fff;


}


.book_appointment h4{
    color: #000;
    font-family: "Jost" !important;
    font-weight: 700;
}


.book_appointment h5 {
    color: #fff;
    font-family: "Jost" !important;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 21px;
    margin-left: 15%;
    margin-top: 2%;
}

.prices_payment_teems input {
    width: 100%;
    font-size: 15px;
    min-height: 43px;
    padding: 4px 16px;
    border-radius: 4px;
    border-radius: 6px;
    margin: 6px 0px;
    border: 1px solid #eee;
    background: #fff !important;
}

textarea{
        overflow: auto;
        resize: vertical;
        min-height: 43px;
        padding: 4px 16px;
        width: 100%;
        border-radius: 6px;
        border: 1px solid #e4e4e4;
    
}



.textarea::placeholder{
    color: #c0cdd1 !important;
}

.button_inputs {
    border: none !important;
    background-color: #541421 !important;
    padding: 9px 35px !important;
    border-radius: 50px;
    width: 180px !important;
    cursor: pointer;
    font-size: 14px !important;
    text-align: center;
    color: #fff;
}

.about_vaishnoventuresimag{
    text-align: center;
}
.about_vaishnoventures{
    background-color: #fff;   
    margin-top: 50px;
}

.about_vaishnoventuresimag h2{
    font-size: 50px !important;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0px !important;
}

.about_vaishnoventuresimag h3{
    color: #ffc107;
    font-size: 45px;
    font-weight: 600;
}

.about_vaishnoventuresimag img{
    width: 100%;
}

.about_vaishnoventuresimag h2{
    font-size: 50px;
    text-transform: uppercase;
}
.book_appointmenttxt iframe{
    height: 560px;
    width: 100%;
}





/* clients section */
.lgclts{
    position: relative;
}

.lgclts img{
    width: 157px;
    margin: 15px 15px;
    object-fit: contain;
    height: 90px;
    border: 1px solid #ebebeb;
    padding: 12px;
    box-shadow: rgb(164 164 164 / 10%) 0px 2px 8px 0px;
}

.servbx{

}

.servbx img{
    width: 100%;
    height: 230px;
    object-fit: cover;
}





/* footer_section */
.footer_section{
    background-color: #000000;
    position: relative;
    display: flex;
    margin-top: 40px;
    background-image: linear-gradient(45deg, #000000d4, #000000ba), url(../pics/footbg.gif);
    background-attachment: fixed;
}

.footer_section::after {
    z-index: 1;
    position: absolute;
    content: '';
    top: 0px;
    width: 51%;
    height: 40px;
    background-color: #ffc107;
    clip-path: polygon(100% 0%, 95% 100%, 0% 100%, 0% 0%);
    margin: 0px;
    padding: 0px;
    left: -120px;
}

.footer_section_row {
    display: flex;
    /* background-color: #000; */
    padding: 50px 30px 30px 100px;
    /* width: 75%;
     */
    position: relative;
    z-index: 1;
}

.footlogo {
    width: 210px;
    height: 200px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;

}

.footer_img{
    width: 100%;
}

.footlogo img{
    margin-bottom: 0px;
    width: 155px;
}

.footlogo p{
    color: #fff;
    font-size: 15px;
}

.footadd{
    margin-top: 30px;
}
.footer_section h6{
    color: #fff;
    font-size: 18px;
    margin-bottom: 8px;
}
.scal_ftcl{
    margin-top: 50px;
}

.footadd{
    margin-top: 50px;
    /* width: 330px; */
    padding-right: 15px;
}
.foot_sps{
    margin: 10px 0px;
}
.footadd p{
    color: #fff !important;
}

.footadd p i{
    margin-right: 5px;
    border: 1px solid #fff;
    padding: 4px;
    width: 25px;
    height: 25px;
    font-size: 12px;
    text-align: center;
    border-radius: 50px;
    line-height: 17px;
}

.footlinks h3{
    color: #fff;
    font-size: 27px;
}

.footlinks ul{
    margin: 0px;
    padding: 0px;
}

.footlinks ul li{
    list-style-type: none;
    line-height: 32px;
}

.footlinks ul li a{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-decoration: none !important;
}

.footer_rightrow{
  
}



.s_iconsH{
    list-style-type: none !important;
}


.s_iconsH a i{
   text-decoration: none;
}

.s_iconsH a i{
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 27px;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 0px 5px;
    border-radius: 60px;
}

.hedingimagmbl{
    display: none !important;
}

.hedingimagdesk{
    display: block;
}











/* abtout */
.innerbaner{
    position: relative;
}

.innerbaner::after{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ffc107;
    content: '';
    width: 50%;
    height: 196px;
    /* border: x 0px; */
    border-radius: 0px 155px 155px 0px;
}


.innerbaner img{
    width: 100%;
}

.innerabthed {
    position: absolute;
    top: 50%;
    left: 23%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.innerabthed h4 {
    background-color: transparent;
    padding: 10px 23px;
    border: 14px;
    font-size: 30px;
    color: #ffffff;
    border-radius: 48px 1px 46px;
    z-index: 9999;
    position: relative;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
}


.about-pg{
    display: flex;
    margin-top: 40px;
    padding: 0px 15px;    

}

.about-pglf{
    width: 70%;
}
.about-pglf img{
    width: 100%;
}


.about-pgrt{
    width: 60%;
    margin-left: -154px;
    box-shadow: 0px 3px 45px 0px rgba(0, 0, 0, 0.16);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 70px;
    margin-top: 100px;
    z-index: 1;
    background: #fff;
    border-radius: -16px;
    padding-bottom: 0px;
    margin-right: 65px;
    position: relative;
    margin-bottom: -60px;
}

.about-pgrt h2{

}

.about-pgrt p{

}

.about-pgrt img{
    margin-bottom: 35px;
    width: 75%;
}


.brandsabt{
    padding: 0px 15px;
    margin-top: 100px;
}

.brandsabtbx {
    position: relative;
    margin-top: 40px;
    margin-bottom: 80px;
}

.brandsabtbx::after{
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
    height: 14px;
    background-color: #ffe600;
    content: '';

    z-index: -1;
}

.brandsabtbx h3 span{
    font-size: 40px;
    font-weight: 400;
    background-color: #fff;
    padding: 0px 15px;
}
.brandsabtbx h3 span img{
    width: 90px;
    margin-right: 12px;
}



.brandsabtbx1  h3{
      margin: 0 auto;
      text-align: center;
}

.brandsabtbx2 h3 span{
    margin-left: 60px;
}

.brandsabtbx3 h3{
    text-align: center;
}


.brandsabtbx3 h3 span{
}


.brandsabtbx4 h3 span{
    margin-left: 100px;

}

.brandsabtbx5 h3{
    text-align: end;
    margin-right: 60px;
}


.our_differentiators_about{
    margin-top: 250px ;
}

.our_differentiators_about .our_differentiators{
    padding: 79px 0px !important;
}


/* ourclites */
.ourclitscol{
    margin-left: 100px;
    margin-top: 65px;
    margin-bottom: 25px;
}






.hero3-area {
    background-color: #000;
    padding-top: 115px;
    z-index: 5;
    position: relative;
}



.dot-down-indicator {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    right: 44px;
    bottom: 44px;
    z-index: 800;
}


.dot-down-indicator li {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
    color: #fff;
    animation: arrowDown 2s infinite;
    -webkit-animation: arrowDown 2s infinite;
}

.dot-down-indicator li:nth-child(1) {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

.dot-down-indicator li:nth-child(2) {
    animation-delay: -0.6s;
    -webkit-animation-delay: -0.6s;
}

.dot-down-indicator li:nth-child(3) {
    animation-delay: -0.4s;
    -webkit-animation-delay: -0.4s;
}

.dot-down-indicator li:nth-child(4) {
    animation-delay: -0.2s;
    -webkit-animation-delay: -0.2s;
}

.dot-down-indicator li:nth-child(5) {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}


@keyframes arrowDown {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}





/* .servicees section */


/* services_dm css */
.servce_baner{
    background-image: url(advertising.jpg);
    background-position: center;
    background-size: cover;
    height: 400px;

}
.servce_banhed{
    position: relative;
    top: 45%;
    left: 42%;
}
.servce_banhed a{
    color: #000;
    background-color: #fdd100;
    font-weight: 550;
    padding: 20px;
    border-radius: 45px 0px 45px 0px;
    font-size: 25px;
    border: 2px solid #000;
}
.servce_banhed a:hover{
    transition: 0.6s ease;
    text-decoration: none;
    color: #000;
}

.service_sec{
    padding: 50px 0px;
}
.servce_box1 {
    border-top: 5px solid #fdd100;
    padding: 15px;
    box-shadow: 0 0 18px rgb(1 1 1 / 15%);
}
.servce_box1 img{
    width: 100%;
}
.servce_box1 h2{
    color: #fdd100;
    font-weight: 700;
    padding: 20px 0px 5px 0px;
    /* background: linear-gradient(45deg, #fdd100, #000); */
    /* -webkit-text-fill-color: #fff0; */
    /* background-clip: text; */
    margin: 0px !important;
}
.servce_box1 p{
    letter-spacing: 1px;
    line-height: 25px;
}
.servce_box{
   
}
.serve_sec{
    padding: 40px 0px;
}
.serve_sec ul{
    list-style-type: none;
    text-decoration: none;
}
.serve_sec li{
    color: #000;
    font-weight: 550;
    padding: 10px 0px;
}
.serve_sec img{
    width: 100%;
    padding: 10px;
    border: 2px solid #ffd100;
    margin-top: 20px;
}



.services2_section{
    padding: 50px 0px;
    display: flex;
}
.servce2_sec1{
    background-image: url(back_img2.jpg);
    background-position: center;
    background-size: cover;
    height: 400px;
}
.servce2_sec1 {
   padding: 10px;
}
.servce2_sec1 h3{
    color: #fff;
    font-weight: 550; 
    background-color: #000;
    padding: 20px 0px 10px 30px;
    font-size: 24px;
    position: relative;
    top: 20%;
    left: 10%;
    width: 270px;
    height: 150px;
}
.servce2_sec1 :hover{
    transition: 0.5s ease;
    background-color: #fff;
    color: #000;
}
.servce2_sec2{
    margin-top: -10px;
    background-image: url(back_img3.jpg);
    background-position: center;
    background-size: cover;
    height: 200px;
}
.servce2_sec2 {
   padding: 20px ;
}
.servce2_sec2 h4{
    background-color: #fdd100;
    color: #000; 
    padding: 20px 0px 10px 30px;
    font-size: 18px;
    font-weight: 550;
    position: relative;
    top: 10%;
    left: 10%;
    width: 470px;
    height: 100px;
    letter-spacing: 1px;
}
.servce2_sec2 :hover{
    transition: 0.5s ease;
    background-color: #000;
    color: #ffd100;
}

.servce2_sec3{
    padding: 15px;
    background-image: url(back_img4.jpg);
    background-position: center;
    background-size: cover;
    height: 200px;
}
.servce2_sec3 {
    margin: 20px 0px 10px 0px;
}
.servce2_sec3 h4{
    background-color: #fdd100;
    color: #000; 
    padding: 20px 0px 10px 30px;
    font-size: 18px;
    font-weight: 550;
    position: relative;
    top: 10%;
    left: 10%;
    width: 470px;
    height: 100px;
    letter-spacing: 1px;
}
.servce2_sec3 :hover{
    transition: 0.5s ease;
    background-color: #000;
    color: #fdd100;
}













/* What We Do */
.whatwedomain{
    /* padding: 50px; */

}

.whatwedoleft {
    position: relative;
}

.whatwedoleft img {
    width: 85%;
    margin: 0 auto 0 0;
    display: flex;
    border: 4px solid #0000;
}
 

.whatwedoleft {

}

.whatwedoright h2{
    color: #ffc107;
    margin-bottom: 10px  !important;
}

.btn_inner{
    padding-top: 12px;
}
.btn_inner a{
    padding: 7px 12px;
    border-radius: 5px;
    outline: none !important;
    background: #ffc107;
    border: 1px solid transparent;
    color: #fff;
    font-size: 15px;
}

.btn_inner a:hover {
    background: #ffc107;
    color: #fff;
 }

 .whatwedomaincol{
    margin-bottom: 0px;
 }

 .whatwedomain11{
    padding: 45px 0px;
    background-color: #fff;
    /* background-image: linear-gradient(45deg, #000000e0, #000000f0), url(../pics/tech-black4.jpg); */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    background-color: #000000;
    position: relative;
    display: flex;
    background-image: linear-gradient(45deg, #000000, #000000), url(../pics/footbg.gif);
        background-attachment: fixed;
 }
 .whatwedomain11{
    color: #fff;
 }

 .whatwedomain10{
    background: linear-gradient(45deg, #fffffff5, #fffffff5), url(../pics/ssvsschrs.png) repeat fixed 100%;
    background-size: cover;
    padding: 50px   0px;
 }






 /* conatct us page */


.contact__us_bottom {
    margin-top: 29px;
}

.contact_addres {
    border: 1px solid #fdd100;
    padding: 12px 12px;
    text-align: center;
    height: 150px;
    transition: .5s ease;
    padding-top: 20px;
    background-image: linear-gradient(rgb(3 7 8 / 7%), rgb(13 14 14)), url(../pics/footer-bg.jpg);
}



.contact_addres i {
    color: #ffc107;
    background: #ff6a0000;
    padding: 12px;
    border-radius: 50%;
    border: 1px solid #fdd100;
    width: 40px;
    height: 40px;
    transition: .5s ease;
    animation-direction: alternate;
    margin-bottom: 7px;
}

.foot1 h2, p {
    color: #000;
    margin-left: 0px;
}


.contact__us_bottom {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* ourworkssecsection */
.ourworkssecsection{
    padding: 50px 0px;
}
.ourworkssec img{
    width: 100%;
    margin-bottom: 20px;
}

























.contact__us_bottom p{
    color: #fff !important;
}
 @media (max-width: 768px) {
    .hedingimagmbl{
        display: block !important;
    }
    .ourworkssecsection{
        padding: 30px 0px;
    }
    .about_luxurhding img {
        width: 48%;
        margin-bottom: -8PX;
    }
    .hedingimagdesk{
        display: none !important;
    }

    .innerbaner::after {
        height: 83px;
    }

    .contact_addres {
        margin-bottom: 16px;
    }
    .footlogombl{
        width: 86%;
    padding: 11px 10px;
    background: #fff;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 17px;
    }
    .footlogo{
        display: none;
    }
    .our_courses {
        padding: 0px 0px;

    }
    .projectbx h3 {
        font-size: 19px;
    }
    .footadd {
        margin-top: 15px;
    }
    .banner-sec::after {
        top: 49px;
        right: -12px;
        width: 25px;
        height: 25px;
    }
    .about_luxuria {
        padding: 40px 0px 20px 0px;
    }
    .bannercontent img {
        width: 100%;
        display: flex;
        margin-bottom: 0px;
    }
    
    .counter_sectionbximg {
        width: 70px;
        height: 70px;
        padding: 5px;
        margin-top: -1px;
    }
    .our_ddifferentiatorshding h3 {
        color: #fff !important;
        font-size: 25px;

    }

    .bannercontent{
        padding-top: 15px;
    }
    .counter_sectionbx {
        padding-top: 5px;
    }
    h2 {
        font-size: 20px !important;
        margin-bottom: 25px !important;
        text-align: center;
    }
    .counter_section {
        padding: 30px 0px 30px 0px;
    }
    .counter_col {
        width: 50% !important;
    }
    .counter_sectionbx h3 {
        margin-bottom: 4px;
        font-size: 20px;
    }
    .about_luxurialft button {
        padding: 8px 9px;
        border-radius: 5px;
        margin: 0 auto;
        display: flex;
        margin-bottom: 25px;

    }
    .club_luxuriaright img {
        margin-bottom: 30px !important;
    }
    .line {
     
        margin: 0 auto !important;
        position: relative !important;
        margin-top: 8px !important;
    }

    .club_luxuriaright::after {
        position: absolute;
        top: -22px;
        left: -20px;
        width: 170px;
        height: 135px;
    }
    .pdig_section {
        padding: 30px 0px;
    }
    .slick-next {
        right: -5px !important;
    }
    .slick-prev {
        left: -11px !important;
    }    
    .book_appointment h3 {
        text-align: center;
        font-size: 22px;
    }
    .book_appointmentfm {
        padding: 15px;
        width: 90%;
        margin: 0 auto;
        border-radius: 20px;
        margin-top: 30px;
    }
    .book_appointment h5 {
        font-weight: 400;
        line-height: 21px;
        width: 90%;
        margin: 6px auto;
        text-align: center;
    }
    .about_vaishnoventuresimag img {
        width: 100%;
        margin-bottom: 30px;
    }
    .our_courses_right_hdg {
         font-size: 45px;
    }
    .our_differentiators_right img {
        height: 400px;
        margin-top: 20px;
    }
    .our_differentiators {
        padding: 50px 0px;
      
        overflow: hidden;
    }
    .our_differentiatorsdtbx {
     
        top: 0px;
    }
    .book_appointment h4 {
         text-align: center;
    }
    .about_vaishnoventuresimag h2 {
        font-size: 21px !important;
    }
    .about_vaishnoventuresimag h3 {
         font-size: 35px;
         margin-top: 10px;
    }
    .about_vaishnoventuresimag img {
        width: 70%;
    }
    .footer_section_row {
        padding: 30px 30px;
    }
    .our_courses_right_hdg{
        display: none;
    }
    .our_courses_right {
        margin-bottom: -21px;
        background: #eeeeeea3;
        margin-top: -3px;

    }
    .our_differentiators {
        padding: 50px 0px;
        overflow: hidden;
        padding-top: 120px;
    }
    .our_courses_left {
        padding: 15px;
    }
    .our_courses_left h2 {
        font-size: 22px !important;
        margin-bottom: 6px !important;
    }
    .our_courses_left {
        background-color: #000;
        height: auto;
    }

    .about-pg {
        display: block;
        margin-top: 40px;
    }
    .innerbaner img {
        width: 100%;
        height: 85px;
    }
    .about-pglf {
        width: 100%;
    }
    .about-pgrt {
        width: 100%;
        margin-left: 0px;
        box-shadow: none;
         padding: 0px;
        margin-top: 33px;
        z-index: 1;
         border-radius: 0px;
        padding-bottom: 0px;
        margin-right: 0px;
        text-align: center;
    }
    .brandsabtbx h3 span {
        font-size: 14px;
    }
    .brandsabtbx h3 span img {
        width: 47px;
        margin-right: 8px;
    }
    .brandsabtbx {
        position: relative;
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .brandsabtbx::after {
        position: absolute;
        top: 22px;
        left: 0px;
        width: 100%;
        height: 5px;
    }
    .our_differentiators_about {
        margin-top: 208px;
    }
    .innerabthed h4 {
         padding: 10px 17px;
        border: 14px;
          font-size: 14px;
    }
    .whatwedoleft img {
        width: 100%;
        margin: 25px auto 0 0;
        display: flex;
        border: 3px solid #ffc107;
        padding: 0px 0px;
        margin-bottom: 17px;
    }
    .whatwedoright{
        text-align: center;
        
    }

    h2 {
        font-size: 20px !important;
        margin-bottom: 5px !important;
    }
}