html {
    scroll-behavior: smooth
}

body {
    margin: 0 auto;
    font-family: Raleway, sans-serif;
    color: #1e1e1e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 15px
}

section {
    overflow: hidden
}

ol,
ul {
    padding-left: 0;
    margin-bottom: 0
}

li {
    list-style: none
}

.slick-slide:focus,
.slick-slide:hover {
    outline: 0;
    outline-offset: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

a {
    font-family: Raleway, sans-serif;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

a:active,
a:focus,
a:hover,
a:visited {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #000;
    font-weight: 500
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 18px
}

p {
    line-height: 24px
}

figure {
    overflow: hidden;
    margin-bottom: 0
}

a,
p {
    font-family: Raleway, sans-serif;
    color: #1e1e1e
}

img {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.section-heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 22px;
    color: #000;
    margin-bottom: 2px
}

.btn {
    display: inline-block;
    padding: 12px 32px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    letter-spacing: 1px;
    border-radius: 4px;
    text-transform: capitalize;
    color: #363636
}

.btn-main {
    background: #ffd900;
    color: #000
}

.btn-main:hover {
    background-color: #f5d312;
    border: 1px solid #f5d312;
    color: #000
}

.btn-secondary {
    background: #000;
    border-color: #000;
    color: #fff
}

.btn-secondary:hover {
    background-color: #1a1a1a;
    border: 1px solid #1a1a1a;
    color: #fff
}

.btn-outline {
    background: 0 0;
    border: 1px solid #363636
}

.btn-outline:hover {
    background: #63ad3a;
    border-color: #63ad3a;
    color: #fff
}

.no-padder {
    padding: 0 !important
}

.b-b {
    border-bottom: 1px solid #ececec
}

.form-box {
    border-radius: 10px;
    border-color: #63ad3a
}

.section-break {
    padding-top: 70px
}

.form-control {
    box-shadow: none
}

.form-control:focus {
    box-shadow: none;
    border: 2px solid #222
}

.header {
    padding: 8px 0 0
}

.bottom-header {
    background: #005393;
    padding: 4px 0
}

.bottom-header .nav-link {
    color: #f4f4f4
}

.bottom-header .nav-link:hover {
    color: #fff
}

.bottom-header ul {
    display: flex;
    justify-content: space-around
}

.bottom-header .dropdown-toggle:after {
    vertical-align: 0.055em !important;
    border-top: 0.4em solid !important;
    border-right: 0.4em solid transparent !important;
    border-left: 0.4em solid transparent !important
}

.heading {
    margin-bottom: 40px
}

.heading h2 {
    margin-bottom: 25px
}

.navbar-menu ul {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    padding-top: 18px
}

.navbar-top .phone-num {
    margin-top: 5px
}

.navbar {
    padding-left: 0;
    padding-right: 0
}

.navbar-brand {
    width: 180px
}

.nav-link {
    color: #1e1e1e;
    padding: 8px 10px
}

.navbar-top .nav-link {
    font-size: 15px
}

.navbar-bottom .nav-link {
    font-weight: 500;
    font-size: 14px
}

.navbar-bottom li:nth-last-child(1) a {
    padding-right: 0
}

.navbar-brand {
    width: 140px
}

.navbar-expand-lg .navbar-nav .nav-item:nth-last-child(1) .nav-link {
    border-right: none
}

.banner {
    position: relative;
    max-height: 540px;
    overflow-x: hidden;
}

.banner-item {
    position: relative
}

.banner-content {
    position: absolute;
    top: 23%;
    left: 45%;
    width: 45%;
    right: 0;
    text-align: left;
    padding: 36px;
    background-color: rgba(0, 84, 148, .7)
}

.banner-content article h1 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 70px;
    font-size: 50px;
    text-align: left
}

.banner-content article h1 span {
    display: block;
    font-weight: 500;
    line-height: 32px;
    font-size: 22px
}

.banner-content article .btn-main {
    display: inline-block;
    width: auto;
    border-radius: 0;
    padding: 13px 24px
}

.banner-content article h3 {
    color: #d1d1d1;
    font-weight: 400;
    margin-bottom: 30px
}

.banner-content .btn-outline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 28%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    background: 0 0;
    border: 2px solid #ffd900;
    color: #fff
}

