body {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    overflow-x: hidden;
    font-family: 'Nunito', sans-serif !important
}

a {
    outline: 0;
    text-decoration: none !important;
    color: #222;
    transition: all all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none
}

figure {
    margin: 0;
    padding: 0
}

dl,
ol,
ul {
    list-style: outside none none;
    padding-left: 0;
    margin-bottom: 0
}

ul li {
    padding: 0;
    margin: 0;
    list-style: none
}

a img {
    border: none;
    max-width: 100%
}

img {
    max-width: 100%;
    vertical-align: middle;
    border: none
}

table,
td,
th {
    border: 1px solid #222;
    border-collapse: collapse
}

table tbody tr td {
    padding: 8px;
    color: #222;
    font-size: 16px
}

th {
    font-weight: 700
}

p {
    padding: 0;
    margin: 6px 0
}

.font-bold {
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 4px 0;
    padding: 4px 0;
    color: #222
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none !important
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: none !important
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: none !important
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: none !important
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: none !important
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: none !important
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: none !important
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: none
}

button:focus {
    outline: 0;
    box-shadow: none;
    border: 0
}

input,
textarea,
select,
button {
    border: 1px solid #222
}

textarea {
    resize: none
}

.form-control:focus {
    box-shadow: none
}

.newsupdate-marquee {
    overflow: hidden;
    vertical-align: middle !important
}

.marquee {
    white-space: nowrap;
    color: #fff;
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
    vertical-align: middle !important;
    display: inline-block;
    padding-left: 100%;
    animation: marquee 35s linear infinite;
    padding-top: 9px;
    padding-bottom: 6px;
    margin-bottom: 0
}

.marquee:hover {
    animation-play-state: paused
}

@keyframes marquee {
    0% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(-100%, 0)
    }
}

#site-topbar {
    background-color: #0a96a6
}

.topbar-topleft {
    padding-top: 6px;
    padding-bottom: 10px;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0
}

.topbar-topleft li {
    display: inline;
    margin-top: 7px;
    margin-bottom: 5px;
    margin-right: 4px;
    color: #fff;
    font-size: 15px;
    font-family: 'Nunito', sans-serif
}

.topbar-topleft li i {
    margin-right: 5px;
    color: #fff;
    font-size: 16px
}

.topbar-toplright {
    text-align: right;
    padding-top: 2px;
    padding-bottom: 0;
    margin-bottom: 0
}

.topbar-toplright li {
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 0;
    align-items: center;
    margin-bottom: 5px
}

.topbar-toplright li a {
    background-color: #ff4880;
    color: #fff;
    width: 28px;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    -webkit-border-radius: 35px;
    -khtml-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
    font-size: 15px;
    cursor: pointer
}

.topbar-toplright li i {
    color: #fff
}

.topbar-toplright li:nth-child(1) a {
    background: #1ab9ff
}

.topbar-toplright li:nth-child(2) a {
    background: #ffc000
}

.topbar-toplright li:nth-child(3) a {
    background: #ff4880
}

.topbar-toplright li:nth-child(4) a {
    background: #abcd52
}

.navbar-section {
    background-color: #fff;
    padding: 0;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .1);
    z-index: 1000
}

.main-navigation {
    padding-top: 0 !important;
    padding-bottom: 0
}

.main-navigation img {
    max-height: 69px;
    max-width: inherit
}

.links-navigation {
    padding-right: 13px;
    width: 83%
}

.links-navigation li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px
}

.links-navigation li .active {
    background-color: #FF7F00;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #fff
}

.links-navigation li a {
    font-size: 13px;
    position: relative;
    padding: 10px !important;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    color: #222;
    transition: all .3s ease 0;
    font-family: 'Nunito', sans-serif
}

.links-navigation li a:hover {
    background: #FF7F00;
    color: #fff;
    transition: all .3s ease 0
}

.links-navigation .inner-navigation {
    background: #fff;
    padding: 28px 20px;
    margin-top: 15px;
    min-width: 235px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    -webkit-transition: all .3s linear 0;
    -khtml-transition: all .3s linear 0;
    -moz-transition: all .3s linear 0;
    -ms-transition: all .3s linear 0;
    -o-transition: all .3s linear 0;
    transition: all .3s linear 0;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .15)
}

.subenus:hover .inner-navigation {
    top: 50px;
    opacity: 1;
    visibility: visible;
    transition: all .3s linear 0
}

.inner-navigation {
    position: relative
}

.inner-navigation:before,
.sub_modal .dropdown-menu.submenu:before {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    border: 2px dashed rgba(255, 72, 128, .3);
    border-radius: 8px
}

.links-navigation .inner-navigation li {
    width: 100%;
    position: relative
}

.links-navigation .inner-navigation li a {
    border-bottom: 1px solid #f2f2f2;
    border-radius: 0;
    background: transparent;
    color: #222
}

.inner-navigation li a:hover {
    color: #ff4880;
    padding-left: 30px !important
}

.inner-navigation li a:before {
    content: '\f178';
    font-family: "FontAwesome";
    position: absolute;
    left: -10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
    -webkit-transition: all .3s linear 0;
    -khtml-transition: all .3s linear 0;
    -moz-transition: all .3s linear 0;
    -ms-transition: all .3s linear 0;
    -o-transition: all .3s linear 0;
    transition: all .3s linear 0;
    color: #ff4880
}

.inner-navigation li a:hover:before {
    left: 10px;
    opacity: 1
}

.pt-40 {
    padding-top: 40px
}

.pb-40 {
    padding-bottom: 40px
}

.activity-boxes {
    float: left;
    width: 100%;
    background: #035392 !important;
    display: block;
    border: 0;
    border-radius: 15px
}

.activity-boxes .card {
    padding: 17px 38px;
    width: 100%;
    background: #035392 !important;
    border: #ffdead
}

.activity-boxes .card .card-title {
    font-weight: 600;
    font-size: 19px
}

