
@media screen and (min-width: 1280px) {
    .customContainer {
        max-width: 94%;
    }
}

/*-- Global Style Start --*/

img {
    max-width: 100%;
}

body {
    background-color: #eef0f3;
}
.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;    
}
.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 30px 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: 10px 0;
    position: fixed;
    width: 100%;
    bottom: 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 --*/


/*-- Responsive Style Start --*/
@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .resourceBlk p {
        font-size: 15px;
    }
    .trainingSteps {
        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%);        
    }
    .trainingSteps {
        margin-top: 50px;        
    }
}
/*-- Responsive Style End --*/

.collapseMenuMain {
    width: 1080px !important;
    max-width: 1200px !important;
}
.collapseMenuMain .navbar-nav {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.collapseMenuMain .nav-item {
    /* margin-right: 30px; */
    margin-bottom: 0 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
.collapseMenuMain .nav-item .nav-link {
    color: #c3c3c3 !important;
    font-size: 16px !important;
    margin-bottom: 10px !important;
    position: relative;
    padding-bottom: 6px !important;
}
.collapseMenuMain .nav-item .nav-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    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;
}
.collapseMenuMain .nav-item ul {
    padding: 0;
    margin: 0;
}
.collapseMenuMain .nav-item ul li {
    margin-bottom: 8px;
}
.collapseMenuMain .nav-item ul a {
    color: #fff;
    padding: 0;
    font-size: 14px;
    text-decoration: none;
}
.collapseMenuMain .nav-item ul a:hover {
    color: #00ff43;
}
.collapseMenuMain .nav-item:last-child {
    margin-right: 0;
}
.loginAsLink {
    display: flex;
    align-items: flex-start;
}
.loginAsLink ul:first-child {
    margin-right: 30px;
}


/*-- Login Form Style Start --*/
.pageLayout {
    padding: 30px 0 70px;
}
.loginBlk {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 4px 5px 2px rgb(0 0 0 / 16%);
    padding: 30px;
    border-radius: 0.5rem;
    background: rgb(2,0,36);
    background: linear-gradient(-306deg, rgb(96 54 177) 0%, rgb(21 21 161) 35%, rgb(25 179 173) 100%);
}
.loginBlk h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    margin: 0 0 15px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.form-group {
    margin-bottom: 1rem;
}
.loginBlk .labelControl {
    color: #fff;
    letter-spacing: 1px;
}
.loginBlk .inputControl {
    border-radius: 0.25rem !important;
}
.iconPosition .inputControl {
    padding-right: 46px;
}
.inputIcon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #444;
    color: #fff;
    padding: 5px;
    border-radius: 0 0.25rem 0.25rem 0;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 24px !important;
    z-index: 5;
    font-size: 14px;
}
.captchaBlk img {
    margin-bottom: 10px;
}
/*-- Login Form Style End --*/

/*-- Form Style Start --*/
.mySubHeader {
    background-color: #171a26;
    padding: 12px 0;
}
.mySubHeaderMenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.mySubHeaderMenu ul li:not(:last-child) {
    margin-right: 20px;
}
.mySubHeaderMenu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.mySubHeaderMenu ul li a:hover {
    text-decoration: underline;
}


.formContent {
    background: #fff;
    box-shadow: 0px 4px 5px 2px rgb(0 0 0 / 16%);
    padding: 30px;
    border-radius: 0.5rem;
}
.pageTitle {    
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px;
    color: #0633a2;
    text-decoration: underline;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.subPageTitle {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px;
    color: #0633a2;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.subPageTitle2 {
    color: #078b31;
}
.myPagination tr {
    display: flex;
}
.myPagination td {
    margin-left: 6px !important;
}
.myPagination td,
.myPagination td a {
    color: #0633a2 !important;
    font-weight: 600;
}
.radioBtnBlk {
    padding-left: 20px;
    margin: 0;
}
.radioBtnBlk li {
    padding-left: 5px;
}
.radioBtnBlk li input {
    margin-right: 5px;
}
.inputControl,
.selectControl,
.textControl {
    border-color: #e0e0e0;
    font-size: 12px;
    outline: none;
    box-shadow: none;
}

    .inputControl:focus,
    .selectControl:focus,
    .textControl:focus {
        outline: none;
        box-shadow: none;
    }
/*-- Form Style End --*/