.banner-content .btn-outline:hover {
    background: #ffd900;
    color: #333
}

.banner-content .btn-main img {
    width: 18px;
    margin-right: 10px
}

.section-head h2 {
    margin-bottom: 30px
}

.why-icon figure {
    width: 80px;
    margin: 0 auto 16px
}

.why-content h5 {
    margin-bottom: 16px;
    font-weight: 600;
    color: #000
}

.why-content p {
    font-size: 15px
}

.why-choose-wrapper {
    padding: 70px 0;
}

.why-choose-wrapper h2 {
    margin-bottom: 16px
}

.why-choose-wrapper p {
    text-align: center;
    font-size: 16px
}

.why-choose-wrapper h5 {
    text-align: center
}

.card {
    margin-bottom: 36px
}

.delay {
    display: none;
}

.card article h4,
.card article h5 {
    margin-bottom: 20px
}

.card article p {
    margin-bottom: 20px
}

.card article a {
    color: #000;
    font-size: 15px;
    font-weight: 500
}

.card article {
    padding: 24px
}

.load-more a {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
    font-size: 15px
}

.tour-card-heading a {
    text-decoration: none !important
}

.info {
    padding-bottom: 120px
}

.info-bg-image {
    background: url('../images/info-bg.png') no-repeat right;
    height: 450px;
    position: relative
}

.info-bg-image figure {
    width: 220px;
    position: absolute;
    top: 50%;
    left: 10%
}

.info-content .btn-main {
    font-size: 15px;
    margin-top: 32px
}

.info-content p {
    line-height: 28px
}

.footer {
    background: #024a82;
    padding-top: 50px
}

.footer-block strong {
    color: #fff
}

.footer-block ul li a {
    color: #f7f7f7;
    font-size: 14px
}

.footer-block ul li a:hover {
    color: #fff
}

.footer-block ul {
    margin: 16px 0
}

.footer-block p {
    color: #fff
}

.footer-block ul li {
    color: #dadada
}

.copyright article {
    font-size: 14px;
    color: #b9b9b9
}

.copyright p {
    color: #dadada;
    border-top: 1px solid #989898;
    padding-top: 10px;
    margin-bottom: 8px
}

.footer-list li {
    margin: 8px 0
}

.read-more {
    text-decoration: underline
}

#myList .col-md-3,
#tourList .col-md-4 {
    display: none
}

.banner-title {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.banner-title h1 {
    color: #fff;
    font-weight: 400
}

.about-fleet {
    padding: 70px 0 20px
}

.about-fleet h3 {
    margin-bottom: 18px
}

.key-points ul li {
    position: relative;
    margin-left: 28px;
    line-height: 32px
}

.key-points ul li:before {
    content: url('../images/tick.svg');
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: -28px
}

.inner-parallax {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/cadillac.jpg');
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/cadillac.jpg');
    min-height: 420px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.inner-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.inner-heading h1 {
    text-align: center;
    color: #fff;
    font-weight: 500
}

.tour-parallax {
    background-image: url('../images/wine-tours.jpg')
}

.inner-menu {
    border-bottom: 1px solid #ddd;
    background: #fff;
    z-index: 1;
    margin-top: 40px
}

.inner-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.inner-menu ul li {
    padding: 20px 0 15px
}

.inner-menu ul li a {
    text-transform: capitalize;
    font-weight: 600
}

.inner-content {
    padding: 60px 0 50px
}

.content-block article h4 {
    margin-bottom: 22px
}

.content-highlight {
    padding: 50px 0
}

.content-highlight figure {
    max-height: 265px;
    overflow: hidden;
    margin-bottom: 20px
}

.servicedetails .inner-service {
    padding-top: 60px
}

.inner-service article h4 {
    margin-bottom: 16px
}

.contact {
    padding-top: 40px;
    background: #f7f7f7
}

.contact-form {
    background: #fff;
    padding: 40px 32px;
    margin: 40px 0 0;
    border-radius: 6px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .05)
}

.contact-form .btn-black-large {
    margin-top: 26px
}

.contact-form label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0
}