.activity-boxes .card .card-text {
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 20px
}

.activity-boxes img {
    width: 100%;
    border-radius: 30% 70% 15px 15px
}

.activity-boxes,
.activity-boxes .card:nth-child(1) {
    background-color: #035392 !important
}

.activity-boxes,
.activity-boxes .card:nth-child(2) {
    background: #e8373d !important
}

.activity-boxes,
.activity-boxes .card:nth-child(3) {
    background-color: #e4a40f !important
}

.addmision-btn {
    width: 17%;
    text-align: right;
    padding: 3px;
    border: 2px dashed #FF7F00;
    margin-top: 10px
}

.addmision-btn a {
    background: #FF7F00;
    border: none;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    margin: auto;
    margin-left: auto;
    width: 98%;
    margin-left: 4px
}

.addmision-btn button:focus {
    background: #FF7F00;
    border-color: #FF7F00
}

.brochure-download {
    text-align: right;
    float: right;
    padding-top: 4px;
    margin-bottom: 0;
    padding-left: 0
}

.brochure-download li a {
    font-size: 12px;
    border: none;
    border-radius: 0;
    background: #FF7F00 !important;
    padding: 6px 11px 6px 10px;
    font-family: 'Nunito', sans-serif
}

.brochure-download li button i {
    font-size: 15px;
    margin-right: 6px
}

#intro-cards {
    position: relative;
    z-index: 99;
    padding-top: 60px;
    padding-bottom: 40px
}

#intro-cards .card-flip.card {
    background: none
}

#intro-cards .card {
    padding: 0
}

#intro-cards .card-flip .card:first-of-type {
    transform: rotateY(0deg)
}

.main-card {
    padding: 43px 31px;
    border-radius: 15px
}

.text-light p {
    color: #fff !important;
    font-size: 16px
}

.text-light h5 {
    color: #fff !important;
    font-weight: 700;
    font-size: 19px
}

#intro-cards .card-flip .card .btn {
    background-color: #0;
    border: 2px solid #fff;
    background: #fff;
    border-radius: 16;
    font-size: 12px;
    font-weight: 700;
    transition: all .2s ease-in-out;
    border: 0;
    font-size: 1rem;
    padding: 7px 23px;
    outline: none;
    letter-spacing: 1px;
    font-family: 'Nunito', sans-serif;
    border-radius: 20px;
    text-transform: uppercase;
    margin-top: 15px;
    white-space: normal;
    font-weight: 900;
    box-shadow: 0 0 20px rgba(255, 255, 255, .25);
    color: #222
}

#intro-cards .card-img {
    width: 100%;
    border-radius: 30% 70% 15px 15px;
    bottom: 0;
    position: absolute
}

#intro-cards .card-img:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 4px;
    background-repeat: repeat-x;
    background-image: url(../images/img-dotted.png)
}

#intro-cards .card-flip .card:last-of-type {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
    display: flex
}

#intro-cards .card-flip .card {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    transition-timing-function: linear;
    width: 100%;
    margin: 0
}

#intro-cards .card-body {
    background: #0a96a6;
    transition: all .3s linear 0;
    min-height: 300px;
    border-radius: 15px
}

#intro-cards .card {
    padding: 0;
    border: none;
    border-radius: 0;
    height: 425px;
    border-radius: 15px
}

#intro-cards .card-flip .card:last-of-type {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
    display: flex
}

#intro-cards .card-flip:hover .card:first-of-type {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

#intro-cards .card-flip:hover .card:last-of-type {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.section-heading {
    float: left;
    width: 100%;
    margin-bottom: 10px
}

.section-heading h2 {
    font-size: 40px;
    font-weight: 900 !important;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 0
}

.section-heading .subtitle {
    position: relative;
    display: inline;
    letter-spacing: 1.5px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    border-bottom: 1px dashed;
    padding-bottom: 16px;
    font-family: Nunito;
    color: #949393
}

.section-heading .subtitle:after {
    z-index: 0;
    font-weight: 900;
    font-size: 22px;
    transform: rotate(20deg);
    display: block;
    content: "\f040";
    font-family: FontAwesome;
    color: #FF7F00
}

.welcome-sec .wel-tittle {
    font-size: 31px;
    color: #151515;
    font-weight: 600;
    margin-bottom: 9px;
    line-height: 1.1;
    font-family: 'Nunito', sans-serif
}

.about-sec {
    float: left;
    width: 100%
}

#abouts-us {
    padding: 40px 0
}

.about-sec p {
    font-size: 16px;
    line-height: 26px;
    color: #897e7e;
    margin-bottom: 24px;
    font-family: 'Source Sans pro', sans-serif
}

.wel-images-sec {
    text-align: center
}

.wel-images-sec img {
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.coman-btns {
    color: #fff !important;
    padding: 8px 25px !important;
    outline: none;
    letter-spacing: 1px;
    font-family: 'Nunito', sans-serif;
    border-radius: 20px !important;
    text-transform: uppercase;
    font-weight: 900 !important;
    box-shadow: 0 0 20px rgba(255, 255, 255, .25);
    background: #0a96a6;
    border: none !important;
    font-size: 13px !important
}

#testimonial {
    padding: 40px 0
}

.simple-headding {
    float: left;
    width: 100%;
    margin-bottom: 21px
}

.simple-headding h3 {
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 2.2em;
    color: #151515;
    font-weight: 600;
    margin-bottom: 0
}

.testimonial {
    background-color: #faf8d4;
    padding: 40px 40px 20px 70px;
    position: relative;
    height: 360px
}

.testimonial:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 50px solid #eee;
    border-left: 50px solid #fff;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, .17);
    position: absolute;
    top: 0;
    left: 0
}

.testimonial .description {
    font-family: Nunito;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 0
}

