 {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body.large-fonts {
    font-size: 150%;
}

body.small-fonts {
    font-size: 95%;
}

.wrapper {
    max-width: 1900px;
    position: relative;
    margin: 0 auto;
}

.container {
    max-width: 1120px;
    width: 100%;
}

/*Selection Color*/
::-moz-selection {
    background-color: #006599;
    color: #fff;
}

::selection {
    background-color: #006599;
    color: #fff;
}

:hover {
    outline: none !important;
}

:focus, :active, :visited {
    outline: none !important;
    box-shadow: none;
}

/* default placeholder color */
.form-control::-webkit-input-placeholder, .inviteFormBox .bootstrap-tagsinput input::-webkit-input-placeholder {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
}

.form-control::-moz-placeholder, .inviteFormBox .bootstrap-tagsinput input::-moz-placeholder {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
}

.form-control::-webkit-placeholder, .inviteFormBox .bootstrap-tagsinput input::-webkit-placeholder {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
}

.form-control::-moz-placeholder, .inviteFormBox .bootstrap-tagsinput input::-moz-placeholder {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
}

.form-control::-ms-input-placeholder, .inviteFormBox .bootstrap-tagsinput input::-ms-placeholder {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
}

/* Reset Tap Hightlight Color */
* {
    -webkit-tap-highlight-color: transparent;
}

/* Chrome Autofill Hightlight Fix */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, input:-webkit-autofill:active:focus {
    transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
}

a {
    outline: none !important;
    text-decoration: none !important;
}

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

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    color: #333333;
    font-family: 'Roboto', sans-serif;
}

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

img {
    max-width: 100%;
}

/* === Common Classes CSS ===*/
.noPadding {
    padding: 0 !important;
}

.noPaddingLeft {
    padding-left: 0 !important;
}

.lgHead {
    font-size: 34px;
    font-weight: 400;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 20px;
}

.largHead {
    font-size: 30px;
    font-weight: 300;
    color: #333;
    font-family: 'Montserrat', sans-serif;
}

.mdHead {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 15px;
}

.subHead {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
    padding-bottom: 5px;
}