.contact-info {
    margin-top: 36px;
    margin-right: 40px
}

.contact-info h1 {
    font-size: 34px;
    margin-bottom: 24px;
    line-height: 1.2;
    font-weight: 700
}

.contact-address {
    margin-top: 36px
}

.contact-address a {
    color: #181818
}

.contact-map {
    margin-top: 36px;
    margin-bottom: -26px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.contact-sociallist {
    margin-top: 16px
}

.contact-sociallist li {
    display: inline-block;
    margin-right: 10px
}

.contact-sociallist li a:hover {
    color: #222
}

.contact-sociallist li a:hover i {
    -webkit-transform: none;
    transform: none
}

.contact-sociallist li i {
    font-size: 20px
}

.contact .btn-main {
    width: 100%
}

.easy-contact {
    background: #4aa414;
    padding: 60px 0
}

.easy-contact-content h4 {
    color: #fff;
    font-weight: 400;
    font-size: 22px
}

.easy-contact-content h4 a {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 60px
}

.mid-imgsec {
    background: url('../images/fleet_lineup.jpg') no-repeat center;
    height: 250px;
    padding: 100px 0
}

.why-us .row .col-md-4:nth-child(1).why-item .why-icon figure {
    width: 42px
}

.why-us h3 {
    font-size: 24px;
    margin-bottom: 24px
}

.why-us ul li {
    display: flex;
    font-size: 15px;
    margin: 14px 0
}

.why-us ul li img {
    width: 24px;
    margin-right: 10px
}

.safety-concern {
    margin: 30px 0;
    display: flex;
    justify-content: space-between
}

.safety-concern figure {
    width: 30%
}

.safety-concern figure img {
    width: 120px
}

.location-content .btn-main {
    margin-top: 24px
}

.location-content {
    margin: 0 16px
}

.support .fill-banner {
    background: #f3f3f5;
    height: 400px;
    position: relative
}

.support .fill-banner article {
    text-align: center;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.support .fill-banner h1 {
    line-height: 50px;
    margin-bottom: 24px;
    font-weight: 400
}

.support .fill-banner p {
    padding: 0 80px
}

.support-questions {
    padding: 60px 0
}

.support-questions .card {
    margin-bottom: 20px;
    box-shadow: none
}

.support .fill-banner {
    background: #f3f3f5;
    height: 400px;
    position: relative
}

.support .card-header {
    background: #4aa414;
    padding: 14px 16px;
    border-radius: 0
}

.support .card-header a h5 {
    color: #fff;
    font-weight: 400
}

.termscondition {
    padding-top: 130px;
    padding-bottom: 50px
}

.termscondition .section-heading {
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    margin-bottom: 20px
}

.termscondition__article {
    margin-bottom: 24px
}

.termscondition__article h5 {
    font-weight: 400;
    margin-bottom: 10px
}

.termscondition__article p {
    font-size: 15px
}

.inr-count {
    background: #f3f3f5;
    padding: 60px 0
}

.inr-count-block {
    text-align: center
}

.inr-template-info {
    text-align: center;
    margin-bottom: 36px
}

.inr-template-info h2 {
    margin-bottom: 24px;
    font-weight: 400
}

.inr-template-tabs .card {
    box-shadow: none
}

.nav-tabs .nav-link:hover {
    background-color: transparent
}

.nav-tabs .nav-link {
    text-transform: capitalize;
    font-size: 16px
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    font-weight: 500;
    background-color: #024a82
}

.inr-template-tabs .nav-tabs {
    border: 2px solid #d7d7d7 !important;
    border-left: 0 !important;
    border-right: 0 !important
}

.tab-content {
    text-align: center
}

.inr-banner figure {
    height: 480px
}

.inr-template-main {
    padding-top: 70px
}

.large-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    margin-bottom: 28px
}

.grey-bg {
    background: #f7f7f7
}

.program {
    padding: 70px 0 50px
}

.program h2 {
    margin-bottom: 32px;
    text-align: center;
    text-transform: uppercase
}

.program-block {
    position: relative;
    margin-bottom: 115px
}

.program-info {
    background: #005494;
    padding: 18px 24px;
    width: 84%;
    position: absolute;
    right: 0;
    bottom: -32%
}

.program-info h5 {
    margin-bottom: 10px
}

.program-info p {
    color: #ebebeb;
    font-size: 14px
}

.program-info a {
    font-size: 15px;
    color: #010199;
    font-weight: 500
}

.program-info h5 a {
    font-size: 20px;
    color: #fff
}

.program-image img {
    transition: transform 0.5s ease
}

.program-image img:hover {
    transform: scale(1.1)
}

.events {
    padding: 70px 0
}

.event-block {
    background: #f7f7f7;
    padding: 36px 48px 22px;
    border-radius: 8px
}

.event-block article h5 {
    margin-bottom: 10px
}

.event-action {
    float: right;
    margin-top: 8px
}

.event-block article {
    margin-left: 24px
}

.promo {
    position: relative
}

.promo-content {
    position: absolute;
    top: 27%;
    right: 8%;
    width: 80%
}

.promo article h3 {
    color: #fff;
    line-height: 28px;
    font-size: 34px;
    margin-bottom: 30px
}

.promo article p {
    color: #fff;
    line-height: 28px;
    font-size: 15px
}

.promo article p a {
    color: #fff;
    font-weight: 700
}

.blog {
    padding: 70px 0 30px
}

.blog-content {
    background: #f7f7f7;
    padding: 43px 32px
}

.blog-content h6 {
    line-height: 26px;
    margin-bottom: 14px
}

.blog-content p {
    margin-bottom: 20px
}

.blog-content a {
    color: #010199
}

.blog-block figure img,
.blog-item figure img {
    transition: transform 0.5s ease
}

.blog-block figure img:hover,
.blog-item figure img:hover {
    transform: scale(1.1)
}

.blog h2 {
    margin-bottom: 32px;
    text-transform: uppercase
}

.blog-item {
    display: flex;
    margin-bottom: 10px
}

.blog-item figure {
    width: 40%
}

.blog-item .blog-content {
    padding: 18px 20px;
    width: 60%
}

.blog-item .blog-content h6 {
    margin-bottom: 8px
}

.blog-item .blog-content p {
    margin-bottom: 10px
}

.social-network {
    background: #005494;
    padding: 30px 0
}

.social-network h3 {
    color: #f7f7f7
}

.social-network-item {
    display: flex;
    justify-content: flex-end
}

.social-network-item ul {
    display: flex
}

.social-network-item li a {
    color: #f7f7f7
}

.social-network-item li a i {
    font-size: 36px
}

.social-network-item li a:hover {
    color: #fff
}

.social-network-item li {
    margin: 0 18px
}

.phone-num a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700
}

