*{
    margin: 0;
    padding: 0;
}

div, ul, li, p, form, h5, h6, h4, h3, h2, h1, p {  margin: 0; padding: 0;}

a{
    text-decoration: none;
    transition: .4s all;
}

body{
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

html{
    overflow-x: hidden;
}


li{
    list-style: none;
}

figure{
    margin: 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

.contnr-new {
    width: 100%;
    max-width: 1570px;
}

/* header start */

.fixed-div{
    position: fixed;
    right: 0;
    z-index: 9;
}

.demo-cls {
    background: #3B40C8;
    border-radius: 16px;
    height: 45px;
    line-height: 45px;
    display: block;
    padding: 0 30px;
    font-weight: 500;
    font-size: 15px;
    color: white;
    letter-spacing: 0.1em;
    transform: rotate(90deg);
    position: relative;
    right: -95px;
    text-transform: uppercase;
    top: 400px;
}

.demo-cls:hover{
    background: #3B40C8;
    color: white;
}

.whats-app{
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #0DD221;
    border-radius: 16px;
    font-size: 24px;
    color: white;
    display: inline-block;
    text-align: center;
    position: relative;
    right: -183px;
    top: 512px;
}

.whats-app:hover{
    color: white;
}

.header{
    position: fixed;
    z-index: 9;
    padding: 5px 180px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    box-shadow: 0px 0px 8px 0px #54545452;
}

.header figure{
    width: 170px;
}

.header figure img{
    width: 100%;
}

.header ul{
    display: flex;
    align-items: center;
    gap: 60px;
}

.header ul li a{
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    display: block;
    transition: 0.3s all;
    color: black;
}

.header ul li a:hover{
    background: #FF304D;
    color: white;
}

.active-cls{
    background: #FF304D;
    color: white !important;
}
/* header end */


/*  campus banner section start */

.campus-banner{
    position: relative;
    height: 500px;
    background: linear-gradient(103.21deg, #3631AB 6.44%, #E91B27 120.79%);
    padding: 100px 0;
}

.banner-info span{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    display: block;
    margin-bottom: 3px;
}

.banner-info h1{
    font-size: 50px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.banner-info h3{
    font-size: 32px;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.banner-info p{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    opacity: 0.8;
}

.campus-banner-about{
    width: 500px;
    position: relative;
}

.campus-banner-about img{
    width: 100%;
}

.campus-banner-about:after{
    content: "";
    position: absolute;
    top: -40px;
    left: -20px;
    height: 440px;
    width: 540px;
    background: url(../images/circle_double.png) no-repeat center / contain ;
}

/*  campus banner section end */

/*  about us section start */

.about-section{
    position: relative;
    padding: 80px 0 270px;
}

.about-us{
    margin-bottom: 45px;
}

.about-us h2{
    font-size: 50px;
    font-weight: 600;
    color: #2F2F2F;
    text-align: center;
    margin-bottom: 25px;
}

.about-us p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    color: #0F0F0F;
    max-width: 1170px;
    margin: auto;
}

.digital-trnfrmatin h2{
    position: relative;
    font-size: 50px;
    font-weight: 600;
    color: #2F2F2F;
    text-align: center;
    line-height: 70px;
    padding-bottom: 25px;
    max-width: 900px;
    margin: auto;
}

.digital-trnfrmatin h2 span{
    display: inline-block;
    font-weight: 300;
    color: #3B40C8;
}

.digital-trnfrmatin h2:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 4px;
    width: 178px;
    background: linear-gradient(90.04deg, #3B40C8 -2.97%, #E91B27 102.55%);
}

.digital-trnfrmatin-list{
    padding: 50px;
    background: #FFFFFF;
    box-shadow: 0px 35px 61px #e8e8ee;
    border-radius: 20px;
}

.digital-trnfrmatin-list ul{
    overflow: hidden;
}

.digital-trnfrmatin-list ul li{
    font-size: 18px;
    font-weight: 600;
    color: #323232;
    margin-bottom: 15px;
    position: relative;
    padding-left: 28px;
    width: 33.33%;
    float: left;
}

.digital-trnfrmatin-list ul li:last-child{
    margin-bottom: 0;
}

.digital-trnfrmatin-list ul li:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: url(../images/tick-circle.png) no-repeat center / contain ;
}

/*  about us section end */

/* camps-jdugar-info section start */

.camps-jdugar-info{
    padding: 80px 0;
    position: relative;
    background: linear-gradient(180deg, #ECECFA 30.96%, rgba(236, 236, 250, 0) 90.95%);
}

.camps-jdugar-empower h3, .camps-jdugar-empower h4{
    font-size: 38px;
    font-weight: 700;
    color: #2F2F2F;
    margin-bottom: 5px;
}

.camps-jdugar-empower h4{
    font-weight: 300;
    color: #3B40C8;
    margin-bottom: 15px;
}

.camps-jdugar-empower{
    max-width: 97%;
}

.camps-jdugar-empower-about{
    margin-bottom: 30px;
}

.camps-jdugar-empower-about:last-child{
    margin-bottom: 0;
}

.camps-jdugar-empower-about h5{
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0A0909;
    margin-bottom: 13px;
}

.camps-jdugar-empower-about ul li{
    font-size: 15px;
    font-weight: 500;
    color: #303030;
    margin-bottom: 10px;
    padding-left: 40px;
    position: relative;
    margin-left: 5px;
}

.camps-jdugar-empower-about ul li:before{
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    height: 28px;
    width: 28px;
    background: url(../images/only-right.png) no-repeat center / contain ;
}

.camps-jdugar-empower-about ul li:last-child{
    margin-bottom: 0;
}

.camps-jdugar-info:after{
    content: "";
    position: absolute;
    top: -275px;
    left: 0;
    right: 0px;
    height: 345px;
    width: 100%;
    background: url(../images/curv-img.png) no-repeat center / contain ;
    z-index: -1;
}

.camps-jdugar-info:before{
    content: "";
    position: absolute;
    top: -120px;
    left: 465px;
    height: 280px;
    width: 280px;
    background: url(../images/cj-circle-logo.png) no-repeat center / contain ;
}

/* camps-jdugar-info section end */

/* user-feedback section start */

.user-feedback{
    position: relative;
    background: #3b40c8;
    height: 550px
}

.user-feedback:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: -50px;
    height: 500px;
    width: 460px;
    background: url(../images/circle_2.png) no-repeat center / contain ;
}

.user-feedback:before{
    content: "";
    position: absolute;
    bottom: 0px;
    right: -12px;
    height: 265px;
    width: 250px;
    background: url(../images/Campus_llogo.png) no-repeat center / contain ;
}

.user-wrapper{
    height: 550px
}

/* .feedback-img{
    width: 500px;
} */

.feedback-img img{
    width: 100%;
}

.feedback-info h2{
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.feedback-info h2 span{
    font-weight: 300;
}

.feedback-info p{
    font-size: 24px;
    line-height: 40px;
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.feedbk-person{
    position: relative;
    display: table;
    margin: 0 auto;
    text-align: right;
}

.feedbk-person:after{
    content: "";
    position: absolute;
    top: -12px;
    right: -150px;
    height: 130px;
    width: 130px;
    background: url(../images/inverted-comma-img.png) no-repeat center / contain ;
}

.feedbk-person h5{
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 3px;
}

.feedbk-person h6{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;

}

.bannerSlide button.owl-dot {
    width: 17px;
    height: 17px;
    border: 2px solid white;
    border-radius: 100%;
    margin: 0 5px;
    transition: 0.4s all;
}

.bannerSlide button.owl-dot.active {
    background: #FABF33;
    border: 2px solid #FABF33 ;
    width: 35px;
    height: 12px;
    border-radius: 100px;
}

.bannerSlide .owl-dots{
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
}

/* user-feedback section end */

/* available-section start */

.available-section{
    position: relative;
    padding: 90px 0 70px;
}

.available-section h2{
    font-size: 56px;
    font-weight: 500;
    color: #3B40C8;
    margin-bottom: 35px;
}

.available-section h2 span{
    display: block;
    font-weight: 300;
    color: #232323;
}

.available-section p{
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    color: #232323;
    margin-bottom: 40px;
}

.bttn{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    background: linear-gradient(264.22deg, #3F2DBC 5.69%, #E91B27 100.31%);
    box-shadow: 0px 10px 8px -8px #BBBDDF;
    border-radius: 100px;
    color: white;
    transition: 0.3s all;
}

.bttn:hover{
    background: linear-gradient(87deg, #3F2DBC 5.69%, #E91B27 100.31%);
    color: white;
}

.availbl-figure{
    width: 580px;
    margin-left: auto;
}

.availbl-figure img{
    width: 100%;
}

/* available-section eend */


 /* digital-ovrviw section start  */

.digital-ovrviw{
    position: relative;
    padding: 0 0 90px;
}

.tchnicl-ovrviw{
    margin-bottom: 40px;
}

.overview-card{
    background: #FFFFFF;
    box-shadow: 0px 30px 54px #F0F0FC;
    border-radius: 20px;
    text-align: center;
    padding: 50px 60px;
    transition: 0.4s all;
    min-height: 300px;
}

.overview-card:hover{
    box-shadow: 0px 50px 64px #E4E4F1;
}

.overview-card figure{
    width: 90px;
    margin: 0 auto 16px;
}

.overview-card figure img{
    width: 100%;
}

.overview-card h4{
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    text-transform: capitalize;
    color: #0A0909;
    margin-bottom: 10px;
}

.overview-card p{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #303030;
}

/* digital-ovrviw section end* */

/* digital-campus start */

.digital-campus{
    position: relative;
    padding: 65px 0;
    background: linear-gradient(103.5deg, #3631AB 10.72%, #E91B27 130.52%);
}

.camps-wrapper h2{
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.camps-wrapper p{
    font-size: 19px;
    line-height:32px;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
    max-width: 1160px;
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
}

.bttn-white{
    background: #FFFFFF;
    box-shadow: 0px 17px 25px -8px #782979;
    border-radius: 100px;
    display: table;
    height: 50px;
    line-height: 50px;
    padding: 0 55px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #2C2D4E;
    text-transform: uppercase;
    margin: 0 auto;
    transition: 0.3s all;
    position: relative;
    margin-top: 30px;
    z-index: 9;
}

.bttn-white:hover{
    background: #ffffffc9;
    color: #2C2D4E;

}

.bttn-white i{
    color: #E91B27;
    position: relative;
    top: 1px;
}

.camps-wrapper{
    position: relative;
}

.cj-image{
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    margin: auto;
    width: 875px;
}

.cj-image img{
    width: 100%;
}

.digital-campus:after{
    content: "";
    position: absolute;
    bottom: -7px;
    left: -32px;
    height: 220px;
    width: 249px;
    background: url(../images/left_logo.png) no-repeat center / contain ;
}

.digital-campus:before{
    content: "";
    position: absolute;
    bottom: -13px;
    right: 0;
    height: 220px;
    width: 249px;
    background: url(../images/Girl_img.png) no-repeat center / contain ;
}

/* digital-campus end */

/* footer start */

.footer{
    position: relative;
    padding: 50px 0;
    background: #2C2D4E;
    overflow: hidden;
}

.footer ul{
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-info-list{
    gap: 55px;
    margin-bottom: 30px;
}

.footer-info-list li a{
    font-size: 17px;
    font-weight: 500;
    color: #FFFFFF;
    display: block;
    position: relative;
}

.footer-info-list li a:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: white;
    transition: 0.3s all;
}

.footer-info-list li a:hover::after{
    width: 100%;
}

.footer-list li a i{
    width: 44px;
    height: 44px;
    border: 1px solid #FFFFFF;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    transition: 0.4s all;
}

.footer-list{
    gap: 20px;
    margin-bottom: 20px;
}

.footer-list li a i:hover{
    color: #2C2D4E;
    background: white;
}

.footer-info p{
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #FFFFFF;
    opacity: 0.5;
    text-align: center;
}

.footer-chat{
    content: "";
    position: absolute;
    bottom: -4px;
    right: 120px;
    width: 90px;
}

/* footer start */

.product-module{
    position: relative;
    padding-top: 70px;
    height: 390px;
    background: linear-gradient(103.21deg, #3631AB 6.44%, #E91B27 120.79%);
}

.product-module:after{
    content: "";
    position: absolute;
    bottom: -73px;
    left: 130px;
    height: 290px;
    width: 240px;
    background: url(../images/flower-lady.png) no-repeat center / contain ;
    z-index: 6;
}

.product-header h2{
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.product-header p{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    max-width: 980px;
    margin: 0 auto;
}

.availbl-module{
    position: relative;
    padding: 80px 0 220px;
}

.module-card{
    background: #FFFFFF;
    box-shadow: 0px 35px 61px #e8e8ee;
    border-radius: 20px;
    padding: 45px 30px;
    transition: 0.3s all;
    margin-bottom: 25px;
    min-height: 148px;
}

.module-card:hover{
    background: linear-gradient(76.54deg, #403AC9 -9.86%, #C21964 109.78%);
    color: white;
    transition: 0.3s all;
}

.module-card h3{
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    color: #323232;
    max-width: 140px;
    margin: 0 auto;
}

.module-card:hover h3{
    color: white;
}

.enqry-figure{
    width: 460px;
    /* margin: 0 auto; */
}

.new-width{
    width: 500px;
}

.enqry-figure img{
    width: 100%;
}

.enquiry-sec{
    padding: 100px 0;
    background: linear-gradient(180deg, #ECECFA 36.13%, rgba(236, 236, 250, 0) 106.97%);
}

.new-enquiry ul li{
    margin-left: 0;
    padding-left: 35px;
    margin-bottom: 15px;
}

.new-enquiry ul li:before{
    height: 24px;
    width: 24px;
}

.enquiry-sec .camps-jdugar-empower h4{
    margin-bottom: 25px;
}

.enquiry-sec:before{
    content: none;
}

.enquiry-wrapper{
    margin-bottom: 80px;
}

.enquiry-wrapper:last-child{
    margin-bottom: 0;
}

.figr-right{
    margin: auto;
}

.cmpas-midl{
    position: relative;
    top: 70px;
}

.client-sec{
    position: relative;
    padding: 80px 0;
}

.client-card-top h4{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #323232;
}

.client-card-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #89898999;
    padding-bottom: 10px;
    margin-bottom: 10px;
    gap: 8px;
}

.client-card-top figure {
    width: 76px;
}

.client-card-top figure img{
    width: 100%;
}

.client-card h5{
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    color: #323232;
    margin-bottom: 10px;
}

.client-card h6{
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    text-transform: capitalize;
    color: #808080;
}

.client-card{
    box-shadow: 0px 35px 61px #e8e8ee;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 40px;
}

.contact-us{
    position: relative;
    padding: 80px 0;
}

.contact-card-info-about h4, .contact-card-info-about h5, .phone-mail{
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 10px;
    transition: 0.3s all;
}

.contact-card-info-about h5, .phone-mail{
    font-weight: 400;
    margin-bottom: 0;
}

.contact-card{
    background: linear-gradient(121.24deg, #3B40C8 2.63%, #E91B27 171.17%);
    border-radius: 20px;
    padding: 20px;
}

.contact-border{
    padding: 40px 30px;
    border: 1px dashed #FFFFFF;
    border-radius: 20px;
}

.contact-card-info{
    display: flex;
    align-items: center;
    gap: 27px;
    margin-bottom: 50px;
}

.contact-card-info:last-child{
    margin-bottom: 0;
}

.contact-card-info figure{
    height: 55px;
    width: 55px;
    background: #ffffff5c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}

.contact-form{
    margin-bottom: 20px;
    position: relative;
}

.contact-form:last-child{
    margin-bottom: 0;
}

.contact-form input{
    height: 60px;
    border: 1px solid #8D929C;
    border-radius: 12px;
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
}

.form-control:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid #8D929C;
}

.contact-form-wrapper{
    max-width: 670px;
    margin-left: auto;
}

.contact-form input[type="submit"]{
    background: linear-gradient(264.22deg, #3F2DBC 5.69%, #E91B27 100.31%);
    box-shadow: 0px 10px 8px -8px #bbbddf;
    border-radius: 100px;
    color: white;
    width: 250px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.1em;
    transition: 0.3s all;
    margin-top: 40px;
}

.contact-form input[type="submit"]:hover {
    background: linear-gradient(87deg, #3F2DBC 5.69%, #E91B27 100.31%);
    color: white;
}

.submit-right{
    position: absolute;
    top: 23px;
    left: 170px;
    bottom: 0;
    margin: auto;
    color: white;
}

.contact-map iframe{
    height: 450px;
    width: 100%;
    border-radius: 30px;
}

.contact-map{
    margin-top: 80px;
}

.phone-mail:hover{
    color: #ffffffc7;
}

.career-section{
    padding: 80px 0 100px;
}

.career-opening{
    height: 180px;
    width: 180px;
    background: linear-gradient(137.93deg, #038AD6 15.16%, #004DC0 89.65%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.career-opening h4{
    font-weight: 700;
    font-size: 19px;
    color: white;
    width: 100px;
    margin: 0 auto;
}

.career-opening::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 160px;
    width: 160px;
    border: 1px dashed #FFFFFF;
    border-radius: 100px;
    right: 0;
    bottom: 0;
    margin: auto;
}

.career-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 66px;
    position: relative;
}

.grn-opning{
    background: linear-gradient(133.53deg, #09CF40 11.57%, #039E4A 85.71%);
}

.orng-opning{
    background: linear-gradient(131.32deg, #FFB525 15.72%, #E77C12 88.21%);
}

.red-opning{
    background: linear-gradient(137.48deg, #FF1111 8.85%, #B60505 91.95%);
}

.career-wrapper:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1px;
    width: 86%;
    border: 1px dashed #51515785;
    margin: auto;
    z-index: -1;
}

.career-option h3{
    font-size: 21px;
    font-weight: 600;
    color: #323232;
    margin-bottom: 15px;
}

.career-option h4{
    font-size: 18px;
    font-weight: 500;
    color: #3B40C8;
    margin-bottom: 6px;
}

.career-option p{
    font-size: 17px;
    font-weight: 400;
    color: #323232;
}

.career-option{
    box-shadow: 0 10px 10px #e8e8ee;
    border-radius: 20px;
    padding: 23px 40px;
    margin-bottom: 20px;
}

.career-option:last-child{
    margin-bottom: 0;
}

.footer-chat img{
    width: 100%;
}

.nav_btn{
    display: none;
}

         /* =========== Privacy page =============  */

.privcy-pag h3.sub-titl{
    font-weight: 600;
    color: #2F2F2F;
    line-height: 45px;
    font-size: 24px;
    margin-top: 24px;
}

.privcy-pag p{
    margin-bottom: 6px;
}

.privcy-pag h5{
    font-weight: 600;
    color: #2F2F2F;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.privcy-pag h6{
    font-weight: 600;
    color: #3B40C8;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.p-policy-cel{
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 30px;
}

.p-policy-cel li{
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
    font-size: 15px;
}

.p-policy-cel li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    height: 28px;
    width: 28px;
    background: url(../images/only-right.png) no-repeat center / contain;
}

@media only screen and (max-width: 1500px) {
    .contnr-new {
        max-width: initial;
        padding: 0 80px;
    }

    .demo-cls{
        top:300px
    }

    .whats-app{
        top: 420px;
    }

    .header{
        padding: 5px 70px;
    }

    .header figure {
        width: 130px;
    }

    .header ul li a{
        font-size: 14px;
    }

    .header ul {
        gap: 23px;
    }

    .banner-info span {
        font-size: 17px;
    }

    .banner-info h1{
        font-size: 44px;
    }

    .banner-info h3{
        font-size: 26px;
    }

    .banner-info p{
        font-size: 15px;
    }

    .campus-banner-about {
        width: 430px;
    }

    .campus-banner-about:after {
        top: -7px;
        left: 30px;
        height: 340px;
        width: 360px;
    }

    .campus-banner{
        height: 440px;
        padding: 80px 0;
    }

    .about-section {
        padding: 50px 0 240px;
    }

    .about-us h2 {
        font-size: 44px;
        margin-bottom: 20px;
    }

    .about-us p{
        font-size: 16px;
    }

    .about-us {
        margin-bottom: 35px;
    }

    .digital-trnfrmatin h2{
        font-size: 40px;
        line-height: 60px;
        max-width: 720px;
    }

    .digital-trnfrmatin-list ul li{
        font-size: 14px;
    }

    .digital-trnfrmatin-list ul li:before {
        top: 3px;
        height: 18px;
        width: 18px;
    }

    .camps-jdugar-info:before {
        top: -152px;
        left: 276px;
        height: 260px;
        width: 260px;
    }

    .camps-jdugar-empower h3, .camps-jdugar-empower h4{
        font-size: 30px;
    }

    .camps-jdugar-empower h4{
        margin-bottom: 12px;
    }

    .camps-jdugar-empower-about h5{
        font-size: 15px;
        margin-bottom: 10px;
    }

    .camps-jdugar-empower-about ul li{
        font-size: 13px;
    }

    .camps-jdugar-empower-about {
        margin-bottom: 25px;
    }

    .camps-jdugar-info{
        padding: 70px 0 60px;
    }

    .feedback-info p {
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 35px;
    }

    .feedback-info h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    /* .feedback-img {
        width: 420px;
    } */

    .feedbk-person h5{
        font-size: 16px;
    }

    .feedbk-person h6{
        font-size: 15px;
    }

    .feedbk-person:after{
        right: -125px;
        height: 110px;
        width: 110px;
    }

    .user-feedback:before{
        right: -12px;
        height: 196px;
        width: 190px;
    }

    .available-section {
        padding: 60px 0 70px;
    }

    .available-section h2 {
        font-size: 45px;
        margin-bottom: 25px;
    }

    .available-section p{
        font-size: 20px;
    }

    .bttn{
        height: 46px;
        line-height: 46px;
        padding: 0 35px;
        font-size: 14px;    
    }

    .availbl-figure {
        width: 500px;
    }

    .overview-card figure {
        width: 75px;
    }

    .overview-card h4 {
        font-size: 18px;
        line-height: 29px;
    }

    .overview-card p{
        font-size: 15px;
    }

    .overview-card{
        min-height: 280px;
    }

    .camps-wrapper h2 {
        font-size: 45px;
        margin-bottom: 10px;
    }

    .camps-wrapper p {
        font-size: 17px;
        line-height: 30px;
        max-width: 1080px;
    }

    .bttn-white{
        height: 45px;
        line-height: 45px;
        padding: 0 50px;
        font-size: 13px;
        margin-top: 20px;
    }


    .digital-campus:after {
        bottom: -6px;
        left: -22px;
        height: 160px;
        width: 180px;
    }

    .digital-campus:before{
        height: 195px;
        width: 220px;
    }

    .footer-info-list li a{
        font-size: 15px;
    }

    .footer-info-list {
        gap: 45px;
        margin-bottom: 25px;
    }

    .footer-list li a i{
        width: 40px;
        height: 40px;
        font-size: 17px;
    }

    .footer-info p{
        font-size: 14px;
    }

    .footer-list {
        gap: 18px;
        margin-bottom: 15px;
    }

    .footer{
        padding: 40px 0;
    }

    .footer::after {
        height: 70px;
        width: 70px;
    }

    .product-module{
        padding-top: 35px;
        height: 300px;
    }

    .product-header p{
        font-size: 16px;
        line-height: 26px;
        max-width: 840px;
    }

    .product-header h2{
        font-size: 42px;
        margin-bottom: 16px;
    }

    .product-module:after{
        bottom: -73px;
        left: 80px;
        height: 236px;
        width: 150px;
    }

    .availbl-module {
        padding: 60px 0 200px;
    }

    .module-card h3 {
        font-size: 15px;
        line-height: 20px;
    }

    .module-card{
        padding: 40px 30px;
    }

    .enqry-figure {
        width: 400px;
    }

    .new-width {
        width: 450px;
    }

    .client-sec .digital-trnfrmatin h2:after{
        width: 140px;
    }

    .client-card-top figure {
        width: 71px;
    }

    .client-card-top h4{
        font-size: 14px;
        line-height: 20px;
    }

    .client-card h6{
        font-size: 15px;
        line-height: 21px;
    }

    .client-card h5{
        font-size: 15px;
        line-height: 20px;
    }

    .client-card {
        padding: 30px 25px;
        margin-bottom: 35px;
    }   
    
    .contact-us {
        padding: 60px 0 80px;
    }

    .contact-card-info-about h4, .contact-card-info-about h5, .phone-mail{
        font-size: 15px;
    }

    .contact-form-wrapper {
        max-width: 485px;
    }
    
    .contact-form input {
        height: 55px;
        font-size: 15px;
    }

    .contact-form input[type="submit"]{
        width: 210px;
        font-size: 16px;
    }

    .submit-right {
        top: 21px;
        left: 145px;
        font-size: 15px;
    }

    .contact-map iframe {
        height: 360px;
    }

    .contact-card-info figure{
        height: 50px;
        width: 50px;
    }

    .career-section {
        padding: 60px 0 80px;
    }

    .career-opening::before{
        height: 147px;
        width: 147px;
    }

    .career-opening{
        height: 167px;
        width: 167px;
    }

    .career-opening h4{
        font-size: 17px;
    }

    .digital-trnfrmatin h2:after{
        width: 160px;
    }

    .career-wrapper{
        margin-bottom: 60px;
    }

    .career-option h3{
        font-size: 18px;
        margin-bottom: 10px;
    }

    .career-option h4 {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .career-option p {
        font-size: 16px;
    }

    .footer-chat {
        width: 75px;
    }





    .p-policy-cel li{
        font-size: 13px;
    }
    
}

@media only screen and (max-width: 1300px) {
    .contnr-new{
        max-width: initial;
        padding: 0 70px;
    }

    .overview-card{
        padding: 45px 57px;
    }

    .overview-card p {
        font-size: 14px;
    }

    .product-module:after {
        left: 50px;
    }

    .client-card-top{
        gap: 0;
    }

    .contact-form-wrapper {
        max-width: 470px;
    }

    .client-card-top h4 {
        font-size: 13px;
    }

    .client-card-top figure {
        width: 65px;
    }

    .client-card h6 {
        font-size: 14px;
    }

    .digital-trnfrmatin-list ul li {
        font-size: 14px;
    }  
    
    .overview-card h4 {
        font-size: 16px;
        line-height: 27px;
    }
}

@media only screen and (max-width: 991px) {
    .campus-banner {
        height: 600px;
        padding: 100px 0;
    }

    .campus-banner-about {
        width: 400px;
        margin: auto;
    }

    .banner-info{
        margin-bottom: 36px;
    }

    .banner-info span {
        font-size: 16px;
    }

    .banner-info h1 {
        font-size: 40px;
    }

    .banner-info h3 {
        font-size: 24px;
    }

    .about-section {
        padding: 40px 0 150px;
    }

    .about-us h2 {
        font-size: 40px;
        margin-bottom: 18px;
    }

    .about-us p {
        font-size: 15px;
        text-align: justify;
    }

    .about-us {
        margin-bottom: 28px;
    }

    .digital-trnfrmatin h2 {
        font-size: 37px;
        line-height: 55px;
        max-width: 670px;
    }

    .digital-trnfrmatin-list ul li {
        font-size: 13px;
    }

    .digital-trnfrmatin-list{
        padding: 40px;
    }

    .digital-trnfrmatin-list ul li{
        min-height: 46px;
    }

    .camps-jdugar-info:after{
        top: -180px;
        height: 245px;
    }

    .camps-jdugar-info:before {
        top: -100px;
        left: 235px;
        height: 200px;
        width: 200px;
    }

    .camps-jdugar-empower {
        margin-bottom: 50px;
    }

    .newcamps-jdugar{
        margin-bottom: 0;
    }

    .camps-jdugar-empower h3, .camps-jdugar-empower h4 {
        font-size: 28px;
    }

    .feedback-info h2 {
        font-size: 36px;
        margin-bottom: 16px;
    }

    .feedback-info p {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 23px;
    }

    /* .feedback-img {
        width: 360px;
        margin: auto;
    } */

    .user-wrapper {
        height: 580px;
    }

    .user-feedback {
        min-height: 630px;
    }

    .bannerSlide .owl-dots{
        bottom: -20px;
    }

    .user-feedback:after{
        display: none;
    }

    .feedbk-person:after {
        right: -100px;
        height: 80px;
        width: 80px;
        top: -8px;
    }

    .feedbk-person h5 {
        font-size: 15px;
    }

    .feedbk-person h6 {
        font-size: 14px;
    }

    .bannerSlide button.owl-dot {
        width: 14px;
        height: 14px;
    }

    .bannerSlide button.owl-dot.active {
        width: 30px;
        height: 9px;
    }

    .user-feedback:before {
        right: 2px;
        height: 140px;
        width: 130px;
    }

    .available-section h2 {
        font-size: 38px;
        margin-bottom: 18px;
    }

    .available-section p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .bttn {
        height: 42px;
        line-height: 42px;
        padding: 0 32px;
        font-size: 13px;
    }

    .available-section {
        padding: 50px 0 60px;
    }

    .availbl-figure {
        width: 420px;
        margin: 20px auto 0;
    }

    .overview-card {
        min-height: initial;
        margin-bottom: 20px;
    }

    .digital-ovrviw {
        padding: 0 0 50px;
    }

    .camps-wrapper h2 {
        font-size: 38px;
        margin-bottom: 8px;
    }

    .cj-image{
        width: 620px;
    }

    .camps-wrapper p {
        font-size: 14px;
        line-height: 28px;
    }

    .bttn-white {
        height: 42px;
        line-height: 42px;
        padding: 0 45px;
        font-size: 12px;
    }

    .bttn-white{
        margin-top: 15px;
    }

    .digital-campus:after {
        height: 120px;
        width: 130px;
    }

    .digital-campus:before {
        height: 140px;
        width: 150px;
    }

    .footer-info-list li a {
        font-size: 13px;
    }

    .footer-info-list {
        gap: 40px;
        margin-bottom: 23px;
    }

    .footer-info p {
        font-size: 13px;
    }

    .product-header p {
        font-size: 14px;
        line-height: 24px;
        max-width: 650px;
    }

    .product-header h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .product-module {
        height: 250px;
    }

    .product-module:after {
        left: 30px;
        bottom: -41px;
        height: 136px;
        width: 90px;
    }

    .availbl-module {
        padding: 40px 0 110px;
    }

    .ordr-cls{
        order: 2;
    }

    .cmpas-midl{
        position: initial;
    }

    .enquiry-wrapper {
        margin-bottom: 40px;
    }

    .enqry-figure {
        width: 300px;
        margin: auto;
    }

    .new-width{
        margin-bottom: -50px;
    }

    .contact-us {
        padding: 40px 0 50px;
    }

    .contact-form input {
        height: 46px;
        font-size: 14px;
    }

    .contact-form-wrapper {
        max-width: initial;
        margin-top: 40px;
    }

    .contact-form input[type="submit"] {
        width: 170px;
        font-size: 14px;
        margin-top: 30px;
    }

    .submit-right {
        top: 17px;
        left: 122px;
        font-size: 14px;
    }

    .contact-map {
        margin-top: 45px;
    }

    .contact-map iframe {
        height: 260px;
        border-radius: 25px;
    }

    .career-opening h4 {
        font-size: 13px;
    }

    .career-opening {
        height: 130px;
        width: 130px;
    }

    .career-opening::before {
        height: 110px;
        width: 110px;
    }

    .career-option h3 {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .career-option h4 {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .career-option p {
        font-size: 14px;
    }

    .career-option {
        padding: 20px 30px;
        margin-bottom: 15px;
    }

    .career-section {
        padding: 40px 0 50px;
    }

    .feedback-img{
        margin-bottom: 20px;
    }

}

@media only screen and (max-width: 767px) {


    .feedback-info p {
        line-height: 20px;
    }
    .user-feedback.user-feedback{
        height: auto;
        padding-bottom: 40px;
    }
    .slid-logo-gnex.slid-logo-gnex {
        width: 136px;
        float: none;
        margin: 0px auto 15px;
    }

    .slid-logo.slid-logo {
        width: 200px;
        margin: 0px auto 15px; }

    .feedback-info p {
        line-height: 22px;}

    .slid-logo-gnex {
        width: 125px;}

    .campus-banner {
        padding: 80px 0;
    }

    .banner-info span {
        font-size: 15px;
    }

    .banner-info h1 {
        font-size: 33px;
    }

    .banner-info h3 {
        font-size: 22px;
    }

    .banner-info p {
        font-size: 14px;
    }

    .banner-info {
        margin-bottom: 30px;
    }

    .campus-banner-about:after {
        top: 0px;
        left: 40px;
        height: 300px;
        width: 300px;
    }

    .campus-banner-about {
        width: 380px;
    }

    .campus-banner {
        height: 570px;
    }

    .about-us h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .about-us p {
        font-size: 13px;
        text-align: justify;
    }

    .about-us {
        margin-bottom: 20px;
    }
    
    .digital-trnfrmatin h2 {
        font-size: 29px;
        line-height: 40px;
        max-width: initial;
    }

    .digital-trnfrmatin-list ul li{
        font-size: 13px;
        width: 100%;
        min-height: initial;
    }

    .camps-jdugar-info:after {
        top: -120px;
        height: 135px;
    }

    .about-section {
        padding: 40px 0 125px;
    }

    .camps-jdugar-info:before {
        top: -81px;
        left: 145px;
        height: 160px;
        width: 160px;
    }

    .camps-jdugar-empower h3, .camps-jdugar-empower h4 {
        font-size: 25px;
    }

    .camps-jdugar-info {
        padding: 60px 0 35px;
    }

    .camps-jdugar-empower h4 {
        margin-bottom: 8px;
    }

    .camps-jdugar-empower-about h5 {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .camps-jdugar-empower-about ul li{
        padding-left: 30px;
    }

    .camps-jdugar-empower-about ul li:before {
        height: 23px;
        width: 23px;
    }

    .camps-jdugar-empower-about {
        margin-bottom: 20px;
    }

    .camps-jdugar-empower {
        max-width: initial;
        margin-bottom: 35px;
    }

    /* .feedback-img {
        width: 300px;
        margin-bottom: 30px;
    } */

    .user-wrapper{
        height: initial !important;
        padding: 50px 0;
    }

    /* .user-feedback {
        min-height: 580px;
    } */

    .bannerSlide .owl-dots {
        bottom: 0;
    }

    .available-section h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .available-section p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 25px;
    }

    .bttn {
        height: 38px;
        line-height: 38px;
        padding: 0 28px;
        font-size: 12px;
    }

    .availbl-figure {
        width: 370px;
        margin: 20px auto 0;
    }

    .feedback-info h2 {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .feedback-info p {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .digital-trnfrmatin h2:after {
        width: 120px;
    }

    .overview-card h4{
        margin-bottom: 5px;
    }

    .camps-wrapper h2 {
        font-size: 30px;
        margin-bottom: 8px;
    }

    .camps-wrapper p {
        font-size: 13px;
        line-height: 26px;
    }

    .bttn-white {
        height: 38px;
        line-height: 38px;
        padding: 0 40px;
        font-size: 11px;
    }

    .footer-chat {
        width: 55px;
        right: 80px;
    }

    .footer-list li a i {
        width: 35px;
        height: 35px;
        font-size: 14px;
        border-radius: 8px;
    }

    .footer-info-list li a {
        font-size: 12px;
    }

    .footer-info-list {
        gap: 30px;
        margin-bottom: 23px;
    }

    .overview-card {
        padding: 40px 56px;
    }

    body {
        position: relative;
    }

    button.nav_btn {
        display: block;
    }

    .header ul {
        display: none;
        background: #000000ba;
        position: absolute;
        top: 0;
        left: 0;
        transition: .5s all;
        z-index: 99;
        padding: 60px 30px 0;
        height: 235px;
        width: 100%;
    }

    .header ul li a{
        color: white;
        display: inline-block;
    }

    .header ul.open_nav {
        display: block;
    }

    .header ul.open_nav {
        right: 0;
    }

    .header-contact {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
    }

    .header ul li {
        margin-bottom: 10px;
    }

    .nav_btn{
        display: block;
        z-index: 99;
    }

    button.nav_btn {
        color: black;
        background: initial;
        border: none;
        font-size: 22px;
        position: relative;
        z-index: 99;
    }

    .nav_btn.active i{
        color: white;
    }

    .module-card{
        min-height: 120px;
    }

    .module-card h3{
        max-width: initial;
    }

    .availbl-module {
        padding: 50px 0 105px;
    }

    .product-header h2 {
        font-size: 30px;
        margin-bottom: 8px;
    }

    .product-header p {
        font-size: 12px;
        line-height: 22px;
    }

    .product-module:after {
        left: 9px;
        bottom: -23px;
        height: 90px;
        width: 77px;
    }

    .career-opening h4 {
        font-size: 10px;
        width: 60px;
    }

    .career-opening::before {
        height: 75px;
        width: 75px;
    }

    .career-opening {
        height: 90px;
        width: 90px;
    }

    .career-wrapper {
        margin-bottom: 25px;
    }

    .career-option p {
        font-size: 13px;
    }

    .career-option h3 {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .career-option h4 {
        font-size: 13px;
        margin-bottom: 2px;
    }
    

}

@media only screen and (max-width: 575px) {

    .header {
        padding: 5px 40px;
    }
    
    .contnr-new {
        padding: 0 30px;
    }

    .campus-banner{
        padding: 70px 0;
        height: 510px;
    }

    .banner-info span {
        font-size: 14px;
    }

    .banner-info h1 {
        font-size: 28px;
    }

    .banner-info h3 {
        font-size: 20px;
    }

    .banner-info p {
        font-size: 13px;
    }

    .campus-banner-about {
        width: 340px;
    }

    .campus-banner-about:after {
        top: 10px;
        height: 250px;
        width: 250px;
    }

    .about-section {
        padding: 30px 0 100px;
    }

    .about-us h2 {
        font-size: 26px;
        margin-bottom: 8px;
    }

    .digital-trnfrmatin h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .digital-trnfrmatin-list {
        padding: 30px;
    }

    .camps-jdugar-info:after {
        top: -95px;
        height: 115px;
    }

    .camps-jdugar-info:before {
        top: -70px;
        left: 85px;
        height: 130px;
        width: 130px;
    }

    .camps-jdugar-info {
        padding: 40px 0 30px;
    }

    .camps-jdugar-empower h3, .camps-jdugar-empower h4 {
        font-size: 23px;
        margin-bottom: 5px;
    }

    .available-section {
        padding: 40px 0 50px;
    }

    .availbl-figure {
        width: 300px;
    }

    .overview-card figure {
        width: 60px;
        margin-bottom: 5px;
    }

    .overview-card h4 {
        font-size: 15px;
        line-height: 25px;
    }

    .overview-card p {
        font-size: 13px;
    }

    .overview-card {
        padding: 23px 50px;
    }

    .digital-ovrviw {
        padding: 0 0 30px;
    }

    .digital-campus {
        padding: 55px 0;
    }

    .camps-wrapper h2 {
        font-size: 24px;
        margin-bottom: 4px;
    }

    .digital-campus {
        padding: 45px 30px;
    }

    .cj-image {
        width: initial;
        top: 27px;
    }

    .digital-campus:after {
        height: 80px;
        width: 80px;
    }

    .digital-campus:before {
        height: 90px;
        width: 90px;
        bottom: -11px;
    }

    .bttn-white {
        height: 34px;
        line-height: 34px;
        padding: 0 25px;
        font-size: 10px;
    }

    .demo-cls {
        top: 260px;
        height: 35px;
        line-height: 35px;
        padding: 0 25px;
        font-size: 13px;
        right: -84px;
    }

    .whats-app {
        top: 360px;
        height: 35px;
        width: 35px;
        line-height: 35px;
        right: -160px;
        border-radius: 12px;
        font-size: 19px;
    }

    .footer-chat {
        width: 44px;
        right: 20px;
    }

    .footer {
        padding: 25px 0;
    }

    .footer-info p {
        font-size: 11px;
    }

    .footer-list li a i {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .footer-info-list {
        margin-bottom: 15px;
        gap: 25px;
    }

    .module-card h3 {
        max-width: initial;
    }

    .product-header h2 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .availbl-module {
        padding: 45px 0 65px;
    }

    .enqry-figure {
        width: 210px;
    }

    .contact-us .tchnicl-ovrviw {
        margin-bottom: 25px;
    }

    .contact-us {
        padding: 30px 0 40px;
    }

    .contact-border {
        padding: 20px;
    }

    .contact-card-info figure {
        height: 40px;
        width: 40px;
    }

    .contact-card-info figure img{
        width: 22px;
    }

    .contact-card-info {
        gap: 20px;
        margin-bottom: 26px;
    }

    .contact-card-info-about h4, .contact-card-info-about h5, .phone-mail {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .contact-form-wrapper {
        margin-top: 30px;
    }

    .contact-form input {
        height: 40px;
        font-size: 13px;
        border-radius: 8px;
    }

    .contact-form input[type="submit"] {
        width: 150px;
        font-size: 13px;
        margin-top: 25px;
    }
    
    .submit-right {
        top: 15px;
        left: 107px;
        font-size: 12px;
    }

    .contact-map {
        margin-top: 32px;
    }

    .contact-map iframe {
        height: 210px;
        border-radius: 20px;
    }

    .p-policy-cel {
        margin-left: 15px;
    }

    .privcy-pag h5,.privcy-pag h6{
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
}

@media only screen and (max-width: 440px) {
    
    /* .feedback-img {
        width: 240px;
        margin-bottom: 20px;
    } */

    .privcy-pag.privcy-pag.privcy-pag.privcy-pag h3.sub-titl {
        line-height: 24px !important;
        font-size: 22px !important;
    }

    .feedback-info h2 {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .feedback-info p {
        font-size: 13px;
        line-height: 28px;
        margin-bottom: 18px;
    }

    .user-feedback:before {
        right: 2px;
        height: 86px;
        width: 75px;
    }

    .feedbk-person:after {
        right: -90px;
        height: 70px;
        width: 70px;
        top: -5px;
    }

    .user-feedback {
        min-height: 590px;
    }

    .user-wrapper {
        padding: 40px 0;
    }

    .camps-jdugar-info:after {
        top: -82px;
        height: 105px;
    }

    .camps-wrapper h2 {
        font-size: 21px;
    }

    .career-option {
        padding: 20px 24px;
        margin-bottom: 12px;
    }

    .career-section {
        padding: 30px 0 40px;
    }

    .career-section .tchnicl-ovrviw {
        margin-bottom: 30px;
    }

    .career-opening h4 {
        font-size: 9px;
        width: 48px;
    }

    .career-opening::before {
        height: 60px;
        width: 60px;
    }

    .career-opening {
        height: 72px;
        width: 72px;
    }

}




.slid-logo-gnex{
    width: 180px;
    float: none;
    margin: 0px auto;
}

.slid-logo{
    width: 260px;
    float: none;
    margin: 0px auto;
}