body {
    font-family: "Poppins", sans-serif;
    color: #444444;
    overflow-x: hidden;
}
a {
    color: #243c7b;
    text-decoration: none;
}
.permitted-body a {
    color: #243c7b;
    font-weight: 500;
}
a:hover {
    color: #3b8af2;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}
button.btn.rm {
    display: inline-block;
    float: left;
    background: #243c7b;
    color: #fff;
    padding: 0;
    height: 40px;
    font-size: 13px;
    min-width: 170px;
}

.logo-middle .dropdown {
    float: right;
}
.logo-middle {
    float: right;
    width: 100%;
}
.logo-m {
    text-align: center;
    margin: 2px 0 0px;
}

.menu-inner nav.navbar {
    background: #398891;
    color: #fff;
    margin: 0;
    border-radius: 0px;
}
.menu-inner a.nav-link {
    font-size: 14px;
    padding: 14px 16px !important;
    color: #fff;
    position: relative;
}

.menu-inner {
    position: static;
    width: 100%;
}
section.menubar-wrapper {
    position: relative;
}

h6.fs {
    display: inline-block;
    font-size: 15px;
    padding: 4px 0 0;
    margin: 0;
}
.skip {
    float: left;
    font-size: 14px;
    width: auto;
    padding-right: 10px;
    padding-top: 3px;
    line-height: 19px;
}

section.header-top {
    float: right;
    width: 100%;
    text-align: right;
    padding: 4px 0 4px;
}

section.header-top {
    background: #e5ffdd;
    color: #2a2a2a;
}

.txt {
    float: left;
    width: auto;
    border-left: 2px solid #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 2px solid #fff;
    margin-right: 10px;
    font-size: 13px;
    padding-top: 3px;
}
.header-social {
    float: left;
}
.skip-wrper {
    float: right;
}
.menu-inner i.fa.fa-home {
    font-size: 15px;
    padding: 0 4px;
}
.slider-img {
    width: 100%;
    background-size: cover;
    height: 500px;
}
.slide-one {
    background-image: url(../img/Slide-01.png) !important;
}

.slider-cnt {
    margin: 0 auto;
    width: 530px;
    color: #fff;
    padding-top: 70px;
    text-align: center;
}
.slider-cnt h2 {
    font-size: 32px;
    font-weight: 600;
}
.slider-cnt p {
    font-size: 24px;
    font-weight: 500;
}
p.welns {
    font-size: 20px;
    font-weight: 600;
}
.welns span {
    color: #f29308;
}
.Important {
    float: left;
    width: 100%;
    background: #fff;
    font-size: 12px;
    color: #2a2a2a;
    font-weight: 500;
    margin-top: 0px;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
}
.Important span {
    font-weight: 600;
    color: #243c7b;
}
.abt-inner p {
    font-size: 14px;
    text-align: justify;
    line-height: 26px;
    margin: 20px 0 10px;
    display: inline-block;
    width: 100%;
    float: left;
    font-weight: 500;
}
a.read-more {
    background: #006f3a;
    padding: 6px 20px;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    float: left;
    margin: 6px 0 0;
    border: 2px solid #006f3a;
    font-size: 14px;
}
.abt-inner {
    float: left;
    width: 100%;
}
a.read-more:hover {
    background: #fff;
    color: #006f3a;
    border: 2px solid #006f3a;
}
.ab-heading {
    font-size: 24px;
    font-weight: 700;
    margin: 2px 0 10px;
    color: #2a2a2a;
    position: relative;
}
.ab-heading span {
    color: #243c7b;
}
section.about-us {
    float: left;
    width: 100%;
    padding: 40px 0 30px;
    position: relative;
    overflow: hidden;
    background-size: cover;
}
/* .ab-heading::before {
background: url(../images/hding-lft.png);
content: "";
height: 100px;
position: absolute;
width: 100px;
background-repeat: no-repeat;
left: -24px;
top: -12px;
}
.ab-heading::after {
background: url(../images/hding-w.png);
content: "";
height: 60px;
position: absolute;
width: 126px;
background-repeat: no-repeat;
left: 60px;
bottom: -61px;
} */

span.hdbor-lft {
    position: absolute;
    border-left: 4px solid #ff5f15;
    height: 30px;
    left: -13px;
    top: -3px;
}
span.hdbor-rgt {
    position: absolute;
    border-bottom: 2px solid #37517e;
    height: 46px;
    left: 54px;
    width: 130px;
}
span.hdbor-rgt::after {
    content: "";
    position: absolute;
    width: 15px;
    background: #37517e;
    height: 15px;
    border-radius: 50px;
    left: 0;
    bottom: -9px;
}
.about-rgtimgs {
    background: url(../images/about-right.png);
    position: absolute;
    z-index: 9999;
    height: 730px;
    background-repeat: no-repeat;
    width: 27%;
    right: 0;
    top: -301px;
}
.card-icon {
    height: 75px;
    width: 75px;
    background: #e9f9ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
.visiter-card {
    padding: 15px;
    height: 260px;
    background: #fff;
    display: inline-block;
    width: 100%;
    box-shadow: 1px 0px 5px #d3d3d3;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    z-index: 9;
    border-top: 4px solid #ffffff;
}
.visiter-card h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 40px 0 0;
    line-height: 26px;
    width: 90%;
}
a.card-pop {
    width: 32px;
    height: 32px;
    background: #fbfbfb;
    align-items: center;
    justify-content: center;
    float: right;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    display: flex;
}
.card-bg {
    float: left;
    width: 100%;
    margin: 20px 0 40px;
}

.Visitor h2.ab-heading {
    margin: 14px 0 50px;
}
.card-icon img {
    width: 45px;
}
section.Passenger {
    float: left;
    width: 100%;
    padding: 140px 0 36px;
    position: relative;
    overflow: hidden;
}
.passenger-w h6 {
    font-size: 16px;
    font-weight: 600;
}
.passenger-w p {
    font-size: 13px;
    color: #919191;
    font-weight: 500;
}
.passenger-wrap {
    float: left;
    width: 33.33%;
    border-right: 1px dashed #b5b5b5;
    padding: 22px 25px;
    position: relative;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
}
.passenger-card {
    float: left;
    width: 100%;
    box-shadow: 1px 0px 5px #d3d3d3;
    padding: 0;
    margin: 54px 0px 0;
}
.passenger-w {
    background: #37517e;
    width: 45px;
    height: 45px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    float: left;
    z-index: 99;
    position: relative;
}
.passenger-wp h6 {
    font-size: 16px;
    font-weight: 600;
    color: #2a2a2a;
    margin: 0 0 6px;
}
.passenger-wp p {
    font-size: 12px;
    margin: 0;
    font-weight: 500;
    color: #919191;
}
.passenger-wp {
    float: left;
    width: 84%;
    padding: 6px 0px 0 10px;
}
.passenger-wp h6 span i {
    color: #243c7b;
}
.passenger-wp h6 span {
    padding-left: 6px;
}
.passenger-on {
    height: 59px;
    width: 128px;
    background: #f5f8ff;
    position: absolute;
    transform: rotate(45deg);
    border-radius: 50px;
    top: -10px;
    left: -41px;
}
.bor-n {
    border: none;
}
.blinks {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 6px #00000016;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 90px;
    margin-top: 60px;
}
.event {
    background: url(../images/event-bg.png) #fff;
    color: #fff;
    background-repeat: no-repeat;
    padding-top: 30px;
    display: inline-block;
    width: 100%;
}
.event-box {
    background: #fff;
    border: none;
    min-height: 400px;
    display: inline-block;
    width: 100%;
}
.event-box {
    border-radius: 5px 5px 0 0;
}
.event-inner {
    color: #141414;
    padding: 10px;
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.event-inner h1 {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px;
}
.event-inner p {
    font-size: 14px;
    margin: 0;
    margin-bottom: 20px;
    text-align: justify;
    font-weight: 400;
    line-height: 26px;
}
.event-inner .more-btn {
    position: absolute;
    width: 92%;
    bottom: -12px;
    text-align: center;
}
.event-inner .more-btn a {
    background: #243c7b;
    color: #fff;
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 15px;
    border: 2px solid #243c7b;
}

.event-inner .more-btn a:hover {
    background: #ffffff;
    color: #243c7b;
    border: 2px solid #243c7b;
}

.chatbox {
    padding: 50px 0;
}
.notice h2 span {
    color: #919191;
    font-size: 15px !important;
    font-weight: 600;
}
.notice h2 span i {
    padding-left: 10px;
}
.notice-list {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #9f9f9f50;
}
.notice-list:last-child {
    border-bottom: 1px solid #9f9f9f50;
}
.notice-list h5 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    line-height: 20px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #9f9f9f50;
    color: #13306d;
}
.notice-list h5 span {
    font-size: 13px;
    font-weight: 500;
}
.notice-list p {
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    color: #13306d;
    margin-left: 20px;
    margin-bottom: 0;
}
.notice-list p small {
    font-size: 13px;
    font-weight: 400;
    color: #868686;
}
.circulars {
    background: #fff;
    box-shadow: 0 0 6px #00000016;
}
.circulars h2 {
    font-size: 20px;
    font-weight: 700;
    background: #37517e;
    color: #fff;
    border-radius: 5px 5px 0 0;
    padding: 10px 20px;
    margin-bottom: 0;
}
.circulars h2 img {
    margin-right: 20px;
}
.circulars h2 img:last-child {
    text-align: end;
    float: inline-end;
    margin-right: 0;
}
.inner-circ {
    padding: 20px;
    height: 425px;
    overflow-y: scroll;
}
.circ-box {
    border-bottom: 1px solid #9f9f9f50;
    padding: 10px 0;
}
.circ-box:first-child {
    padding-top: 0 !important;
}
.circ-box h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 3px;
    color: #13306d;
    line-height: 20px;
}
.circ-box p {
    margin-bottom: 0;
    font-size: 14px;
}

