/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto:wght@400;500;700;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,500;1,700;1,900&display=swap'); 

:root{
    /* --primary:  #c27b3d; */
    /* --secondary: #f9f2ec; */
    --primary:  #161a23;
    /* --secondary: #232531; */
    --secondary: #2c363f;
    --text-sec: #2c363f;
    --text-primary: #f9fdff;

    --second-baground: #f2f5ea;
    --text-secondary: #f2f5ea;
    --text-white : #fff;

    --boxshadow: 3px 3px 5px #cfcfcf ;
    --linear: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%); 
    --maincard-shadow: 3px 3px 6px #161a23;

    --box-border: 1.5px solid #2c363f;

}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
}

.f14{
    font-size: 14px;
}
.f16{
    font-size: 16px;
}
.f18{
    font-size: 18px;
}
.f20{
    font-size: 20px;
}
.f22{
    font-size: 22px;
}
.f24{
    font-size: 24px;
}
.f26{
    font-size: 26px;
}
.f34{
    font-size: 34px;
}
.talign{
    text-align: justify;
}

/* TEXT START */
.text-prime{
    /* color: #e87815; */
    color: var(--secondary);
}
.text-300{
    font-weight: 300;
}
.text-500{
    font-weight: 500;
}
.text-700{
    font-weight: 700;
}
.text-900{
    font-weight: 900;
}
.text-service{
    font-weight: 400;
    /* text-align: justify; */
    letter-spacing: 1px;
    font-size: 16px;
}
.read{
    background-color: var(--secondary);
    font-size: 22px;
    border-radius: 15px;
    rotate: 320deg;
    color: #fff;
}
.text-prime{
    /* color: var(--secondary); */
    color: var(--second-baground);
}
.text-secod{
    /* color: var(--secondary); */
    color: var(--text-secondary);
}
/* TEXT END */

.heading{
    font-size: 30px;
    font-weight: 700;
    /* color: #c27b3d; */
    color: var(--text-secondary);
    position: relative;
}
.heading::before{
    content: '';
    width: 100%;
    /* background-color: #c27b3d; */
    background-color: var(--text-secondary);
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.heading-2{
    font-size: 30px;
    font-weight: 700;
    /* color: #c27b3d; */
    color: var(--text-sec);
    position: relative;
}
.heading-2::before{
    content: '';
    width: 100%;
    background-color: var(--text-sec);
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sub-heading{
    font-size: 20px;
    font-weight: 500;
    color: var(--text-sec);
    /* color: var(--secondary); */
}
.footer-sub-heading{
    font-size: 20px;
    font-weight: 500;
    color: var(--text-secondary);
}

.logo{
    width: 75px;
}



#main{
    width: 100%;
    height: auto;
    overflow: hidden;
    /* background-color: var(--primary); */
    /* color: var(--text-primary); */
    background-color: var(--secondary);
    color: var(--text-secondary);
}
#main-2{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: var(--second-baground);
    color: var(--text-sec);
}

.whowe{
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    overflow: hidden;
    
}
.whowe::before{
    content: '';
    background-image: url("../img/whowe1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: -4px;
    left: 0;
    right: 0;
    opacity: 0.9;
}
.whowe-fluid{
    width: 90%;
    height: auto;
    margin: 85px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: #f9f2ec; */
    /* box-shadow: 3px 3px 5px #413f3e !important ; */
    /* background-color: var(--secondary);
    color: var(--text-primary); */
    background-color: var(--second-baground);
    color: var(--text-sec);
    border-radius: 50px 0px 50px 0px;
    box-shadow: var(--maincard-shadow);
    padding: 20px;
    z-index: 20;
}
.whowe-fluid-2{
    width: 90%;
    height: auto;
    margin: 85px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--secondary);
    color: var(--text-secondary);
    border-radius: 50px 0px 50px 0px;
    box-shadow: var(--maincard-shadow);
    padding: 20px;
    z-index: 20;
}
.audio{
    position: fixed;
    bottom: 10%;
    right: 20px;
    background: #e09450;
    border-radius: 50%;
    padding: 6px;
    border: none;
    box-shadow: 0px 0px 5px 1px #833003;
}
.audio i{
    font-size: 25px;
}
.banner{
    position: relative;
}
.banner-img{
    width: 100%;
    height: auto;
}

