* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
.modal
{
    display:none;
}
ul {
    list-style: none;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

li {
    font-family: 'Roboto', sans-serif;
}

body {}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    margin-top: 0px;
    font-family: 'Roboto', sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;
    color: #222222;
    font-size: 16px;
    line-height: 34px;
}

a:hover {
    text-decoration: none !important;
}


/*============== top-header =================*/

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 91;
}

.top-Header nav ul li a {
    color: #fff !important;
    font-size: 14px;
    padding: 10px 10px !important;
}

a.navbar-brand img {
    width: 100px;
}

.top-Header nav ul.navbar-nav li a:hover {
    color: #ffffff !important;
    background: #d5302a;
    border-radius: 6px;
}

.top-Header nav ul.navbar-nav li.active a {
    color: #ffffff !important;
    background: #d5302a;
    border-radius: 6px;
}

a.navbar-brand {
    margin-top: 12px;
}

.top-Header.darkHeader a.navbar-brand {
    margin-top: 4px;
}
.top-Header.darkHeader nav.navbar.navbar-expand-lg.navbar-light {
    height: 56px;
}
/*============== banner =================*/

.banner-img img {
    width: 100%;
}

.banner-text h1 {
    font-size: 40px;
    color: #fff;
    line-height: 60px;
    margin-bottom: 10px !important;
    font-weight: 800;
}
.banner-text1 h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}
.banner-text1 h4 {
    font-size: 20px;
}
.banner-text h1:before {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    border-radius: 100px;
    left: -70px;
    top: 20px;
    border: 2px solid #da261c;
}

.banner-text h1:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 100px;
    left: -100px;
    top: -34px;
    border: 8px solid #da261c;
}

.banner-text p {
    font-size: 16px;
    color: #222222;
    line-height: 40px;
    margin-bottom: 30px;
}

.banner1 {
    /*background: url(../images/header-bac.png), #f8f5ff;*/
    background-repeat: no-repeat;
    padding: 70px 0 70px !important;
    background-size: 67%;
    background-position: top right;
}
.banner-text1 {
    padding-top: 12%;
}

.banner-text a {
    background: #155ddb;
    color: #fff;
    height: 50px;
    width: 120px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    border-radius: 6px;
}

.banner-text a:hover {
    color: #ffffff !important;
    background: #da261c;
}

.banner-text {
    margin-top: 0%;
    position: relative;
}

.banner-text h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0px;
}
.banner-text h6
{
    color: #fff;
    margin: 0 !important;
}
button.btn.btn-theme.font-13 {
    background: #165ddb;
    color: #fff;
}
.row.align_banner {
    align-items: center;
}
/*============== our-vision =================*/

.common-img img {
    width: 100%;
}

.common-text h1 {
    font-size: 40px;
    color: #222222;
    line-height: 60px;
    margin-bottom: 34px;
    font-weight: 800;
}

.common-text h1:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 100px;
    top: -92px;
    border: 8px solid #da261c;
}

.vision-text p {
    font-size: 16px;
    color: #222222;
    line-height: 40px;
    margin-bottom: 30px;
}

.vision,
.Mission,
.Culture,
.offering,
.Course,
.price-cource,
.payment,
.Process-sec {
    padding: 14% 0 8%;
    position: relative;
}

.common-text ul li p {
    color: #222222;
    font-size: 16px;
    margin-bottom: 10px;
}

.common-text a {
    background: #155ddb;
    color: #fff;
    height: 50px;
    width: 120px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    border-radius: 6px;
    margin-top: 20px;
}

.common-text a:hover {
    color: #ffffff !important;
    background: #da261c;
}

.common-text {
    margin-top: 0px;
    position: relative;
    padding-left: 30px;
}

.title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.title h1 {
    font-size: 52px;
    font-weight: 800;
    color: #222222;
    margin-bottom: 50px;
    padding-bottom: 14px;
}

.title h1:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 400px;
    background: #222;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.tick-right {
    margin-right: 10px;
    margin-top: 6px;
}

.common-text ul li {
    display: flex;
}


/*============== our-Mission =================*/

.Mission {
    background: #f5f5f5;
}


/*============== BSc (Hons) Agriculture Course =================*/

section#Agriculture_Course{
    padding: 10% 0 0%;
}
section#Agriculture_Course .common-text img {
    width: 100%;
    margin-bottom:30px;
}
/*============== about us =================*/