.bfooter {
    background: #398891;
    padding: 40px 0 0px;
    display: inline-block;
    width: 100%;
}

.b-contact {
    background: #cef0ff;
    border-radius: 5px;
    padding: 15px;
    position: absolute;
    left: 0;
    top: -65px;
    width: 90%;
}
.b-contact h3 {
    font-size: 18px;
    color: #2a2a2a;
    font-weight: 600;
    margin: 15px 0;
    text-decoration: underline;
}
.b-contact address p {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: baseline;
}
.b-contact address p i {
    font-size: 17px;
    padding-right: 5px;
    width: 22px;
}
.b-contact address p a {
    color: #2a2a2a;
}
.inner-footer {
    margin-top: 20px;
    color: #cef0ff;
}
.inner-footer h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.inner-footer ul {
    padding-left: 0px;
}
.inner-footer ul li {
    list-style-type: none;
}
.inner-footer ul li a {
    color: #ffffff;
    line-height: 31px;
    font-size: 13px;
}
.f-btn {
    background: #247ba0;
    border: #247ba0;
    border-radius: 5px !important;
    height: 40px !important;
    font-size: 15px;
}
.f-btn:hover {
    background: #247ba0;
}
.social {
    margin-top: 30px;
    display: block;
}
.social h2 {
    font-weight: 400;
    border: none;
    margin-bottom: 0;
}
.social a {
    margin-right: 15px;
}
.social p {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 14px;
}
.event {
    background: url(../images/event-bg.png) #fff;
    color: #fff;
    background-repeat: no-repeat;
    padding-top: 50px;
    display: inline-block;
    width: 100%;
}
.event h2.ab-heading {
    color: #fff;
}
.event span.hdbor-lft {
    position: absolute;
    border-left: 2px solid #fff;
    height: 46px;
    left: -14px;
}
.event .ab-heading span {
    color: #fff;
}
.event span.hdbor-rgt::after {
    background: #fff;
}
.event span.hdbor-lft::before {
    background: #fff;
}
p.news {
    margin: 45px 0 20px;
}
.cmft {
    position: absolute;
    right: -70px;
    top: 60px;
}
.cmft img {
    width: 346px;
}
section.e-services {
    display: inline-block;
    width: 100%;
    background: url(../img/Application.png);
    background-size: cover;
    background-position: bottom;
    padding: 35px 0 30px;
    background-color: #f6f6f6;
}
.e-servic-top {
    display: inline-block;
    width: 100%;
    float: left;
}
.eservice-right p {
    display: inline-block;
    line-height: 30px;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    padding-left: 36px;
}
.eservice-right {
    width: 70%;
    float: left;
}
.eservice-left {
    float: left;
    width: 30%;
}
.e-services-cardwrap {
    display: inline-block;
    width: 23%;
    text-align: center;
    border-radius: 4px;
    padding: 24px 4px;
    margin: 0 9px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    min-height: 310px;
    float: left;
    border: 2px solid #ffffff;
}
.e-services-cardwrap h4 {
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0;
    line-height: 24px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.e-services-cardwrap p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    height: 85px;
}
a.lern-more {
    background: #006f3a;
    color: #fff;
    margin: 0;
    width: 55%;
    display: inline-block;
    padding: 6px 0;
    font-size: 14px;
    border-radius: 4px;
    border: 2px solid #006f3a;
}
a.lern-more:hover {
    border: 2px solid #006f3a;
    color: #006f3a;
    background: #ffffff;
}
.e-serviicon img {
    width: 75px;
}
.e-services-cardinner {
    display: inline-block;
    width: 100%;
    margin: 26px 0 0;
}
.notice-ic img {
    width: 42px;
}
.notice h2 span.nt {
    font-size: 22px !important;
    color: #37517e !important;
    padding: 0 8px;
    font-weight: 700;
}
span.se-more {
    float: right;
    display: inline-block;
    padding: 24px 0 0;
}
.se-more a {
    color: #919191;
}
.owl-carousel .owl-item img {
    display: block;
    width: auto;
}
.event span.hdbor-rgt {
    position: absolute;
    border-bottom: 2px solid #ffffff;
    height: 46px;
    left: 58px;
    width: 130px;
}