.program-template-parallax {
    background-image: url('../images/nursing.png')
}

.program-parallax {
    background-image: url('../images/nurse.jpg')
}

.inner-wrap {
    padding: 70px 0
}

.program-wrap {
    background: #f7f7f7;
    padding: 80px 0 70px
}

.program-wrap-content {
    padding: 0 32px
}

.program-wrap-content h4 {
    margin-bottom: 16px
}

.overview-icon figure {
    width: 40px;
    margin: 0 auto 16px
}

.overview-content h5 {
    margin-bottom: 10px
}

.why-us .row .col-md-3 {
    border-right: 1px solid #ededed
}

.why-us .row .col-md-3:nth-child(1) .overview .overview-icon figure {
    width: 24px
}

.why-us .row .col-md-3:nth-child(4) .overview .overview-icon figure {
    width: 50px
}

.why-us .row .col-md-3:nth-child(4) {
    border: none
}

.overview-icon {
    min-height: 60px
}

.inner-tab-content ul li {
    list-style-type: disc;
    margin-bottom: 8px
}

.inner-tab-content h5 {
    margin-bottom: 16px
}

.inner-tab-content {
    margin-top: 40px
}

.nav-tabs {
    border-bottom: 1px solid #e0e0e0 !important
}

.features {
    background: #f7f7f7;
    padding: 70px 0
}