section#aboutus {
    padding: 12% 0 6%;
    background: #ebfdff;
}

.common-text h2 {
    font-size: 18px;
    line-height: 30px;
}

section#aboutus .common-img:before {
    width: 540px;
    height: 500px;
    background: #ffe0df;
    content: "";
    z-index: -11;
    right: -7%;
    position: absolute;
    top: 8%;
}

section#aboutus .common-img {
    position: relative;
    z-index: 22;
}


/*============== offering =================*/

.offering {
    position: relative;
    background: #f5f5f5;
}

.iconbox.icon-green .box-icon {
    background: #96ca4a;
}

.iconbox.icon-blue .box-header .box-icon {
    background: #62ade0;
}

.iconbox.icon-cyan .box-header .box-icon {
    background: #5de2d7;
}

.iconbox.icon-green .box-header .box-icon {
    background: #96ca4a;
}

.title-section .title {
    font-size: 36px;
    line-height: 36px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

.title-section .title:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100px;
    border: 2px solid #da261c;
    top: -71%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.title-section .title:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 100px;
    left: -100px;
    top: -34px;
    border: 8px solid #da261c;
    top: -182%;
    left: 47%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.title-section .title .sub-title {
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    text-align: center;
}

.title-section {
    margin-bottom: 62px;
    text-align: center;
}

.iconbox.icon-cyan .box-icon {
    background-color: #5de2d7;
}

.iconbox .box-header .box-icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 50%;
    background-color: #f1594f;
    margin-bottom: 21px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.iconbox .box-header .box-icon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 29%;
}

.iconbox.style-title .box-header .box-title {
    text-transform: none;
    margin-bottom: 10px;
}

.iconbox .box-header .box-title a {
    position: relative;
    color: #22272b;
    font-size: 18px;
    font-weight: 800;
}

.box-content p {
    color: #6f787f;
    font-size: 16px;
    line-height: 26px;
}

.offering .iconbox {
    text-align: center;
    background: #fff;
    padding: 32px 16px;
    webkit-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.08);
    height: 370px;
    margin-bottom: 30px;
}


/*============== course =================*/

.iconbox.bg-style {
    position: relative;
    background-color: #ffbf43;
    padding: 30px 13px 28px;
    z-index: 2;
    margin-bottom: 40px;
    height: 180px;
}

.iconbox.bg-style::before {
    position: absolute;
    left: 10px;
    top: 10px;
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #ffbf43;
    z-index: -1;
}

.iconbox.bg-style .box-header .box-icon {
    border-radius: 0;
    background-color: transparent;
    width: 40px;
    height: 40px;
    margin-bottom: 9px;
}

.iconbox .box-header .box-icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 50%;
    background-color: #f1594f;
    margin-bottom: 21px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.iconbox.bg-style .box-header .box-title {
    line-height: 24px;
}

.iconbox .box-header .box-title {
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.iconbox.bg-style .box-header .box-title a {
    color: #FFF;
}

.iconbox.bg-blue {
    background-color: #62ade0;
}

.iconbox.bg-blue::before {
    border: 2px solid #62ade0!important;
}

.iconbox.bg-cyan {
    background-color: #5de2d7;
}

.iconbox.bg-cyan::before {
    border: 2px solid #5de2d7!important;
}

.iconbox.bg-red {
    background-color: #f1594f;
}

.iconbox.bg-red::before {
    border: 2px solid #f1594f!important;
}

.iconbox.bg-green {
    background-color: #96ca4a;
}

.iconbox.bg-green::before {
    border: 2px solid #96ca4a!important;
}

.iconbox.bg-violet {
    background-color: #ef79e7;
}

.iconbox.bg-violet::before {
    border: 2px solid #ef79e7!important;
}

.wrap-box.pdleft {
    padding-left: 30px;
    padding-top: 44px;
}

h2.title-about-us {
    font-size: 28px;
    color: #222222;
    margin-bottom: 24px;
    font-weight: 800;
    line-height: 40px;
}

.box-header {
    text-align: center;
}

.wrap-box.pdleft a {
    background: #155ddb;
    color: #fff;
    height: 50px;
    width: 120px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    border-radius: 6px;
    margin-top: 20px;
}

.wrap-box.pdleft a:hover {
    color: #ffffff !important;
    background: #da261c;
}


/*============== popular course =================*/

h3.entry-title {
    margin-top: 14px;
    line-height: 26px;
    height: 110px;
    margin-bottom: 0px;
}

.item.manage.tech.life:hover {
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.15);
}