.testimonial .description:before {
    font-weight: 900;
    display: inline-block;
    float: left;
    padding: 0 15px 5px 0;
    font-size: 30px;
    text-align: center;
    position: relative;
    left: 0;
    display: block;
    content: "\f10d";
    font-family: FontAwesome;
    color: #FF7F00
}

.testimonial .testimonial-pic {
    width: 100px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 5px;
    border: 2px solid
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.testimonial .testimonial-review {
    padding-top: 5px
}

.testimonial .testimonial-title {
    font-size: 22px;
    margin-bottom: 0;
    text-align: center;
    color: #414242;
    font-weight: 600
}

.testimonial .post {
    display: block;
    font-size: 16px;
    text-align: center
}

.sub-arrow:after {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    right: 15px;
    top: 0
}

#counter-sec {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(#140000, #1c0000), url(../images/double-exposure-image-business-finance.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    transition: opacity .5s ease
}

.counter {
    text-align: center
}

.counter-wrapper {
    border-radius: 10px;
    box-shadow: -2px 1px 20px rgba(0, 0, 0, .49);
    padding: 15px
}

.counter .counter-icon {
    display: block;
    font-size: 68px;
    transition: all ease-in-out .2s;
    color: #fff;
    border-radius: 50%;
    opacity: .5;
    margin-bottom: 20px
}

.counter:hover .counter-icon {
    transform: scale(1.2)
}

.counter .counter-value {
    display: block;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    letter-spacing: 2px
}

.counter .counter-value:before {
    content: "+";
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    margin-right: 5px
}

.counter .title {
    color: #fff;
    font-size: 17px;
    letter-spacing: .5px;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.1;
    font-family: 'Nunito', sans-serif
}

#test-preparation {
    padding: 80px 0;
    background-color: #035392 !important
}

.waveHorizontals {
    width: 100%;
    height: 20px;
    position: relative;
    bottom: 0;
    z-index: 9
}

.waveHorizontal {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-repeat: repeat-x;
    -webkit-animation: move 12s linear infinite;
    animation: move 12s linear infinite
}

#waveHorizontal1 {
    background-size: 100px 100px;
    opacity: .3
}

#waveHorizontal2 {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
    opacity: .5
}

#waveHorizontal3 {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 8s;
    animation-duration: 8s
}

@keyframes move {
    0% {
        background-position: left 0 bottom 0
    }
    100% {
        background-position: left 350px bottom 0
    }
}

@keyframes animatedBackground {
    from {
        background-position: 0 100%
    }
    to {
        background-position: 100% 100%
    }
}

#waveHorizontal1,
#waveHorizontal2,
#waveHorizontal3 {
    background: url("data:image/svg+xml,%3Csvg version='1.1' id='waveHorizontal1' class='wave1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='350px' height='20px' viewBox='0 0 350 20' enable-background='new 0 0 350 20' xml:space='preserve'%3E%3Cpath fill=' %23035392' d='M0,17.1C29.9,17.1,57.8,0,87.5,0c30.2,0,58.1,17.1,87.1,17.1c29.9,0,57.8-17.1,87.7-17.1 s57.8,17.1,87.7,17.1V20H0V17.1z'/%3E%3C/svg%3E%0A");
    -webkit-animation-delay: -4s
}

.feature-with-icon.klbicon {
    color: #fff
}

.feature-with-icon {
    text-align: center
}

.icon-features {
    transition: all .4s ease-in-out;
    margin-bottom: 15px;
    display: inline-block
}

.feature-with-icon i {
    transition: all .4s ease-in-out;
    text-align: center;
    width: 100px
}

.icon-features i img {
    height: 200px;
    border-radius: 20px
}

.feature-with-icon.klbicon h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    font-weight: 900 !important;
    font-family: 'Nunito', sans-serif
}

.feature-with-icon h5 {
    margin-bottom: 10px
}

.feature-with-icon p {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400
}

#services-sec {
    padding: 80px 0
}

.services-names {
    padding-top: 0
}

.services-names a {
    background: #0a96a6;
    margin-right: 0;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    padding: 24px 15px !important;
    margin-bottom: 11px;
    border-radius: 10px 0 0 10px !important;
    text-align: center;
    font-size: 17px;
    letter-spacing: .5px;
    color: #fff;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    margin-top: 9px
}

#services-sec .nav-pills .nav-link.active {
    color: #fff;
    background-color: #FF7F00
}

.services-names a:focus {
    background: #0a96a6;
    color: #fff
}

.services-names a:hover {
    color: #fff
}

.services-body-descriptaion {
    background-color: #f8f8f8;
    padding: 56px 20px !important;
    height: 400px
}

.descriptaion-img {
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    border-radius: 20px;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    padding: 14px;
    border-radius: 20px
}

.descriptaion-img img {
    width: 100%
}

.descriptaion-body {
    float: left;
    width: 100%;
    padding-top: 20px
}

.descriptaion-body h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    color: #151515;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.1
}

.descriptaion-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7
}

#choose-us {
    padding: 80px 0
}

.choose-list {
    list-style: none;
    margin-bottom: 0
}

.choose-list li {
    padding: 5px 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #6A6A71
}

.choose-list li:before {
    content: "\f14a";
    font-family: FontAwesome;
    padding-right: 7px;
    color: #FF7F00
}

.choose-images-sec {
    float: left;
    width: 100%;
    margin-top: 38px
}

.choose-images-sec img {
    border-radius: 10px;
    transition: all .7s ease-in-out
}

#gallery-grids {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #0a96a6
}

.portfolio-item {
    overflow: hidden
}

.gallery-item.selected img {
    transition: opacity 1s ease-in-out
}

.gallery-thumb {
    display: block;
    position: relative;
    border-radius: 10px;
    width: 100%
}

.gallery-thumb img {
    border: 5px solid transparent;
    border-radius: 10px;
    width: 100%;
    object-fit: cover
}

.scrollimation .gallery-thumb {
    transform: translateY(100px);
    opacity: 0;
    transition: opacity .4s ease-out, transform .4s ease-out
}