.features article h4 {
    margin-bottom: 18px
}

.features-list {
    margin-top: 16px
}

.features-list ul li i {
    font-size: 22px;
    color: #010199;
    margin-right: 6px
}

.features-list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 14px
}

.field {
    display: flex;
    flex-flow: column-reverse;
    margin-bottom: 0;
    position: relative
}

.field .form-addons {
    position: absolute;
    top: 40px;
    right: 12px;
    font-size: 15px;
    color: #4b4b4b
}

.form-addons img {
    width: 28px
}

input,
label {
    transition: all 0.2s;
    touch-action: manipulation
}

input {
    font-size: 14px;
    border: 0;
    font-family: inherit;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 20px 12px 10px;
    cursor: text;
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, .2);
    border-radius: 6px
}

input:focus {
    outline: 0
}

input:placeholder-shown+label {
    cursor: text;
    max-width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translate(0, 3.025rem) scale(1);
    font-size: 14px;
    margin-left: 12px;
    font-weight: 500
}

::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit
}

input:focus::-webkit-input-placeholder {
    opacity: 1
}

input:focus+label,
input:not(:placeholder-shown)+label {
    transform: translate(-9.2%, 1.825rem) scale(0.8);
    cursor: pointer;
    color: #4ab857
}

.country-select {
    margin-top: 30px
}

.country-select .form-control {
    height: 51px;
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, .2);
    border: none
}

.main-application-form {
    padding: 70px 0
}

.sp-split {
    display: flex
}

.sp-split-grey {
    width: 50%;
    padding: 70px 80px;
    background: #f7f7f7
}

.sp-split-green {
    background: #e9e9ff;
    padding: 70px 80px;
    width: 50%
}

.sp-split-green p {
    color: #fff
}

.sp-split-block ul li {
    display: flex;
    align-items: center;
    margin: 20px 0;
    color: #1e1e1e;
    font-size: 18px
}

.sp-split-block ul li img {
    width: 32px;
    margin-right: 16px;
    filter: brightness(0)
}

.sp-split-block {
    margin-bottom: 50px
}

.sp-split-block h4 {
    color: #000
}

.inner-form {
    background: #f7f7f7
}

.application-form h2,
.application-form p {
    color: #000;
    text-align: center
}

.application-form h2 {
    margin-bottom: 24px
}

.application-form article p span {
    color: #1e1e1e !important
}

.application-form form .check-program h6 {
    color: #000
}

.application-form form .check-program label {
    color: #1e1e1e !important
}

.program-check {
    padding-left: 0
}

.program-check input:focus+label,
.program-check input:not(:placeholder-shown)+label {
    color: #fff;
    font-size: 16px
}

.application-form form h6 {
    color: #fff;
    font-size: 16px;
    margin-top: 28px;
    margin-bottom: 16px
}

.check-program input:focus+label,
.check-program input:not(:placeholder-shown)+label {
    transform: none
}

.check-program .form-check {
    margin: 6px 0
}

.check-program .form-check label {
    color: #fff
}

.application-form form .btn-main {
    margin-top: 18px
}

.inner-banner {
    position: relative;
    overflow: hidden
}