h3.entry-title {
    color: #222;
    font-size: 20px;
}

.read-button a {
    border: 1px solid #222;
    color: #222;
    height: 50px;
    width: 120px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    border-radius: 6px;
    margin-top: 20px;
}

.course-button .apply-button a {
    border: 1px solid #222;
    color: #222;
    height: 50px;
    width: 120px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    border-radius: 6px;
    margin-top: 20px;
}

.course-button {
    display: flex;
    justify-content: space-between;
}

.entry-author span {
    font-size: 16px;
    font-weight: 700;
    color: #155ddb;
}

.entry-author span a {
    font-size: 16px;
    font-weight: 700;
    color: #155ddb;
}

.entry-author {
    border-top: 1px solid #e5e5e5;
    padding-top: 23px;
}

.price-cource {
    position: relative;
    background-color: #fff;
}

.entry-post p {
    line-height: 28px;
}

.button-style.center {
    text-align: center;
    margin-top: 60px;
}

a.flat-btn.pdwith57 {
    background: #155ddb;
    color: #fff;
    height: 50px;
    width: 120px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    border-radius: 6px;
}

a.flat-btn.pdwith57:hover {
    color: #ffffff !important;
    background: #da261c;
}

.featured-post img {
    width: 100%;
}

article.entry {
    background-color: #f5f5f5;
    margin-bottom: 30px;
    box-shadow: 0px 1px 2px 0px #ddd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 24px;
}

article.entry:hover {
    box-shadow: -2px 12px 25px 7px #ddd;
    background: #d5302a;
}

article.entry:hover .entry-post .entry-author span a {
    color: #fff;
}

article.entry:hover .entry-post .entry-author span {
    color: #fff;
}

article.entry:hover h3.entry-title {
    color: #fff;
}


/*============== program =================*/

section.program {
    padding: 8% 0% 8%;
    position: relative;
}

.common-text h4 {
    font-size: 28px;
    color: #222222;
    margin-bottom: 24px;
    font-weight: 800;
    line-height: 40px;
}

section.program .common-img:before {
    width: 540px;
    height: 420px;
    background: #ffe0df;
    content: "";
    left: -7%;
    z-index: -11;
    right: 0;
    position: absolute;
    top: 15%;
}

.common-img {
    position: relative;
    z-index: 22;
}


/*============== RADIOGRAPHY =================*/

section.RADIOGRAPHY .common-img:before {
    width: 540px;
    height: 420px;
    background: #ffe0df;
    content: "";
    z-index: -11;
    right: -7%;
    position: absolute;
    top: 15%;
}

section.RADIOGRAPHY {
    padding: 8% 0% 8%;
    position: relative;
    background: #f5f5f5;
}

.common-text.right-space {
    padding-left: 0;
    padding-right: 30px;
}


/*============== MEDICAL =================*/

section.Medical {
    padding: 8% 0% 8%;
    position: relative;
}

section.Medical .common-img:before {
    width: 540px;
    height: 420px;
    background: #ffe0df;
    content: "";
    left: -7%;
    z-index: -11;
    right: 0;
    position: absolute;
    top: 15%;
}

section.Medical .mobile-no {
    display: block;
}


/*============== payment =================*/

.paymeny-img img {
    width: 100%;
}

section.payment {
    position: relative;
    background: #f5f5f5;
}

.payment h3 {
    font-size: 24px;
    color: #222;
    margin-bottom: 24px;
    background: #f1594f;
    width: 100%;
    padding: 12px 20px;
    color: #fff;
}

.sub-title {
    font-size: 16px;
    color: #222222;
    line-height: 32px;
    padding: 0 90px;
}

p.admission-semester {
    margin-top: 23px;
    padding-left: 12px;
}

p.mote-payment {
    background: #f9e5e3;
    width: 100%;
    padding: 18px 20px;
    line-height: 30px;
}

section.payment h6 {
    padding-left: 12px;
    font-size: 16px;
    color: #222;
    font-weight: 800;
}

p.jurisdiction-content {
    padding-left: 12px;
}