.owl-next span {
    height: 40px;
    width: 40px;
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    border-radius: 50px;
}
.owl-prev span {
    height: 40px;
    width: 40px;
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    border-radius: 50px;
}
.owl-next span:hover,
.owl-prev span:hover {
    background: rgba(0, 0, 0, 0.6);
}
button,
button:focus {
    outline: none;
}
button.owl-next {
    position: absolute;
    top: 30px;
    right: -29px;
    outline: none;
}
button.owl-prev {
    position: absolute;
    top: 27px;
    left: -33px;
    outline: none;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
}
.menu-inner .dropdown-item {
    padding: 5px 10px;
    color: #212529;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
}
.menu-inner .dropdown-menu.show {
    padding: 0;
    width: 200px;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #006f3a;
}
.dropdown-menu {
    position: absolute;
    top: 121%;
}
button.owl-next,
button.owl-prev {
    top: 28%;
}
.home-slider button.owl-next {
    right: 30px;
    outline: none;
    bottom: 0;
    top: auto;
}
.home-slider button.owl-prev {
    position: absolute;
    bottom: 0px !important;
    right: 78px !important;
    outline: none;
    left: auto;
    top: auto;
}
.home-slider .owl-next span {
    background: #ffffff;
    color: #000;
}
.home-slider .owl-prev span {
    background: #ffffff;
    color: #000;
}
section.home-slider {
    display: inline-block;
    width: 100%;
}
.owl-theme .owl-nav {
    margin-top: 0;
}
.mission-txt p {
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    font-weight: 500;
    box-shadow: 0px 0px 5px #e3e3e3;
    padding: 5px;
}
.mission-txt h5 {
    font-size: 22px;
    color: #919191;
    margin: 15px 0 0;
}
.M-SHAPE img {
    width: 72%;
}
.ms-wrap {
    float: right;
    width: 56%;
    text-align: center;
    position: absolute;
    right: 0;
    top: -18px;
}