.overlay {
    height: 100%;
    width: 100%;
    background: rgba(0, 83, 147, .7);
    position: absolute;
    top: 0
}

.banner-text {
    position: absolute;
    top: 15%;
    left: 9%;
    color: #f7f7f7
}

.banner-text h3,
.relief-page h1 {
    color: #fff
}

.banner-text p {
    color: #f7f7f7;
    margin-top: 24px
}

.banner-text h3 {
    margin-bottom: 18px
}

.banner-text article {
    max-width: 700px
}

.text-lists {
    margin-top: 40px;
    width: 700px
}

.text-lists h5 {
    color: #fff;
    margin-bottom: 16px
}

.text-lists ul li i {
    margin-right: 10px
}

.text-lists ul li {
    margin-bottom: 8px
}

.text-lists p {
    margin-top: 36px
}

.m-t-m {
    margin-top: 24px
}

.inner .why-choose-wrapper {
    background: #f7f7f7
}

.inner .inner-banner {
    height: 700px
}

.relief-table {
    padding: 80px 0 70px
}

.wrap-icons {
    background: #024a82;
    color: #fff;
    padding: 70px 0
}

.wrap-icons article {
    text-align: center;
    margin: 24px 36px
}

.wrap-icons article h6 {
    color: #fff;
    margin-bottom: 16px
}

.wrap-icons article p {
    color: #f7f7f7
}

.wrap-icons figure {
    width: 48px;
    margin: 0 auto 18px
}

.wrap-icons figure img {
    filter: brightness(0) invert(1)
}

.bloglist {
    padding: 0 0 50px;
    background: #f7f7f7
}

.bloglist h2 {
    text-align: center;
    margin-bottom: 28px
}

.bloglist .section-heading {
    text-align: center;
    margin-bottom: 32px
}

.bloglist__image {
    max-height: 215px
}

.bloglist__image img {
    transition: transform 0.5s ease
}

.bloglist__image:hover img {
    transform: scale(1.04)
}

.bloglist__desc {
    padding: 24px 10px
}

.bloglist__desc h5 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px
}

.bloglist__desc h5 a {
    color: #414141;
    font-family: Muli, sans-serif
}

.bloglist__desc h5 a:hover {
    color: #010199
}

.bloglist__desc span {
    font-size: 13px;
    color: #222;
    font-weight: 300
}

.bloglist__desc p {
    margin: 8px 0
}

.bloglist__desc .readmore {
    color: #7d2d1c
}

.bloglist__item {
    background: #fff;
    margin-bottom: 36px
}

.bloglist__item .btn-primary {
    text-transform: none;
    margin-top: 12px
}

.blogdetail {
    padding: 0 0 60px
}

.blogdetail .inner-banner-image {
    margin-bottom: 50px
}

.blogdetail .section-heading {
    margin-bottom: 12px;
    text-align: center
}

.blogdetail__content {
    padding-bottom: 16px
}

.blogdetail__content h2 {
    margin-bottom: 16px
}

.blogdetail__content .blog-date {
    font-size: 14px
}

.blogdetail__content figure {
    margin: 24px 0 32px
}

.blogdetail__content p {
    text-align: justify
}

.blogdetail__socialshare {
    padding: 20px 60px 0;
    text-align: center
}

.blogdetail__socialshare ul {
    display: flex;
    justify-content: center;
    margin-top: 10px
}

.blogdetail__socialshare i {
    font-size: 24px;
    margin-right: 16px
}

.blogdetail__socialshare span {
    color: #222
}

.blogdetail__socialshare a {
    color: #222
}

.similar {
    margin-top: 36px;
    background: #f7f7f7;
    padding: 18px
}

.similar .bloglist__item {
    background: 0 0;
    margin-bottom: 12px
}

.similar .bloglist__desc {
    padding: 0
}

.similar .bloglist__desc h5 {
    font-size: 15px;
    font-weight: 500
}

.similar .btn-main {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin-top: 24px;
    width: 100%
}