/*============== process Sec =================*/

section.Process-sec {
    background: #ffffff;
    padding-bottom: 0;
}

.Process-Heading {
    margin-bottom: 70px;
    text-align: center;
}

.Process-Heading img {
    margin-bottom: 20px;
}

.Processtext-sec {
    padding: 26px;
    background: #f5f5f5;
    height: 74px;
    line-height: 74px;
    width: 100%;
}

.Process-inner {
    display: flex;
    align-items: center;
    background: #fff;
}

.Process-inner-text {
    background: #ebfdff;
    text-align: left;
    height: 808px;
}

.Process-inner-text ul {
    list-style: decimal;
    padding: 24px 20px 24px 42px;
}

.Process-inner-text ul li {
    margin-bottom: 10px;
}

.Processtext-name h6 {
    font-size: 18px;
    font-weight: 800;
    color: #333;
    margin: 0px;
}

.Processtext-name p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

.Process-inner.mission-2 {
    background: #000;
}

.Processimages-sec {
    background: #da261c;
    width: 74px;
    height: 74px;
    line-height: 74px;
    text-align: center;
}

.form-sec {
    background: #fff;
    padding: 62px;
    width: 100%;
    margin: 72px auto 90px;
    box-shadow: -2px 12px 25px 7px #ddd;
}

.form-sec h6 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}

.form-sec form .form-group .form-control {
    background: none !important;
    border: 1px solid #dcdcdc;
    height: 50px;
}

.form-sec button.btn-banner {
    margin: 14px 0 0 0;
}

.form-sec h3 {
    font-size: 30px;
    color: #222;
    font-weight: 800;
    margin-bottom: 30px;
}

.form-sec form button {
    background: #155ddb;
    color: #fff;
    height: 50px;
    width: 120px;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    border-radius: 6px;
    margin-top: 12px;
}

.form-sec form button:hover {
    color: #ffffff !important;
    background: #da261c;
    border: 0;
}

.maplocation iframe {
    width: 100%;
}


/*============== Theatre-tec=================*/

section.Theatre-tec {
    padding: 8% 0;
    background: #f5f5f5;
}

section.Theatre-tec .common-img:before {
    width: 540px;
    height: 420px;
    background: #ffe0df;
    content: "";
    z-index: -11;
    right: -7%;
    position: absolute;
    top: 15%;
}


/*============== location-process=================*/

.location-process {
    padding: 8% 0;
}

.location-process {
    padding: 14% 0 8%;
}


/*============== admissionopen-open=================*/

.admissionopen-inner .admissionopen-inner-img img {
    width: 100%;
}

section#admission-open {
    padding: 12% 0px 0;
}

.admissionopen-text ul li {
    list-style: decimal;
}

.admissionopen-text {
    background: #ebfdff;
    padding: 20px 42px;
}

.admissionopen-text ul li {
    list-style: decimal;
    margin-bottom: 18px;
}

.admissionopen-text h4 {
    font-size: 28px;
    color: #222222;
    font-weight: 800;
    line-height: 40px;
    margin: 20px 0 20px;
}

.admissionopen-text ul {
    padding-left: 16px;
}


/*============== section.Hons-course=================*/

section.Hons-course {
    padding: 0% 0% 8%;
}


/*============== read more-button=================*/

.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state:checked~.read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state~.read-more-trigger:before {
    content: 'Show more';
}

.read-more-state:checked~.read-more-trigger:before {
    content: 'Show less';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #fff;
    font-size: 16px;
    border: 1px solid #d5302a;
    border-radius: 0;
    background: #d5302a;
    padding: 8px 14px;
    border-radius: 6px;
}


/*============== FOOTER=================*/

section.footer {
    background: #222;
    padding: 5% 0;
}

.single-address .media {
    display: block;
    text-align: center;
}

.media .media-left i {
    color: #fff;
    font-size: 34px;
}