.M-SHAPE {
    position: absolute;
}
.mission-mg img {
    width: 20%;
}
section.our-mission-visin {
    display: inline-block;
    width: 100%;
    background: #fff;
    min-height: 394px;
    position: relative;
    overflow: hidden;
}
.m-val {
    font-size: 40px;
    font-weight: 400;
    color: #a9a9a9;
    line-height: 45px;
}
.our-mission-visin span.hdbor-rgt {
    position: absolute;
    border-bottom: 2px solid #37517e;
    height: 46px;
    left: 0px;
    width: 200px;
}

.our-mission-visin span.hdbor-rgt::after {
    content: "";
    position: absolute;
    width: 15px;
    background: #37517e;
    height: 15px;
    border-radius: 50px;
    right: 0;
    bottom: -9px;
    left: auto;
}
.mision-hd {
    display: inline-block;
    width: 100%;
    margin: 30px 0 30px;
}
.Quick-link span.hdbor-rgt {
    height: 44px;
    left: 54px;
    width: 106px;
}
.Quick-link-wrap span.hdbor-lft {
    position: absolute;
    border-left: 2px solid #37517e;
    height: 42px;
    left: 42%;
    top: -8px;
}
.Quick-link span.hdbor-rgt {
    height: 44px;
    left: 48%;
    width: 106px;
}
.text-Quick {
    text-align: center;
}
.logo-middle .dropdown-menu.show {
    margin: 0;
    padding: 0;
}