.touch .scrollimation .gallery-thumb,
.scrollimation .gallery-thumb.in {
    transform: translateY(0);
    opacity: 1
}

.gallery-thumb .overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    border-radius: 10px;
    transition: opacity .3s ease-out;
    background: rgba(0, 0, 0, .45)
}

.gallery-thumb:hover .overlay-mask {
    opacity: 1
}

.gallery-thumb .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .15);
    opacity: 0;
    transition: .3s ease-in-out;
    z-index: 1
}

.portfolio-item:hover .gallery-thumb .link {
    opacity: 1
}

.small-title {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 24px
}

.gallery-thumb i {
    transition: all .2s ease-in-out;
    color: #fff;
    position: absolute;
    float: left;
    width: 80px;
    border-radius: 50%;
    height: 80px;
    line-height: 80px;
    background-color: #e4a40f;
    bottom: 50px;
    top: auto;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-40px);
    font-size: 30px
}

#banner-enroll {
    padding-top: 60px;
    padding-bottom: 60px;
    background: linear-gradient(#140000, #1c0000), url(../images/colleagues-giving-fist-bump.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.enrollbg-secondary {
    background-color: #035392 !important
}

.text-light p,
.text-light h3 {
    color: #fff !important
}

#news-updates-us {
    padding: 80px 0
}

.blog-boxs {
    background-color: #f5f5f5;
    border-radius: 10px;
    text-align: left;
    font-size: 16px;
    border: 2px solid #eee;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15)
}

.blog-boxs .blogs-images {
    overflow: hidden
}

.blog-boxs .blogs-images img {
    display: block;
    max-width: 100%;
    vertical-align: top;
    position: relative;
    width: 100%;
    -webkit-transition: all .3s ease;
    border-radius: 20px;
    overflow: hidden;
    height: 217px
}

.blog-boxs .blogs-images:hover img {
    -webkit-transform: scale(1.15) rotate(2deg);
    border-radius: 20px;
    transform: scale(1.15) rotate(2deg);
    -webkit-transition: all .3s ease;
    cursor: pointer
}

.blogs-box-caption {
    padding: 15px 15px 0
}

.blogs-box-caption .date {
    margin-top: -92px;
    color: #fff;
    margin-left: 0;
    min-height: 68px;
    min-width: 68px;
    position: absolute;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30% 70% 70% 30% / 30% 45% 55% 70%;
    box-shadow: 2px 0 2px rgba(0, 0, 0, .46);
    background-color: #e4a40f
}

.blogs-box-caption .day {
    line-height: 32px;
    display: block;
    margin: 8px
}

.blogs-box-caption .month {
    font-size: 14px;
    display: block;
    line-height: 0
}

.blogs-box-caption a h4 {
    margin-top: 10px;
    display: inline-block;
    color: #404044;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    height: 50px
}

.blogs-box-caption p {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
    color: #6A6A71
}

.blogs-post {
    padding: 0 25px 20px 19px;
    text-align: center
}

.blogs-post .blogs-list {
    padding-left: 0
}

.blogs-post .blogs-list li {
    display: inline-block;
    margin-left: 10px;
    font-weight: 600;
    color: #6A6A71;
    font-size: 14px
}

.blogs-post .blogs-list li a {
    color: #FF7F00
}

.#contact-us {
    padding: 40px 0;
    margin-top:40px;
}

.contact-icon {
    text-align: center;
    border-radius: 10px;
    padding: 30px 10px 20px;
    background-color: #0a96a6;
    position: relative;
    height: auto;
}

.contact-icon i {
    transition: all .3s ease-out;
    font-size: 33px;
    top: -24px;
    position: absolute;
    right: 0;
    left: -3px;
    background: #fff;
    border-radius: 50%;
    padding: 15px;
    display: inline-table;
    width: 66px;
    color: #FF7F00;
    height: 66px
}

.contact-icon:hover .top-icon {
    transform: rotate(14deg);
    transition: -webkit-transform .8s ease
}

.contact-icon h5 {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 10px
}

.contact-icon p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 4px
}

.footer-shape {
    background: url(../images/footer-arrow.png);
    background-size: contain;
    background-position: center center;
    position: relative;
    padding-top: 50px;
    padding-bottom: 0;
    margin-top: 60px;
    width: 100% !important
}

#contact {
    background: #FF7F00;
    font-family: 'Nunito', sans-serif;
    margin-top: 50px;
}

.inner-footer {
    padding-top: 60px;
    padding-bottom: 40px
}

#contact .f-item>img {
    height: 95px;
    background: #fff;
    border-radius: 15%;
    margin: auto;
    display: block;
    margin-bottom: 25px
}

#contact .f-item>p {
    color: #fff;
    font-size: 15px
}

#contact .f-item h4 {
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: .6px !important;
    margin-bottom: 27px;
    font-size: 25px;
    color: #fff
}

#contact .f-item ul {
    padding-left: 0
}

.menu-linksfooter li {
    width: 100% !important
}

#contact .newsletter form {
    margin-top: 30px
}

#contact .newsletter form .input-group {
    width: 100%
}

#contact .newsletter form .input-group input {
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
    min-height: 44px;
    padding: 12px 16px;
    background: #f1f1f1;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important
}

#contact .newsletter form .input-group button {
    border: none;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 9;
    min-height: 40px;
    min-width: 80px;
    background: #2568ef;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    cursor: pointer
}

#contact .newsletter form .input-group button i {
    font-weight: 300
}

#contact .f-item.link li {
    display: block;
    margin-top: 7px;
    width: 49%;
    display: inline-block
}

#contact .f-item.link li a {
    display: inline-block;
    color: #fff;
    font-size: 15px
}

#contact .f-item.link li a:before {
    position: absolute;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 500ms ease;
    content: "\f178";
    font-family: FontAwesome
}

#contact .address li {
    display: flex;
    margin-top: 11px
}

