@charset "utf-8";
/*************** DEFAULT CSS ***************/
:root {
    --body-font: 'Lexend', sans-serif;
    --body-font-Size: 14px;
    --body-color: #404040;
    --primary-color: #49b99a;
    --secondary-color: #0175bb;
    --black: #000;
    --white: #fff;
    --font-roboto-slab: 'Roboto Slab', serif;
}
body{
    font-family: var(--body-font);
    font-size:var(--body-font-Size);
    font-style: normal;
    line-height: normal;
    font-weight:400;
    color: var(--body-color);
    text-decoration: none;
    margin:0px;
    -webkit-font-smoothing: antialiased;
    padding:0;
    
}


.btn1,.btn2,.btn3,.btn4 {
  background-color: rgb(1,117,187);
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.clr{
 color: white;
}
html{ scroll-behavior: smooth;}
* {
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: var(--black); /* Safari */
    color:var(--white);
        }
::-moz-selection {
    background: var(--black); /* Firefox */
    color:var(--white);
}
a {
    color:var(--primary-color);
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    }
    a:hover {
    color: var(--primary-color);
    }
p {
    margin:0 0 30px 0;
    clear:left;
    padding:0;
    line-height: 24px;;
    }
/******* Headings Style *******/
h1 {font-size: 43px;}
h2 {font-size: 35px;}
h3 {font-size: 20px;}
h4 {font-size: 17px;}
h5 {font-size: 15px;}
h6 {font-size: 13px;}
h1, h2, h3, h4, h5, h6 {
    margin:0 0 20px 0;
    padding:0;
    font-weight:normal;
    }   
hr {
    margin:40px  0 60px 0;
    height:1px;
    border:0;
    border-top:1px solid #c1c1c1;
    border-bottom:1px solid #c1c1c1;
    display: flex;
    width:100%;
    position:relative;
}
img{
    border:0;
}   
a img {
    border: 0;
    }


.table-hide {
    display: none;
}









a.logout-btn {
    background-color: #0175bb;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 20px;
    border: 1px solid#0175bb;
}
a.logout-btn:hover {
    color: #ffffff;
    background-color: #36c19a;
}
a.logout-btn i {
    margin-left: 3px;
}
.main-reg .contact-left {
    flex: 0 0 50%;
}
.main-reg .contact-left .contactstyle .coic i {
    margin-top: 14px;
}
.main-reg .contact-left .contactstyle p {
    font-size: 18px;
    padding: 15px 0;
    border-bottom: 1px solid #00000014;
    color: #000;
}
.main-reg .contact-left .contactstyle p span {
    font-weight: 600;
    width: 90px;
    display: inline-block;
}
.main-reg .contact-left .contactstyle {
    background-color: #ebebeb;
    padding: 30px 40px 35px 70px;
}
.main-reg .contact-right {
    flex: 0 0 47%;
}
.main-reg {
    align-items: center;
}
.main-reg .contact-right p {
    margin-bottom: 0;
}
.main-reg .contact-right p span a {
    margin-bottom: 0;
    padding: 15px 65px 15px 30px;
    font-size: 18px;
}
.reg-header{
    justify-content: center !important;
}
.reg-footer{
        padding: 0 !important;
}




/*****POPUP*****/
.sun-div {
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 0;
}
.angel-div {
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0
}
.sun-button {
    color: #ffffff;
    cursor: pointer;
    /* font-family: "Museo Sans W01 Rounded 500"; */
    /* font-weight: bold; */
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    border-left: 1px solid #0074bd;
    border-bottom: 1px solid #0074bd;
    padding: 13px;
    z-index: 101;
    background: #0074bd;
    font-size: 18px;
}
.sun-close {
    border-radius: 4px;
    bottom: -2px;
    height: 25px;
    position: absolute;
    right: -10px;
    text-align: center;
    width: 70px;
    z-index: 101;
    cursor: pointer;
    
    color: #e73e51;
        display:none;
}
#sun-pop {
    margin: 3% auto 0 -16%;
    left: 50%;
    position: fixed;
    width: 32%;

z-index: 99999999;

/* top: 1%; */

display: none;

    padding: 30px 30px 70px 30px;

background: #fff;

text-align: center;

line-height:11px;

/*border-radius: 5px;
    
    margin:0 auto;
      
    left:20%;   
    position:absolute;
    width:55%;
    z-index: 100;
    top: 1%;
    display: none;
    padding:26px 0 17px;
    background:#fff;
    text-align:center;*/
}
#sun-pop img{ width:100%;}
#sun-pop h2 {
    font-size: 30px;
    color: #000;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}


#angel-pop {


margin: 5% auto 0 -21%;
left: 50%;
position: absolute;
width: 41%;
z-index: 100;
/* top: 1%; */
display: none;
padding: 50px 50px;
background:#fff;
text-align: center;
line-height:11px;
    /*border-radius: 5px;
    
    margin:0 auto;
      
    left:20%;   
    position:absolute;
    width:55%;
    z-index: 100;
    top: 1%;
    display: none;
    padding:26px 0 17px;
    background:#fff;
    text-align:center;*/
}
#sun-pop h5 {
    color: #474747;
    font-size: 20px;
    margin-bottom: 24px;
    line-height: 24px;
}

/*****POPUP*****/





.verify-logo {
    border-bottom: 2px solid #0074bd;
    margin-bottom: 30px;
}