.logo-middle .dropdown-menu.show {
    display: block;
    width: 100%;
}

.logo-middle .dropdown-toggle::after {
    display: none;
}
span.arrow {
    float: right;
}
.permitted-icon span img {
    width: 70px;
}
.permitted-icon span {
    display: inline-block;
}

@media (min-width: 576px) {
    .modal-dialog.Permitted-w {
        max-width: 900px !important;
        position: relative;
        z-index: 999;
        margin-top: 66px;
    }
}

.permitted-icon span {
    display: inline-block;
    text-align: center;
    width: 140px;
}
.permitted-icon span p {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
}
.permitted-icon {
    width: 85%;
    margin: 0 auto;
}
.Compressed ul li {
    font-size: 14px;
    margin: 0 0 8px;
    line-height: 22px;
    font-weight: 500;
}
.Permitted-w .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    text-align: center;
    width: 100%;
    font-weight: 600;
}
.permitted-body h6 {
    font-size: 15px;
    font-weight: 600;
}
.Compressed {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
}
.permitted-body {
    background: url(../images/popu-bg.png);
    background-size: cover;
    background-position: bottom;
}
.permittedds span {
    width: 98px;
}
button.close {
    background: #ccc;
    height: 30px;
    width: 30px;
    margin: 0px !important;
    border-radius: 50px;
    padding: 0 !important;
}
.close {
    float: right;
    font-size: 22px;
    font-weight: 600;
    line-height: 3px;
    color: #000;
    text-shadow: none;
    opacity: 0.8;
}

.logo-middle a.dropdown-item {
    font-size: 14px;
}
.logo-m img.img-fluid {
    width: 120px;
}
.logo img.img-fluid {
    width: 260px;
    margin: 8px 0 0;
}

.e-services span.hdbor-rgt {
    left: 0;
    width: 230px;
}
.e-services span.hdbor-rgt::after {
    right: 0;
    bottom: -9px;
    left: auto;
}

.passenger-leftshed img {
    width: 39%;
    position: absolute;
    top: -338px;
    left: -120px;
}

.passenger-leftshed {
    position: relative;
}

.menu-inner a.nav-link.no-dot:before {
    display: none;
}
.visiter-card:hover {
    border-top: 4px solid #37517e;
}
.f-btn:focus {
    outline: none;
    box-shadow: none;
    background: #247ba0;
}
.circulars img {
    width: 27px;
}

.passenger-wrap:hover .passenger-wp h6 span {
    padding-left: 10px;
    transition: all 0.8s ease 0s !important;
}
.travel-txt li {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 10px;
    font-weight: 600;
}

.travel-txt ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.travel-txt li span {
    color: #2d4481;
    font-weight: 600;
}