.media-body p {
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.single-address .media .media-left {
    margin-right: 28px;
    border: 1px solid #fff;
    width: 70px;
    height: 70px;
    line-height: 80px;
    text-align: center;
    margin: 0 auto 27px;
}

.single-address .media a {
    color: #fff;
    font-size: 16px;
}

.single-address {
    padding: 0px 0;
    border: 1px solid #fff;
    height: 242px;
    padding: 36px;
}

.copyright-area .contact-social ul li {
    display: inline-block;
    margin-right: 20px;
    margin-top: 62px;
}

.copyright-area .contact-social ul li i {
    color: #fff;
    font-size: 40px;
}

.copyright-text p {
    color: #fff;
    font-size: 16px;
}

.copyright-text p a {
    color: #fff;
}

.copyright-area .contact-social ul li:last-child {
    margin-right: 0;
}

.media-body p i {
    background: #3ec735;
    margin-right: 0px;
    font-size: 26px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.single-address .media .media-body {
    line-height: 32px;
}

.top-Header.darkHeader nav ul li a {
    color: #000 !important;
}

.top-Header.darkHeader {
    position: fixed;
    background: #fff;
    width: 100%;
}

.top-Header nav ul li a {
    color: #fff !important;
}

.top-Header.darkHeader nav a img {
    width: 56px !important;
}

.top-Header nav ul .dropdown-menu.show {
    padding: 0;
}
.top-Header nav ul .dropdown-menu.show a {
    color: #000 !important;
}
.top-Header nav ul .dropdown-menu.show a:hover {
    color: #fff !important;
}

ul.nav.nav-tabs li a.active {
    background: #d5302a;
    color: #fff;
}
ul.nav.nav-tabs li a {
    color: #222;
    padding: 14px 14px;
    margin-bottom: 10px;
    display: inline-block;
}
.gallery.tabs .nav-tabs {
    border-bottom: 1px solid #d5302a;
    margin-bottom: 10px;
    width: 100%;
}
.gallery.tabs .tab-content img {
    width: 100%;
}
section.gallery-sec {
    padding: 14% 0 2%;
}





.commom-table table tr td {
    padding: 0 14px;
}

.table-top-content-head h2 {
    text-align: center;
    border: 1px solid #000;
    padding: 8px 0px;
    margin: 0;
}

.table-top-content-head h6 {
    padding: 8px 0;
    text-align: center;
    border: 1px solid #000;
    margin-top: -1px;
}

.table-top-content-middle {
    border: 1px solid #000;
}

.table-top-content-middle ul {
    padding: 14px 14px;
}

.table-top-content-middle {
    border: 1px solid #000;
    margin-top: 50px;
}

.commom-table table {
    margin-top: -1px;
    width: 100%;
}

.table-footer-heading h6 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.table-footer-bottom ul li {
    display: inline-block;
    width: 48%;
    margin-bottom: 6px;
}

.table-footer-bottom ul li a {
    color: #007bff;
}

.commom-table {
    padding: 10% 0 1%;
}

.top-Header nav ul .dropdown-menu.show a:active {
    color: #fff !important;
    background: #d5302a;
}
.top-Header nav ul .dropdown-menu.show a.dropdown-item.active {
    color: #fff !important;
    background-color: #d5302a!important;
}





/************** cource *********************/

.All-cource-text h4 {
   text-align: center;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 24px;
    background: #d5302a;
    color: #fff;
    padding: 24px 44px;
    line-height: 42px;
}
.cource-in-out {
    padding: 24px 24px;
    background: #dadada;
}
.cource-in-out ul h6 {
    color: #d5302a;
    font-size: 18px;
    margin-bottom: 20px;
}

.cource-in-out ul li {
    color: #d5302a;
    font-size: 14px;
    margin-bottom: 10px;
    list-style: decimal;
    margin-left: 16px;
}
.cource-in-out ul {
    background: #fff;
    padding: 24px 24px;
    min-height: 522px;
    margin-bottom: 28px;
}

.cource-in-out ul h5 {
    color: #d5302a;
    font-size: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid #d5302a;
    padding-bottom: 20px;
}
section.All-cource-sec {
    padding: 5% 0 5%;
}



/*******************blink-text***************************/

.full-page-pro {
   position: fixed;
    color: #fff;
    background: #d5302a;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 10px 20px;
    z-index: 999;
}
	.blink{
	}
.blink span{
		font-size: 25px;
		font-family: cursive;
		color: white;
		animation: blink 1s linear infinite;
	}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}

.footer-form .heading-look {
   font-size: 20px;
    background: #382372;
    color: #fff;
    text-align: center;
    display: block;
    padding: 4px 0;
    cursor: pointer;
}
.footer-form {
    display:none;
    position: fixed;
    right: 15px;
    bottom: 0;
    z-index: 1000;
    width: 250px;
}
div#mini_contact_form {
    padding: 20px;
    background: #ffff;
}
div#mini_contact_form form.mt-md-4.mt-2 {
    margin-top: 2px !important;
}
div#mini_contact_form button.btn-theme {
    background: #d5302a !important;
}
.down-procepectus {
    position: fixed;
    right: 10px;
    top: 50%;
}
/************** Responsive Start  *********************/