#contact .address li .info {
    padding-left: 24px;
    color: #fff;
    font-size: 15px;
    display: block !important
}

#contact .address h5 {
    text-transform: uppercase;
    color: #232323;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .5px
}

#contact .address li .icon i {
    font-size: 20px;
    color: #2568ef;
    background: #f1f1f1;
    min-height: 45px;
    line-height: 45px;
    min-width: 45px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.footer-bottom p a {
    color: #2568ef;
    text-decoration: underline;
    font-weight: 600
}

.footer-bottom {
    padding-top: 15px;
    margin-top: 50px;
    border-top: 1px solid #e7e7e7
}

.footer-bottom p {
    margin: 0;
    color: #fff
}

.footer-bottom p img {
    height: 29px;
    margin-left: 8px
}

.footer-bottom .social ul li a {
    margin-left: 10px;
    font-size: 20px
}

.footer-bottom ul li a:hover {
    color: #2568ef
}

.footer-bottom.default-padding-top {
    padding-top: 20px;
    padding-bottom: 20px
}

.default-padding-top .footer-bottom {
    padding: 20px 0
}

.scrollUp {
    background: #0a96a6;
    border-radius: 50%;
    bottom: 20px;
    color: #fff;
    display: block;
    font-size: 25px;
    height: 50px;
    line-height: 0;
    position: fixed;
    right: 50%;
    text-align: center;
    text-decoration: none !important;
    transition: all .5s cubic-bezier(0, 0, 0, 1) 0;
    width: 50px;
    z-index: 1000;
    opacity: 1 !important;
    transform: translate(50%)
}

.scrollUp:hover {
    background: #313642
}

.scrollUp i {
    display: block;
    color: #e4e4e4
}

.scrollUp:hover i {
    color: #f1f1f1
}

.scrollUp i.fa-angle-up {
    font-size: 24px;
    left: 35%;
    position: absolute;
    top: 0
}

.scrollUp i.fa-graduation-cap {
    bottom: 5px;
    font-size: 26px;
    left: 18%;
    position: absolute
}

#initiatives-bg {
    background-color: #f7faff !important;
    padding: 35px 12px
}

.initiatives-main {
    text-align: center;
    width: 100%;
    padding: 10px
}

.initiatives-img {
    width: 100%;
    color: #fd1616;
    background: #fff;
    display: inline-block;
    border: 3px dashed #0a96a6;
    position: relative;
    width: 215px;
    height: 215px;
    line-height: 207px !important;
    border-radius: 150px;
    margin-bottom: 14px;
    -webkit-transition: .5s;
    transition: .5s
}

.initiatives-img img {
    height: auto;
    max-width: 100%
}

.initiatives-descriptaion {
    width: 100%
}

.initiatives-descriptaion h4 {
    font-weight: 600;
    line-height: 1.2;
    color: #222;
    font-size: 19px
}

.sticky-call-btn {
    position: fixed;
    bottom: 72px;
    margin-left: 10px;
    left: 5px;
    background-color: #FF7F00;
    color: #000 !important;
    text-align: center;
    padding: 12px;
    line-height: 1;
    border-radius: 50%;
    width: 46px;
    z-index: 9999;
    height: 46px
}

.sticky-call-btn i {
    font-size: 25px;
    color: #fff
}

.sticky-call-btn1 {
    position: fixed;
    bottom: 14px;
    margin-right: 10px;
    left: 14px;
    background-color: #4dc247;
    color: #000 !important;
    text-align: center;
    padding: 12px;
    line-height: 1;
    border-radius: 50%;
    width: 46px;
    z-index: 9999;
    height: 46px;
    display: flex !important;
    align-items: center;
    justify-content: center
}

.sticky-call-btn1 i {
    font-size: 34px;
    color: #fff
}

#why-choose-sec {
    padding: 40px 0
}

.why-tabs {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 1px
}

.why-tabs li a {
    display: block;
    padding: 9px 2px;
    font-size: 18px;
    position: relative;
    margin: 0 21px;
    cursor: pointer;
    font-weight: 600
}

.why-tabs li a:before {
    content: "";
    position: absolute;
    top: 8px;
    right: -23px;
    width: 1px;
    height: 28px;
    background: #1e7978
}

#why-choose-sec .why-tabs .nav-link.active {
    color: #e4a40f;
    background-color: transparent;
    border-color: transparent
}

.why-tabs li a.active:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #FF7F00
}

.why-tabs li:nth-child(3) a:before {
    display: none
}

.why-tabs li a:hover {
    border-bottom: 1px solid transparent
}

#why-choose-sec .why-tabs .nav-link.active {
    color: #FF7F00;
    background-color: transparent;
    border-color: transparent
}

#why-choose-sec .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #fff !important
}

#why-choose-sec .tab-pane {
    margin-top: 22px;
    background-color: #f7faff !important;
    border-radius: 5px;
    text-align: center;
    padding: 35px 87px;
    z-index: 111
}

#why-choose-sec .tab-pane h2 {
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 26px;
    color: #151515;
    font-weight: 600;
    margin-bottom: 10px
}

#why-choose-sec .tab-pane p {
    font-family: Nunito;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 0
}

#why-choose-sec .tab-pane ul {
    padding-left: 0;
    text-align: left
}

#why-choose-sec .tab-pane li {
    font-family: Nunito;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 0
}

#why-choose-sec .tab-pane li:before {
    content: "\f14a";
    font-family: FontAwesome;
    padding-right: 7px;
    color: #e4a40f
}

.leftside {
    position: fixed;
    top: 63%;
    left: 0;
    z-index: 9999
}

.leftside li {
    list-style-type: none !important;
    padding: 2px 10px;
    transition: .6s;
    color: #fff;
    position: relative
}

.leftside ul {
    cursor: pointer;
    padding-left: 0
}