#Travel-tips .travel-txt li {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 10px;
    font-weight: 400;
}
span.pt {
    color: #1f1f1f !important;
}
.Prohibited ul {
    list-style: disc;
    padding: 2px 0 10px 19px;
}

.permitted-body.Safe p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 8px;
}
.permitted-body {
    background: url(../images/banner/permitted-bg-n.jpg);
    background-size: cover !important;
    padding: 10px;
}
.close:hover {
    background: #243c7b;
    opacity: 1;
    color: #fff;
}
p.Contentsr {
    border-top: 1px solid #b1d0de;
    padding: 8px 0;
}
p.up {
    color: #fff;
    font-size: 14px;
    margin: 13px 0 0;
}

section.history-bg {
    display: inline-block;
    width: 100%;
    background: url(../images/banner/History-bg.jpg);
    background-size: cover;
    padding: 46px 0;
    margin: 0 0 55px;
}

.his-img-l::after {
    content: "";
    position: absolute;
    border-right: 10px solid #247ba0;
    height: 200px;
    right: 11px;
    bottom: 0;
}

.his-img-l::before {
    content: "";
    position: absolute;
    border-bottom: 10px solid #247ba0;
    width: 201px;
    right: 12px;
    bottom: 0;
}

.Functions .his-img-l::before {
    bottom: 34px;
}
.Functions .his-img-l::after {
    bottom: 34px;
}
.hisory-banner {
    background: url(../images/banner/history-banner.jpg);
    height: 290px;
    background-repeat: no-repeat;
    background-size: cover;
}
.his-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 290px;
    flex-direction: column;
}

h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}
.his-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 290px;
}

.breadcrumb-item a {
    color: #ffffff;
}
li.breadcrumb-item {
    display: inline-block;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #ffffff;
    content: "/";
}
.breadcrumb-item.active {
    color: #ffffff;
}
ol.breadcrumb {
    background: transparent;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
}

.history-bg .abt-inner {
    float: left;
    width: 100%;
    padding: 12px 14px;
}

.func-list li {
    font-size: 15px;
    margin: 20px 0 0;
    font-weight: 500;
    line-height: 26px;
}

.func-list {
    margin: 10px 0 0;
    display: inline-block;
    width: 100%;
}
.logo-l {
    color: #006f3a;
    font-size: 14px;
    font-weight: 600;
}
.gve {
    font-size: 10px;
    font-weight: 500;
    line-height: 13px;
}
.logover {
    padding: 2px 10px;
}
/* .web-logo {
    position: absolute;
    left: -97px;
    top: 4px;
} */
.web-logo img {
    width: 65px;
    margin: 0px 0 0;
}
.s-logo {
    float: left;
}
.s-logo img {
    width: 120px;
}
.NEW {
    float: left;
    width: 100%;
    background: #0c3429;
    color: #2a2a2a;
    /* padding: 0px 60px 0; */
    /* margin-right: 26px; */
    /* text-align: right; */
    position: relative;
    z-index: 999;
    color: #fff;
    font-size: 14px;
}
.WH {
    padding: 6px 15px;
    font-size: 14px;
}

.inner-footer li a span {
    padding: 0 5px;
}
.e-serviicon img {
    width: 70px;
    border-radius: 50%;
    padding: 4px;
}
.e-serviicon {
    background: #f5f5f5;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.e-serviicon-wrp {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.e-services-cardwrap:hover {
    border: 2px solid #4caf50;
}
.footer-btm {
    background: #153639;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 6px 0;
}