.similar h4 {
    margin-bottom: 16px
}

.similar .bloglist__image {
    max-height: 72px
}

.similar__desc h5 {
    font-family: Muli, sans-serif;
    margin: 16px 0 8px
}

.similar__desc span {
    font-size: 13px
}

.similar__desc a {
    color: #414141
}

.similar__desc p {
    margin-top: 5px
}

.page-pagination ul.pagination {
    justify-content: center
}

.similar__image {
    height: 235px;
    overflow: hidden
}

.online-program .inner-banner {
    height: 450px
}

.online-program .banner-text {
    top: 40%
}

.content-wrap {
    padding: 70px 0
}

.content-wrap h3 {
    margin-bottom: 16px
}

.content-item h5 {
    margin-top: 16px
}

.content-block {
    margin-top: 50px
}

a.dropdown-item p {
    margin-bottom: 0;
    white-space: normal
}

.news-menu .dropdown-menu {
    width: 210px
}

p strong {
    font-weight: 800 !important
}

.blog-wrapper figure img {
    width: 100%;
    height: 230px;
    object-fit: cover
}

.blog-wrapper .blog-block {
    margin-bottom: 40px
}

.blog-wrapper {
    background-color: #e9e9ff;
    padding-bottom: 70px
}

.blog-details .blog-block {
    background-color: #fff;
    padding: 40px
}

.blog-details figure img {
    height: auto
}

.blog-details .blog-content {
    background: #fff;
    padding: 0 0 0 20px
}

.show-on-mobile {
    display: none;
    margin-top: 16px;
    position: absolute;
    top: -100px;
    right: 60px
}

.hc-offcanvas-nav li:not(.custom-content) a {
    color: #000
}

.hc-offcanvas-nav .nav-next span::before,
.hc-offcanvas-nav li.nav-back span::before {
    border-top: 2px solid #000;
    border-left: 2px solid #000
}

.gallery-wrapper {
    padding: 0 0 60px
}

.gallery-wrapper .img-gallery {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 12px
}

.gallery-content {
    margin-bottom: 24px
}

.hc-offcanvas-nav li.nav-back:not(:first-child) a,
.hc-offcanvas-nav li.nav-close:not(:first-child) a {
    color: #fff
}

.hc-offcanvas-nav:not(.touch-device) li:not(.custom-content) a:hover {
    color: #fff
}

.blog .slick-slide {
    margin: 0 16px
}

.template-404 {
    padding: 20px 0 100px
}

.template-404 h1 {
    font-size: 140px
}

.template-404 p {
    font-size: 15px
}

.template-404 article .btn-main {
    margin-top: 24px;
    text-transform: capitalize;
    font-size: 14px
}

.blog-wrap,
.gallery-wrap {
    padding-top: 70px
}

.login {
    margin: 0 14px
}

.login a,
.phone-num a {
    border: 2px solid #005494;
    border-radius: 5px;
    padding: 12px 16px !important;
    font-weight: 600
}

.login a:hover,
.phone-num a:hover {
    background: #005494;
    color: #fff
}

.student-portal h1 {
    text-align: center
}

.inn-temp-wrap {
    margin-top: 60px
}

.inn-temp-block article {
    margin-bottom: 32px;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    padding: 28px 36px
}

.inn-temp-block article:hover {
    background: #f7f7f7
}

.inn-temp-block h1 {
    margin-bottom: 24px
}

.inn-temp-block article h5 {
    line-height: 28px;
    font-size: 16px
}

.inn-temp-block article .btn-main {
    margin-top: 18px
}

.inn-temp-block article h4 {
    margin-bottom: 16px;
    line-height: 34px
}

.inner-template {
    padding: 0
}

.student-performance {
    padding-bottom: 0
}

.inn-temp-form {
    max-width: 550px;
    margin: 0 auto;
    background: #394b59;
    padding: 50px;
    color: #fff
}