.smFont {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.whiteBox {
    background: #fff;
    box-shadow: 0px 2px 15px 0px rgba(229, 229, 229, 0.9);
    padding: 26px 24px;
    margin-top: 15px;
    position: relative;
}

.corporate-video-sec h3 {
    color: #ffffff;
    padding: 0 0 40px;
    font-size: 20px;
    line-height: 1.6;
    min-height: 104px;
}

.pinkBox {
    background: #fff8ed;
    text-align: center;
    padding: 40px;
    padding-bottom: 25px;
    box-shadow: none;
}

.colorWhite {
    color: #fff !important;
}

.relative {
    position: relative;
}

.colorGray {
    color: #aeaeae;
}

.blue_link {
    font-size: 13px;
    font-weight: 400;
    color: #006599;
    text-transform: uppercase;
}

ul:after, ul:before {
    display: table;
    content: "";
}

ul:after {
    clear: both;
}

/* Buttons Styling */
.btn {
    border: 2px solid #003577;
    border-radius: 20px;
    box-shadow: none;
    min-width: 140px;
    height: 40px;
    padding: 11px 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    line-height: 16px;
    overflow: hidden;
    text-transform: uppercase;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.blue-btn {
    background-color: #003577;
}

/*==== Admin Style =====*/
/*.not-logged-in .section {
    max-width: 1240px;
    margin: 0 auto;
    padding: 40px 20px;
}
.not-logged-in .section  .form-text  {
    margin: 0;
    font: inherit;
    color: inherit;
    display: block;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #cccccc;
}
.form-actions.form-wrapper #edit-submit {
    height: 36px;
    min-width: 160px;
    background-color: #003577;
    color: #ffffff;
    border-color: #003577;
}*/
/* ==== Header Section Style Here ==== */
/* Upper Header Styling */
.responsive-logo {
    display: none;
}

.web-logo {
    display: inline-block;
    padding: 13px 0 10px;
}

.web-logo img {
    max-width: 690px;
}

.region-header-secondcolumn {
    float: right;
    margin: 37px 0 0;
}

.region-header-secondcolumn > div {
    display: inline-block;
    vertical-align: middle;
}

.block-lang-dropdown {
    margin-right: 20px;
}

.lang-dropdown-select-element {
    max-width: 75px;
    height: 26px;
    border-color: #cccccc;
    font-size: 13px;
    color: #000000;
    font-weight: 500;
}

.text-resize li {
    display: inline-block;
    margin: 0;
}

.text-resize li a {
    border: 1px solid #bfbfbf;
    height: 24px;
    width: 24px;
    display: block;
    color: #666666;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

/* Color Theme Style */
.block-styleswitcher .item-list ul {
    margin: -3px 16px 0 0;
    padding: 0;
}

.block-styleswitcher .item-list ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.block-styleswitcher ul li a {
    background-color: #f8f8f8;
    height: 24px;
    width: 24px;
    display: block;
    font-size: 0;
    position: relative;
}

.block-styleswitcher ul li a:after {
    content: 'A';
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}

.block-styleswitcher ul li.last a {
    background-color: #000000;
}

.block-styleswitcher ul li.last a:after {
    color: #ffffff;
}

/* Menu Header Styling */
.menu-header {
    border-top: 1px solid #cacaca;
}

.navbar-collapse {
    float: left;
    padding: 0;
}

.navbar-nav ul > li {
    display: inline-block;
    padding: 0 6px 0 0;
    position: relative;
    margin: 0;
}

.navbar-nav ul > li > a {
    font-size: 13px;
    color: #666666;
    border-bottom: 3px solid transparent;
    padding: 9px 10px 4px;
    display: block;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.navbar-nav ul.menu li a.active, .navbar-nav ul > li > a:hover {
    color: #003577;
    border-bottom: 3px solid #003577;
}

.block-lang-dropdown > h2 {
    display: none;
}

/* Header Sub Menu Style */
ul.normal-sub {
    position: absolute;
    background-color: #ffffff;
    top: 38px;
    display: none;
    z-index: 9;
    min-width: 140px;
    width: 100%;
    text-align: left;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    left: -6px;
    right: 0;
}

ul.normal-sub li {
    display: block;
    padding: 0;
}

ul.normal-sub li a {
    border: 0;
    padding: 9px 10px 9px 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

ul.normal-sub li:hover a, ul.normal-sub li.active a {
    color: #004584;
    border: 0;
}

.expanded:hover ul.normal-sub {
    display: block;
}

.normal-sub .leaf.active-trail a.active {
    border-bottom: 0;
}

.normal-sub .leaf a:hover,.normal-sub .leaf a:active,.normal-sub .leaf a:focus {
    background-color: #eee;
}

/* Header Search Styling */
.header-search .container-inline {
    background-color: #eaeaea;
    border-radius: 30px;
    max-width: 250px;
    width: 100%;
    padding: 4px 26px 4px 20px;
    position: relative;
    margin: 4px 0;
}

.header-search input {
    width: 100%;
    border: 0;
    background-color: transparent;
    padding: 0;
}

.header-search .form-actions {
    position: absolute;
    top: 6px;
    right: 12px;
}

/* ==== Banner Section Style Here ==== */
.banner-section {
    background-color: #ffffff;
    -webkit-box-shadow: inset 10px 10px 10px -11px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 10px 10px 10px -11px rgba(0,0,0,0.5);
    box-shadow: inset 10px 10px 10px -11px rgba(0,0,0,0.5);
    position: relative;
    /*padding: 50px 0 0px;*/
}

.banner-section:before, .about-section:before, .top-news-section:before {
    content: '';
    background-image: url(../images/side-image.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 130px;
    height: 100%;
    top: 4px;
}

.banner-slider {
    max-width: 1120px;
    padding: 0;
    margin: 0 auto;
}

.banner-slider .row {
    display: table;
}

.banner-slider .row > div {
    display: block;
    vertical-align: middle;
    float: none;
}

.banner-content {
    padding: 0 90px;
    text-align: center;
}

.banner-content p:first-child {
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    padding: 11px;
    color: #000066;
    /*background-color: #d0dbe8;*/
}

#block-homepagebanner-banner .owl-dots {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.banner-content p:nth-child(2) {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
}

.banner-button {
    margin: 34px 0 0;
}

.banner-image {
    /*background-image: url(../images/banner-image.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-size: cover;*/
    position: relative;
    /*min-height: 450px;*/
    padding: 0;
    display: table;
    min-height: 400px;
}

.banner-image span {
    display: table-cell;
    vertical-align: middle;
}

.owl-dot {
    display: inline-block;
    margin: 0 6px 0 0;
}

.owl-dot span {
    display: block;
    height: 10px;
    width: 10px;
    background-color: #7f7f7f;
    border-radius: 50%;
}

.owl-dot.active span {
    background-color: #003577;
}

/* About Section Style Here */
.about-section {
    padding: 64px 0 24px;
    position: relative;
}

.sub-heading h3, .our-partners h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 24px;
}

.about-left-content h3 {
    font-size: 34px;
    font-weight: 300;
    color: #00000e;
    line-height: 40px;
}

.officials-image {
    padding: 30px 0 0;
}

.officials-image li {
    display: inline-block;
    width: 28%;
    vertical-align: top;
}

.officials-image li span {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: block;
}

.officials-image li span img,.officials-image li img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 50%;
}

.officials-image li p {
    font-size: 13px;
    color: #000000;
    line-height: 18px;
    font-weight: 500;
    padding: 12px 0 0;
}

.about-right-content p {
    font-size: 14px;
    color: #46454a;
    line-height: 22px;
    padding: 0 0 20px;
}

.blue-txt {
    color: #003577;
}

.about-right-content a {
    font-weight: 500;
}

/* Top News Section Style Here */
.top-news-section {
    padding: 50px 0 70px;
    position: relative;
}

.top-news-section:before {
    height: 70%;
}

.news-content {
    padding: 14px 0 0;
    min-height: 90px;
}

.news-date-place {
    font-size: 13px;
    display: block;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.news-content a {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    display: block;
}

.article-limit a {
    min-height: 50px;
}

.news-image-box {
    margin: 0 0 30px;
}

/* News Nestion Style Here */
.news-section {
    background-color: #f8f8f8;
    padding: 76px 0 80px;
}

.news-section .sub-heading h3 {
    padding: 0 0 38px;
}

.two-content-box, .one-content-box {
    position: relative;
}

.column-boxes {
    background-color: #0f76bd;
    padding-left: 250px;
    margin: 0 0 30px;
    min-height: 250px;
}

.news-section .news-content {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ffffff;
    padding: 24px 24px 18px;
}

.news-section .news-content p {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    line-height: 26px;
    padding: 16px 0 20px;
}

.news-section .news-content a {
    font-size: 14px;
    color: #ffffff;
}

.column-boxes .news-content {
    max-width: 290px;
}

.row-boxes {
    /*padding-bottom: 344px;*/
    padding-bottom: 305px;
    background-color: #36b098;
}

.row-boxes .news-content {
    bottom: 78px;
}

.news-images span {
    display: block;
    height: 250px;
}

.news-images span img {
    width: 100%;
    height: 100%;
}

/* Quick Links Section Style Here */
.quick-links-section {
    padding: 80px 0;
}

.quick-links-section .sub-heading h3 {
    padding: 0 0 36px;
}

.quicklinks-listing {
    max-width: 430px;
    width: 100%;
}

.quicklinks-listing li {
    padding: 0 15px;
}

.quicklinks-listing li:nth-child(odd) {
    background-color: #f8f8f8;
}

.quicklinks-listing li:nth-child(even) {
    background-color: #ffffff;
}

.quicklinks-listing li a {
    display: block;
    padding: 24px 45px 24px 55px;
    position: relative;
}

.quicklinks-listing li a:after {
    content: '';
    background-image: url(../images/arrow-icon.png);
    background-repeat: no-repeat;
    height: 18px;
    width: 21px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
}

.links-num {
    position: absolute;
    left: 0;
    font-size: 18px;
    line-height: 38px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    color: #000000;
    top: 15px;
}

.quicklinks-listing li:nth-child(odd) .links-num {
    background-color: #ffffff;
}

.quicklinks-listing li:nth-child(even) .links-num {
    background-color: #f8f8f8;
}

.life-nael-box {
    padding: 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin: 0 0 10px;
}

.life-nael-box:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 3.214px 3.83px 15px 0px rgba(227, 227, 227, 0.9);
    padding: 20px;
}

.life-nael-box span {
    display: inline-block;
    padding: 0 0 12px;
}

.life-nael-box h4 {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.life-nael-box:hover h4 {
    color: #003577;
}

.life-nael-box p {
    color: #666666;
    line-height: 20px;
    padding: 8px 0 0;
}

/* Video Section Style Here */
.corporate-video-sec {
    background-color: #4ca3e1;
    padding: 64px 0;
}

.corporate-video-sec h3 {
    color: #ffffff;
    min-height: 0;
    padding: 0 0 16px;
    font-size: 18px!important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px!important;
    margin-top: 0!important;
}

.background-video-image {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.youtube-info-text {
    text-align: center;
}

.youtube-info-text p, .youtube-info-text p a {
    color: #ffffff;
}

/* Our Partners Section Style Here */
.our-partners {
    padding: 66px 0 70px;
}

.our-partners h2 {
    text-align: center;
    padding: 0 0 44px;
}

.our-proud-partnes .item {
    height: 50px;
    text-align: center;
}

.our-proud-partnes.owl-carousel .owl-item .item img {
    width: inherit;
    height: inherit;
    max-height: 100%;
    margin: 0 auto;
}

/* Footer Section Style Here */
.footer-section {
    background-image: url(../images/footer-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 44px 0;
}

.region-footer-top {
    position: relative;
}

.region-footer-top:after {
    content: '';
    display: table;
    clear: both;
}

.region-footer-top .block {
    float: left;
    width: 28%;
}

.region-footer-top .block:last-child {
    width: 16%;
}

.footer-section .block h2 {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 0 12px;
}

.footer-section ul.menu li {
    margin: 0;
    padding: 0;
    display: block;
    color: #666666;
    padding-bottom: 8px;
    line-height: 14px;
}

.footer-section ul.menu li a {
    display: block;
    color: #666666;
    font-size: 13px;
    line-height: 14px;
}

.footer-section .content p {
    font-size: 13px;
    color: #666666;
    line-height: 22px;
}

.footer-section .content p:first-child {
    padding: 0 0 6px;
}

.footer-section .content p a {
    color: #003577;
}

.region-footer-copyright {
    border-top: 1px solid #dedede;
    margin: 44px 0 0;
    padding: 26px 0 0;
}

.region-footer-copyright p:first-child {
    max-width: 580px;
    width: 100%;
}

.region-footer-copyright p {
    display: inline-block;
}

.footer-section .block-block .content p img {
    margin-right: 10px;
}

.block-styleswitcher h2 {
    display: none;
}

.singsys-logo {
    background-image: url(../images/singsys-logo.png);
    height: 26px;
    width: 90px;
    display: block;
    float: right;
}

/* ==== Leadership Page Style Here ==== */
.inner-pages {
    padding: 60px 0;
}

.inner-pages .sub-heading {
    padding: 0 0 24px;
}

.inner-pages .sub-heading h3 {
    font-size: 34px;
    line-height: 26px;
}

.other-pages-banner {
    padding: 86px 0;
}

.other-pages-banner-text h2 {
    font-size: 38px;
    font-weight: 400;
    line-height: 28px;
}

.leadership-head {
    padding: 0 0 30px;
}

.leadership-head ul {
    border-bottom: 1px solid #cccccc;
}

.leadership-head li {
    display: inline-block;
    position: relative;
    padding: 0 26px 0 0;
    margin-bottom: -1px;
}

.leadership-head li a {
    color: #46454a;
    font-size: 14px;
    display: block;
    padding: 0 0 4px;
    border-bottom: 2px solid transparent;
}

.leadership-head li.active a {
    border-bottom: 2px solid #004584;
    color: #004584;
}

.leadership-box {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    text-align: center;
    padding: 0 15px 30px;
    margin: 0 0 20px;
}

.leadership-box .leadership-image {
    display: block;
    border: 2px solid #e2e2e2;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    margin: 30px auto;
}

.leadership-box span img {
    background-color: #e2e2e2;
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.leadership-box h3 {
    color: #000000;
    font-size: 16px;
    line-height: 14px;
    padding: 0 0 23px;
    position: relative;
    margin: 0 0 20px;
}

.leadership-box h3 span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    padding: 6px 0 0;
}

.leadership-box h3:after, .address:before {
    content: '';
    background-color: #cccccc;
    height: 2px;
    width: 100%;
    max-width: 90px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.leadership-box p {
    min-height: 70px;
}

.leadership-box a {
    display: inline-block;
    line-height: 12px;
    padding: 22px 0 0;
}

.modal-dialog {
    max-width: 1160px;
    margin: 50px auto;
    width: 80%;
}

.modal-body {
    position: relative;
    padding: 0;
}

.close {
    float: none;
    color: #ffffff;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
    position: absolute;
    right: -34px;
    line-height: 32px;
    font-weight: 300;
    font-size: 51px;
    top: -10px;
}

.leadership-popup-img {
    float: left;
    width: 35.5%;
    position: relative;
}

.popup-img-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    padding: 116px 30px 26px;
}

.popup-img-content h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    line-height: 24px;
    padding: 0 0 6px;
}

.popup-img-content p {
    font-size: 15px;
    color: #ffffff;
}

.leadership-popup-img img {
    border-radius: 5px 0 0 5px;
    width: 100%;
}

.leadership-popup-content {
    float: left;
    width: 64.5%;
    padding: 30px;
}

.address {
    padding: 56px 0 0;
    position: relative;
}

.address:before {
    margin: 0;
    top: 26px;
    bottom: auto;
}

/* ==== Career Page Style Here ==== */
.table>thead>tr>th, .table>thead>tr>td {
    vertical-align: middle;
    border: 1px solid #d5d5d5;
    background-color: #004584;
    color: #ffffff;
    height: 44px;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 30px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th {
    padding: 8px 30px;
    line-height: 1.42857143;
    vertical-align: middle;
    border: 1px solid #d5d5d5;
    height: 44px;
    color: #46454a;
    font-weight: 400;
}

.table>thead>tr>th:first-child, .table>thead>tr>td:first-child, .table>tbody>tr>td:first-child, .table>tbody>tr>th:first-child, .table>tfoot>tr>td:first-child, .table>tfoot>tr>th:first-child {
    border-left: 0;
}

.table>thead>tr>th:last-child, .table>thead>tr>td:last-child, .table>tbody>tr>td:last-child, .table>tbody>tr>th:last-child, .table>tfoot>tr>td:last-child, .table>tfoot>tr>th:last-child {
    border-right: 0;
}

.table>tbody>tr:nth-child(odd) td {
    background-color: #ffffff;
}

.table>tbody>tr:nth-child(even) td {
    background-color: #fcfcfc;
}

/* ==== History Page Style Here ==== */
.tabing-section .nav-tabs {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}

.tabing-section .nav-tabs>li>a {
    margin: 0;
    line-height: 1.42857143;
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: #46454a;
    font-size: 14px;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.tabing-section .nav-tabs>li.active>a, .tabing-section .nav-tabs>li.active>a:focus, .tabing-section .nav-tabs>li.active>a:hover, .tabing-section .nav>li>a:focus, .tabing-section .nav>li>a:hover {
    color: #004584;
    cursor: default;
    background-color: #ffffff;
    border: 0px;
    border-bottom: 2px solid #004584;
}

.history-img-box {
    margin: 0 0 24px;
}

/* ==== Culture Page Style Here ==== */
.culture-content {
    padding: 26px 0 18px;
}

.culture-content h3 {
    font-weight: 400;
    padding: 20px 0 8px;
}

.culture-content h4 {
    font-size: 15px;
    font-weight: 500;
    padding: 26px 0 6px;
}

/* ==== Customer Page Style Here ==== */
.customer-repeat-box {
    position: relative;
    padding: 0 0 25px;
    margin: 0 0 30px;
}

.customer-repeat-box:after {
    content: '';
    background-image: url(../images/line-img.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 100%;
    height: 25px;
}

.customer-repeat-box h5 {
    font-size: 24px;
    font-weight: 400;
    padding: 0 0 34px;
}

.customer-repeat-box ul li {
    float: left;
    width: 25%;
    text-align: center;
    margin: 0 0 42px;
}

.customers-box span {
    border: 1px solid #e6e6e6;
    height: 120px;
    width: 120px;
    display: block;
    margin: 0 auto 20px;
    border-radius: 50%;
    padding: 15px;
}

.customers-box span img {
    max-height: 100%;
}

/* ==== Contact Us Page Style Here ==== */
.contact-listing li {
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    float: left;
    width: 33.3333%;
    min-height: 300px;
    padding: 50px 40px;
    margin-top: -1px;
}

.contact-box h4 {
    line-height: 14px;
    padding: 0 0 14px;
}

.contact-box span {
    display: block;
    padding: 6px 0 0;
}

/* ==== Product Page Style Here ==== */
.products-repeat-box {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
    padding: 30px;
}

.products-repeat-box h3 {
    font-size: 20px;
    line-height: 20px;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 8px;
    margin-bottom: 20px;
}

.products-content p {
    padding: 0 0 12px;
    color: #333333;
}

.news-image > img {
    height: 215px;
}

/* ==== Feedback Page Style Here ==== */

#contact-site-form {
    max-width: 1120px;
    margin: 0 auto;
    padding: 60px 15px;
}

#contact-site-form > div {
    max-width: 500px;
    width: 100%;
}

#contact-site-form label {
    font-size: 13px;
    font-weight: 500;
    color: #000000;
}

#contact-site-form .form-text {
    height: 40px;
    border: 1px solid #cccccc;
    width: 100%;
}

#contact-site-form .form-textarea {
    height: 150px;
}

#contact-site-form .resizable-textarea .grippie {
    display: none;
}

#contact-site-form .form-submit {
    background-color: #003577;
    border: 1px solid #003577;
    color: #ffffff;
    height: 40px;
    min-width: 180px;
    border-radius: 50px;
}

/* Welcome Popup Style */

.welcome_popup .modal-dialog {
    max-width: 500px;
    margin: 100px auto 0;
}

.welcome_popup .modal-body {
    position: relative;
    padding: 50px;
}

.welcome_popup .modal-body a {
    display: block;
    padding: 0 0 20px;
}

.welcome_popup .modal-body p {
    font-size: 24px;
    line-height: 2;
    color: midnightblue;
}

#myModal .modal-dialog {
    width: 100%;
    max-width:  100%;
    margin: 0;
    height: 100%;
}