.location-f {
    color: #fff;
    border-bottom: 2px solid #d3d3d3;
    margin: 16px -15px 8px;
}
.gettoknow {
    position: relative;
    height: 70px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.get-wrp {
    width: 60%;
    background: #eaf6ff;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 18%;
    right: auto;
    padding: 16px 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 106px;
    border-radius: 4px;
}
.get-logo img {
    width: 70%;
}
.get-txt h4 {
    font-size: 18px;
    text-align: left;
    color: #2a2a2a;
}
.get-txt p {
    font-size: 15px;
    text-align: left;
    margin: 0;
}
button.btn-d {
    border: 1px solid #006f3a;
    background: transparent;
    font-size: 16px;
    text-transform: uppercase;
    padding: 6px 15px;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
}
button.btn-d:hover {
    background: #006f3a;
    color: #ffffff;
}
.get-btn {
    margin: 20px 0 0;
}

.get-logo {
    border-right: 2px solid #d3d3d3;
}
.NEW::after {
    content: "";
    background: #efefef;
    display: inline-block;
    position: absolute;
    transform: rotate(243deg);
    right: -15px;
    top: 4px;
    z-index: 0;
    height: 75px;
    width: 63px;
}
.web-logo {
    float: left;
    width: 150px;
    text-align: center;
}

/*new*/

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

a.know-mores {
    background: #109865;
    color: #fff;
    padding: 6px 16px;
    border-radius: 4px;
    margin: 5px 0 0;
    display: inline-block;
    font-size: 14px;
    height: 34px;
    font-weight: 400;
    text-decoration: none;
    border: 2px solid #109865;
    text-align: center;
    line-height: 19px;
}

a.know-mores:hover {
    background: #ffffff;
    border: 2px solid #109865;
    color: #109865;
}

.abt-privet p {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}
.abt-privet h5 {
    font-size: 20px;
    color: #2a2a2a;
    font-weight: 600;
}

.abt-privet {
    position: relative;
    display: inline-block;
    width: 100%;
}

.abt-imag img.img-responsive {
    width: 86%;
    position: relative;
    z-index: 99;
}
.abt-imag {
    position: relative;
    width: 84%;
    float: right;
}
.abt-imag::before {
    content: "";
    position: absolute;
    border: 4px solid #e5e5e5;
    height: 265px;
    width: 87%;
    top: 18px;
    left: -25px;
    border-radius: 4px;
}

section.home-wraper {
    background: url(../Images/banner-ns.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 480px;
    width: 100%;
    position: relative;
}
.scholres-wrpper {
    background: #46c995;
    display: inline-block;
    width: 22%;
    margin: 10px 0 0;
    color: #fff;
    padding: 22px;
    min-height: 255px;
    position: absolute;
    bottom: 40px;
    border-radius: 4px;
    left: 8%;
}
a.knw-mre {
    background: #fff;
    padding: 5px 10px;
    color: #672666;
    font-size: 14px;
    border-radius: 2px;
    font-weight: 500;
    display: inline-block;
    margin: 10px 0 0;
    text-decoration: none;
}
.scholres-wrpper p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    margin: 10px 0 6px;
}
.scholres-wrpper h4 {
    font-size: 26px;
    line-height: 22px;
    margin: 0 0;
    font-weight: 600;
    color: #fff;
}
.scholres-wrpper h6 {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    margin: 14px 0 10px;
}
/*.NEW img {
    width: 31px;
}*/
a.navbar-brand {
    padding: 0;
}

.logo-wrp img {
    width: 56px;
}
a.nav-link.bg-col {
    background: #109865;
    color: #fff;
    padding: 4px 10px !important;
    border-radius: 2px;
    font-weight: 500;
    margin: 10px 2px 2px 28px;
}

a.navbar-brand {
    margin-right: 20px;
    width: 140px;
}

span.sclors {
    border-bottom: 4px solid #66130d;
    display: inline-block;
    width: 35px;
    margin: 0 17px 0 0;
    padding-right: 15px;
    position: relative;
    left: 0px;
    top: -5px;
    border-radius: 4px;
}
.location-f p {
    font-weight: 300;
}
span.logo-name {
    font-size: 13px;
    display: inline-block;
    color: #fff;
    position: relative;
    top: 8px;
}
.navbar-collapse.collapse {
    flex: inherit;
}
a.nav-link.bg-col.Application {
    background: #aec946;
    color: #0c3429;
}
.abt-privet h5 {
    border-left: 3px solid #004f44;
    padding-left: 15px;
}
.momgeneral {
    margin: 20px 0;
}
.momgeneral h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.momgeneral table thead {
    background: #0c3429;
    color: #fff;
}
.momgeneral table tbody tr td a {
    color: #ffaa17;
    text-decoration: none;
}
.momgeneral table tbody tr td a i {
    margin-right: 5px;
}

.rg-form {
    width: 600px;
    margin: 0 auto;
    border: 1px solid #e3e3e3;
}
.rg-form form {
    padding: 15px;
}
.rg-form form label {
    height: 38px;
}
.rg-form h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #0c3429;
    padding: 15px;
    margin: 0;
}
.note {
    background: #e3e3e3;
    color: #000;
    border-top: 1px solid #e3e3e3;
    padding: 15px;
}
.note h6 {
    margin-bottom: 0;
}