@media (max-width:1200px) {
    .banner {
        background-size: 70%;
        padding: 160px 0 110px !important;
    }
    .banner-text h1 {
        font-size: 34px;
        line-height: 46px;
        margin-bottom: 20px;
    }
    .banner-text {
        margin-top: 0%;
    }
    .vision,
    .Mission,
    .Culture,
    .offering,
    .Course,
    .price-cource,
    .payment,
    .Process-sec {
        padding: 18% 0 8%;
        position: relative;
    }
    .offering .iconbox {
        height: 400px;
    }
    .iconbox.bg-style {
        height: 180px;
    }
    section.Course .iconbox.bg-style .box-header .box-title a {
        color: #FFF;
        font-size: 14px;
    }
    .offering .iconbox .box-header .box-title {
        line-height: 30px;
    }
    .offering .iconbox .box-header .box-title {
        height: 60px;
    }
    .title-section .title {
        margin-bottom: 8px;
    }
    .wrap-box.pdleft {
        padding-left: 10px;
        padding-top: 20px;
    }
    .featured-post img {
        width: 100%;
    }
    .read-button a {
        font-size: 15px;
        height: 42px;
        width: 100px;
        line-height: 40px;
    }
    .course-button .apply-button a {
        font-size: 15px;
        height: 42px;
        width: 100px;
        line-height: 40px;
    }
    .button-style.center {
        margin-top: 20px;
    }
    .common-text {
        margin-top: 0%;
        padding-left: 0px;
    }
    section.program .common-img:before {
        width: 448px;
        height: 366px;
        z-index: -11;
        top: 11%;
    }
    section.RADIOGRAPHY .common-img:before {
        width: 448px;
        height: 366px;
        top: 11%;
    }
    section.Medical .common-img:before {
        width: 448px;
        height: 366px;
        top: 11%;
    }
    section.Theatre-tec .common-img:before {
        width: 450px;
        height: 366px;
        top: 11%;
    }
    .payment h3 {
        font-size: 24px;
        color: #222;
        padding-left: 17px;
        margin-bottom: 24px;
        background: #f1594f;
        width: 100%;
        padding: 12px 20px;
        color: #fff;
    }
    .single-address {
        height: 270px;
    }
    .Process-inner-text {
        height: 1024px;
    }
    h3.entry-title {
        height: 140px;
    }
    section#aboutus .common-img:before {
        width: 453px;
        height: 420px;
    }
    section#aboutus {
        padding: 20% 0 8%;
    }
    .banner {
    background-size: 77%;
}
ul.nav.nav-tabs li a {
    font-size: 14px;
}
a.navbar-brand img {
    width: 78px;
}
.top-Header nav ul li a {
    padding: 10px 6px !important;
    font-size: 12px;
}

}

