
@media screen and (min-width: 1280px) {
    .customContainer {
        max-width: 94%;
    }
}

/*-- Global Style Start --*/

img {
    max-width: 100%;
}

body {
    background: linear-gradient(-70deg, rgba(186, 232, 230, 1) 0%, rgba(225, 243, 243,1) 20%, rgba(225, 243, 243, 1) 95%, rgba(202, 226, 226, 1) 100%);
}

.labelControl {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 4px;
    line-height: 18px;
    color: #b40c0c;    
}
.inputControl,
.selectControl,
.textControl{
    border-color: #e0e0e0;
    font-size: 14px;
    outline: none;
    box-shadow: none;
}
.inputControl:focus,
.selectControl:focus,
.textControl:focus {
    outline: none;
    box-shadow: none;
}
.textControl{
    resize: none;
}
.actionBtn {
    outline: none;
    text-transform: uppercase;
    background: #027e13;
    letter-spacing: 1px;
    border: none !important;
    font-size: 14px;
    box-shadow: none !important;
    color: #ffffff !important;
    font-weight: 500;    
}
.actionBtn:hover,
.actionBtn:focus {
    background: #fb4b07;
    border: none !important;
    box-shadow: none;
}
/*-- Global Style End --*/


/*-- Header Style Start --*/
.headerMain {
    background-color: #162249 !important;
    margin: 0;
}
.myHeaderNav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}
.headerLogo {
    text-decoration: none;
}
.siteTitle {
    margin-left: 12px;
}
.siteTitle h2 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 6px;
    font-family: 'Roboto', sans-serif;
    /* letter-spacing: 1px; */
}
.siteTitle h5 {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0;
}
.headerMain .homeLink {
    padding: 0 20px 0 0;
    color: #fff;
    position: relative;
    margin-right: 16px;
    font-size: 14px;
    line-height: 22px;
}
.headerMain .homeLink2 {    
    margin-right: 86px;    
}
.headLand {
    
    padding-top: 191px;
}
    .headerMain .homeLink:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #fff;
}
.headerMain .homeLink.active {
    color: #00ff43;
}
.headerMain .homeLink:hover, 
.headerMain .myDropMenu .navbar-toggler:hover {
    color: #00ff43;
}
.myDropMenu {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-60%);
}
.myDropMenu .navbar-toggler,
.myDropMenu .navbar-toggler:hover,
.myDropMenu .navbar-toggler:focus {
    border: none;
    box-shadow: none;
    padding: 0;
    transition: none !important;
}
.myDropMenu .navbar-collapse.show {
    position: absolute;
    right: 0;
    top: 60px;
    background: #0a1434;
    padding: 15px 20px 20px;
    max-width: 320px;
    width: 320px;
}
/* .myDropMenu .collapse.show {
    display: block;
} */

.myDropMenu .navbar-collapse {
    flex-basis: auto;
    flex-grow: 0;
    align-items: inherit;
    /* opacity: 0; */
}
.myDropMenu .navbar-toggler,
.myDropMenu .navbar-toggler.collapsed {
    font-size: 14px;
    line-height: 19px;
    color: #fff;
}
.myDropMenu .navbar-collapse.collapsing {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    height: inherit !important;
    overflow: inherit !important;
    opacity: 0;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("../images/icons/hamburger.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    margin-left: 5px;
}
.myDropMenu .navbar-collapse.show .nav-item {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #162552;
}
.myDropMenu .navbar-collapse.show .nav-item:last-child {
    margin-bottom: 12px;
}
.myDropMenu .navbar-collapse.show .nav-link {
    padding: 0;
    color: #fff;
    font-size: 14px;
}
.myDropMenu .navbar-collapse.show .nav-item.dropdown .dropdown-menu {
    background-color: #007b87;
}
.myDropMenu .navbar-collapse.show .nav-item.dropdown .dropdown-menu .dropdown-item {
    font-size: 13px;
    color: #ffffff;    
}
.myDropMenu .navbar-collapse.show .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #015d66;
}
/*-- Header Style End --*/