.leftside li {
    font-size: 25px;
    transition: all .7s ease;
    width: 44px;
    margin-bottom: 4px;
    border-radius: 0 9px 9px 0
}

.leftside li:hover {
    width: 100px;
    transition: all .7s ease
}

.leftside li:nth-child(1) {
    background: #3b5999
}

.leftside li:nth-child(2) {
    background: #f20c0c
}

.leftside li:nth-child(3) {
    background: #55acee
}

.leftside li:nth-child(4) {
    background: #e4405f !important
}

.background-pages {
    background: linear-gradient(#030000, #120000), url(../images/inner-coman.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 120px
}

.inner-banner-heading {
    text-align: center;
    border-radius: 10px;
    padding: 20px 40px;
    margin-bottom: -26px;
    margin-left: auto;
    margin-right: auto;
    background: #0a96a6
}

.inner-banner-heading .breadcrumb {
    margin: auto;
    text-align: center;
    display: inline-flex
}

.inner-banner-heading h1 {
    color: #fff;
    font-size: 25px;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    text-transform: capitalize;
    letter-spacing: .5px
}

.inner-banner-heading .breadcrumb li {
    color: #222;
    font-size: 16px
}

.inner-banner-heading .breadcrumb li a {
    color: #fff
}

.pdt-50 {
    padding-top: 50px
}

.pdb-50 {
    padding-bottom: 50px
}

#aboutss-sec {
    padding-top: 85px
}

.doctors-images {
    float: left;
    width: 100%;
    text-align: center
}

.doctors-images .image_inner {
    float: left;
    width: 100%;
    text-align: center;
    position: relative
}

.doctors-images .image_inner img {
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, .12);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    z-index: 0
}

.doctors-destination {
    float: left;
    width: 100%;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    text-align: center
}

.doctors-destination h6 {
    font-weight: 700;
    color: #222;
    font-size: 15px;
    margin-bottom: 0;
    transition: all .6s ease
}

.doctors-destination .dr-degg {
    font-weight: 700;
    color: #222;
    font-size: 16px;
    margin-bottom: 0
}

.doctors-destination .paraakya-edu {
    font-weight: 700;
    color: #222;
    font-size: 17px
}

.inner-title {
    float: left;
    width: 100%
}

.inner-title h2 {
    font-weight: 700;
    color: #222;
    font-size: 21px;
    margin-bottom: 7px;
    text-transform: uppercase
}

.doctors-destination-content {
    float: left;
    width: 100%
}

.doctors-destination-content .stoty-doctors {
    letter-spacing: 1px;
    font-weight: 700;
    color: #223543;
    font-size: 16px;
    margin-bottom: 0
}

.doctors-destination-content p {
    font-size: 16px;
    color: #897e7e;
    font-family: 'Source Sans pro', sans-serif;
    margin-bottom: 1px
}

.our-boxs {
    padding-top: 0
}

.img-part {
    position: relative
}

.img-part img {
    position: relative
}

.histort-tabs {
    position: relative
}

.histort-part {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-100%);
    border: none;
    display: block
}

.histort-part .single-history {
    display: block;
    margin-bottom: 36px
}

.histort-part .single-history a {
    padding: 28px 20px 22px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .1);
    border: none;
    border-radius: 5px;
    width: 230px;
    font-size: 21px;
    text-align: center;
    color: #fff;
    background: #0a96a6;
    transition: all .3s ease;
    font-weight: 900
}

.histort-part .single-history a .icon-part {
    display: block;
    margin-bottom: 15px;
    font-size: 33px;
    line-height: 1;
    color: #fff
}

.our-boxs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background: #FF7F00
}

#miss-visi-val .title {
    font-family: 'Nunito', sans-serif;
    color: #111;
    margin: 0 0 4px;
    line-height: 1.2;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px
}

#miss-visi-val .desc {
    font-size: 16px;
    color: #897e7e;
    font-family: 'Source Sans pro', sans-serif;
    margin-bottom: 1px
}

.miss-visi-val {
    margin-top: 22px;
    background-color: #f7faff !important;
    border-radius: 5px;
    text-align: center;
    padding: 35px 87px;
    z-index: 111;
    margin-top: 10px
}

.pdt-100 {
    padding-top: 50px
}

.engineering-block {
    padding: 12px 10px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, .12);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    z-index: 0
}

.feature-section {
    position: relative;
    padding-bottom: 130px
}

.engineering-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 60px
}

.engineering-block .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden
}

.engineering-block .inner-box .image-box:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.engineering-block .inner-box .lower-content .inner::before {
    background: #FF7F00
}

.engineering-block .inner-box:hover .image-box::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
    z-index: 1
}

@-webkit-keyframes circle {
    0% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

.engineering-block .inner-box .image-box img {
    width: 100%
}

.engineering-block .inner-box .lower-content {
    position: relative
}

.engineering-block .inner-box .lower-content .inner {
    position: absolute;
    display: block;
    overflow: hidden;
    top: -50px;
    width: calc(100% - 0px);
    left: 0;
    background: #fff;
    text-align: center;
    padding: 10px 15px 1px 13px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    transition: all 500ms ease;
    z-index: 2
}

.engineering-block .inner-box .lower-content .inner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: all 500ms ease;
    z-index: -1
}

.engineering-block .inner-box:hover .lower-content .inner:before {
    height: 100%
}

.engineering-block .inner-box:hover .lower-content .inner {
    padding-bottom: 20px
}

.engineering-block .inner-box .lower-content .inner h3 {
    margin-bottom: 0;
    transition: all 500ms ease;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
    color: #222;
    text-align: center
}

.engineering-block .inner-box:hover .lower-content .inner h3 {
    color: #fff
}

.engineering-block .inner-box:hover .lower-content .inner a {
    opacity: 1
}

.engineering-block .inner-box .lower-content .inner a span {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-underline: none !important
}

.contact-address-section {
    text-align: center;
    margin: 0 0 50px
}