div#myModal {
    padding: 11px;
}



.modal-inner-footer button {
    color: #ffffff;
    font-size: 20px;
    background-color: #004281;
    padding: 0;
    bottom: 0;
    width: 255px;
    height: 38px;
    font-weight: 600;
    position: static;
    margin-top: 195px;
}


#myModal .modal-dialog .modal-content{
    height: 100%;
    background-image: url('../images/womenplane.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

/* ====================================================== MEDIA STYLE HERE ================================================ */
/*
[Table of contents]

1. @media screen and (min-width:0\0)
   - IE

2. @media screen and (-webkit-min-device-pixel-ratio:0)
   - Chrome/Safari

3. @media screen and (min-width: 1780px) and (max-width: 1980px)
   - Larger Screens

4. @media screen and (min-width: 1500px) and (max-width: 1600px)
   - Larger Screens

5. @media screen and (max-width : 1280px)
   - Macbook and other devices

6. @media screen and (max-width : 1024px)
   - iPad devices Landscape

7. @media screen and (max-width : 980px)
   - Tabs and Tablets Landscape

8. @media screen and (max-width : 800px)
   - iPad Potrait and other devices

9. @media screen and (max-width : 767px)
   - iPhone 6Plus/Nexus 6 Landscape

10. @media screen and (max-width : 680px)
   - iPhone 6 Landscape

11. @media screen and (max-width : 580px)
   - iPhone 5 Landscape

12. @media screen and (max-width : 480px)
   - iPhone 4 Landscape and iPhone 6/6Plus Potrait

13. @media screen and (max-width : 420px)
   - iPhone 6/6Plus Potrait/Nexus 5/Samsung Galaxy Potrait

*/
/* M E D I A   Q U E R I E S */
@media screen and (min-width: 0\0) {
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
}

@media screen and (min-width: 1980px) and (max-width: 3000px) {
}

@media screen and (min-width: 1780px) and (max-width: 1980px) {
}

@media screen and (min-width: 1500px) and (max-width: 1600px) {
}

@media screen and (min-width: 1025px) {
}

@media only screen and (max-width: 1195px) {
    /* Header Section Responsive*/ .navbar-nav ul.menu li {
        padding: 0 6px 0 0;
    }

    .navbar-nav ul.menu li a {
        padding: 7px 5px;
    }

    .leadership-box p {
        min-height: 90px;
    }
}

@media only screen and (max-width: 1024px) {
    /* Banner Section Responsive */ .banner-section {
        padding: 0px 0 30px;
    }

    .banner-content {
        /*padding: 20px 0;*/
    }

    .banner-content p:first-child, .about-left-content h3 {
        line-height: 36px;
        font-size: 30px;
    }

    /* About Section Responsive */
    .about-section {
        padding: 44px 0 0;
    }

    .officials-image li {
        width: 40%;
        padding: 0 12px 0 0;
    }

    /* Top New Section Responsive */
    .top-news-section {
        padding: 50px 0;
    }

    /* New Section Responsive */
    .news-section {
        padding: 46px 0 50px;
    }

    .sub-heading h3, .our-partners h2 {
        font-size: 26px;
        line-height: 22px;
    }

    .news-section .sub-heading h3 {
        padding: 0 0 26px;
    }

    .news-content img {
        max-width: 40px;
    }

    .news-section .news-content p {
        font-size: 16px;
        line-height: 22px;
        padding: 12px 0 10px;
    }

    .row-boxes {
        padding-bottom: 244px;
    }

    .row-boxes .news-content {
        bottom: 0;
    }

    /* Quick Links Section Responsive */
    .quick-links-section {
        padding: 50px 0 20px;
    }

    .quick-links-section .sub-heading h3 {
        padding: 0 0 20px;
    }

    .quicklinks-listing li a {
        padding: 18px 20px 18px 40px;
    }

    .links-num {
        font-size: 16px;
        line-height: 30px;
        height: 30px;
        width: 30px;
        top: 14px;
    }

    /* Corporate Video Section Responsive */
    /* Our Partnrs Section Responsive */
    .our-partners {
        padding: 46px 0 50px;
    }

    .our-partners h2 {
        padding: 0 0 22px;
    }

    /* Footer Section Responsive */
    .footer-section {
        padding: 34px 0;
    }

    /* Contact Page Responsive */
    .contact-listing li {
        width: 33.3333%;
        padding: 30px 20px;
    }

    .news-image-box .news-date-place {
        min-height: 48px;
    }

    .news-image-box .news-date-place + a {
        min-height: 72px;
    }

    .news-image-box {
        margin: 0 0 15px;
    }
}

@media only screen and (max-width: 991px) {
    /* Header Section Responsive*/ .upper-header {
        padding: 8px 0;
    }

    .web-logo {
        display: none;
    }

    .responsive-logo {
        background-image: url(../images/logo-small.png);
        width: 120px;
        height: 72px;
        display: block !important;
    }

    .region-header-secondcolumn {
        margin: 24px 0 0;
    }

    .navbar-nav ul.menu li a {
        padding: 7px 2px;
        font-size: 12px;
    }

    .block-search .container-inline {
        max-width: 190px;
    }

    /* Banner Section Responsive */
    .banner-content p:nth-child(2) {
        font-size: 16px;
    }

    /* About Section Responsive */
    /* Top New Section Responsive */
    /* New Section Responsive */
    .news-section .row {
        margin: 0 -10px;
    }

    .news-section [class*=col-] {
        padding: 0 10px;
    }

    .column-boxes {
        padding-left: 230px;
        margin: 0 0 20px;
    }

    .news-section .news-content {
        padding: 24px 15px 10px;
    }

    .news-section .news-content p {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 0 8px;
    }

    .news-section .news-content a {
        font-size: 12px;
        line-height: 10px;
    }

    .news-content img {
        max-width: 30px;
    }

    .column-boxes .news-content {
        max-width: 226px;
    }

    .row-boxes {
        padding-bottom: 200px;
    }

    /* Quick Links Section Responsive */
    .life-nael-box {
        padding: 0;
        margin: 0 0 20px;
    }

    .life-nael-box span img {
        max-width: 45px;
    }

    /* Corporate Video Section Responsive */
    .corporate-video-sec {
        padding: 44px 0;
    }

    /* Our Partnrs Section Responsive */
    /* Footer Section Responsive */
    .region-footer-top .block, .region-footer-top .block:last-child {
        width: 50%;
        padding: 0 10px 0 0;
        min-height: 184px;
    }

    .region-footer-copyright {
        margin: 0;
    }

    .inner-pages {
        padding: 50px 0;
    }

    .inner-pages .sub-heading h3 {
        font-size: 30px;
    }

    /* Contact Page Responsive */
    .contact-listing li {
        width: 50%;
        min-height: 250px;
    }
}

@media only screen and (max-width: 800px) {
}

@media only screen and (max-width: 767px) {
    /* Header Section Responsive*/ .navbar-toggle {
        padding: 9px 10px;
        margin: 18px 0 0;
        background-color: #003577;
        border: 1px solid #003577;
        border-radius: 0;
    }

    .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

    .container>.navbar-collapse, .container>.navbar-header, .navbar-nav {
        margin: 0;
    }

    .navbar-collapse {
        background-color: #ffffff;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
        float: none;
        padding: 0;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 9;
    }

    .menu-header ul.menu {
        padding: 6px 16px;
    }

    .navbar-nav ul.menu li {
        padding: 4px 0;
        display: block;
    }

    .navbar-nav ul.menu li a {
        padding: 0;
        border: 0;
    }

    .menu-header ul.menu.normal-sub {
        position: static;
        display: block;
        padding: 0px 18px;
        box-shadow: none;
    }

    .menu-header ul.menu.normal-sub li {
        padding: 0;
    }

    .region-header-secondcolumn {
        margin: -48px 64px 0 0;
    }

    .header-search {
        float: none !important;
    }

    .block-search .container-inline {
        max-width: 100%;
    }

    /* Banner Section Responsive */
    .banner-section {
        padding: 26px 0 30px;
    }

    .banner-slider {
        padding: 0 15px;
        margin: 0 auto;
    }

    .banner-slider .row > div {
        display: block;
    }

    .banner-content {
        padding: 0 0 20px;
    }

    .banner-content p:first-child, .about-left-content h3 {
        line-height: 26px;
        font-size: 26px;
    }

    .banner-content p:nth-child(2) {
        font-size: 14px;
    }

    #block-homepagebanner-banner .owl-dots {
        right: 0;
        left: 0;
        border: 0;
        text-align: center;
    }

    /* About Section Responsive */
    .about-section {
        padding: 14px 0 0;
    }

    .officials-image {
        padding: 15px 0;
    }

    .officials-image li span {
        height: 60px;
        width: 60px;
    }

    .officials-image li p {
        font-size: 12px;
        padding: 6px 0 0;
    }

    .about-right-content p {
        font-size: 12px;
        line-height: 18px;
        padding: 0 0 10px;
    }

    /* Top New Section Responsive */
    .top-news-section {
        padding: 30px 0;
    }

    .sub-heading h3, .our-partners h2 {
        font-size: 22px;
        line-height: 20px;
    }

    .news-date-place {
        font-size: 12px;
        line-height: 18px;
    }

    .news-content a {
        font-size: 14px;
        line-height: 20px;
    }

    /* New Section Responsive */
    .news-section {
        padding: 26px 0 30px;
    }

    .column-boxes {
        padding: 0 0 130px;
        margin: 0 0 15px;
    }

    .column-boxes .news-content {
        max-width: 100%;
    }

    .one-content-box {
        margin: 0 0 15px;
    }

    .row-boxes {
        padding-bottom: 150px;
    }

    /* Quick Links Section Responsive */
    .quick-links-section {
        padding: 30px 0 10px;
    }

    .quicklinks-listing li a {
        padding: 8px 20px 8px 30px;
        font-size: 12px;
    }

    .quick-links-section .sub-heading h3 {
        padding: 0 0 12px;
    }

    .quicklinks-listing {
        max-width: 100%;
    }

    .links-num {
        font-size: 13px;
        line-height: 22px;
        height: 20px;
        width: 20px;
        top: 8px;
    }

    .life-at-nael {
        margin: 20px 0 0;
    }

    .life-nael-box {
        margin: 0 0 12px;
    }

    .life-nael-box span {
        padding: 0;
    }

    .life-nael-box h4 {
        font-size: 14px;
    }

    .life-nael-box p {
        padding: 0;
        font-size: 12px;
    }

    /* Corporate Video Section Responsive */
    .corporate-video-sec {
        padding: 24px 0;
    }

    /* Our Partnrs Section Responsive */
    .our-partners {
        padding: 26px 0 30px;
    }

    /* Footer Section Responsive */
    .footer-section {
        padding: 24px 0;
    }

    .footer-section .block h2 {
        font-size: 13px;
        padding: 0 0 6px;
    }

    .footer-section .content p {
        font-size: 12px;
        color: #666666;
        line-height: 20px;
    }

    .inner-pages {
        padding: 30px 0;
    }

    .inner-pages .sub-heading {
        padding: 0 0 16px;
    }

    .inner-pages .sub-heading h3 {
        font-size: 26px;
        line-height: 28px;
    }

    /* Leadership Page Responsive*/
    .leadership-popup-img p {
        font-size: 20px;
    }

    .leadership-popup-content {
        padding: 20px;
        font-size: 12px;
        line-height: 18px;
    }

    /* History Page Responsive */
    .tabing-section {
        margin: 24px 0 0;
    }

    .tabing-section .nav-tabs {
        white-space: nowrap;
        overflow-x: auto;
    }

    .tabing-section .nav-tabs>li {
        float: none;
        display: inline-block;
    }

    /* Contact Page Responsive */
    .contact-box h4 {
        line-height: 21px;
        padding: 0 0 8px;
        font-size: 14px;
    }

    .contact-box p {
        font-size: 12px;
        line-height: 18px;
    }

    .contact-box span {
        font-size: 12px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 680px) {
    /* Leadership Page Responsive*/ .leadership-popup-content, .leadership-popup-img {
        float: none;
        width: 100%;
    }

    .leadership-popup-img img {
        border-radius: 5px 5px 0 0;
    }

    /* Creer Page Responsive */
    .customer-repeat-box ul li {
        width: 33.3333%;
    }
}

@media only screen and (max-width: 580px) {
    /* Header Section Responsive*/ /* Banner Section Responsive */ .banner-content p:first-child, .about-left-content h3 {
        line-height: 22px;
        font-size: 24px;
    }

    .banner-content p:nth-child(2) {
        font-size: 12px;
    }

    .banner-section:before, .about-section:before, .top-news-section:before {
        width: 85px;
    }

    /* New Section Responsive */
    .sub-heading h3, .our-partners h2 {
        font-size: 18px;
    }

    /* Product Page Responsive */
    .products-repeat-box [class*=col-] {
        width: 100%;
    }

    .products-repeat-box {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
        margin-bottom: 15px;
        padding: 15px;
    }

    .product-image-box {
        padding: 0 0 16px;
    }

    .products-repeat-box h3 {
        font-size: 16px;
        padding: 0 0 4px;
        margin-bottom: 12px;
    }

    .products-content p {
        padding: 0 0 6px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 480px) {
    /* Footer Section Responsive */ .region-footer-top .block, .region-footer-top .block:last-child {
        width: 100%;
        padding: 0 0 20px;
        min-height: inherit;
    }

    .region-footer-copyright {
        padding: 20px 0 0;
    }

    .footer-section .content p {
        float: none !important;
    }

    .inner-pages .sub-heading h3 {
        font-size: 24px;
    }

    /* Leadership Page Responsive */
    .leadership-box-listing [class*=col-] {
        width: 100%;
    }

    /* Creer Page Responsive */
    .customer-repeat-box ul li {
        width: 50%;
        margin: 0 0 24px;
    }

    .customers-box span {
        height: 100px;
        width: 100px;
        margin: 0 auto 10px;
        padding: 22px;
    }
}

@media only screen and (max-width: 420px) {
    /* Header Section Responsive*/ .region-header-secondcolumn {
        margin: 10px 0 0;
        width: 100%;
    }

    /* News Page Responsive */
    .news-listing [class*=col-] {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        float: none;
    }

    .news-image-box .news-date-place, .news-image-box .news-date-place + a, .news-content {
        min-height: auto;
    }

    .top-news-section [class*=col-] {
        width: 100%;
    }
}

@media only screen and (max-width: 360px) {
    /* Contact Page Responsive */ .contact-listing li {
        width: 100%;
        min-height: inherit;
        padding: 20px;
    }
}
.region.region-header-thirdcolumn {
        display: flex;
        align-items: center;
        padding-bottom: 5px;
}

.region.region-header-thirdcolumn div#block-block-9 {
        margin-right: 16px;
}

/* CSS Added on 19-Dec */
/*.text-blue {
        color: #0000ff;
      }

      .content-wrapper {
        max-width: 1120px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
      }

      .page-rpto p {
        font-size: 14px;
      }

      .page-rpto .section {
        padding: 20px 0;
      }

      .infrastructureSwiper .swiper-slide {
        text-align: center;
        border: 1px solid #333333;
        border-left: 0;
      }

      .infrastructureSwiper .swiper-slide:nth-child(1) {
        border-left: 1px solid #333333;
      }

      .infrastructureSwiper .image  {
        background: #f5f5f5;
      }

      .infrastructureSwiper .image img {
        width: 100%;
        object-fit: contain;
        vertical-align: middle;
      }

      .infrastructureSwiper .slide .slide-detail {
        padding: 7px;
      }

      .page-rpto ul {
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 15px;
      }

      .page-rpto ul li {
        margin-top: 7px;
      }

      .page-rpto a {
        text-decoration: none;
        color: #000000;
      }

      .page-rpto .contact a {
        font-weight: 500;
        font-style: italic;
        color: #0000ff;
      }*/
/*CSS End on 19-Dec*/