.newservices{
    width: 100%;
    height: auto;
    /* background-color: #c27b3d; */
    /* background: linear-gradient(151deg, rgb(1 1 1) 51%, rgb(226 82 4) 100%); */
    /* background: linear-gradient(151deg, rgb(22 26 35) 74%, rgb(226 82 4) 100%); */
    background: var(--second-baground);
}
.services-fluid{
    width: 90%;
    padding: 70px 0;
    margin: auto;
}
.service-title{
    color: #2c363f;
    text-shadow: 2px 2px 3px #828e99;
    /* color: #fff; */
    /* text-shadow: 2px 2px 3px #e15204; */
    font-weight: 700;
    font-size: 40px;
    /* border-bottom: 3px solid rgb(226 82 4); */
}
.service-title span{
    /* color: #ec7332; */
    color: var(--secondary);
    text-shadow: -1px 1px 2px #99999b;
}

.service-card{
    /* background-color: #f9f2ec; */
    /* background-color: var(--secondary); */
    background-color: var(--second-baground);
    padding: 20px;
    border: var(--box-border);
    /* border-radius: 15px; */
    /* box-shadow: 3px 3px 6px #2d1e16; */
    /* box-shadow: var(--maincard-shadow); */
    transition: all ease-in 5ms;
}
.service-card:hover{
    box-shadow: none;
    transition: all ease-in 5ms;

}
.ser-1{
    margin-top: 130px;
}
.ser-2{
    margin-top: 50px;
}
.ser-3{
    margin-top: 0px;
}