.contact-page-section .contact-address-section .contact-info {
    background: #f9f9f9;
    display: flex;
    text-align: left;
    align-items: center;
    padding: 0 30px;
    min-height: 175px;
    border-radius: 5px;
    position: relative;
    transition: all .3s ease
}

.contact-address-section .contact-info .icon-part {
    margin-right: 30px
}

.contact-address-section .contact-info .icon-part i {
    color: #FF7F00;
    font-size: 30px;
    margin: 0;
    padding: 0;
    width: 70px;
    height: 70px;
    line-height: 58px;
    border-radius: 50%;
    text-align: center;
    background: transparent;
    border: 6px solid #f9ede9
}

.contact-address-section .contact-info .content-part .info-subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #505050;
    margin: 0 0 5px
}

.contact-address-section .contact-info .content-part .info-title {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin: 0
}

.contact-address-section .contact-info .content-part a {
    color: #111;
    display: block
}

.form-section h2 {
    font-size: 30px;
    color: #101010;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 0
}

.form-section p {
    font-size: 19px;
    font-weight: 400;
    font-size: 17px;
    font-family: 'Source Sans pro', sans-serif
}

.form-section {
    background-color: #F9F8F8;
    padding: 25px 43px 23px
}

.main_form_area input,
.main_form_area select {
    border-style: solid;
    border-width: 1px;
    border-color: #F1F1F1;
    box-shadow: 0 0 30px #eee;
    color: #363636;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    border-radius: 3px;
    border: 1px solid #fff;
    color: #767676;
    background: #fff;
    padding: 10px 18px
}

.main_form_area textarea {
    height: 140px;
    border-style: solid;
    border-width: 1px;
    border-color: #F1F1F1;
    box-shadow: 0 0 30px #eee;
    color: #363636;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    border-radius: 3px;
    border: 1px solid #fff;
    color: #767676;
    background: #fff;
    padding: 10px 18px
}

.contact_maps {
    float: left;
    width: 100%
}

.contact_maps h2 {
    font-size: 30px;
    color: #101010;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 14px
}

.popup-sec {
    float: left;
    width: 100%
}

.popup-sec .modal-header {
    font-size: 22px;
    top: 0;
    border-radius: 4px 4px 0 0;
    display: inline-block;
    background-color: #0a96a6;
    padding: 13px 21px
}

.popup-sec .modal-title {
    color: #fff;
    font-size: 25px;
    text-align: center;
    font-weight: 900
}

.popup-sec.modal-content {
    border: none
}

.popup-sec .modal-header .close {
    position: absolute;
    margin: 0 -7px;
    background: #fff;
    border-radius: 30px;
    top: 14px;
    right: 20px;
    width: 38px;
    height: 38px;
    opacity: 1;
    line-height: 0;
    text-align: center;
    border: 1px solid #fff
}

.popup-sec .modal-header .close i {
    line-height: 0;
    text-align: center;
    margin: auto;
    justify-content: center;
    display: flex;
    color: #FF7F00;
    opacity: 1
}

.login-inner-box {
    float: left;
    width: 100%;
    padding: 0 15px 15px
}

.login-inner-box h3 {
    background: #FF7F00;
    color: #fff;
    font-weight: inherit;
    text-align: center;
    font-size: 20px;
    padding: 12px 14px;
    margin-bottom: 20px
}

#login-input input {
    height: 44px;
    line-height: 50px;
    padding: 0 15px;
    outline: none;
    font-size: 15px;
    color: gray;
    margin: 0 0 13px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .03);
    font-weight: 400;
    opacity: 1;
    border-radius: 4px
}

#login-input select {
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    outline: none;
    font-size: 15px;
    color: gray;
    margin: 0 0 13px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .03);
    font-weight: 400;
    opacity: 1;
    border-radius: 4px
}

.login-button {
    float: left;
    width: 100%;
    text-align: center
}

.login-button .btn-Submits {
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 16px;
    border: none;
    background: #FF7F00;
    padding: 6px 26px 5px 23px;
    font-family: 'Nunito', sans-serif;
    border-radius: 5px
}

.medi-mang-desc {
    padding-top: 80px !important
}

.medi-mang-list {
    margin-bottom: 40px !important
}

.medi-mang-list li {
    margin-bottom: 10px
}

.medi-mang-list li a {
    padding: 15px;
    background-color: #0a96a6;
    margin-right: 12px;
    color: #fff;
    font-size: 17px;
    position: relative;
    display: block
}

.medi-mang-list li a:before {
    border-left: 15px solid #FF7F00 !important;
    border-top: 15px solid #fff !important;
    border-bottom: 15px solid #fff !important;
    content: " ";
    position: absolute;
    right: -2%;
    transform: translateX(56%);
    width: 10px;
    height: 15px;
    display: block;
    opacity: 0;
    visibility: hidden;
    top: 12px
}

#tabs-medical .nav-pills .nav-link.active {
    color: #fff;
    background-color: #FF7F00
}

#tabs-medical .medi-mang-list li a.active:before {
    display: block;
    opacity: 1;
    visibility: visible
}

.medi-mang-para h2 {
    font-size: 35px;
    font-weight: 900 !important;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 0
}

.medi-mang-para h5 {
    color: #222;
    font-size: 19px;
    font-weight: 700;
    font-weight: 900 !important;
    font-family: 'Nunito', sans-serif
}

.medi-mang-para p {
    font-size: 16px;
    line-height: 26px;
    color: #897e7e;
    margin-bottom: 24px;
    font-family: 'Source Sans pro', sans-serif
}

.medi-mang-para ul {
    padding-left: 0
}

.medi-mang-para ul li {
    padding: 5px 0;
    font-size: 15px;
    line-height: 21px;
    color: #6A6A71
}

