@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900" rel="stylesheet');

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

*,
*:before,
*:after {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

a,
img {
    border: 0px;
    outline: 0px;
    color: #e84949;
    text-decoration: none;
    vertical-align: top;
}


body {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    overflow-x: hidden;
    font-weight: 400;
    position: relative;
    font-family: "Poppins", Arial, sans-serif;
    background: #fff;
    color: #222;
}

input,
select,
textarea,
button {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 14px;
}

input[type=file]:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.footermenu {
    margin: 0;
    width: 100%;
    float: left;
}

.footersection h4 {
    width: 100%;
    margin-bottom: 20px;
}

.footer {
    padding: 30px 0;
}

.fullbody {
    width: 100%;
    float: left;
    position: relative;
}

.container,
.fullpage {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

/*innerbanner*/
.innerbanner {
    position: relative;
    min-height: 400px;
}

.ib_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.ib_img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    /*background: rgba(5, 58, 126, 0.5);*/
    background: rgba(0, 0, 0, 0.6) url(../images/pattern.png) repeat;
}

.ib_txt {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    z-index: 2;
    letter-spacing: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.ib_txt h1 {
    font-size: 40px;
}

.ib_txt h1:after {
    display: block;
    width: 50px;
    height: 3px;
    content: '';
    background: #fff;
    margin: 15px 0;
}

.breads {
    padding: 10px 0;
}

.breads li {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}

.breads li a {
    color: #fff;
    text-decoration: none;
}

.breads li:after {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 12px;
    content: '/';
    color: #eee;
}

.breads li:last-child {
    margin: 0;
    padding: 0;
}

.breads li:last-child:after {
    display: none;
}

.breads li:last-child a,
.breads li a:hover {
    color: #00beff;
}

.page {
    color: #444;
    background: #fff;
    text-align: justify;
    padding: 50px 0;
    font-size: 14px;
    line-height: 1.6;
}

.page p {
    display: block;
    margin-bottom: 15px;
}

.page p b,
.page p strong {
    color: #111;
    font-weight: 600;
    font-size: 16px;
}

.page h2 {
    font-size: 30px;
    margin-bottom: 20px;
    display: block;
    color: #2583b6;
    font-weight: 400;
}

.page_ul ul {
    width: 100%;
    float: left;
    padding: 0;
    list-style-type: none;
    margin-bottom: 15px;
}

.page_ul ul li {
    width: 100%;
    float: left;
    padding: 5px;
    padding-left: 25px;
    position: relative;
    background-image: url(../images/favicon.png);
    background-position: 0px 8px;
    background-size: 16px;
    background-repeat: no-repeat;
}

.page_ul ul li0::before {
    position: absolute;
    top: 4px;
    left: 0;
    content: "\f14a";
    font-family: 'FontAwesome';
    color: #247db5;
}

.pageTxt {
    width: 70%;
    float: left;
    position: relative;
}

.pageTxt img {
    width: 100%;
    margin-bottom: 25px;
    height: 330px;
    object-fit: cover;
    object-position: center
}

.pageTxt h3 {
    font-size: 20px;
    color: #3b6ba3;
    margin: 15px 0;
    width: 100%;
    float: left;
}

.pageNav {
    width: 27%;
    float: right;
    position: sticky;
    -webkit-position: sticky;
    top: 80px;
    right: 0;
}

.pageNavDiv {
    background: #efefef;
    padding: 20px 23px 25px 23px;
    border: 1px #e2e2e2 solid;
    margin-bottom: 15px;
}

.pageNavDiv h3 {
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 20px;
    color: #373737;
    letter-spacing: 1px;
}

.pageNavDiv input,
.pageNavDiv textarea {
    width: 100%;
    margin-bottom: 15px;
    height: 40px;
    padding: 0px 10px 0px 10px;
    background: #fff;
    border: 1px #e2e2e2 solid;
    border-radius: 0;
}

.pageNavDiv textarea {
    height: 100px;
    padding: 10px 10px 0px 10px;
}

.pageNavDiv input[type=submit] {
    -webkit-transition: all 0.3s ease-in-out;
    border: 2px solid #4283ba;
    padding-top: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    padding-right: 30px;
    padding-bottom: 12px;
    padding-left: 30px;
    border-radius: 30px 30px 30px 30px;
    height: 50px;
    margin-bottom: 0;
    cursor: pointer;
    color: #fff;
    background-color: #4283ba;
}

.pageNavDiv input[type=submit]:hover {
    border: 2px solid #37629b;
    background: #37629b;
    color: #fff
}

.pageNav h2 {
    background: #33c0ca;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    font-size: 22px;
    margin: 0;
}

.pageNav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.pageNav ul li,
.pageNav ul li a {
    width: 100%;
    float: left;
    position: relative;
}

.pageNav ul li a {
    color: #333;
    font-weight: normal;
    padding: 10px 0px;
    text-decoration: none;
    border-bottom: 1px solid #e0e0e0;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.pageNav ul li a:before {
    content: '\f0a4';
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.pageNav ul li a.active,
.pageNav ul li a:hover {
    color: #37629b
}

/*certificates_page*/
.certificates_list {
    text-align: center;
}

.certificates_list li {
    width: 100%;
    display: inline-block;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    position: relative;
    transition: all ease-in-out .5s;
}

.certificates_list li img {
    height: 540px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.certificates_list.MOA_list li {
    display: inline-block;
    float: none;
    max-width: 400px;
}

.certificates_list li h3 {
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    background: rgba(19, 23, 104, 0.8);
    transition: all ease-in-out .5s;
}

.team_gallery li h3 {
    background: rgba(0, 174, 239, 0.7);
}

.certificates_list li:hover h3 {
    background: rgba(0, 0, 0, 0.5);
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    border: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #fff;
    background: #ddd;
    border-radius: 50px;
    transition: all ease-in-out .5s;
}

.owl-prev span,
.owl-next span {
    line-height: 24px;
    font-size: 40px;
    transition: all ease-in-out .5s;
}

.owl-prev:hover span,
.owl-next:hover span {
    color: #fff;
}

.owl-prev:hover,
.owl-next:hover {
    background: #00aeef;
}

.owl-prev {
    left: -60px
}

.owl-next {
    right: -60px
}

/*assessment_login*/
.login_page {
    background: #f5f5f5
}

.assessment_login {
    text-align: center;
    width: 100%;
    max-width: 400px;
    display: table;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border: 1px solid #ddd;
}

.assessment_login h2 {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.assessment_login form {
    background: #fff;
}

.assessment_login label {
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}

.assessment_login input {
    width: 100%;
    float: left;
    height: 40px;
    padding: 0 15px;
    color: #111;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.assessment_login input.c_btn {
    border: 0px;
    margin-bottom: 0px;
    background: #1979b5;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
    transition: all .5s;
}

.assessment_login input.c_btn:hover {
    background: #002a5c;
    transition: all .5s;
}

/*enquireyForm*/
.enquireyForm {
    background: #f5f5f5;
    font-family: 'Cabin', sans-serif;
}

.enquireyFormbx {
    background: #fff;
    padding: 40px 50px;
    border: 1px solid #ddd;
    width: 70%;
    float: left;
    margin-left: 15%;
}

.enquireyFormbx h2 {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.enquireyFormbx h3 {
    font-weight: 600;
    color: #0071bc;
    margin: 20px 0;
    text-transform: uppercase;
}

.enquireyFormbx label {
    color: #222;
    font-weight: 500;
}

.enquireyFormbx .dateDiv {
    position: relative;
}

.dateDiv label::before {
    position: absolute;
    top: 25px;
    right: 0;
    content: '\f073';
    font-family: 'FontAwesome';
    height: 40px;
    width: 40px;
    color: #111;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}

.enquireyFormbx label span {
    color: #e84949;
    font-size: 16px;
}

.ipLabel {
    line-height: 40px;
}

.ipControl {
    height: 40px;
    padding: 0 10px;
    width: 100%;
    float: left;
    border: 1px solid #ddd;
    color: #111;
    margin-bottom: 20px;
    font-family: 'Cabin', sans-serif;
}

textarea.ipControl {
    padding: 10px;
    height: 100px;
}

.submitButton {
    text-align: center;
    padding-top: 20px;
}

.submitButton button {
    background: #ffc20e;
    color: #111;
    border: 1px solid #f58220;
    cursor: pointer;
    height: 60px;
    font-size: 18px;
    padding: 0 60px;
    border-radius: 60px;
    font-family: 'Cabin', sans-serif;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.submitButton button:hover {
    background: #f58220;
    color: #fff;
}

.termsBtn {
    padding: 10px 0;
}

.span-2 {
    width: 48%;
    float: left;
}

.span-2:nth-child(even) {
    float: right;
}

/*txtCommittee*/
.txtCommittee {}

.listCommittee {
    background: #fff;
    padding: 30px 0;
    text-align: center;
}

.listCommittee:nth-child(even),
.listCommittee:nth-child(even) h2 span {
    background: #f5f5f5;
}

,
.listCommittee:nth-child(even) h2:before {
    background: #fff;
}

.listCommittee h2 {
    padding-bottom: 15px;
    padding-bottom: 15px;
    color: #111;
    font-size: 28px;
    font-weight: 600;
}

.listCommittee h2 span {
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

.listCommittee h2:before {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #eee;
}

.listCommittee li {
    display: inline-block;
    width: 260px;
    margin: 0 10px;
    margin-top: 20px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 15px;
    text-align: center;
    min-height: 345px;
    box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.1)
}

.listCommittee li img {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
    border: 1px solid #ddd;
}

.listCommittee li .txt p {
    margin-bottom: 5px
}

.listCommittee li .txt {
    margin-top: 15px;
    font-size: 13px;
    min-height: 170px;
}

.listCommittee li .txt h3 {
    font-size: 16px;
    font-weight: 600;
    color: #111;
}

.listCommittee li .txt a {
    color: #1d70a3
}

.listCommittee li .txt h3 span {
    color: #666;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 5px;
}

/*annualReport*/
.annualReport {
    background: #f5f5f5;
}

.aaLeft {
    float: left;
    width: 27%;
    position: sticky;
    -webkit-position: sticky;
    top: 140px;
    left: 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
}

.aaLeft h3 {
    font-size: 22px;
    font-weight: 600;
    color: #111;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    line-height: 1.2;
    display: block;
}

.aaLeft ul li {
    width: 100%;
    float: left;
}

.aaLeft ul li a {
    width: 100%;
    float: left;
    color: #222;
    padding: 8px 15px;
    background: #f5f5f5;
    margin-bottom: 5px;
    font-size: 16px;
    transition: all ease-in-out .5s;
}

.aaLeft ul li a:before {
    content: '\f105';
    color: #0064ac;
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 8px;
}

.aaLeft ul li a:hover,
.page_nav ul li a.active {
    background: #1d70a2;
    color: #fff;
}

.aaRight,
.lnRight {
    float: right;
    width: 70%;
    position: relative;
}

/*.aaRight li {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 10px;
    padding: 15px;
    color: #222;
    font-size: 14px;
    border: 1px solid #ddd;
}
.aaRight li a {
    float: left;
    background: #1d70a2;
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
    padding: 6px 20px;
    transition: all ease-in-out .5s;
}
.aaRight li a:hover {
    background: #111;
}*/
.aaRight .linkPage div {
    line-height: 1.4;
    font-size: 16px;
}

/*gridBenefits*/
.benefitsGrid {
    /*margin: 0 10px;*/
}

.gridBenefits li {
    width: 25%;
    float: left;
    padding: 10px;
    font-size: 13px;
    text-align: left;
}

.gridBenefits li .txt h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.gridBenefits li .txt {
    padding: 15px;
    background: #71c871;
    color: #fff;
    min-height: 290px;
}

.gridBenefits li .color-1 {
    background: #71c871;
}

.gridBenefits li .color-2 {
    background: #E88767
}

.gridBenefits li .color-3 {
    background: #ea4e4e;
}

.gridBenefits li .color-4 {
    background: #b75caf;
}

.gridBenefits li .color-5 {
    background: #647bdd;
}

.gridBenefits li .color-6 {
    background: #df7d8d;
}

.gridBenefits li .color-7 {
    background: #6fc9ea;
}

.gridBenefits li .color-8 {
    background: #b3bd54;
}

/*memberNav*/
.memberNav {
    margin-top: 50px;
    z-index: 1;
    text-align: center;
}

.memberNav li {
    display: inline-block;
    background: #00af9e;
    color: #fff;
    padding: 20px 30px;
    min-width: 200px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.memberNavh3 {
    width: 100%;
    float: left;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #00af9e;
}

.memberNavh3.active {
    background: #00988a;
}

.memberNav li i {
    margin-right: 10px;
}

.memberNav li:hover,
.memberNav li.active {
    background: #00988a;
}

.memberNav li:after {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #00988a;
    opacity: 0;
    bottom: -0;
    content: "";
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.memberNav li.active:after {
    bottom: -12px;
    opacity: 1;
}

.memberNavData {
    background: #f1f1f1;
}

.memberNavTxt,
.memberNavh3 {
    display: none;
}

.memberNavBtn {
    margin-top: 5px;
}

.memberNavBtn a i {
    margin-right: 10px;
}

.memberNavBtn a {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    padding: 12px 25px;
    background: #e2378c;
    color: #fff;
    font-size: 14px;
    border: 1px solid #b5246c;
    transition: all .5s;
}

.memberNavBtn a:hover {
    background: #b5246c;
}

.page_ul ul {
    width: 100%;
    float: left;
    padding: 0;
    list-style-type: none;
    margin-bottom: 15px;
}

.page_ul ul li {
    width: 100%;
    float: left;
    padding: 5px;
    padding-left: 25px;
    position: relative;
}

.page_ul ul li::before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "\f14a";
    font-family: 'FontAwesome';
    color: #111;
}

/*msForm*/
.msForm {
    margin: 15px 0;
    padding: 25px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    font-size: 14px;
    color: #111;
    line-height: 40px;
}

.span-3 {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.span-3.last {
    margin-right: 0;
}

.msForm label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.msForm select,
.msForm input {
    width: 100%;
    float: left;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.msBtns {
    text-align: center;
}

.msBtns button {
    display: inline-block;
    padding: 0 35px;
    line-height: 40px;
    border: 0px;
    cursor: pointer;
    background: #ce4343;
    color: #fff;
    margin: 0 5px;
    margin-top: 10px;
    transition: all .5s;
}

.msBtns button[type=reset] {
    background: #333;
}

.msBtns button:hover {
    background: #b02d2d;
}

/*msTable*/
.msTable {
    margin-top: 10px;
    padding: 15px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    overflow-x: auto;
}

.msTable table {
    width: 100%;
    border: 1px solid #eee;
    background: #fff;
    border-collapse: collapse;
}

.msTable table th,
.msTable table td {
    border: 1px solid #eee;
    padding: 15px;
}

.msTable table td a i {
    display: inline-block;
    padding: 6px 10px;
    background: #1d70a2;
    color: #fff;
    border-radius: 3px;
}

/*.pop_careerData*/
body.showMe {
    overflow: hidden;
}

.pop_productData {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 0 15px;
    overflow-y: auto;
    display: none;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
}

.productData {
    width: 100%;
    max-width: 1000px;
    display: inline-block;
    background: #f5f5f5;
    padding: 50px;
    margin: 50px 0;
    border-radius: 5px;
    color: #222;
    text-align: left;
    position: relative;
}

.productData li {
    width: 100%;
    float: left;
    background: #fff;
    font-size: 14px;
    border: 1px solid #ddd;
    border-bottom: 0px;
}

.productData li:last-child {
    border-bottom: 1px solid #ddd;
}

.productData li div {
    padding: 15px;
}

.productData li .div2 {
    width: 48%;
    float: left;
    border-right: 1px solid #ddd;
}

.productData li .div2:nth-child(even) {
    float: right;
    border-right: 0px solid #ddd;
}

.productData li .div3 {
    width: 32%;
    float: left;
    border-right: 1px solid #ddd;
    margin-right: 2%
}

.productData li .div3:nth-child(3n+3) {
    border-right: 0px solid #ddd;
    margin-right: 0
}

.pd_close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    color: #111;
    z-index: 2;
    border-radius: 30px;
    box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.2);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.pd_close:hover {
    background: #111;
    color: #fff;
}

/*formsDownload*/
.formsDownload {
    background: #f5f5f5;
}

.formsDownloadList li {
    width: 100%;
    float: left;
    position: relative;
    padding: 25px;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.formsDownloadList li:last-child {
    margin-bottom: 0
}

.formsDownloadList li .txt {
    width: calc(100% - 250px);
    float: left;
}

.formsDownloadList li h3 {
    padding-left: 55px;
    font-size: 30px;
    font-weight: 500;
    color: #111;
    margin-bottom: 15px;
}

.formsDownloadList li h3 i {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #71c871;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 400;
}

.formsDownloadList li:nth-child(2n) h3 i {
    background: #ea4e4e
}

.formsDownloadList li a.fdBtn i {
    margin-right: 10px;
}

.formsDownloadList li a.fdBtn {
    background: #647bdd;
    position: absolute;
    top: 50%;
    font-size: 16px;
    right: 25px;
    text-align: center;
    width: 200px;
    line-height: 60px;
    color: #fff;
    transform: translateY(-50%);
    transition: all .5s;
}

.formsDownloadList li a.fdBtn:hover {
    background: #111;
}

/*.newsUpdates*/
.newsUpdates,
.bgf5 {
    background: #f5f5f5;
}

.newsUpdates {
    padding: 40px 0
}

.newsUpdatesList li {
    width: 49%;
    float: left;
    margin: 10px 0;
}

.newsUpdatesList li:nth-child(2n) {
    float: right;
}

.newsUpdatesList li a {
    width: 100%;
    float: left;
    position: relative;
    color: #333;
    padding: 25px;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    min-height: 150px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.certiList li a {
    padding-left: 140px;
}

.certiList li a img {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 100px;
    height: 80%;
}

.newsUpdatesList li h5 {
    font-weight: 500;
    color: #002c53;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.newsUpdatesList li h4 {
    font-weight: 300;
    color: #231f20;
    font-size: 15px;
    margin: 0;
    line-height: 1.4;
    height: 42px;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.newsUpdatesList li span {
    color: #4dbdc6;
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
    float: left;
}

.newsUpdatesList li a:hover {
    background: #005eb8;
}

.newsUpdatesList li:hover h4,
.newsUpdatesList li:hover h5 {
    color: #fff
}

/*newsUpdatesData*/
.newsUpdatesData h5 {
    font-weight: 500;
    color: #002c53;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.newsUpdatesData h2 {
    font-weight: 600;
    color: #111;
    font-size: 20px;
    margin-bottom: 15px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.newsUpdatesData img {
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

/*gallery_page*/
.gallery_page {
    padding: 40px 0;
}

.galleryCat_list li {
    width: 32%;
    float: left;
    margin: 10px 0;
    text-align: center;
    border: 1px solid #ddd;
    overflow: hidden;
    margin-right: 2%;
    transition: all ease-in-out .5s;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.2)
}

.galleryCat_list li:hover {}

.galleryCat_list li:nth-child(3n+3) {
    margin-right: 0
}

.galleryCat_list li img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    transform: scale(1.1);
    transition: all ease-in-out 1.5s;
}

.galleryCat_list li:hover img {
    transform: scale(1);
}

.galleryCat_list li span {
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    background: rgba(0, 174, 239, 0.7);
    transition: all ease-in-out .5s;
}

.galleryCat_list li:hover span {
    background: rgba(0, 0, 0, 0.8);
}

.gallery_list li {
    width: 23.5%;
    float: left;
    margin: 10px 0;
    text-align: center;
    /*border: 1px solid #ddd;*/
    overflow: hidden;
    margin-right: 2%;
    transition: all ease-in-out .5s;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.2)
}

.gallery_list li:hover {}

.gallery_list li:nth-child(4n+4) {
    margin-right: 0
}

.gallery_list li img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
    transform: scale(1.1);
    transition: all ease-in-out 1.5s;
}

.gallery_list li:hover img {
    transform: scale(1);
}

.videoCat_list li a:before {
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    width: 100%;
    height: 100%;
    align-content: center;
    justify-content: center;
    content: '\f16a';
    font-family: 'FontAwesome';
    color: #f00;
    font-size: 50px;
    z-index: 2;
    transition: all ease-in-out 1.5s;
}

.videoCat_list li:hover a:before {
    color: #fff;
    text-shadow: 0px 0px 14px 5px rgba(0, 0, 0, .15)
}

/*contact*/
.contadr {
    width: 100%;
    float: left;
}
.contadr .address {
    width: 32%;
    margin-right:2%;
}
.contadr .address:last-child {
    margin-right:0;
}

.contmap {
    float: right;
    width: 56%;
    height: 300px;
}

.contmap iframe {
    width: 100%;
    height: 100%;
    border: 0px;
}

.cr_form {
    background: #f5f5f5
}

.contadr h2,
.cr_form h2 {
    font-size: 30px;
    font-weight: 500;
    color: #111;
    margin-bottom: 10px;
}

.contadr h2 span,
.cr_form h2 span {
    color: #429ce3;
}

.address {
    padding-left: 70px;
    color: #555;
    font-size: 16px;
    margin-top: 15px;
}

.address img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
}

.address h3 {
    color: #111;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.address .cont-ph {
    color: #429ce3;
    margin-top: 10px;
    font-weight: 300;
    letter-spacing: 1px;
}

.cont-ph span {
    font-weight: 600
}

.span-2 {
    width: 49%;
    float: left;
}

.span-2.right {
    float: right;
}

.atLabel {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #111;
    margin-bottom: 5px;
}

.atInput {
    width: 100%;
    float: left;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

textarea.atInput {
    height: 100px;
    padding: 10px;
}

.atButton {
    float: left;
    padding: 15px 30px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    border: 0px;
    background: #f18b3b;
    color: #fff;
    cursor: pointer;
    margin-top: 15px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.atButton:hover {
    background: #d23539;
}

/*linkPage*/
.lnRight li,
.linkPage li {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 10px;
    padding: 15px;
    color: #222;
    font-size: 14px;
    border: 1px solid #ddd;
}

.lnRight li span,
.linkPage li span {
    float: right;
    background: #1d70a2;
    color: #fff;
    font-size: 14px;
    padding: 6px 20px;
    transition: all ease-in-out .5s;
}

.lnRight li span i,
.linkPage li span i {
    margin-right: 5px;
}

.lnRight li span:hover,
.linkPage li span:hover {
    background: #111;
}

/*legaList*/
.legaList li {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 10px;
    padding: 15px;
    color: #222;
    font-size: 14px;
    border: 1px solid #ddd;
}

.legaList li h5 {
    margin-bottom:5px;
    font-weight:500;
    color:#1d70a2;
    font-size:14px;
}
.legaList li h4 {
    font-size: 18px;
    margin-bottom:10px;
    font-weight:600;
    color:#111;
}
.legaList li a {
    float: left;
    background: #1d70a2;
    color: #fff;
    font-size: 14px;
    padding: 6px 20px;
    transition: all ease-in-out .5s;
}

.legaList li a i {
    margin-right: 5px;
}

.lnRight li span:hover,
.linkPage li span:hover {
    background: #111;
}

.linkPage div {
    width: calc(100% - 150px);
    line-height: 34px;
    font-size: 20px;
    color: #222;
}

.lnRight div {
    color: #222;
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
}

/*.careers_posts */
.career_posts {
    background: #f5f5f5;
}

.career_posts h2 {
    font-size: 30px;
    color: #111;
    font-weight: 600;
    margin-bottom: 0px;
}

.career_posts ul {
    margin-top: 15px;
}

.career_posts li {
    margin-top: 15px;
    width: 100%;
    float: left;
}

.career_posts li a {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    text-align: left;
    color: #333;
    font-size: 14px;
    box-shadow: 4px 4px #ddd;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.career_posts li a:hover {
    border: 1px solid #00aeef;
    box-shadow: 4px 4px #b0eaff;
}

.career_posts li .icon {
    float: left;
    width: 50px;
    height: 50px;
    background: #eee;
    text-align: center;
    line-height: 50px;
    color: #333;
    font-size: 20px;
    margin-right: 20px;
}

.career_posts li h5 {
    float: left;
    font-size: 16px;
    color: #111;
    font-weight: 600;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.career_posts li:hover h5 {
    color: #131768;
}

.career_posts li h5 span {
    display: block;
    font-size: 13px;
    color: #555;
    font-weight: 500;
    margin-top: 5px;
}

.career_posts li .txt {
    float: right;
}

.career_posts li .loc {
    line-height: 50px;
    float: left;
    margin-right: 50px;
}

.career_posts li .loc i {
    color: #468eca;
    margin-right: 5px;
}

.career_posts li .tag {
    float: right;
    width: 100px;
    text-align: center;
    background: #aaca3d;
    color: #fff;
    position: relative;
    margin-top: 5px;
    line-height: 1;
    padding: 15px 0;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.career_posts li .tag:hover {
    background: #131768;
}

/*pop_careerData*/
.pop_careerData {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 0 15px;
    overflow-y: auto;
    display: none;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
}

.careerData {
    width: 100%;
    max-width: 800px;
    display: inline-block;
    background: #fff;
    padding: 30px;
    margin: 100px 0;
    color: #222;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    position: relative;
}

.careerData h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #111;
}

.careerData p {
    display: block;
    margin-bottom: 15px;
}

.productData img {
    float: left;
    width: 100%;
    max-width: 300px;
    border: 1px solid #ddd;
    margin: 0 20px 20px 0;
}

.careerData h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
    color: #00aeef;
}

.careerData h4 span {
    margin-right: 20px;
}

.careerData h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #888;
}

.cd_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e82d2d;
    color: #fff;
    z-index: 2;
    border-radius: 30px;
    opacity: 0.4;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.cd_close:hover {
    opacity: 1;
}

/*career_form*/
.career_form {
    margin-top: 10px;
    background: #f5f5f5;
    padding: 20px;
}

.halfspan {
    width: 49%;
    float: left;
}

.halfspan.right {
    float: right;
}

.career_form h2 {
    color: #0f4f6a;
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: block;
    font-size: 24px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}

.career_form label {
    margin: 5px 0 0 0;
    display: block;
    font-weight: 400;
}

input.c-input,
textarea.c-input {
    width: 100%;
    float: left;
    height: 40px;
    padding: 10px;
    color: #333;
    border: 1px solid #ccc;
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 300;
    transition: all .5s;
}

input.c-input[type=file] {
    padding: 0 10px;
}

input.c-input:hover,
textarea.c-input:hover,
input.c-input:focus,
textarea.c-input:focus {
    border: 1px solid #333;
    outline: 0px;
    transition: all .5s;
}

textarea.c-input {
    height: 80px;
}

input.c-btn {
    float: left;
    margin-top: 15px;
    padding: 10px 30px;
    background: #aaca3d;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0px;
    transition: all .5s;
}

input.c-btn:hover,
input.c-btn:focus {
    background: #333;
    transition: all .5s;
}


/* ===========================
   ====== Media Queries ====== 
   =========================== */
@media only screen and (max-width : 1279px) {}

@media only screen and (max-width : 979px) {
    .aaLeft {
        padding: 15px;
        text-align: left;
    }

    .aaLeft h3 {
        font-size: 18px
    }

    .newsUpdatesList li {
        width: 100%
    }

    .certiList li a img {
        object-fit: contain;
    }

    .gallery_list li {
        width: 49%;
        margin-right: 0
    }

    .gallery_list li:nth-child(even) {
        float: right;
    }

    .gridBenefits li {
        width: 33.33%
    }

    .memberNav li {
        width: 33.33%;
        float: left;
        padding: 20px 0
    }

    .galleryCat_list li {
        width: 49%;
        margin-right: 0
    }

    .galleryCat_list li:nth-child(even) {
        float: right;
    }

    .contadr,
    .contmap {
        width: 100%
    }

    .enquireyFormbx {
        width: 100%;
        margin: 0
    }
    .contadr .address {
        width: 100%;
        margin-right:0;
    }
}

@media only screen and (max-width : 767px) {
    .innerbanner {
        min-height: 100px;
    }

    .breads {
        display: none;
    }

    .ib_txt h1 {
        font-size: 26px
    }

    .ib_txt {
        position: relative;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        padding: 50px 0;
        top: 0
    }

    .page {
        padding: 25px 0
    }

    .pageTxt {
        width: 100%;
    }

    .pageNav {
        display: none;
    }

    .listCommittee h2 {
        font-size: 20px
    }

    .certificates_list.MOA_list li {
        width: 100%
    }

    .aaLeft,
    .aaRight,
    .lnRight {
        width: 100%;
    }

    .aaLeft ul {
        display: none;
    }

    .aaLeft {
        margin-bottom: 15px;
        position: relative;
        -webkit-position: relative;
        top: 0;
    }

    .aaLeft h3 {
        margin-bottom: 0;
        padding: 0;
        border-bottom: 0px;
        transition: all .5s;
        position: relative;
    }

    .aaLeft h3:after {
        position: absolute;
        top: 0;
        right: 0;
        content: '\f073';
        font-family: 'FontAwesome'
    }

    .aaLeft h3.selector {
        margin-bottom: 15px;
        padding-bottom: 15px border-bottom: 1px solid #ddd;
    }

    .linkPage div {
        width: 100%;
        margin-bottom: 10px;
    }

    .gallery_list li {
        width: 100%
    }

    .gridBenefits li {
        width: 100%
    }

    .gridBenefits li .txt {
        min-height: 100px;
    }

    .memberNav {
        display: none;
    }

    .memberNavh3 {
        display: block;
        margin-bottom: 5px;
    }

    .memberNavTxt {
        padding: 15px 0
    }

    .msForm,
    .formsDownloadList li {
        padding: 15px
    }

    .span-3,
    .formsDownloadList li .txt {
        width: 100%
    }

    .formsDownloadList li h3 {
        font-size: 24px
    }

    .formsDownloadList li a.fdBtn {
        position: relative;
        top: 0;
        font-size: 14px;
        right: 0;
        line-height: 40px;
        float: left;
        margin-top: 10px;
        width: 100%;
        transform: translateY(0%);
    }

    .newsUpdatesList li a {
        padding: 15px
    }

    .newsUpdatesData h2,
    .careerData h2 {
        font-size: 16px
    }

    .galleryCat_list li {
        width: 100%
    }

    .contadr h2,
    .cr_form h2,
    .career_posts h2,
    .enquireyFormbx h2 {
        font-size: 26px;
    }

    .span-2 {
        width: 100%
    }

    .career_posts li a,
    .careerData {
        padding: 15px
    }

    .career_posts li h5 {
        width: calc(100% - 70px);
        float: right;
    }

    .career_posts li .txt {
        width: 100%;
        margin-top: 15px
    }

    .cd_close {
        top: -12px;
        right: -12px;
        opacity: 1
    }

    .assessment_login {
        padding: 20px;
    }

    .enquireyFormbx {
        padding: 20px;
    }

    .productData {
        padding: 15px
    }

    .productData li .div2,
    .productData li .div3 {
        width: 100%;
        border-right: 0px;
        border-bottom: 1px solid #ddd;
    }

    .productData li .div2:last-child,
    .productData li .div3:last-child {
        border-bottom: 0px solid #ddd;
    }

    .mLogin a {
        font-size: 13px
    }
}

@media only screen and (max-width : 359px) {
    .fixed_menu {
        width: 100%
    }

    #header .logo img,
    #header.fixed1 .logo img {
        height: auto;
        width: 100%
    }

    .mLogin a:first-child {
        display: none;
    }
}