#dash-main{
    width: 100%;
    background-color: #d1e7dd;
    height: auto;
}
#services{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.footer{
    width: 100%;
    /* background-color: #f9f2ec; */
    background-color: var(--secondary);
    height: auto;
}
.footer-bott{
    width: 100%;
    height: 8vh;
    /* background-color: #c27b3d; */
    /* color: black; */
    background-color: #161a23;
    color: var(--text-primary);
    display: flex;
    align-items: center;
}
.contact{
    width: 100%;
    height: 15vh;
    /* background-color: #f9f2ec; */
    /* color: black; */
    background-color: var(--secondary);
    color: var(--text-primary);
    display: flex;
    align-items: center;
    overflow: hidden;
}
.bottom-contact{
    width: 100%;
    height: 15vh;
    background-color: #fff;
    color: black;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.fluid{
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fluid-login{
    width: 90%;
    height: auto;
    margin: auto;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
}


.text-just{
    text-align: justify;
}

.foot-link{
    font-size: 16px;
    font-weight: 400;
    /* color: black; */
    color: var(--text-primary);
    display: block;
    text-decoration: none;
    margin-bottom: 0.6rem;
    transition: all ease 0.3s;
}
.foot-link:hover{
    /* color: #c27b3d; */
    color: var(--second-baground);
    text-decoration: underline;
    transition: all ease 0.3s;
}
.address-span{
    font-size: 14px;
    /* color: black; */
    color: var(--text-primary);
}
.address p{
    margin-bottom: 0.6rem;
    display: flex;
    align-items: center;
    /* color: #000; */
    color: var(--text-primary);
}
.address p i{
    font-size: 1.3rem;
    /* color: #c27b3d; */
    color: #fff;
    margin-right: 5px;
}
.address2-span{
    font-size: 14px;
    /* color: black; */
    color: var(--text-sec);
}
.address-2 p{
    margin-bottom: 0.6rem;
    display: flex;
    align-items: center;
    /* color: #000; */
    color: var(--text-sec);
}
.address-2 p i{
    font-size: 1.3rem;
    /* color: #c27b3d; */
    color: var(--text-sec);
    margin-right: 5px;
}
.footer-p{
    /* color: black; */
    color: var(--text-primary);
    margin: 0;
}
.footer-icon{
    /* background-color: #1877f2; */
    font-size: 20px;
    padding: 5px;
    border-radius: 50%;
    margin-right: 3px;
}
.facebook{
    background-color: #1877f2;
    color: #fff;
}
.twitter{
    background-color: #1b9df0;
    color: #fff;
}
.linkedin{
    background-color: #2867b2;
    color: #fff;
}
.youtube{
    background-color: #ff0000;
    color: #fff;
}
.instagram{
    background-color: #fe005c;
    color: #fff;
}

.card-img{
    width: 100%;
    height: 100px;
}
.card-tit{
    text-align: center;
    font-size: 20px;
    color: #c27b3d;
}
.edit{
    font-size: 24px;
    color: #c27b3d;
    text-decoration: none;
    display: flex;
    align-items: center;

}

.scard{
    background-color: transparent;
    padding: 15px;
    transition: all ease 0.3s;
}
.scard:hover{
    background-color: #f9f2ec;
    border-radius: 10px;
    box-shadow: 3px 3px 5px #cfcfcf !important ;
    transition: all ease 0.3s;
}
.scard-img{
    width: 100%;
    height: 120px;
}
.scard-body{
    width: 100%;
    min-height: 38vh;
}
.scard-title{
    text-align: center;
    font-size: 20px;
    /* color: #c27b3d; */
    color: var(--text-secondary);
}
.scard-text{
    font-size: 15px;
    text-align: justify;
    color: #413f3e;
}


/* Meet Our Team Start */
.mcard{
    /* background-color: #f9f2ec; */
    /* box-shadow: 3px 3px 5px #332d2d !important; */
    /* background-color: var(--secondary); */
    background-color: var(--second-baground);
    border-radius: 10px;
    box-shadow: var(--maincard-shadow);
    position: relative;
    padding: 15px;
    color: var(--text-sec);
}
.mcard-title{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    /* color: #c27b3d; */
    color: var(--text-sec);

}
.desig{
    text-align: center;
    font-size: 16px;
    /* color: #c27b3d; */
    color: var(--text-sec);
}
/* Meet Our Team End */

/* CRO STYLE START */
.cro{
    width: 100%;
    height: auto;
    background: linear-gradient(151deg, rgb(1 1 1) 51%, rgb(226 82 4) 100%);
}
.cro-fluid{
    width: 90%;
    /* height: 100vh; */
    margin: auto;
}
.cro-title{
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    margin-top: 150px;
}
.cro-bimg{
    width: 100%;
    height: 100vh;
    padding: 75px 10px;
}
.cro1{
    width: 100%;
    background-color: #eee;
    height: auto;
}
.cro-fluid1{
    width: 90%;
    background-color: #fff;
    margin: auto;
    height: auto;

}
.cro-row1{
    width: 100%;
    margin: auto
    /* height: 300px; */
    /* padding: 15px; */
}
.cro-img-left{
    width: 100%;
    height: 250px;
    /* position: absolute; */
    /* right: 20px; */
}
.cro-img-right{
    width: 100%;
    height: 250px;
    /* position: absolute;
    left: 20px; */
}
/* .cro-mincard{
    position: relative;
} */
/* CRO STYLE END */



/* SDS START */
.sds{
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../img/sds-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.sds-title{
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    margin-top: 150px;
}
.sds-card1{
    background-color: #fffafa;
    padding: 20px;
}
.sds-card2{
    background-color: #302824;
    padding: 20px;
}

/* SDS END */



/* ITCS START */
.itcs{
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
    overflow: hidden;
}
.itcs::before{
    content: '';
    /* background-image: url("../img/banner-2.jpg"); */
    background-image: url("../img/itcons.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: -4px;
    left: 0;
    right: 0;
    opacity: 0.6;
}
.itcs-banner{
    position: relative;
}
.itcs-title{
    /* color: #fff; */
    background: linear-gradient(308deg, #010101, #e25204);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    font-weight: 600;
    margin-top: 150px;
    /* position: absolute; */
}
.itcs1{
    width: 100%;
    /* background-color: #FFCC70; */
    background-color: #f9f2ec;
    height: auto;
}
.itcs-fluid1{
    width: 90%;
    padding: 70px 0;
    margin: auto;
}
.itcs-row{
    position: relative;
    overflow: hidden;
}
.itcs-what-img{
    width: 100%;
    height: -webkit-fill-available;
}
.itcs-what{
    background-color: #fff;
}

.itcs-what1{
    background-color: #000;
    padding: 15px;
}
.itcs-what2{
    background-color: #e25204;
    padding: 15px;
    color: #000;
}

.itcs2{
    width: 100%;
    background-color: #fff;
    height: auto;
}
.itcs-fluid2{
    width: 90%;
    margin: auto;
}
.icon-card{
    width: 100%;
    padding: 15px;
    display: flex;
    /* border-radius: 10px; */
}
.icon{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon i{
    background: linear-gradient(308deg, #010101, #e25204);
    color: #fff;
    font-size: 40px;
    padding: 10px;
    border-radius: 50%;
}
.icon-text{
    width: 75%;
}

/* ITCS END */


/* Client Start */
.client-card{
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}
.client-img{
    width: 100%;
    height: 130px;
    margin: 20px 0px;
    border-radius: 3px;
    box-shadow: 2px 2px 3px 4px #d7d3d3;   
}
.client-img:hover{
    box-shadow: 0px 0px 3px 2px #f5efe9;
}
/* Client End */



/* About Us Start */
.page-main{
    width: 100%;
    height: 50vh;
    position: relative;
}
.page-main::before{
    content: '';
    background-image: url("../img/whowe1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.9;
}
.page-fluid{
    width: 90%;
    height: inherit;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.test{
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    background: #c27b3d;
}
.test-fluid{
    width: 90%;
    height: auto;
    margin: 70px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-vid{
    /* background-color: #fcefd9; */
    /* background-color: var(--secondary);
    color: var(--text-primary); */
    background-color: var(--second-baground);
    color: var(--text-sec);
    width: 100%;
    height: auto;
}
.about-vid-fluid{
    width: 90%;
    margin: auto;
    padding: 70px 0;
    /* height: auto; */

}

.about-fluid{
    width: 90%;
    height: auto;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner-name{
    /* color: #c27b3d; */
    color: var(--text-secondary);
    font-size: 50px;
    font-weight: 700;
}

.about-card{
    /* background-color: #f9f2ec; */
    background-color: var(--secondary);
    padding: 15px;
    border-radius: 10px;

}
.about-card:hover{
    /* background: linear-gradient(141deg, rgba(249,242,236,1) 51%, rgba(253,128,61,1) 100%); */
    /* background:  linear-gradient(151deg, rgb(22 26 35) 74%, rgb(226 82 4) 100%); */
}

.about{
    text-align: justify;
    font-size: 16px;
}
.about-img{
    position: relative;
}
.about-img::after{
    position: absolute;
    border: 1px solid #c27b3d;
    border-radius: 73% 49% 70% 34%;
    padding: 7px;
}
.ab-img{
    padding: 10px;
    background-color: #4158D0;
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
    border-radius: 57% 43% 55% 45% / 71% 75% 25% 29%;
    padding: 10px;
}
.indust-img{
    width: 100%;
    display: flex;
    position: relative;
}
.indust-img::after{
    content: '';
    position: absolute;
    top: -30px;
    left: -30px;
    width: 100%;
    height: 100%;
    border: 5px solid #c27b3d;
    z-index: 10;
}
.in-img{
    width: 100%;
    display: block;
    z-index: 20;

    /* background-image: linear-gradient(43deg, #c27b3d 0%, #C850C0 46%, #FFCC70 100%); */
    /* background-image: linear-gradient(43deg, #c27b3d 0%, #7e4141 46%, #FFCC70 100%);
    border-radius: 20% 17% 15% 25% / 66% 45% 19% 23%;
    padding: 10px; */
}

.home-img{
    background-color: var(--secondary);
    /* background-image: linear-gradient(328deg, #ff7f0f 0%, #84664d 46%, #ff600f 100%); */
    /* background-image: linear-gradient(150deg, #c27b3d 0%, #ea9720 46%, #FFCC70 100%);
    border-radius: 50% 50% 50% 50% / 44% 62% 38% 56%; */
    padding: 10px;

}

.img-card{
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    object-fit: contain;
}


/* About Us End */

.dot{
    margin-left: 20px;
    position: relative;
}
.dot::before{
    content: '';
    color: #000;
    height: 5px;
    width: 5px;
    background: currentColor;
    position: absolute;
    left: -10px;
    top: 10px;
    bottom: 0;
}



/* Blog Start */
.read-blog{
     position: relative;
}
.blog-nav{
    display: block;
    text-decoration: none;
    /* color: #000; */
    /* color: var(--text-primary); */
    color: var(--secondary);
}
.readblog-card{
    /* background-color: #fffdfb; */
    /* background-color: var(--secondary); */
    background-color: var(--second-baground);
    /* border-radius: 5px; */
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    /* padding: 20px; */
}
.readblog-card-text{
    padding: 20px;
}
.blog-card{
    /* background-color: #fffdfb; */
    /* background-color: var(--secondary); */
    background-color: var(--second-baground);
    border-radius: 5px;
    /* box-shadow: 4px 4px 6px 3px #e8e4e3; */
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    /* padding: 10px; */
}
.recent-card{
    /* background-color: #fffdfb; */
    /* background-color: var(--secondary); */
    background-color: var(--second-baground);
    border-radius: 5px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    padding: 10px;
}
.recent-card-img{
    width: 100%;
    height: 200px;
}
.recent-card-text{
    height: 300px;
    padding: 10px;
}
.blog-title{
    /* color: #9f500c; */
    color: var(--text-sec);
    font-size: 30px;
}
.recent-title{
    display: block;
    border-bottom: 1px solid var(--text-sec);
    /* color: #9f500c; */
    color: var(--text-sec);
    font-size: 25px;
}
.hand{
    /* color: #9f500c; */
    color: var(--text-sec);
}
.blog-img{
    width: 100%;
}
.blog-inner-img{
    width: 80%;
    margin: auto;
    display: flex;
}

/* Styles for the image zoom effect */
.image-zoom-modal {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: zoom-out;
  }
  
  .image-zoom-modal-content {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
  }
  
  .deep-career-banner{
    width: 100%;
    height: 100%;
    position: relative;
  }
  .deep-career-title{
    width: 100%;
    margin: auto;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .deep-career-breadcrumb{
    position: absolute;
    bottom: 10px;
    left: 0;
  }

  .breadcrumb-item + .breadcrumb-item::before {
    color: #c27b3d !important;
  }

.blog-date{
    color: #413f3e;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
}
.blog-date span{
    color: #807f7e;
}

.horizontal{
    display: inline-grid;
    position: fixed;
    left: 5px;
    top: 20%;
    font-size: 30px;
    border: 1px solid #000;
    border-radius: 5px;
    /* background-color: #fffdfb; */
    background-color: var(--secondary);
    padding: 3px
}
.horizontal a{
    border-bottom: 1px solid #000;
}
.horizontal a:last-child{
    border-bottom: none;
}
.share-text{
    writing-mode: vertical-lr;
    /* text-orientation: upright; */
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .65px;
    line-height: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    margin: 0;
    color: var(--text-secondary);
}
.share-text i{
    font-size: 20px;
    margin-bottom: 7px;
    margin-top: 7px;
}

.fb{
    color: #1877f2;
}
.twit{
    color: #1b9df0;
}
.linked{
    color: #2867b2;
}

/* Blog End */


/* Career Start */
.career-card{
    /* background-color: var(--secondary); */
    background-color: var(--second-baground);
    border: var(--box-border);
    /* border-radius: 20px; */
    /* box-shadow: var(--boxshadow); */
    padding: 20px;
}
/* Career End */

/* Contact Start */
.contact-main{
    width: 100%;
    height: auto;
    background-color: var(--second-baground);
    padding: 5%;
}
.contact-fluid{
    width: 90%;
    margin: auto;
}
/* Contact End */

.mute{
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 50%;
    z-index: 20;
    /* background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%); */
    border-radius: 15px;
    background: none;
    border: none;

}
.mute i{
    font-size: 30px;
    background: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mute i:hover{
    background: var(--primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.forgot a{
    color: var(--primary);
    text-decoration: none;
}

/* dash */

.small-card{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-card{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #9f500c;
    padding: 10px;
}
.smallimg{
    width: 50px;
    border-radius: 50%;
}


.cust{
    width: 100%;
    height: 70vh;
    padding: 15px;
    overflow-y: scroll;
}


.whatwe{
    width: 100%;
    height: fit-content;
    display: flex;
    /* display: flex; */
    /* flex-direction: column; */
}
.left, .right{
    width: 50%;
}


/* Scroll Bar CSS */

.cust::-webkit-scrollbar {
    width: 3px;
  }
  
  /* Track */
  .cust::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  .cust::-webkit-scrollbar-thumb {
    background: #c27b3d; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  .cust::-webkit-scrollbar-thumb:hover {
    background: #9f500c; 
  }



  /* Form-Control Scroll Bar CSS  */
  .form-control::-webkit-scrollbar {
    width: 3px;
  }
  .form-control::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  .form-control::-webkit-scrollbar-thumb {
    background: #c27b3d; 
    border-radius: 10px;
  }
  
  .form-control::-webkit-scrollbar-thumb:hover {
    background: #9f500c; 
  }



  /* Alert tip Start */
  .float-tip-success{
    position: fixed;
    width: 40%;
    padding: 5px;
    border-radius: 5px;
    background: #c1e1ff;
    border: 1px solid #85c4ff;
    right: 10px;
    top: 56px;
    z-index: 2000;
  }
  .float-tip-warning{
    position: fixed;
    width: 40%;
    padding: 5px;
    border-radius: 5px;
    background: #ffc1c1;
    border: 1px solid #f67a7a;
    right: 10px;
    top: 56px;
    z-index: 2000;
  }
  .float-span{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  /* Alert tip End */


  /* Job apply Start */
  .applycard{
    background-color: var(--secondary);
    padding: 20px;
    border-radius: 8px;
  }
  /* Job apply End */