.medi-mang-para ul li:before {
    content: "\f14a";
    font-family: FontAwesome;
    padding-right: 7px;
    color: #FF7F00
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .mp015 {
        padding: 0 15px
    }
    .section-heading h2 {
        font-size: 24px
    }
    .section-heading .subtitle {
        font-size: 12px
    }
    .welcome-sec .wel-tittle {
        font-size: 24px
    }
    #services-sec {
        padding: 30px 0
    }
    #counter-sec {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .simple-headding h3 {
        font-size: 18px
    }
    .wpb_wrapper {
        margin-top: 15px
    }
    .initiatives-descriptaion h4 {
        font-size: 16px
    }
    .contact-icon {
        margin-top: 30px
    }
    .mp0 {
        padding: 0 !important
    }
    .coman-btns {
        margin-bottom: 15px
    }
    #contact .f-item.link li {
        width: 100%
    }
    .footer-shape {
        padding-top: 15px;
        background-size: cover;
        margin-top: 30px
    }
    .height-auto {
        height: auto !important
    }
    .max-width-auto {
        max-width: 100% !important
    }
    .d-flex.db {
        display: block !important
    }
    .services-body-descriptaion {
        padding: 30px 20px !important;
        height: auto
    }
    #v-pills-tab.services-names a {
        padding: 14px 15px !important;
        font-size: 14px
    }
    #v-pills-tab.services-names {
        margin: 0 !important
    }
    .inner-banner-heading {
        padding: 10px 20px
    }
    #aboutss-sec {
        padding: 0
    }
    .histort-part {
        transform: none;
        position: relative;
        margin-top: 30px
    }
    .histort-part .single-history a {
        width: 100%;
        padding: 15px 0
    }
    .miss-visi-val {
        padding: 15px
    }
    .medi-mang-list li a {
        font-size: 14px
    }
    .medi-mang-para {
        padding: 0 !important
    }
    .equal-height.item {
        height: auto !important
    }
    .addmision-btn {
        width: 100%
    }
    .pdt-100 {
        padding-top: 50px
    }
    .activities {
        padding: 0 !important
    }
    .pdb-50 {
        padding-bottom: 30px
    }
    .blogs-box-caption {
        padding: 0
    }
    .blogs-box-caption table,
    .medi-mang-para table {
        width: 100%;
        float: left;
        display: flex;
        white-space: break-spaces;
        overflow-x: auto
    }
    .blogs-box-caption table tr td {
        border: 1px solid #ddd
    }
    .blogs-box-caption table tr th {
        border: 1px solid #ddd
    }
    .form-section {
        padding: 15px
    }
    .contact-address-section .contact-info .content-part .info-title {
        font-size: 12px;
        line-height: 18px
    }
    .contact-page-section .contact-address-section .contact-info {
        padding: 0 15px
    }
    .marquee {
        font-size: 13px !important
    }
    .medi-mang-para h2 {
        font-size: 18px;
        margin: 15px 0;
        float: left;
        width: 100%
    }
    .inner-banner-heading h1 {
        font-size: 20px
    }
    .topbar-topleft {
        padding: 8px 0
    }
    #site-topbar {
        padding: 0
    }
    #site-topbar .topbar-topleft li {
        font-size: 13px !important
    }
    .topbar-topleft li i {
        display: none
    }
    .brochure-download {
        position: fixed;
        right: -10px;
        top: 50%;
        z-index: 999;
        padding: 5px
    }
    .main-card {
        padding: 15px
    }
    .counter .counter-icon {
        font-size: 40px;
        margin-bottom: 10px
    }
    .counter .counter-value {
        font-size: 32px
    }
    .counter .title {
        margin-bottom: 0
    }
    #choose-us {
        padding: 30px 0
    }
    #banner-enroll {
        padding-top: 30px;
        padding-bottom: 30px
    }
    #test-preparation {
        padding: 30px 0
    }
    #intro-cards {
        padding-top: 15px;
        padding-bottom: 0
    }
    .contact-icon i {
        font-size: 21px;
        top: -18px;
        width: 50px;
        height: 50px
    }
    .blog-boxs {
        margin-top: 30px
    }
    #gallery-grids {
        padding-top: 30px;
        padding-bottom: 30px
    }
    #news-updates-us {
        padding: 30px 0
    }
    #contact .f-item h4 {
        margin-bottom: 15px;
        font-size: 20px
    }
    .descriptaion-body h3 {
        font-size: 22px;
        margin-bottom: 0
    }
    .medi-mang-list {
        margin-bottom: 10px !important
    }
    .main_form_area input {
        padding: 4px 18px
    }
    .leftside {
        display: none
    }
    .brochure-download li a {
        padding: 10px;
        border: 1px solid #222
    }
    .links-navigation {
        width: 100%;
        padding: 0
    }
    p,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    li,
    li a,
    a,
    table th,
    table td,
    button {
        text-transform: capitalize !important
    }
}

.addmision-btn {
    margin: 0
}

form .coman-btns {
    width: 200px;
    height: 50px
}

.modal-body {
    background: #F9F8F8
}

.dp015 {
    padding: 0 15px
}

.dp0 {
    padding: 0 !important
}

.leftside ul li a {
    color: #fff
}

#contact a img {
    background: #fff;
    padding: 5px;
    border-radius: 5px
}

.fl {
    float: left
}

.seo-none {
    display: none
}

.breadcrumb-div {
    background: #f1f1f1;
    padding: 15px
}

.breadcrumb-div ol {
    margin-bottom: 0
}

.Allblogss {
    text-align: left !important;
    padding: 15px
}

.Allblogss h4 {
    border-bottom: 1px solid #ddd
}

.Allblogss ul {
    padding-left: 0
}

.Allblogss ul li a {
    display: block;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #222;
    transition: .3s
}

.Allblogss ul li:hover a {
    background: orange;
    color: #fff
}

.Allblogss ul li:last-child a {
    margin-bottom: 0
}

.seo-none {
    display: none
}

.topbar-toplright.float-end {
    bottom: 80px;
    display: none !important;
}