select.form-control {
    height: 36px !important;
}

.menu-inner a.nav-link {
    font-size: 16px;
    padding: 8px 20px !important;
    color: #fff;
    position: relative;
}
a.nav-link.bg-col {
    padding: 9px 28px !important;
    margin: 0px 20px 0;
}
.header-mi-full {
    display: inline-block;
    width: 100%;
}
.header-mi-left {
    width: 48%;
    display: inline-block;
    float: left;
    margin: 4px 0 0;
}
.hed-logo {
    float: left;
    width: 100px;
}
.hed-logo img {
    width: 100%;
}
.hed-txts {
    padding: 10px 4px 0 85px;
}
.hed-txts h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin: 0;
}
.hed-txts p {
    font-size: 14px;
    margin: 1px 0 0;
    font-weight: 500;
    color: #009688;
}
.header-mi-right {
    float: right;
    width: auto;
    text-align: right;
}

.hemd-m {
    float: left;
    width: 100px;
    margin: 10px 0 0;
}
.hemd-m img {
    width: 100%;
    border-radius: 50%;
    border: 1px solid #ff8d1e;
    /*height: 60px;*/
}
.hemd-s {
    float: left;
    text-align: left;
    padding: 0 0 0 10px;
    width: 175px;
}
.hemd-s h6 {
    font-size: 15px;
    margin: 15px 0 0;
    font-weight: 600;
}
.hemd-s p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #4caf50;
    width: 100%;
}
.hemd-s.Soren {
    margin: 11px 0 0;
}
.header-man-l {
    float: left;
    width: 50%;
}
section.Home-banners {
    display: inline-block;
    width: 100%;
}
.NEW::after {
    height: auto;
}
.WH {
    padding: 6px 0;
    font-size: 14px;
    width: 85%;
    float: left;
}

.ecard-newd .e-services-cardwrap {
    width: 31%;
}

.number-c {
    font-size: 32px;
    font-weight: 700;
    color: #006f3a;
    line-height: 26px;
}

.banner-lft {
    display: inline-block;
    width: 33.1%;
    position: relative;
}
a.red-m {
    background: #006f3a;
    color: #fff;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 4px;
}
.banner-lft.banner-middle {
    background: #1da866;
}
.banner-cnt {
    color: #fff;
}
.sub-img img {
    width: 100%;
}
.banner-cnt {
    position: absolute;
    bottom: 23px;
    width: 71%;
    margin: auto;
    left: 12px;
}
.banner-cnt p {
    margin: 0 0 20px;
    font-size: 13px;
    color: #4c4c4c;
}
.bnner-right .banner-cnt {
    text-align: right;
    width: 100%;
    margin: 16px 0 0;
}
.banner-lft.bnner-right p {
    text-align: right;
    width: 100%;
}
.banner-lft.banner-middle .banner-cnt {
    width: 100%;
    left: auto;
    padding: 0 31px;
}
.banner-lft p {
    width: 95%;
}
.bnner-right .banner-cnt {
    text-align: right;
    width: 100%;
    padding: 5px 25px 0 126px;
}

.Important {
    float: left;
    width: 100%;
    background: #339966;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
    margin-top: -5px;
}
.NEW {
    background: #bc324a;
    color: #ffffff;
    padding: 10px;
    width: auto;
}
.ancmnt i {
    color: #fff;
    font-size: 16px;
    transform: rotate(-25deg);
    padding: 0 6px;
}

.error-ul-li {
    list-style: none;
    color: red;
    margin: 0;
    padding: 0;
}