/*-- Footer Style Start --*/
.myFooter {
    background: #0a1434;
    padding: 30px 0 0;
}
.myFooter .footer-top {
    padding-bottom: 20px;
}
.footer-title {
    font-size: 20px;
    color: #fff;
    margin: 0 0 20px;
    padding-bottom: 12px;
    position: relative;
}
.footer-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 80px;
    border-width: 0 0 4px 0;
    border-style: solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #00acc2 0%, #00acc2 11%, #a8288f 89%, #a8288f 100%);
    border-radius: 0.25rem;
}
.myFooter p {
    color: #fff;
    margin: 0;
}
.footer-about-content p {
    font-size: 14px;
    color: #b3b1b1;
}
.footer-about-content .owl-item p {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}
.footer-about-content .owl-item p i {
    font-size: 14px;
}
.footer-about-content .owl-item h6 {
    color: #fff;
    font-weight: 400;
    position: relative;
    margin: 8px 0 20px !important;
    font-size: 16px;
    line-height: 22px;
    padding-left: 12px;
}
.footer-about-content .owl-item h6::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 2px;
    height: 60px;
    background-color: #00ff43;
}
.myFooter .social-icon ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: flex;
    align-items: center;
}
.myFooter .social-icon ul li {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #fff;
    margin-right: 10px;
}
.myFooter .social-icon ul li:last-child {
    margin-right: 0;
}
.myFooter .social-icon ul li a {
    width: 100%;
    height: 100%;
}
.myFooter .social-icon ul li i {
    font-size: 12px;
    color: #fff;
}
.myFooter .social-icon ul li:hover {
    background-color: #fff;
}
.myFooter .social-icon ul li:hover i {
    color: #0a1434;
}
.footer-bottom {
    background-color: #060f2a;
    padding: 15px 0;
}
.footer-menu ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.footer-menu ul li {
    margin-bottom: 5px;
}
.footer-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.footer-menu ul li a:hover {
    text-decoration: underline;
    color: #00ff43;
}
.footer-address {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 14px;
}
.footer-contact-info i {
    color: #fff;
    line-height: 22px;
    font-size: 13px;
}
.footer-address p {
    margin: 0 0 0 11px;
}
.footer-address p a {
    color: #fff;
    text-decoration: none;
}
.footer-address p a:hover {
    text-decoration: underline;
    color: #00ff43;
}
.myFooter .copyright-text p {
    font-size: 14px;
}
/*-- Footer Style End --*/

/*-- Resource Style Start --*/
/* .bannerMain {
    margin-bottom: 140px;
} */
.resourceMain {
    position: relative;
}
.resourceMain .resourceBlk {
    max-width: 1000px;
    margin: 0 auto;
    position: absolute;
    left: 46%;
    top: 50%;
    transform: translate(-50%, -40%);
    display: flex;
    align-items: center;
}

.resourceMain .d-inline-flex {
    background: #fff;
    padding: 17px 20px 20px;
    padding-right: 150px;
    border-width: 0 0 10px 0;
    border-style: solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #00acc2 0%, #00acc2 11%, #a8288f 89%, #a8288f 100%);
    border-radius: 0.25rem;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 16%);
}
.resourceBlk h2 {
    font-size: 22px;
    margin: 0 0 10px;
    line-height: 26px;
    font-weight: 600;
}
.registerBtn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(46%, -48%);
    min-width: 212px;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* background: #162249; */
    background: #007d8b;
}
/* .registerBtn:hover {
    background: #124772;
} */
.registerBtn:before {
    content: "";
    position: absolute;
    right: 206px;
    top: -12px;
    transform: translateX(46%);
    border-radius: 0;
    border-style: solid;
    border-width: 4px 0 0 4px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #00acc2 0%, #00acc2 11%, #a8288f 40%, #a8288f 100%);
    width: 2rem;
    height: 2rem;
}
.registerBtn:after {
    content: "";
    position: absolute;
    right: 206px;
    top: 80%;
    transform: translateX(46%);
    border-radius: 0;
    border-style: solid;
    border-width: 0 0 4px 4px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #00acc2 0%, #00acc2 11%, #a8288f 40%, #a8288f 100%);
    width: 2rem;
    height: 2rem;
}
/*-- Resource Style End --*/