@media (max-width:991px) {
    .top-Header nav.navbar button.navbar-toggler {
        background: #fff !important;
    }
    .top-Header div#navbarSupportedContent ul li.nav-item.active a {
        color: #FFF !important;
        BACKGROUND: #c13430;
    }
    .top-Header div#navbarSupportedContent ul li.nav-item.active a {
        color: #FFF !important;
        BACKGROUND: #c13430;
        border-radius: 0px;
    }
    .top-Header div#navbarSupportedContent ul li.nav-item a {
        color: #0f122a !important;
    }
    .top-Header div#navbarSupportedContent ul li.nav-item {
        background: #ffffff;
    }
    .top-Header nav.navbar.navbar-expand-lg.navbar-light {
       padding: 10px 0;
    }
    .banner-text {
        margin-top: 0%;
        margin-bottom: 0%;
    }
    .common-text.right-space {
        padding-left: 0;
        padding-right: 0px;
        margin-top: 0;
        margin-bottom: 10%;
    }
    .offering .iconbox {
        height: 340px;
    }
    .vision,
    .Mission,
    .Culture,
    .offering,
    .Course,
    .price-cource,
    .payment,
    .Process-sec {
        padding: 22% 0 10%;
    }
    section.program {
        padding: 12% 0% 12%;
    }
    section.program .common-img:before {
        width: 700px;
        height: 554px;
        top: 10%;
    }
    section.RADIOGRAPHY .common-img:before {
        width: 700px;
        height: 554px;
        top: 10%;
    }
    section.Medical .common-img:before {
        width: 700px;
        height: 554px;
        top: 10%;
    }
    section.Theatre-tec .common-img:before {
        width: 700px;
        height: 554px;
        top: 10%;
    }
    .common-text {
        margin-top: 8%;
        padding-left: 0px;
    }
    section.RADIOGRAPHY {
        padding: 12% 0% 12%;
    }
    section.RADIOGRAPHY .common-img {
        margin-bottom: 0%;
    }
    .form-sec {
        margin: 72px auto 0px;
    }
    .single-address {
        height: auto;
        margin-bottom: 23px;
    }
    section.footer {
        padding: 10% 0;
    }
    section.Medical {
        padding: 12% 0% 12%;
    }
    .iconbox .box-header .box-title a {
        font-size: 20px;
    }
    .Process-inner-text {
        height: auto;
    }
    h3.entry-title {
        margin-top: 30px;
        height: auto;
        margin-bottom: 30px;
    }
    section#aboutus .common-img:before {
        width: 700px;
        height: 634px;
    }
    section#aboutus {
        padding: 24% 0 20%;
    }
    .top-Header.darkHeader nav.navbar.navbar-expand-lg.navbar-light {
    height: 80px;
}
.top-Header nav ul.navbar-nav {
    background: #fff;
}
.gallery.tabs .nav-tabs li a {
    width: 100%;
    text-align: center;
}
.gallery.tabs .nav-tabs li {
    width: 50%;
}
.top-Header nav ul li a {
    padding: 10px 18px !important;
}
}

@media (max-width:767px) {
    section.offering .iconbox .box-content {
        padding: 0 60px;
    }
    .offering .iconbox .box-header .box-title {
        height: 30px;
    }
    .title-section .title {
        font-size: 30px;
    }
    .sub-title {
        padding: 0 30px;
    }
    section.program .common-img:before {
        width: 513px;
        height: 414px;
        top: 10%;
    }
    section.RADIOGRAPHY .common-img:before {
        width: 513px;
        height: 414px;
        top: 10%;
    }
    section.Medical .common-img:before {
        width: 513px;
        height: 414px;
        top: 10%;
    }
    section.Theatre-tec .common-img:before {
        width: 513px;
        height: 414px;
        top: 10%;
    }
    .payment h3 {
        font-size: 18px;
    }
    section.Theatre-tec {
        padding: 12% 0 16%;
    }
    .location-process {
        padding: 26% 0 12%;
    }
    section.RADIOGRAPHY {
        padding: 12% 0% 18%;
    }
    section#aboutus .common-img:before {
        width: 512px;
        height: 474px;
    }
    .cource-in-out ul {
    min-height: auto;
}
.banner1 {
    padding: 50px 0 50px !important;
}
a.navbar-brand {
    margin-top: 0px;
}
.banner-text1 {
    padding-top: 0%;
}
.banner-text1 h1 {
    font-size: 24px;
    margin-bottom: 14px;
}
}

@media (max-width:639px) {
    section.RADIOGRAPHY .common-img:before,
    section.Medical .common-img:before,
    section.Medical .common-img:before,
    section.Theatre-tec .common-img:before,
    section.program .common-img:before,
    section#aboutus .common-img:before {
        display: none;
    }
    .admissionopen-text h4 {
        font-size: 22px;
        line-height: 34px;
    }
}