.inn-temp-form .form-control {
    height: 50px
}

div.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgb(41 41 41)
}

div.cookies .container {
    position: relative
}

@media only screen and(min-width:1025px) {
    div.cookies .container {
        height: 40px
    }
}

div.cookies .container div {
    padding-right: 10px
}

div.cookies a {
    color: #fff;
    text-decoration: underline;
    border: none
}

div.cookies a.close-cookie-warning {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background-color: #ffd900;
    color: #000;
    padding: 10px 26px;
    cursor: pointer;
    font-size: 28px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
    width: auto;
    height: 40px;
    font-weight: 600;
    border-radius: 50px;
    font-size: 13px
}

div.cookies a.close-cookie-warning:hover {
    border-bottom: none
}

@media only screen and(max-width:767px) {
    .mobile-hidden {
        display: none
    }
    .alert {
        padding: 10px 30px
    }
}

.cookies p {
    font-size: 13px;
    color: #fff
}

.cookies p {
    margin-right: 110px
}

.alert-success {
    background-color: #000;
    color: #fff;
    text-align: center
}

.alert {
    position: relative;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 16px;
    margin: 0 auto;
    padding: 10px 50px;
    width: 100%;
    justify-content: center;
    align-items: center
}

.alert {
    border: 0
}

.statusbar {
    background: #ffd900;
    display: flex;
    align-items: end
}

.statusbar p {
    color: #222;
    margin-bottom: 0;
    font-size: 15px
}

.statusbar div a {
    font-weight: 600;
    margin-left: 10px;
    font-size: 14px;
    text-decoration: underline
}

.statusbar .closed {
    background: 0 0;
    border: none;
    font-size: 36px;
    padding: 0;
    line-height: 16px;
    margin-top: 1px;
    margin-left: 8px
}

.close-cookie-btn {
    color: #000 !important
}

.inn-temp-wrap .similar {
    margin-top: 66px
}

.report {
    background: #dedede;
    padding: 40px
}

.report article h4 {
    margin-bottom: 12px
}

.report article p {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline
}

textarea {
    font-size: 14px;
    border: 0;
    font-family: inherit;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 20px 12px 10px;
    cursor: text;
    box-shadow: 0 0 15px -3px rgb(0 0 0 / 20%);
    border-radius: 6px
}

.application-form .field textarea:focus {
    outline: 0;
    border: none
}

textarea:focus+label,
textarea:not(:placeholder-shown)+label {
    transform: translate(-8.2%, 2.125rem) scale(0.8);
    cursor: pointer;
    color: #4ab857
}

textarea:placeholder-shown+label {
    cursor: text;
    max-width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translate(0, 3.025rem) scale(1);
    font-size: 14px;
    margin-left: 12px;
    font-weight: 500
}

.dark.cc_dialog {
    position: fixed !important;
    bottom: 0 !important;
    top: auto !important
}

.slick-slider,
.banner-content {
    display: none
}

.slick-slider.slick-initialized,
.slick-slider.slick-initialized .banner-content {
    display: block
}

.openNav,
.mob-nav {
    display: none;
}

.mob-nav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -300px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.mob-nav a {
    padding: 14px 17px;
    font-size: 15px;
    color: #111;
    z-index: 1;
    display: block;
    border-bottom: 1px solid #2c5d8f;
}

.mob-nav a:hover {
    background: #2c5d8f;
    color: #fff
}

.mob-nav span {
    padding: 14px 17px;
    font-size: 15px;
    color: #111;
    z-index: 1;
    display: block;
}

.mob-nav li ul {
    border-bottom: 1px solid #2c5d8f;
}

.mob-nav li ul li a {
    border-bottom: 0;
    padding: 5px 25px;
}

.mob-nav a:hover {
    color: #f1f1f1;
}

.mob-nav .closebtn {
    font-size: 18px;
    background: #2c5d8f;
    color: #fff;
}

.mob-nav .closebtn i {
    float: right;
}