/*-- Announcement Style Start --*/
.announcBlk {
    width: 100%;
    /*height: 100vh;*/
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
    background: linear-gradient(-70deg, rgba(186, 232, 230, 1) 0%, rgba(225, 243, 243,1) 20%, rgba(225, 243, 243, 1) 95%, rgba(202, 226, 226, 1) 100%);
    /*background: url('../images/bg/texture_bg5.jpg') no-repeat;
    background-size: cover;
    background-position: center center;*/
}
.announContent {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    padding: 17px 40px 15px;
}
.announcHead {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    width: 100%;
    max-width: 1200px;
}
.announcHead .backLink {
    position: absolute;
    left: 0;
    top: 83%;
    font-size: 18px;
    color: #b52610;
    font-weight: 600;
}
.announcHead .backLink:hover {
    text-decoration: none;
}
.announcHead img {
    margin-bottom: 14px;
    max-width: 130px;
}
.announcHead h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0d3d7f;
    margin: 0 0 10px;
}
.announcHead h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0d3d7f;
    margin: 0;
    font-family: "Roboto", sans-serif;
}
.announcmentMain {
    background: #fff;
    padding: 20px 26px;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 16%);
    border-radius: 0.25rem;
    border-width: 0 0 10px 0;
    border-style: solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #00acc2 0%, #00acc2 11%, #a8288f 89%, #a8288f 100%);
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.announcmentMain h2 {
    font-size: 22px;
    margin: 0 0 15px;
    line-height: 26px;
    font-weight: 600;
}
.announcList ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.announcList ul li {
    margin-bottom: 10px;
    position: relative;    
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 10px;
}
.announcList ul li.newCircular {    
    padding-left: 45px;    
}
.announcList ul li.newCircular:before {
    position: absolute;
    content: '';
    left: 0;
    top: 4px;
    width: 38px;
    height: 20px;
    border-radius: 100%;
    background: #043d72;
    background: url("../images/icons/new_star.gif") no-repeat;
    background-size: 38px;
    background-position: center;
}
.announcList ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.announcList li span {
    color: #043d72;
    font-weight: 500;
}
.announcList li a {
    font-size: 15px;
    color: #0038d7;
    text-decoration: none;
    font-weight: 500;
}
.announcList li a:hover {
    text-decoration: underline;
}
.announcList2 {
    height: 470px;
    overflow-y: auto;
}
/*-- Announcement Style End --*/

/*-- Training Steps Style Start --*/
.trainingBg {
    width: 100%;
    /*height: 100vh;*/
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 1;
    /* background: linear-gradient(-70deg, rgba(186, 232, 230, 1) 0%, rgba(225, 243, 243,1) 20%, rgba(225, 243, 243, 1) 95%, rgba(202, 226, 226, 1) 100%); */
    /*background: #9fdee3 url('../images/bg/texture_bg5.jpg') no-repeat;
    background-size: cover;
    background-position: left 0%;*/
}
.trainStepContent {
    /* height: 100%; */
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    padding: 17px 40px 15px;
}
.trainingSBlk {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.trainingSBlk h2 {
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 4px;
    font-weight: 700;
}
.trainingSBlk h4 {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 40px;
    font-weight: 600;
    padding-bottom: 4px;
    position: relative;
}
.trainingSBlk h4:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
    border-width: 0 0 4px 0;
    border-style: solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #00acc2 0%, #00acc2 11%, #a8288f 89%, #a8288f 100%);
    border-radius: 0.25rem;
    width: 174px;
    height: 100%;
}
.trainingSBlk .row {
    justify-content: center;
}
.stepsTitle {
    font-size: 20px;
    margin: 0 0 10px;
    position: relative;
    /* padding-top: 18px; */
}
.stepsTitle:before {
    content: "";
    position: absolute;
    left: 0;
    top: -26px;
    width: 90px;
    height: 100%;
    border-width: 0 0 6px 0;
    border-style: solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #00acc2 0%, #00acc2 11%, #a8288f 89%, #a8288f 100%);
    border-radius: 0.25rem;
    display: none;
}
.stepGrid {
    margin-bottom: 20px;
    position: relative;
}
.stepGrid p {
    margin: 0;
    position: absolute;
    left: 13px;
    bottom: 0;
    width: calc(100% - 26px);
    background: rgba(10, 20, 52, 0.8);
    padding: 7px 14px 10px;
    color: #fff;
    font-size: 14px;
}
.stepGrid img {
    border: 1px solid #f1f1f1;
    border-radius: 0 0.75rem 0.75rem 0.75rem;
    box-shadow: 0px 4px 6px 0px rgb(0 0 0 / 20%);
}
.stepGrid a:hover img {
    border: 1px solid #ef6303;
}
.stepGrid:before {
    content: "";
    position: absolute;
    left: 13px;
    top: 35px;
    width: 0px;
    height: 0px;
    border-top: 60px solid red;
    border-right: 60px solid transparent;
}
.stepGridStep1::before {
    top: 54px;
}
.stepGrid h6 {
    position: absolute;
    left: 26px;
    top: 44px;
    color: #fff;
    font-size: 18px;
    z-index: 9;
    margin: 0;
}
.stepsTitle .stepsSubTitle {
    font-size: 16px;
    color: #f00;
	display: block;
}
.stepGridStep1 h6 {
    top: 60px;
}
.stepGrid.stepGridStep1:first-of-type {
    margin-right: 42px;
}
.stepGridStep1 h2 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateX(36px);
    font-size: 20px;
    color: #f00;
    margin: 0;
}
/*-- Training Steps Style End --*/