@media (max-width:480px) {
   
    .form-sec {
        padding: 24px;
    }
    .title-section .title:before {
        width: 12px;
        height: 12px;
        top: -50%;
    }
    .common-text h4 {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 34px;
    }
    .iconbox.bg-style .box-header .box-title {
        line-height: 50px;
    }
    .title-section .title:after {
        width: 24px;
        height: 24px;
        left: 47%;
        border: 4px solid #da261c;
        top: -135%;
    }
    .vision,
    .Mission,
    .Culture,
    .offering,
    .Course,
    .price-cource,
    .payment,
    .Process-sec {
        padding: 31% 0 14%;
    }
    section.offering .iconbox .box-content {
        padding: 0 16px;
    }
    .title-section .title {
        font-size: 24px;
    }
    .banner-text h1 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 14px;
    }
    .top-Header nav.navbar.navbar-expand-lg.navbar-light a.navbar-brand {
        width: 50%;
    }
    .top-Header nav.navbar.navbar-expand-lg.navbar-light a.navbar-brand {
        width: 60%;
            margin-right: 64px;
    }
    .top-Header nav.navbar.navbar-expand-lg.navbar-light a.navbar-brand img {
        width: 44%;
    }
    section.Course .iconbox.bg-style .box-header .box-title a {
        font-size: 18px;
    }
    h2.title-about-us {
        font-size: 22px;
        color: #222222;
        margin-bottom: 16px;
        font-weight: 800;
        line-height: 34px;
    }
    .common-text h4 {
        font-size: 22px;
        margin-bottom: 12px;
        line-height: 34px;
    }
    .copyright-area .contact-social ul li {
        margin-right: 10px;
    }
    section.program,
    section.RADIOGRAPHY,
    section.Medical {
        padding: 18% 0% 18%;
    }
    .title-section {
        margin-bottom: 34px;
    }
    .banner-text h4 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
        padding-top: 10px;
    }
    .admissionopen-text {
        padding: 20px 18px;
    }
    .All-cource-text h4 {
    font-size: 20px;
    line-height: 34px;
}
}

@media (max-width:359px) {
    .sub-title {
        padding: 0 0px;
    }
    .banner {
        padding: 120px 0 75px !important;
    }
    .copyright-text p {
        font-size: 14px;
    }
}
.banner-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.4);
}
.enquiry {
    background-color: #29212199;
    padding: 9px 18px;
    border-radius: 7px;
    border: 4px solid #fff;
    margin-top: 90px;
}
.form-group {
    margin-bottom: 10px;
}
.bubble {
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.bubble img {
    width: 100%;
}
.bubble a {
    width: 51%;
    margin-top: 8px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 46%);
    
}



@media only screen and (max-width: 767px){
.baner_inner {
    position: absolute;
    top: 16% ;
    
}
.banner-text h1 {
    font-size: 21px  !important;
}
.banner-text h4 {
    font-size: 17px !important;
}
.navbar
{
    display:inherit;
}
.banner-text .row.align-items-center {
    display: inline-block;
}
.banner {
    background-size: 70%;
    padding: 119px 0 0px !important;
}
.banner-text {
    position: static;
    padding: 20px 0;
}
h1 {
    font-size: 17px;
    line-height:25px;
}
.banner-text h4 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px !important;
    padding-top: 0px !important;
}
.mobile-fixed {
    display: block !important;
}
.full-page-pro
{
    display:none;
}
.enquiry {
    background-color: #29212199;
    padding: 11px 44px;
    border-radius: 7px;
    border: 4px solid #fff;
    margin-top: 0px !important;
} 
.footer-form {
    display:none;
}




}
.mobile-fixed {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #f36f21;
}
.mobile-fixed li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
    font-weight: 500;
    padding: 11px 0 7px;
    font-size: 14px;
    margin: 0;
    background-color: transparent;
    text-transform: capitalize;
    border: none;
}
.mobile-fixed li {
    width: 33.33%;
    background-color: #f36f21;
}
.mobile-fixed li a img {
    width: 20%;
    margin: 0 2px 3px;
}
button.btn.btn-theme.font-14 {
    background: #f36f21;
    color: #fff;
}



.broceture {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 99999;
}



.Click-here {
    cursor: pointer;
    background-image: linear-gradient(190deg, #f83600 0%, #fee140 100%);
    color: #fff;
    width: 180px;
    text-align: center;
    font-size: 16px;
    padding: 18px 0;
    margin: 0 auto;
    transition: background-image 3s ease-in-out;
}
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}
.custom-model-main:before {
  content: "";
  display: inline-block;
  height: auto;
  vertical-align: middle;
  margin-right: -0px;
  height: 100%;
}
.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -50px;
  cursor: pointer;
  z-index: 99;
  font-size: 40px;
  color: #fff;
}
.custom-model-main .enquiry {
    margin-top: 0;
}







/************** Responsive close  *********************/