.verify-logo img {
    width: 60%;
    margin-bottom: 10px;
}
.apply-now-btn {
    top: unset;
    left: 50%;
    right: unset;
    margin-left: -61px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.verify-form-sec {
    padding-top: 30px !important;
}
.upload-item-box p {
    line-height: 20px;
    margin-bottom: 11px;
}










/*************** PRELOADER ***************/
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:var(--white); /* change if the mask should have another color then white */
    z-index:999999; /* makes sure it stays on top */
}
#status {
    width:100%;
    height:100%;
    position:absolute;
    left:0; /* centers the loading animation horizontally one the screen */
    top:0; /* centers the loading animation vertically one the screen */
    background-image:url(../images/edappal-nursing-college-logo.svg); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    background-size: 280px;
    margin:0; /* is width and height divided by two */
}

/*************** COLUMS AND ROWS ***************/
main{ position:relative;    }
.row-flex{ width: 100%; display: block; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.justify-content-center { justify-content: center; }
.space-between{ justify-content: space-between; }
.justify-content-flex-end{ justify-content: flex-end }
.row{width:100%;display:block;margin:0 0 30px 0;padding:0;}
.clearfix{width:100%;height:100px;margin:0;padding:0;display:block;}
.container{ width:1280px;margin:0 auto;}
.fullwidth{ width:100%;display:block;}
.col-flex-wrp{ display: flex; justify-content: space-between;}
.two-col{flex:0 0 48%; }
.three-col{ flex:0 0 31%;}
.four-col{flex:0 0 22%;}
section {width: 100%; display: block;position: relative;}
aside { flex:0 0 25%; margin: 0; padding: 0;}
summary { flex:0 0 70%; margin: 0; padding: 0;}
.list{padding: 0px;margin: 0 0 25px;display: flex;width: 100%;flex-direction: column;}
.list li {
    list-style: none;
    background-image: url(../images/list.png);
    background-position: top 4px left;
    background-repeat: no-repeat;
    color: #3a4455;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 27px;
    font-size: 16px;
    background-size: 20px;
    margin-bottom: 20px;
}
.list li a{ color: #3a4455; }
.button-style a{display: inline-block;position: relative;background-color: var(--primary-color);padding: 15px 55px 15px 22px;border-radius: 50px;color: var(--white);font-size: 14px;margin-bottom: 10px;}
.button-style a:after{content: "\f178";font-family: 'Font Awesome 6 Free';font-weight: 900;right: 8px;position: absolute;top: 50%;margin-top: -14px;line-height: 28px;width: 28px;height: 28px;background-color: var(--primary-color);border-radius: 50px;text-align: center;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;transform: rotate(1deg);}
.button-style a:hover{background-color: var(--secondary-color);color: var(--white);}
.button-style a:hover:after{ background-color: var(--primary-color); transform: rotate(328deg); }
.text-center{ text-align: center !important;}
.text-white{color: var(--white) !important;}
.m-t-40{ margin-top: 40px;}
.normal-weight{font-weight: 400!important;}
.m-b-20{margin-bottom: 20px !important;}
.text-18{font-size: 18px !important}
.gap-1{ gap:1% }
.gap-2{ gap:2% }
.gap-3{ gap:3% }
.gap-4{ gap:4% }

/*************** HOME PAGE CSS ***************/
header{background-color: var(--white);top: -200px;}
.header-wrap{display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;z-index: 2;}
.logo{background-color: var(--white);padding: 20px;border-radius: 100%;line-height: 0;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}
.logo img{width: 126px;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;    transition: all 300ms ease-in-out;}
.head-right{display: flex;flex-direction: column;align-items: flex-end;margin-top: 20px;}
.top-head{display: flex;align-items: center;gap: 6px;margin-bottom: 8px;}
.social{display: flex;gap: 6px;}
.social a{width: 40px;height: 40px;background-color: #3b5999;display: flex;align-content: center;align-items: center;justify-content: center;
border-radius: 50px;font-size: 18px;color: var(--white);}
.social .fb{background-color: #3b5999;}
.social .insta{background-color: #e3246d;}
.social .whtsp{background-color: #49b99a;}
.call{position: relative;display: flex;gap: 14px;}
.call i{width: 40px;height: 40px;background-color: var(--secondary-color);border-radius: 50px;display: flex;justify-content: center;
align-items: center;color: var(--white);}
.call-inn{line-height: 20px;}
.call-inn span{font-size: 12px;color: #7c7c7c;display: block;}
.call-inn a{color: var(--body-color);}
.exp-img{ position: absolute;right: 20px;bottom: 20px;z-index: 1;}
.inrto{padding: 80px 0px;}
.intro-wrap{display: flex;justify-content: space-between;flex-wrap: wrap;padding-top: 60px;width: 100%;}
.intro-col{flex: 0 0 48%;}
.heading{font-size: 54px;font-weight: 700;color: var(--black);line-height: 60px; margin-bottom: 50px;}
.network{border-left: 3px solid var(--primary-color);padding-left: 30px;margin-bottom: 50px;}
.network h3{font-size: 34px;font-weight: 500;color: var(--secondary-color);}
.ntwrk-logos-wrap{display: flex;flex-wrap: wrap;justify-content: space-between;}
.ntwrk-logos-wrap a{flex: 0 0 24%;height: 230px;display: flex;align-items: center;justify-content: unset;position: relative; overflow: hidden; }
/*.ntwrk-logos-wrap a:after{ position: absolute; content: ''; width: 100%; height: 100%; left: 0px; top: 0px; background-image: url(../images/bg1.png);
background-repeat: no-repeat; background-position: center; z-index: -1; -webkit-animation:spin 15s linear infinite; -moz-animation:spin 15s linear infinite;animation:spin 15s linear infinite;}*/
.ntwrk-logos-wrap a img{max-width: 100%;}
.course-wrap{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;background-color: var(--white);border-radius: 20px;
position: relative;z-index: 1;}
.cors-img{flex: 0 0 48%;text-align: center;line-height: 0; position: relative;overflow: hidden;}
.cors-img::after{position: absolute; content: ''; width: 397px; height: 395px; left: 50%; top:20px; background-image: url(../images/bg2.png);
background-position: center; background-repeat: no-repeat; -webkit-animation:spin 15s linear infinite; -moz-animation:spin 15s linear infinite;
animation:spin 15s linear infinite; z-index: 0; margin-left: -198.5px;}
.cors-img img{max-width: 100%; position: relative; z-index: 1;}
.cors-cnt{flex: 0 0 48%;}
.cors-cnt h3{font-size: 36px;color: var(--black);}
.cors-cnt .heading{ margin-bottom: 20px;}
.department{background-image: url(../images/bg3.jpg);background-attachment: fixed;background-position: center;background-repeat: no-repeat;
padding: 120px 0px 60px;margin-top: -60px;z-index: 0; }
.depart-wrap{display: flex;flex-wrap: wrap; margin-left: 10%;}
.dprt-box{text-align: center;flex: 0 0 16.666666666666%;padding: 20px 10px;border-right: 2px solid var(--secondary-color);}
.dprt-box:last-child{border-right: none;}
.dprt-box h5{display: flex;justify-content: center;margin-bottom: 20px;}
.dprt-box h5 span{line-height: 0;width: 84px;height: 84px;border-radius: 100%;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;display: flex;justify-content: center;align-items: center;}
.dprt-box h5 span img{-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}
.dprt-box h5 span img{width: 84px;height: 84px;}
.dprt-box h2{font-size: 16px;color: var(--white);margin-bottom: 0px;}
.dprt-box:hover h5 span{ background-color: var(--primary-color);}
.dprt-box:hover h5 span img{width: 50px;height: 50px;}
.why-choose{ padding: 80px 0px 140px;
background: rgb(1,117,187); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(1,117,187,1) 0%, rgba(34,148,172,1) 48%, rgba(72,184,154,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(1,117,187,1) 0%,rgba(34,148,172,1) 48%,rgba(72,184,154,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(1,117,187,1) 0%,rgba(34,148,172,1) 48%,rgba(72,184,154,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0175bb', endColorstr='#48b89a',GradientType=1 ); /* IE6-9 */
}
.why-choose-wrap{display: flex;flex-wrap: wrap;gap: 3%;}
.why-chs-box{flex: 0 0 31.333333333333%;display: flex;gap: 10px;margin-bottom: 25px;}
.why-chs-box span img{width: 95px;height: 95px;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;    transition: all 300ms ease-in-out;}
.why-cnt h3{font-size: 20px;color: var(--white);font-weight: 500;margin-bottom: 10px;}
.why-cnt p{color: var(--white);margin-bottom: 0px;}
.why-chs-box:hover span img{background-color: var(--secondary-color); border-radius: 100%; padding: 20px;}
.facilities{padding: 0 0px 40px;}
.faci-wrap{background-color: var(--white);margin-top: -70px;position: relative;z-index: 1;padding-top: 80px;border-radius: 20px;overflow: hidden;}
.facility-box h3{font-size: 16px;color: var(--black);margin-bottom: 0px;padding: 20px 0px; -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;    transition: all 300ms ease-in-out;}
.facility-box:hover h3{ color:var(--secondary-color)}
.testi-box{display: flex;justify-content: center;align-items: center;}
.testi-img{position: relative;border-radius: 20px;overflow: hidden;line-height: 0;}
.testi-cnt{flex: 0 0 65%;margin-left: -60px;padding: 30px 0 30px 100px;border-radius: 20px;text-align: center;
background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 15px, transparent 15px) 0% 0%/20px 20px no-repeat,
radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 15px, transparent 15px) 100% 0%/20px 20px no-repeat,
radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 15px, transparent 15px) 0% 100%/20px 20px no-repeat,
radial-gradient(circle at 0 0, #ffffff 0, #ffffff 15px, transparent 15px) 100% 100%/20px 20px no-repeat,
linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 40px) no-repeat,
linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 40px) calc(100% - 10px) no-repeat,
linear-gradient(268deg, transparent 56%, #48b89b 100%);}
.facility-box, .news-ev-box{position: relative;}
.facility-box:after, .news-ev-box:after{position: absolute; content: ''; width: 0px; height: 2px; left: 0px; bottom: 0px; background-color: var(--primary-color);
-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;   transition: all 300ms ease-in-out;}
.facility-box:hover:after, .news-ev-box:hover:after{width: 100%;} 
.testi-cnt p{font-family: var(--font-roboto-slab);color: var(--black);font-size: 15px;}
.testi-cnt h4{font-size: 18px;font-weight: 700;color: var(--primary-color);margin-bottom: 8px;}
.testi-cnt h5{margin-bottom: 0;font-size: 14px;}
.facilities .heading, .testimonial .heading, .news-events .heading{ margin-bottom: 30px;}
.news-events{ padding: 80px 0px 0;}
.news-events:after{position: absolute; content: ''; width: 100%; height: 70px; left: 0px; bottom: -1px;z-index: -1;
background: rgb(1,117,187); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(1,117,187,1) 0%, rgba(34,148,172,1) 48%, rgba(72,184,154,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(1,117,187,1) 0%,rgba(34,148,172,1) 48%,rgba(72,184,154,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(1,117,187,1) 0%,rgba(34,148,172,1) 48%,rgba(72,184,154,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0175bb', endColorstr='#48b89a',GradientType=1 ); /* IE6-9 */}
.news-cnt{padding: 40px 0px;}
.news-cnt h3{font-size: 20px;font-weight: 500;color: var(--black);margin-bottom: 12px;}
.news-cnt p{color: var(--black);margin-bottom: 0;}
.ns-date{color: #717171;font-size: 14px;margin-bottom: 12px;}
.news-radius{background-color: var(--white); border-radius: 20px;padding-bottom: 40px;}
footer{ display: block; padding: 80px 0px 0;
background: rgb(1,117,187); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(1,117,187,1) 0%, rgba(34,148,172,1) 48%, rgba(72,184,154,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(1,117,187,1) 0%,rgba(34,148,172,1) 48%,rgba(72,184,154,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(1,117,187,1) 0%,rgba(34,148,172,1) 48%,rgba(72,184,154,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0175bb', endColorstr='#48b89a',GradientType=1 ); /* IE6-9 */}
.ftr-wrap{display: flex;justify-content: space-between; gap: 2%;}
.ftr-col{flex: 0 0 18%;}
.ftr-head{position: relative;font-size: 18px;font-weight: 600;color: var(--white);padding-bottom: 18px;}
.ftr-head:after{position: absolute;content: '';left: 0px;bottom: 0px;width: 40px;height: 1px;background-color: var(--white);}
.ftr-list{padding: 0px;margin: 0 0 25px;}
.ftr-list li{list-style: none;margin-bottom: 4px;}
.ftr-list li a{color: var(--white);font-size: 12px;}
.ftr-list li a:hover{color:var(--black); padding-left: 4px;}
.copyright{border-top: 1px solid #ffffff59;margin-top: 40px;}
.copy-wrap{display: flex;align-items: center;padding: 20px 0px;justify-content: space-between;}
.ftr-logo img{width: 70px;}
.copy-wrap h5, .copy-wrap h6, .copy-wrap h6 a{color: var(--white);font-size: 14px;margin-bottom: 0px;}
.copy-wrap h6 a:hover{ color:var(--black)}
.online-app-btn{
background: rgb(72,184,154); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(72,184,154,1) 0%, rgba(33,147,172,1) 51%, rgba(1,117,187,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(72,184,154,1) 0%,rgba(33,147,172,1) 51%,rgba(1,117,187,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(72,184,154,1) 0%,rgba(33,147,172,1) 51%,rgba(1,117,187,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48b89a', endColorstr='#0175bb',GradientType=0 ); /* IE6-9 */
writing-mode: vertical-lr;position: fixed;right: 0px;top: 50%;z-index: 2;padding: 20px 16px;color: var(--white);font-weight: 700;font-size: 18px;
border-radius: 0px 20px 20px 0px; transform: rotate(180deg); margin-top: -120.5px;}
.online-app-btn i{margin-bottom: 8px;font-size: 24px;transform: rotate(180deg);}
.online-app-btn:hover{background: var(--secondary-color); color:var(--white)}
.modal-body p{margin-bottom: 0px; font-size: 20px;font-weight: 700;margin-top: -17px;}

/*************** INNER PAGE CSS ***************/
.pad{padding: 80px 0px;}
label {
    display: block;
    margin-bottom: 8px;
    min-height: 37px;
}
.online-appli-wrap form{display: flex;flex-wrap: wrap;gap: 2%;align-items: flex-start; flex: 0 0 100%;}
.online-appli-wrap form .form-group{flex: 0 0 32%;}
.online-appli-wrap form .form-group-two{flex: 0 0 49%;}
.online-appli-wrap form .form-group-full{flex: 0 0 100%;}
.online-appli-wrap textarea{ height: 100px !important;}
.mant-red{ color: #e30d0d;}
.title{ font-size: 28px; font-weight: 700; color: var(--black);}
.subheading{font-size: 30px; font-weight: 700; color: var(--secondary-color); margin-bottom: 30px;}
.why-abt-wrp{display: flex;flex-wrap: wrap;gap: 3%;}
.why-abt-box{flex: 0 0 31.3333333333%;background-color: var(--primary-color);padding: 30px;margin-bottom: 30px;border-radius: 20px;}
.why-abt-box h3{color: var(--white);font-weight: 700;margin-bottom: 10px;display: flex;align-items: center;gap: 10px;}
.why-abt-box p{color: var(--white);}
.why-abt-box p:last-child{margin-bottom: 0px;}
.why-abt-box h3 span img{ width: 50px;}
.upload-file-inp {margin-bottom: 15px;}
.upload-file-inp i{ margin-right: 5px;}
.stdnt-lif-wrp{display: flex;gap: 2%;flex-wrap: wrap;}
.stdnt-lif-box{flex: 0 0 32%;box-shadow: 0 1px 12px #00000029;border-radius: 20px;margin-bottom: 40px;}
.std-cnt{padding: 35px;}
.std-cnt h4{font-size: 18px;font-weight: 700;margin-bottom: 10px;color: var(--secondary-color);}
.std-cnt p{margin-bottom: 0px;}
.prince-mesg-wrap{display: flex;flex-wrap: wrap;gap: 6%;}
.prnc-img{flex: 0 0 30%;text-align: center;}
.prnc-img img{width: 100%;}
.prnc-img h4{font-weight: 700;color: var(--secondary-color);font-size: 20px;margin-top: 18px;margin-bottom: 10px;}
.prnc-img h5{font-size: 16px;font-weight: 700;line-height: 24px;}
.prnc-img h5 span{font-weight: 300;display: block;font-size: 14px;}
.prnc-cnt{flex: 0 0 64%;}
.prnc-img-inn{position: sticky !important;top: 106px;}
.news-wrap{display: flex;flex-wrap: wrap;gap: 3%;}
.news-wrap .news-ev-box{flex: 0 0 31.33333333333%;margin-bottom: 35px;}
.news-wrap .news-ev-box .news-cnt { padding: 30px 0px;}
.news-dtl-wrap{display: flex;flex-wrap: wrap;gap: 4%;}
.news-dtl-img{flex: 0 0 30%;}
.news-dtl-img .hover-effect{position: sticky;top: 105px;}
.news-dtl-cnt{flex: 0 0 60%;}
.news-dtl-cnt h3{font-size: 30px;font-weight: 700;color: var(--secondary-color);}
.testi-inn-wrap{display: flex;flex-wrap: wrap;gap: 3%;}
.testi-inn-wrap .testi-box{flex: 0 0 48.5%;margin-bottom: 40px;}
.testi-inn-wrap .testi-box .testi-cnt {flex: 0 0 88%;}
.testi-img img{width: 100%;}
.contactstyle{width:100%;display: inline-block;padding: 30px 20px 37px 70px;background-color: var(--primary-color);color:var(--white);font-weight:normal;position:relative;margin:0 0 12px 0;border-radius: 15px;-moz-border-radius: 15px;-webkit-border-radius: 15px;-ms-border-radius: 15px;}
.contactstyle a{ color: var(--white);}
.contactstyle a:hover{ color: var(--secondary-color); }
.coic{position:absolute;left: 0;top: 28px;width: 40px;height:50px;background-color: var(--secondary-color);text-align:center;line-height:50px;font-size:20px;color: var(--white);border-radius: 0  15px 15px 0;-moz-border-radius: 0  15px 15px 0;-webkit-border-radius: 0  15px 15px 0;-ms-border-radius: 0  15px 15px 0;}
.contactstyle h4{font-size: 18px;margin-bottom: 10px;font-weight: 500;}
.contactstyle p{margin-bottom: 0px;font-size: 15px;line-height: 24px;}
.contact-left{flex: 0 0 30%;}
.contact-right{flex: 0 0 67%;}
.map{ display: flex; width: 100%; margin-top: 30px;  }
.contact-right .heading{ font-size: 28px; line-height: 34px; margin-bottom: 25px; font-weight: 900; }
.gap3{ gap:3%; }
.contact-right .form-group{flex: 0 0 48.5%;}
.career-wrap{ margin-top: 30px; display: flex; flex-wrap: wrap;  gap: 2%; }
.career-box-inn{ flex: 0 0 32%; padding: 30px; margin-bottom: 30px; border-radius: 20px;-moz-border-radius: 20px; 
-webkit-border-radius: 20px; -ms-border-radius: 20px; box-shadow: 0 1px 5px #00000038; -moz-box-shadow: 0 1px 5px #00000038;
-webkit-box-shadow: 0 1px 5px #00000038; -ms-box-shadow: 0 1px 5px #00000038; -webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;
transition:all 300ms ease-in-out; }
.career-box-inn h4{font-size: 20px;margin-bottom: 10px;font-weight: 900;color: var(--secondary-color);}
.career-box-inn ul{margin: 0 0 20px;padding: 0px;display: flex;flex-wrap: wrap;}
.career-box-inn ul li{list-style: none;flex: 0 0 50%;border-bottom: 1px solid #e9e9e9;padding-bottom: 4px;margin-bottom: 4px;}
.career-box-inn ul li.car-high{font-weight: 500;color: var(--secondary-color3);text-align: right;}
.career-box-inn:hover{box-shadow: 0 4px 18px #00000026; -moz-box-shadow: 0 4px 18px #00000026;
-webkit-box-shadow: 0 4px 18px #00000026; -ms-box-shadow: 0 4px 18px #00000026;}
.label-style {position: absolute;top: -11px;left: 16px;font-size: 15px;background-color: #fff;padding: 0 5px;color: var(--secondary-color);}
.form-group{ position: relative; }
.career-form-wrap form{display: flex;flex-wrap: wrap;justify-content: space-between;/* flex: 0 0 70%; */padding: 50px;border-radius: 20px;box-shadow: 0px 5px 28px #00000030;}
.career-form-wrap form .form-group{flex: 0 0 32%;}
.career-form-wrap form .form-group-full{ flex: 0 0 100%; }
.label-style span{ color: var(--secondary-color2); }
.contact-right form{display: flex;gap: 3%;flex-wrap: wrap;}
.contact-right .form-group-full{flex:0 0 100%}
.online-appli-wrap{display: flex;flex-wrap: wrap; gap: 2%;}
.admsn-qr{flex: 0 0 0%;}
.admsn-qr-inn{position: sticky;top: 106px;border: 1px solid #e2e2e2;border-radius: 20px;}
.admsn-qr-inn img{width: 100%;border-radius: 20px;}
.whtsapp-link{position:fixed;right: 10px;bottom: 20px;z-index:11;}
.whtsapp-link h5{float:left;width: 145px;position:absolute;right:-11px;opacity:0;color:#6d6d6d;font-size: 15px;font-weight:500;margin:10px 0 0 0;background-color:#e8e8e8;padding: 12px 10px;border-radius:5px;line-height:18px;z-index:0;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
.whatsapp-icon{width:56px;height:56px;background:#2db742;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;box-shadow:0px 6px 8px 2px rgba(0,0,0,0.14);-webkit-box-shadow:0px 6px 8px 2px rgba(0,0,0,0.14);-moz-box-shadow:0px 6px 8px 2px rgba(0,0,0,0.14);text-align:center;line-height:78px;float:right;margin-left:0;z-index:1;position:relative;}
.whatsapp-icon img{width:32px;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
.whtsapp-link:hover h5{right:52px;opacity:1}
.whtsapp-link:hover .whatsapp-icon img{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}
.vision-sec p {
    background-color: #0074bd;
    color: #fff;
    padding: 30px;
    font-size: 19px;
    line-height: 33px;
    font-weight: 600;
    border-radius: 20px;
    margin-bottom: 0;
    transition: all .3s ease;
}

.vision-sec p:hover {
    background-color: #2ea9f7;
}


.align-items-center{
    align-items: center;
}
.justify-content-center{
    justify-content: center;
}
.login-form {
    flex: 0 0 49% !important;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.14);
    padding: 50px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.login-form:last-child {
    margin-right: 0;
}
.network.login-head {
    margin-bottom: 25px;
    text-align: center;
    border-left: 0;
    width: 100%;
    padding-left: 0;
    line-height: 0;
}



table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #b5b5b5;
  text-align: left;
  padding: 12px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
th {
  text-align: center !important;
}
th.rotate-rl {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
}

th.rotate-frst {
    width: 80px;
}
td.rotate-rl {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    text-align: center;
}
.rotate-table td{
    border: 1px solid #767676;
}
.rotate-table th {
    border: 1px solid #767676;
}
.rotate-table tr:nth-child(even) {
    background-color: #ffffff;
}


.ntwrk-logos-wrap a p {
    margin-bottom: 0;
    color: #000;
}

.ntwrk-logos-wrap a img {
    margin-bottom: 5px;
}


.ntwrk-logos-wrap a {
    flex-direction: column;
}


.ntwrk-logos-wrap a span {
    margin-bottom: 0;
    color: #000;
}

.msg-ms h1 {
    text-align: center;
    font-weight: 600;
    color: #000;
    margin-bottom: 7px;
}

.msg-ms h6 {
    text-align: center;
    margin-bottom: 30px;
}

.msg-ms p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 17px;
    text-align: justify;
}

.msg-ms p:last-child {display: inline-block;border-bottom: 1px solid#000;padding-bottom: 1px;}
.health-nursing-wrap .stdnt-lif-box {
    flex: 0 0 24%;
}

.health-nursing-wrap {
    gap: 1.3%;
}

.news-scroll {
    width: 100%;
    float: left;
    background-color: #00c59e;
    color: #fff;
    height: 60px;
    margin: 10px 0;
    z-index: 1;
    position: relative;
}

.news-head{
    width:25%;
    height: 60px;
    line-height: 63px;
    float:left;
    background-color: #0175bb;
    font-size:20px;
    font-weight:700;
    color: #ffffff;
    padding: 0 45px 0 45px;
    background-image: url(../images/horn-icon.png);
    background-repeat: no-repeat;
    background-position: 25px center;
}   
.ticker-wrap{
    width:75%;
    float:left;
    padding: 0px 25px;
    line-height: 60px;
}



/*********file chosen style**************/
.upload-file-inp{
    position: relative;
    /* display: flex; */
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
}
.upload-file-inp input{
   /* display: none;*/
   /* position: absolute; */
   bottom: 10px;
   left: 10px;
}
.upload-file-inp label {
    border: 0;
    display: block;
    padding: 0;
    color: #333;
    cursor: pointer;
    /* background-color: #f1f1f1; */
    border-radius: 6px;
    /* border: 1px solid #ccc; */
    margin-bottom: 5px;
    min-height: inherit;
}
.upload-file-inp a{ background: var(--primary-color);
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 5px;
    font-size: 12px;}

/********* TABLE STYLE ***************/
.responsive-table{overflow-x: auto;}
table{width: 100%; margin: 0 0 25px;border-collapse: collapse;border-spacing: 0;}
.table-style td, .table-style th {border: 1px solid #ddd;padding: 8px; }
.table-style tr:nth-child(even){background-color: #f2f2f2;}
.table-style th {padding-top: 12px;padding-bottom: 12px;text-align: left;font-weight: 700;}
.table-style .fieldset, .table-style  select, .table-style  select.fieldset{ margin-bottom: 0px !important;}
.table-style .tb-head{background-color: var(--secondary-color); color: var(--white);}
.table-style .fieldset{height: 35px;}

/********* INNER BANNER ***************/
.banner-inn-wrap{display: flex;margin-top: -30px;}
.banner{display: flex;z-index: 0;width: 100%;height: 250px;align-items: center;background-image: url(../images/banner.jpg);background-position: center;background-repeat: no-repeat;position: relative;background-size: cover;justify-content: center;border-radius: 20px;}
.banner-caption h2{color: var(--white);font-size: 38px;margin-bottom: 6px;font-weight: 700;}
.banner-caption h4 span{color: var(--white);font-size: 12px;}
.banner-caption h4 a{color: var(--white);font-size: 12px;}
.banner-caption h4 {padding: 0px 0px;display: inline-flex;margin-bottom: 0px;align-items: center;}
.banner-caption{position: relative;z-index: 1;margin-bottom: 0;text-align: center;}
.banner-caption h4 span.b-sep{font-size: 0;width: 20px;height: 20px;margin: 0 5px;display: inline-block;background-size: 22px;
background: url(../images/icons/next-arrow.png) no-repeat 0 0;background-size: 20px;}
.reg-banner .banner {
    height: 175px !important;     justify-content: space-between;     padding: 0px 20px;
}
.reg-banner .banner .button-style a{     background-color: #d74141;}
.reg-banner .banner .button-style a:after{ content: "\f023"; background-color: #fff; color: #d74141;}
.reg-banner .banner .button-style a:hover {
    background-color: #b50b0b;
}



.radio {
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    background-color: #f1f1f1;
    padding: 7px 15px;
    border-radius: 5px;
    font-weight:500;
    height: 50px;
    font-size: 12px;
}
.radio input {
    margin-bottom: 8px;
}







/********* FIXED HEADER ***************/
header.smaller{position: fixed; left: 0px; top: 0px; width: 100%; z-index: 10; -webkit-transition: all 600ms ease-in-out;
-moz-transition: all 600ms ease-in-out;transition: all 600ms ease-in-out;top: 0; box-shadow: 0px 1px 25px #00000029;
 background-color: var(--white); }
header.smaller .top-head{display: none;}
header.smaller .logo {padding: 8px;}
header.smaller .logo img {width: 80px;}
/**********animation**************/
.rotation-animation{  -webkit-animation:spin 15s linear infinite; -moz-animation:spin 15s linear infinite;animation:spin 15s linear infinite; }
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

/*********file chosen style**************/
/* input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 0;
    display: inline-block;
    padding: 15px 20px !important;
    color:#fff;
    cursor: pointer;
    background-color: var(--secondary-color);
    width: 100%;
    border-radius: 5px;
} */

/**********forms**************/
form{margin:0;padding:0;}
*:focus {outline: none;}
.fieldset, select, select.fieldset{width:100%;height: 50px;padding: 8px 15px;background-color: var(--white);display:block;border: 1px solid #c1c1c1;
margin:0 0 30px 0;color: #262626;font-size: 14px;border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-webkit-border-radius: 5px;}
textarea.fieldset, textarea{ height: 140px; }
.sendbutton{width:auto;height:auto;border:0;outline:0;margin:0 5px 0 0;color:#fff;font-size: 18px;cursor:pointer;
vertical-align:top;padding: 14px 25px 16px;text-align:center;background-color: var(--secondary-color);text-transform:uppercase;
border-radius: 50px;}
select, select.fieldset{color: #8d8d8d}
.sendbutton:hover{background-color:var(--primary-color);color:#fff;}
::-webkit-input-placeholder {color: #8d8d8d !important;}
:-moz-placeholder {color: #8d8d8d !important;}
::-moz-placeholder { color: #8d8d8d !important;}
:-ms-input-placeholder { color: #8d8d8d !important;}
.contact-form {
    display: flex;
    gap: 3%;
    flex-wrap: wrap;
}
/************************************* 1280px *************************************/
@media only screen and (max-width: 1280px) {
.container{ width:95%;}
}

/************************************* 1180px *************************************/
@media only screen and (max-width: 1180px) {
.ntwrk-logos-wrap a:after{background-size: 100%;}
}

/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.container{ width:90%;}
.contact-right { flex: 0 0 65%;}
.news-head {
    padding: 0 30px 0 30px;
    text-align: center;
    font-size: 17px;
}
}

/************************************* 980px *************************************/
@media only screen and (max-width: 980px) {
.logo img {width: 115px;}
.intro-wrap{flex-direction: column;}
.ntwrk-logos-wrap a:after { background-size: inherit;}
.intro-col{ margin-bottom: 25px;}
.dprt-box { padding: 10px;}
.dprt-box h2 {font-size: 13px;}
.contact-right {flex: 0 0 57%;}
.contact-left {flex: 0 0 40%;}
.online-appli-wrap form .form-group {flex: 0 0 49%;}
.online-appli-wrap form .form-group-full {flex: 0 0 100%;}
.admsn-qr {flex: 0 0 30%;}
.online-appli-wrap form {flex: 0 0 68%;}
}

/************************************* 800px *************************************/
@media only screen and (max-width: 800px) {
.why-abt-box {flex: 0 0 48.5%;}
.stdnt-lif-box {flex: 0 0 49%;}
.testi-inn-wrap{flex-direction: column;}
.testi-inn-wrap .testi-box { margin-bottom: 40px; border-bottom: 1px solid #e2e2e2; padding-bottom: 20px;}
.career-form-wrap form .form-group { flex: 0 0 49%;}
.career-form-wrap form .form-group-full{flex:0 0 100%}
.health-nursing-wrap .stdnt-lif-box {
    flex: 0 0 49%;
}
.health-nursing-wrap {
    gap: 2%;
}
}

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

.login-form {
    flex: 0 0 80% !important;
}

.col-flex-wrp, .copy-wrap{ flex-direction: column; text-align: center; }
.two-col, .three-col, .four-col, aside, summary{ flex:0 0 100%; margin:0 0 25px 0; }
.heading {font-size: 38px;line-height: 50px;margin-bottom: 30px;}
.dprt-box { flex: 0 0 33.33333333%; border: 2px solid var(--secondary-color) !important; margin: -1px -1px 0 0 ;padding: 20px 10px;}
.depart-wrap {justify-content: center;}
.why-chs-box { flex: 0 0 48.5%;}
.testi-cnt {flex: 0 0 89%;}
.copy-wrap h5{margin: 8px 0px;}
.ftr-wrap { flex-wrap: wrap;}
.ftr-col { flex: 0 0 49%;}
.social a, .call i{ width: 30px; height: 30px; font-size: 13px;}
.top-head { align-items: flex-start;}
.logo {padding: 12px;}
.logo img {width: 100px;}
.slider-wrap, .banner-inn-wrap { margin-top: 0;}
.banner-caption h2 { font-size: 28px;}
.banner { height: 160px;}
.online-appli-wrap form .form-group { flex: 0 0 49%;}
.online-appli-wrap form .form-group-full{flex: 0 0 100%;}
.std-cnt {padding: 15px;}
.news-wrap .news-ev-box {flex: 0 0 48.5%;}
.news-dtl-wrap{flex-direction: column;flex-wrap: nowrap}
.row-flex{flex-direction: column;}
.news-dtl-img, .contact-left{margin-bottom: 30px;}
.news-dtl-cnt h3 {font-size: 22px;}
.online-appli-wrap form .form-group { flex: 0 0 100%;}
.online-appli-wrap form .fieldset, select, select.fieldset { margin: 0 0 15px 0;}
.news-head {
    padding: 0 25px 0 25px;
    text-align: center;
    font-size: 15px;
}
}

/************************************* 575px *************************************/
@media only screen and (max-width: 575px) {
body{overflow-x: hidden !important;}
.social{position: absolute; right: 54px;bottom: 18px;}
.call { align-items: center;}
.head-right { margin-top: 12px;}
.logo { padding: 8px 8px 8px 0;}
.inrto {padding: 40px 0px;}
.heading { font-size: 30px;line-height: 42px;margin-bottom: 20px;}
.ntwrk-logos-wrap a:after{background-size: 100%;}
.cors-cnt h3 { font-size: 25px;}
.course-wrap { flex-direction: column-reverse;}
.department { padding: 100px 0px 60px;}
.why-choose {padding: 40px 0px 100px;}
.faci-wrap { padding-top: 50px;}
.why-choose-wrap, .why-abt-wrp, .contact-right form{flex-direction: column;}
.facilities { padding: 0 0px 40px;}
header.smaller .head-right {margin-top: 23px;}
.cors-img::after{ background-size: cover; width: 280px; height: 280px; margin-left: -140px;}
header.smaller .logo {padding: 8px 8px 8px 0;}
.testi-box, .stdnt-lif-wrp, .prince-mesg-wrap, .news-wrap, .career-form-wrap form, .online-appli-wrap{flex-direction: column;}
.prince-mesg-wrap, .news-wrap{flex-wrap: nowrap}
.testi-cnt { background: transparent; padding: 20px 0 0;margin-left:0px}
.news-radius { padding-bottom: 10px;}
#status{background-size: 200px;}
.online-appli-wrap form .form-group{flex: 0 0 100%;}
.fieldset, select, select.fieldset { margin: 0 0 15px 0;}
.pad { padding: 40px 0px;}
.subheading {font-size: 24px;}
.prnc-img { margin-bottom: 35px; border-bottom: 1px solid #e2e2e2; padding-bottom: 25px;}
.contact-right .form-group { margin-bottom: 12px}
.career-form-wrap form .form-group{ margin-bottom: 10px;}
.career-form-wrap form{padding: 20px;}
.admsn-qr{margin-bottom: 30px;}
.news-head {
    padding: 0 15px 0 15px;
    text-align: center;
    font-size: 12px;
}
.reg-banner .banner {
  flex-direction: column;
    justify-content: center;}
.reg-banner .banner  .banner-caption h2{ margin-bottom: 20px; font-size: 22px;}


    
}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
.exp-img img{ width: 110px;}
.ntwrk-logos-wrap a img {max-width: 100%;}
.ntwrk-logos-wrap a { height: 214px;}
.inrto { padding: 40px 0px 20px;}
.dprt-box { flex: 0 0 50%;}
.call-inn a{font-size: 12px;}
.call{gap:6px;}
.heading { font-size: 26px;line-height: 32px;}
.ntwrk-logos-wrap { justify-content: center;gap: 3%;}
.ntwrk-logos-wrap a { flex: 0 0 100%;}
.ntwrk-logos-wrap a { height: 100%; margin-bottom: 15px;}
.network h3 {font-size: 26px;}
.health-nursing-wrap .stdnt-lif-box {
    flex: 0 0 100%;
}
.news-head {
    padding: 0 3px 0 3px;
    text-align: center;
    font-size: 11px ;
}
.intro-wrap {
    padding-top: 0px;
}
}

/************************************* 370px *************************************/
@media only screen and (max-width: 370px) {
.call-inn a:last-child{display: none;}
.banner-caption h2 {font-size: 22px;}
.news-head {
    width: 35%;
    }
    .ticker-wrap {
    width: 65%;
}
}

/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {

}