/*-- Responsive Style Start --*/
@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .resourceBlk p {
        font-size: 15px;
    }
    .announcBlk {
        margin-top: 170px;        
    }
}
@media screen and (max-width: 1279px) {
    .resourceMain .resourceBlk {
        position: static;
        transform: inherit;
        margin-top: 40px;
        max-width: 800px;
    }
    .registerBtn {        
        right: 18%;
        top: 50%;
        transform: translate(46%, -50%);        
    }
    .announcBlk {
        margin-top: 50px;        
    }
}
/*-- Responsive Style End --*/


/*-- Contact Us Style Start --*/
.contactMap iframe {
    width: 100%;
    height: 360px;
}
.contactMain {
    background: #fff;
    /* box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 16%); */
    border-radius: 0.25rem;
}
.contactMain ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    border: 1px solid #e3e3e3;
    border-radius: 0.25rem;
}
.contactMain ul li {
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    padding: 8px 16px 10px;
}
.contactMain ul li h3 {
    text-transform: capitalize;
    color: #000;
    font-size: 20px;
    margin-bottom: 5px;
}
.contactMain ul li p {
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
.contactMain h5 {
    margin: 0 0 3px;
    color: #014799;
    font-weight: 500;
    line-height: 22px;
    font-size: 17px;
}
.contactMain h6 {
    font-size: 13px;
    margin: 0 0 8px;
}
.contactMain ul > li .contDetail {
    position: relative;
    display: flex;
    align-items: center;
}
.contactMain .contDetail:first-child {
    margin-bottom: 5px;
}
.contactMain .contDetail i {
    margin-right: 6px;
    font-size: 12px;
    color: #162249;
}
.contactMain h4 {
    text-transform: capitalize;
    color: #fd5d00;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
}
.contactMain ul li .contact-social {
    border: none;
    margin-top: 8px;
    margin-bottom: 5px;
}
.contactMain ul li .contact-social li {
    display: inline-block;
    border: 1px solid #BDBDBD;
    padding: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
}
.contactMain ul li .contact-social li a {
    line-height: 26px;
}
.contactMain ul li .contact-social li a i {
    font-size: 13px;
    color: #162249;
}
.contactAddTab {
    padding: 15px;
    background-color: #fff;
    margin: 0;
    max-height: 640px;
    overflow-y: auto;
    /* padding-right: 23px; */
}
.contactAddTab::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}
.contactAddTab::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
    background-color: #F5F5F5;
}
.contactAddTab::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #162249;
}
.contactAddTab .table {    
    margin: 0;
}
.contactTbaHead td {
    background: #162249;
}
.contactAddTab h3 {
    font-size: 18px;
    text-align: center;
    margin: 0;
    color: #fff;
    font-weight: 500;
}
.contactAddTab th {
    font-size: 13px;
    text-transform: uppercase;
    background-color: #ccc;
    text-align: center;
    font-weight: 700;
}
.contactAddTab td {
    font-size: 14px;
}

/*-- Contact Us Style End --*/






