* {
    margin: 0;
    padding: 0;
}
.newbg{
    background: #043458;
    margin: -21px !important;
    padding-top: 40px;
    padding-bottom: 20px;
    color: #fff;
    margin-bottom: 20px !important;
}
.colora{
    color: #8f0c9c;
}
.colorb{
    color: #C0A736;
}

.lft0 {
    padding-left: 0px;
}
.rgt0 {
    padding-right: 0px;
}

.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb70 {
    margin-bottom: 80px;
}

.mb70 {
    margin-bottom: 90px;
}

::selection {
    color: #fff;
    background: #353437;
}

::-moz-selection {
    color: #fff;
    background: #353437;
}

a:hover,
a:focus,
a:active {
    color: #000;
    text-decoration: none;
    outline: none;
}

a {
    text-decoration: none;
    transition: all linear 0.3s;
}

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

/*slider*/
.bs-slider {
    overflow: hidden;

    position: relative;
}
.bs-slider > .carousel-inner > .carousel-item > img,
.bs-slider > .carousel-inner > .carousel-item > a > img {
    margin: auto;
    width: 100% !important;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .carousel-item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .carousel-item:first-child {
    top: auto;
    position: relative;
}
.fade .carousel-item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    margin: auto;
    opacity: 1;
    width: 40px;
    height: 50px;
    z-index: 10;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    overflow: hidden;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: #012950;
    border-radius: 0;
    transition: all linear 0.5s;
    text-align: center;
    padding-top: 9px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}
.right.carousel-control {
    right: 0px;
    top: auto;
    bottom: 0;
}
.left.carousel-control {
    left: auto;
    right: 50px;
    top: auto;
    bottom: 0;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background-image: none;
    border: 0px transparent;
}
.fa-angle-right:before {
    line-height: 30px;
}
.fa-angle-left:before {
    line-height: 30px;
}
/*---------- SLIDE CAPTION ----------*/
.slide-text {
    top: auto;
    position: absolute;
    margin: auto;
    left: 60px;
    right: auto;
    padding: 40px 20px;
    background: transparent;
    bottom: 140px;
    width: 35%;
}

.slide-text h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
}

.slide-text a {
    background: #fa6e22;
    color: #fff;
    padding: 13px 26px;
    display: inline-block;
    border-radius: 6px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1;
    margin-top: 10px;
    font-size: 14px;
}
.slide-text a:hover {
    background: #012950;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 480px) {
    .slide-text > a.btn-default,
    .slide-text > a.btn-primary {
        display: none;
    }
    .indicators-line > .carousel-indicators {
        display: none;
    }
}
/*slider-end*/

body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    background: #fff;
    color: #191919;
}

.header-btn:after {
    position: absolute;
    content: "";
    height: 41px;
    width: 1px;
    background: #000;
    right: auto;
    left: -19px;
    top: 0px;
}

.header-btn {
    float: right;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1;
    font-size: 13px;
    position: relative;
}
.top-header {
    background: #ededed;
}
.header-btn input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: uppercase;
    letter-spacing: 0.2;
    font-weight: 900;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 12px 0;
}

.main-menu {
    padding: 17px 0;
    background: #012950;
}
.top-headerform .form-group {
    margin-bottom: 4px;
}
a.r-link {
    color: #fa6e22;
    font-size: 12px;
    letter-spacing: 0.5;
}
.top-headerform .btn-primary {
    color: #fff;
    background-color: #fa6e22;
    border-color: #fa6e22;
    padding: 6px 22px;
    font-size: 13px;
    text-align: center;
    display: block;
    border-radius: 0;
    height: 40px;
    margin: auto;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1;
    margin-top: 0;
}
.top-headerform .form-control {
    box-shadow: none;
    height: 40px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #7d7d7d;
    color: #fff;
}
.banner {
    box-shadow: 0 8px 20px -10px #313131;
    margin-bottom: 100px;
}
.training-hrd {
    font-size: 40px;
    line-height: 52px;
    font-weight: 900;
    color: #012950;
    margin-top: 60px;
}
.ita-sec {
    color: #6e6e6e;
    font-size: 14px;
    border-left: 5px solid #0f374d;
    padding-left: 60px;
    padding-right: 70px;
    line-height: 21px;
}
.ita-sec h5 {
    font-size: 17px;
    color: #012950;
    margin-top: 40px;
    font-weight: 700;
}
.courses {
    background: url(../images/c-banner.jpg);
    padding: 50px 30px 70px 50px;
    margin-top: 80px;
}

.c-hrding:before {
    position: absolute;
    background: #012950;
    content: "";
    height: 5px;
    width: 130px;
    top: 15px;
    right: 30%;
}
.c-hrding:after {
    position: absolute;
    background: #012950;
    content: "";
    height: 5px;
    width: 130px;
    top: 15px;
    left: 30%;
}
.c-hrding h2 {
    font-size: 35px;
    color: #012950;
    font-weight: 600;
    letter-spacing: 1;
    margin-bottom: 40px;
}
.c-hrding {
    text-align: center;
    position: relative;
}
.c-list:after {
    position: absolute;
    background: hsl(0deg 0% 0% / 39%);
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-radius: 6px;
}
.c-list {
    position: relative;
}
.hrding h5 {
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
}
.hrding {
    position: absolute;
    top: auto;
    bottom: 10px;
    color: #fff;
    margin-left: 15px;
}
.c-list img {
    border-radius: 6px;
    width: 100%;
}

.full-size {
    width: 20%;
}

.packages-hrding:before {
    position: absolute;
    background: #012950;
    content: "";
    height: 5px;
    width: 130px;
    top: 32px;
    right: 23%;
}
.packages-hrding:after {
    position: absolute;
    background: #012950;
    content: "";
    height: 5px;
    width: 130px;
    top: 32px;
    left: 23%;
}
.packages-hrding h2 {
    font-size: 35px;
    color: #012950;
    font-weight: 600;
    letter-spacing: 1;
    margin-bottom: 40px;
    text-align: center;
}

.packages-sec {
    margin-top: 60px;
}
.featutre-sec ul li {
    border-bottom: 1px solid #8c9faa;
    padding: 13px;
    font-size: 14px;
    font-weight: 500;
}

.featutre-sec ul {
    border: 2px solid #8c9faa;
    border-radius: 6px;
}

li.f-name {
    text-align: center !important;
    text-transform: uppercase;
    font-size: 17px !important;
    letter-spacing: 1;
    font-weight: 700 !important;
    padding: 20px !important;
}
.featutre-sec li i {
    color: #067f09;
    text-align: center;
    font-size: 25px !important;
    display: block;
}
.basic {
    background: #0f374d;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.featutre-sec1 {
    margin-top: 50px;
}
.courses-sec {
    /* background: url(../images/course.jpg) no-repeat; */
    background: url(../images/WomanComputerBlueBackground.jpg) no-repeat;
    background-attachment: fixed;
    margin-top: 100px;
    padding: 80px 0;
    background-position-x: right;
    height: 560px;
    background-size: cover;
}

.coursessec-content h5 {
    font-size: 19px;
    line-height: 29px;
    font-weight: 300;
    margin-bottom: 60px;
}
.coursessec-content h3 {
    font-size: 58px;
    font-weight: 600;
    margin-bottom: 30px;
}
.coursessec-content {
    color: #fff;
}
.coursessec-content select {
    width: 100%;
    color: #000;
    background: #fff;
    font-weight: 400;
    height: 50px;
    padding: 8px;
    text-transform: capitalize;
}

.footer {
    color: #848181;
    padding: 60px 0 0;
    font-weight: 500;
    font-size: 16px;
}
.footer img {
    margin-bottom: 20px;
}
.footer-link h5 {
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0f374d;
    margin-top: 30px;
}
.footer-link ul li {
    margin-bottom: 4px;
    font-size: 18px;
}
.footer-link ul li a {
    color: #848181;
}
.footer-link ul {
    line-height: 28px;
}

.copy h6 {
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 26px 0;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 26px;
}
.copy {
    margin-top: 60px;
    background: #0f374d;
}

.col-md-2.col-sm-4.full-size {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19.666667%;
    flex: 0 0 19.666667%;
    max-width: 19.666667%;
}

.main-menu.lgin .nwstl .location-btn{
    display:none;
}
.main-menu.lgin .nwstl{
    display: none !important;
}

/********* Maximum width responsive **************/
@media screen and (max-width: 1199px) {
    .ita-sec {
        padding-left: 30px;
        padding-right: 0;
    }
    .c-hrding:before {
        right: 16%;
    }
    .c-hrding:after {
        left: 14%;
    }
    .packages-hrding:before {
        top: 33px;
        right: 18%;
    }
    .packages-hrding:after {
        top: 36px;
        left: 18%;
    }
    .featutre-sec ul li {
        padding: 9px;
        font-size: 13px;
    }
    .slide-text {
        left: 20px;
        right: auto;
        padding: 40px 20px;
        bottom: 50px;
        width: 55%;
    }
    .top-headerform .btn-primary {
        padding: 6px 2px;
        font-size: 11px;
    }
}

@media screen and (max-width: 991px) {
    .col-md-2.col-sm-4.full-size {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32.666667%;
        flex: 0 0 32.666667%;
        max-width: 32.666667%;
    }
    .top-headerform {
        display: none;
    }
    /*    .top-headerform {
            display: block;
        }*/
    .header-drop-btn {
        display: inherit !important;
    }
    .training-hrd {
        margin-top: 0;
        margin-bottom: 40px;
    }
    .training-hrd br {
        display: none;
    }
    .banner {
        margin-bottom: 80px;
    }
    .c-hrding:before {
        right: 6%;
    }
    .c-hrding:after {
        left: 4%;
    }

    .full-size {
        width: 33%;
        margin-bottom: 30px;
    }
    .packages-hrding:before {
        top: 12px;
        right: 10%;
    }
    .packages-hrding:after {
        top: 15px;
        left: 9%;
    }
    .packages-sec {
        margin-top: 40px;
    }
    .featutre-sec ul li {
        padding: 9px;
        font-size: 13px;
        line-height: 21px;
    }
    .slide-text {
        left: 20px;
        right: auto;
        padding: 40px 20px;
        bottom: 0px;
        width: 55%;
    }
    .slide-text h3 {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        line-height: 26px;
    }

    .main-menu.lgin .top-headerform.nwstlon {
        display: flex;
        position: relative;
        z-index: 9;
        justify-content: center;
    }
}
@media screen and (max-width: 767px) {
    .slide-text {
        display: none;
    }
    .c-hrding h2 {
        font-size: 30px;
    }
    .c-hrding:before {
        right: 0;
        width: 110px;
    }
    .c-hrding:after {
        left: 0;
        width: 110px;
    }
    .full-size {
        width: 100%;
        margin-bottom: 30px;
    }
    .hrding h5 {
        font-size: 17px;
        line-height: 24px;
    }
    .packages-hrding h2 {
        font-size: 30px;
    }
    .packages-hrding:before {
        top: 12px;
        right: 8%;
        width: 110px;
    }
    .packages-hrding:after {
        top: 15px;
        left: 7%;
        width: 110px;
    }
    .basic {
        margin-top: 30px;
    }
    .coursessec-content br {
        display: none;
    }
    .coursessec-content h3 {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .courses-sec {
        height: auto;
    }
    .header-drop-btn {
        position: absolute;
        top: -57px;
        right: auto;
        bottom: 0;
        left: 292px;
    }
    .courses {
        padding: 50px 20px 40px 30px;
        margin-top: 80px;
    }
}
@media screen and (max-width: 576px) {
    .col-md-2.col-sm-4.full-size {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 99.666667%;
        flex: 0 0 99.666667%;
        max-width: 99.666667%;
    }
}
@media screen and (max-width:767px) {
    .header-drop-btn .location-btn {
        background: #012950 !important;
        border: none !important;
        font-size: 14px;
        width: 100%;
        border-top: 1px dotted #4182c1 !important;
    }
    .header-drop-btn {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    .myDialogbox {
        width: 100% !important;
    }

    .training-hrd {
        font-size: 27px;
        line-height: 40px;
    }
    .c-hrding:before {
        display: none;
    }
    .c-hrding:after {
        display: none;
    }
    .c-hrding h2 {
        font-size: 24px;
        font-weight: 900;
    }

    .packages-hrding:before {
        display: none;
    }
    .packages-hrding:after {
        display: none;
    }
    .coursessec-content h3 {
        font-size: 38px;
        margin-bottom: 10px;
        line-height: 41px;
    }
    .coursessec-content h5 {
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 40px;
    }

    .fltowth {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 99.666667% !important;
        flex: 0 0 99.666667% !important;
        max-width: 99.666667% !important;
    }
}
@media (min-width: 576px){
    .container {
        max-width: 100%;
    }
}
/********* Minimum width responsive **************/
@media screen and (min-width: 480px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
    .c-hrding:before {
        right: 23%;
    }
    .c-hrding:after {
        left: 23%;
    }
}

/************************ Minimum to Maximum width ******************/

@media screen and (min-width: 420px) and (max-width: 579px) {
}
@media screen and (min-width: 580px) and (max-width: 767px) {
}
@media screen and (min-width: 768px) and (max-width: 991px) {
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
}
@media screen and (min-width: 1199px) and (max-width: 1200px) {
}

.header-drop-btn .location-btn i {
    font-size: 20px;
    color: #bd1e1e;
    margin-right: 7px;
}
.header-drop-btn .location-btn {
    background: none;
    color: #fff;
    border: 1px solid #c1c0c0;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 0;
    letter-spacing: 1;
    margin-top: 10px;
}
.header-drop-btn {
    display: none;
}
.rename h5 {
    text-align: left;
    font-size: 19px;
    letter-spacing: 0;
    margin-top: 0;
}
.rename {
    color: #000;
    position: relative;
}
.rename span {
    position: absolute;
    top: -10px;
    right: 0;
    cursor: pointer;
    font-weight: 700;
    background: #bd1e1e;
    padding: 0px 9px;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.myDialogbox {
    position: absolute;
    background: #fff;
    width: 400px;
    padding: 20px;
    border: 2px solid #106381;
    z-index: 99;
    top: 0;
    right: 0;
}
.myDialogbox .form-control {
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    height: 45px;
}

.myDialogbox .button-label {
    background: #106381;
    color: #fff;
    padding: 6px 15px;
    margin-top: 14px;
    display: block;
}
.header-drop-btn .location-btn:active {
    box-shadow: none;
}
.myDialogbox button.btn.btn-primary {
    color: #fff;
    background-color: #fa6e22;
    border-color: #fa6e22;
    padding: 6px 22px;
    font-size: 13px;
    text-align: center;
    display: block;
    border-radius: 0;
    height: 40px;
    margin: auto;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1;
    margin-top: 0;
}
.myDialogbox span a {
    font-size: 12px;
    display: inline-block;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: revert;
}
span.pws-new {
    float: right;
}

.sub-menu .breadcrumb {
    padding: 13px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fa6e22;
    border-radius: 0;
    padding-left: 40px;
    text-align: center;
}
.inner-banner .breadcrumb {
    padding: 13px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fa6e22;
    border-radius: 0;
}

.inner-banner .breadcrumb ul {
    text-align: center;
    margin: auto;
}
.inner-banner .breadcrumb ul li {
    display: inline-block;
}
.inner-banner .breadcrumb ul li a {
    font-size: 16px;
    color: #fff;
}
.inner-banner .breadcrumb-item.active {
    color: #fff;
}
.sub-menu ul li a {
    color: #fff;
    font-size: 16px;
}
.inner-wrapper {
    margin-top: 60px;
}
.about-content h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 28px;
}
.contact-details h3 {
    margin-bottom: 30px;
}
.contact-details .details {
    margin-bottom: 20px;
    position: relative;
    padding-left: 57px;
    font-size: 15px;
    line-height: 25px;
}
.contact-details .details i {
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 6px;
    background: #012950;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    border-radius: 4px;
}
.contactform {
    margin-top: 50px;
    background: #f9f9f9;
    padding: 40px;
}
.contactform .form-control {
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    height: 50px;
    border: 1px solid #ddd;
}
.contactform .btn-primary {
    color: #fff;
    background-color: #012950;
    border-color: #012950;
    padding: 14px 40px;
    font-size: 16px;
    border-radius: 0;
    width: 100%;
}
.contactform textarea#exampleFormControlTextarea1 {
    height: 100px;
}
.map iframe {
    width: 100%;
    height: 340px;
    margin-top: 20px;
}
.contact-details {
    margin-top: 80px;
}
/* Modal Css */
.modal-title {
    font-weight: 500;
    color: #023257;
    font-size: 18px;
}
.modal-header .close {
    font-size: 20px;
    opacity: 1;
    color: #023257;
}
.modal-header .close:hover {
    color: #f00;
}
.modal-body .modal-form {
    padding: 15px 30px;
}
.modal-body .modal-form label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}
.modal-body .modal-form label .required {
    color: #f00;
    font-size: 13px;
}
.modal-body .modal-form .form-group input {
    width: 100%;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
    color: #023257;
}
.modal-body .modal-form .modal-form-btn {
    margin-top: 20px;
}
.modal-body .modal-form .modal-form-btn button[type="submit"] {
    border-radius: 4px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    background: #f69d35;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    padding: 10px 30px;
}
.modal-body .modal-form .modal-form-btn button[type="submit"]:hover {
    background: #023257;
    color: #fff;
}



.cartbtn{
    margin-left:10px;
    position:relative;
}
.cartbtn img{
    width: 32px;
    image-rendering: -webkit-optimize-contrast;
}

.cartbtn .number {
    background-color: #ffffff;
    position: absolute;
    width: 25px;
    height: 25px;
    font-size: 13px;
    line-height: 25px;
    top: -8px;
    right: -10px;
    text-align: center;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
    color: #28a745;
    border-radius: 50%;
}
.smstl{
    padding-top: 9px;
    padding-bottom:9px;
}

.flxarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 8px;
}


.footer-social a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    color: #012950;
    background-color: #f9f8f8;
    margin-right: 7px;
    border-radius: 50%;
    border: 2px solid #012950;
}
.footer-social a:hover {
    background-color:#012950;
    color:#ffffff;
}
.footer-social .footer-title {
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 7px;
    color: #0f374d;
    margin-top: 17px;
    text-transform: uppercase;
}



.logomxwidth{
    max-width:200px;
}
.banner .bs-slider > .carousel-inner > .carousel-item > img, .banner .bs-slider > .carousel-inner > .carousel-item > a > img {
    max-height: 450px;
    object-fit: cover;
}
.slide-text h3 {
    text-shadow: 2px 2px 4px #000000;
}
.inner-banner img {
    max-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -o-object-position: top;
    object-position: top;
}
.ita-sec.frnwstl ul{
    list-style:inherit;
    padding-left: 16px;
}
.courses.nwstlarea .c-list:after {
    background: rgb(19 42 79 / 60%);
}
.courses.nwstlarea .c-list:hover:after {
    background: rgb(254 111 33 / 60%);
}
.courses.nwstlarea .hrding h5 {
    font-size: 18px;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 30%);
    word-break: break-word;
}

.courses.nwstlarea .hrding {
    margin-left: 0px;
    left: 15px;
    right: 5px;
}
.courses.nwstlarea .col-md-2.col-sm-4.full-size a{
    display:block;
    position:relative;
}

.course-section.nwstlareatp {
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 25px solid #ffffff;
}
.course-section.nwstlareatp .course-section-left {
    max-width: 45%;
    width: 100%;
}
.course-section.nwstlareatp .course-section-left img {
    width: 100%;
}
.course-section.nwstlareatp .course-section-right {
    padding: 50px 40px;
    max-width: 55%;
    width: 100%;
}
.course-section.nwstlareatp .course-section-right h2 {
    font-size: 30px;
    font-weight: 500;
    color: #023257;
    margin-bottom: 10px;
}
.course-section.nwstlareatp .course-section-right ul li {
    font-size: 16px;
    color: #023257;
    margin-bottom: 15px;
    font-weight: 500;
}
.course-section.nwstlareatp .course-section-right ul li i {
    background: #f69d35;
    border-radius: 100%;
    color: #fff;
    margin-right: 10px;
    max-width: 20px;
    width: 100%;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.course-section.nwstlareatp .course-section-right .common-btn {
    border-radius: 5px;
    color: #fff;
    background: #fa6e22;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
    margin-top: 5px;
    padding: 13px 26px;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.course-section.nwstlareatp .course-section-right .common-btn:hover {
    background: #00395c;
    color: #fff;
}
.nwstlarea .state-select-modal{
    text-align:center;
}

/*.about-content{
    font-family: "Roboto", sans-serif !important;
}
p{
    font-family: "Roboto", sans-serif !important;
}
p span{
    font-family: "Roboto", sans-serif !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Roboto", sans-serif !important;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
    font-family: "Roboto", sans-serif !important;
}
ul li{
    font-family: "Roboto", sans-serif !important;
}*/


.insurance {
    margin: auto;
    background-color: #ffffff;
    margin-bottom: 60px;
}
.banner {
    margin-bottom: 50px;
}
.insurance_box_mini img {
    width: 70px;
    height: 70px;
}
.insurance_box_mini img path .st0{
    fill: #000 !important;
}
.insurance_box_mini .image_bx {
    margin-bottom: 15px;
}
.image_bx .image_bx_orange{
    display: none;
}
.insurance_box_mini:hover .image_bx_orange{
    display: inline;
    transition: 0.3s;
}
.insurance_box_mini:hover .image_bx_blue{
    display: none;
    transition: 0.3s;
}
.insurance_box_mini{
    text-align: center;
}
.insurance_box_mini h2{
    font-size: 17px;
    color: #012950;
    transition: all linear 0.1s;
}
.insurance_box_mini h2 a{
    color: #012950;
}
.insurance_box_mini:hover h2{
    color:#fa6e22;
    transition: all linear 0.1s;
}
.faqImages{
    float: right;
    padding: 21px;
}
.experience {
    background: #ffffff;
    display: flex;
    padding: 70px 0px 50px 0px;
}
.experience_left h2 {
    color: #636363;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 15px;
}
.experience_left p{
    color: #636363;
}
.testimonial_nw {
    background-image: url(../images/WomanComputerBlueBackground.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 400px;
    background-position-x: right;
    width: 100%;
}

.insurance .heding {
    font-size: 27px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #012950;
}
.passView img{
    width: 16px;
    position: relative;
    top: -1px;
}
.passView:hover{
    background: unset;
}
.passView:active{
    background: unset;
}
.passView:focus{
    box-shadow: unset;
}


/*.gride{
    display: grid;
    place-content: center;
    height: 100%;
}*/

.testimonial_nw .gride {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.menuzord-menu>li>a.active {
    color:#fa6e22;
}
.training-hrd span {
    font-size: 30px;
    line-height: normal;
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #012950;
}
.dispinbk{
    display:inline-block !important;
}

.menu_dflex .right_link {
    padding: 0px 0px;
    background-color: #033f78;
    border-radius: 5px;
    overflow: hidden;
}
.navbar-light li .dropdown-menu {
    padding: 0px;
    background-color: transparent;
    border: none;
    top: 100% !important;
    left: 0;
    transform: none !important;
}
.navbar-light .menu_dflex .right_link a {
    padding: 8px 20px;
    color: #cecbcb;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #012d58;
}
.navbar-light .menu_dflex .right_link a:hover {
    background-color: #02305c;
    color: #fa6e22;
}
.navbar-light .menu_dflex .right_link a:focus {
    background-color: #02305c;
    color: #fa6e22;
}
.navbar-light .menu_dflex .right_link a:last-child{
    border-bottom:none;
}

.coursessec-content h3 {
    text-shadow: 2px 2px 4px rgb(0 0 0 / 20%);
}
.coursessec-content h5 {
    text-shadow: 2px 2px 4px rgb(0 0 0 / 20%);
}
.testimonial_nw .testimonial {
    font-family: 'Fraunces', serif;
    font-size: 18px;
    text-align: center;
    font-style: italic;
}
.testimonial_nw .kori {
    color: #000000;
    text-align: center;
    font-size: 18px;
}
.kori b{
    margin-left: 6px;
}



.inner-banner.nwstlarea{
    align-items: flex-start;
}

.training-hrd.mrgnw {
    margin-top:0px;
    align-self: center;
}
.col-md-4.align_cent {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.testimonial_nw{
    text-align:center;
}
.copy {
    background: #012950;
}
.testimonial_nw p{
    text-shadow: 2px 2px 4px #dcffff;
}
/*.row.vercn{
    align-items:center;
}*/


.paddingdesk{
    padding:0px;
}
.footer-link h5 {
    margin-bottom: 10px;
}
footer{
    padding-top: 20px;
}
.course-section.nwstlareatp.border-none{
    border-bottom:none;
}
.footer_summery{
    font-size:12pt;
    margin-top:15px;
}
.footer-link ul li {
    font-size: 15px;
}


.dash-drop.lgbtn .headr-prof-pic {
    width: 35px;
    height: 35px;
    object-fit: cover;
}
.dash-drop.lgbtn {
    margin-left: 15px;
    position: relative;
    top: 5px;
}
.dash-drop.lgbtn h1 {
    color: #ffffff;
    display: inline;
    font-size: 15px;
    position: relative;
    top: 2px;
    font-weight: 600;
    overflow: visible;
    padding-left: 1px !important;
}
.dash-drop.lgbtn .dropdown-menu {
    padding: 0px 0px;
    background-color: #033f78;
    border-radius: 5px;
    overflow: visible;
    top: 10px !important;
}
.dash-drop.lgbtn .dropdown-menu.nw-drp li a {
    padding: 8px 15px;
    color: #cecbcb;
    font-size: 13px;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid #012d58;
}
.dash-drop.lgbtn .dropdown-menu.nw-drp li a:hover{
    background-color: #02305c;
    color: #fa6e22;
}
.dash-drop.lgbtn .dropdown-menu.nw-drp li:last-child a {
    border-bottom:transparent;
}
.dash-drop.lgbtn ul.dropdown-menu.nw-drp:after {
    content: "";
    position: absolute;
    left: auto;
    right: 24px;
    width: 0;
    margin: 0 auto;
    top: -9px;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 9px solid #033f78;
}

.customheaderalaert {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0px;
}
.customheaderalaert .imagebx img {
    width: 35px;
    height: 35px;
    image-rendering: -webkit-optimize-contrast;
}
.customheaderalaert .imagebx{
    display:inline-block;
    margin:5px;
}
.customheaderalaert span {
    font-weight: 600;
    font-size: 16px;
}
.customheaderalaert p {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
}
.help-block{
    color: red;
}

.form-group.mrgnwbx{
    margin-bottom: 5px;
}
.modal-body .modal-form .modal-form-btn.mrgsbmitbtn{
    margin-top:5px;
}
.tranothbx{
    color: #191919;
    display: block;
    margin-top: 10px;
    font-weight: 500;
}
.tranothbx:hover{
    color:#f69d35;
}
@media screen and (max-width: 767px) {
    .inner-banner{
        padding-top:25px;
    }
    .banner {
        padding-top: 25px;
    }
    .banner.bnrnwcls{
        padding-top:0px;
    }
    .faqImages{
        padding: 0;
    }

    .banner .control-round .carousel-control {
        width: 25px;
        height: 25px;
        font-size: 20px;
        padding-top: 0px !important;
    }
    .banner .control-round .carousel-control span{
        position: relative;
        top: -2px;
    }
    .banner .left.carousel-control {
        left: auto;
        right: 35px;
    }

    .courses.nwstlarea .col-md-2.col-sm-4.full-size {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 50%;
        max-width: 50%;
    }
    .courses.nwstlarea .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .courses.nwstlarea .hrding h5 {
        font-size: 15px;
        line-height: normal;
        word-break: break-word;
        text-shadow: 2px 2px 4px rgb(0 0 0 / 30%);
    }
    .courses.nwstlarea .full-size {
        width: 100%;
        margin-bottom: 15px;
    }

    .courses.nwstlarea .hrding {
        margin-left: 0px;
        left: 10px;
        right: 10px;
    }

    .menuzord-responsive .showhide.menuopen em{
        transform-origin: 4px 0px;
        width:30px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    }
    .menuzord-responsive .showhide.menuopen em:nth-child(2){
        opacity:0;
    }
    .menuzord-responsive .showhide.menuopen em:nth-child(1) {
        -webkit-transform: rotate(37deg) translate(-1px, 0px);
        -ms-transform: rotate(37deg) translate(-1px, 0px);
        transform: rotate(37deg) translate(-1px, 0px);
        position: relative;
        top: 3px;
        margin: 0px !important;
    }
    .menuzord-responsive .showhide.menuopen em:nth-child(3) {
        -webkit-transform: rotate(-37deg) translate(-8px, 7px);
        -ms-transform: rotate(-37deg) translate(-8px, 7px);
        transform: rotate(-37deg) translate(-8px, 7px);
        margin: 0px !important;
    }
    .course-section.nwstlareatp {
        display: block;
    }
    .course-section.nwstlareatp .course-section-left {
        max-width: 100%;
        width: 100%;
        padding:30px 25px 30px;
    }
    .course-section.nwstlareatp .course-section-right {
        padding: 0px 25px 35px;
        max-width: 100%;
        width: 100%;
    }
    .banner .bs-slider > .carousel-inner > .carousel-item > img, .banner .bs-slider > .carousel-inner > .carousel-item > a > img {
        min-height:225px;
    }
    .course-section.nwstlareatp .course-section-right h2 {
        font-size: 24px;
    }
    .orderon{
        order:1;
    }
    .odertptp{
        order:2;
    }
    .experience {
        padding: 15px 0px 20px 0px;
    }
    .experience_left h2 {
        font-size: 23px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 15px;
    }
    .insurance_box_mini .image_bx {
        margin-bottom: 7px;
    }
    .insurance_box_mini {
        text-align: center;
        margin-bottom: 20px;
    }
    .insurance .heding {
        font-size: 23px;
        margin-bottom: 25px;
    }
    .insurance {
        margin-bottom: 30px;
    }
    .training-hrd span {
        font-size: 23px;
    }

    .testimonial_nw {
        min-height: 220px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .testimonial_nw .gride {
        min-height: 220px;
    }

    .experience .experience_right img{
        width:150px;
    }
    .experience .experience_right{
        text-align:center;
    }
    .testimonial_nw {
        background-position-x: left;
        background-image: url(../images/mobile.png);
    }
    .insurance_box_mini img {
        width: 50px;
        height: 50px;
    }

    .navbar-light li .dropdown-menu {
        position: relative !important;
        top: 100% !important;
        width: 100%;
        text-align: center;
    }
    .courses-sec {
        background: url(../images/mobile.png) no-repeat;
        margin-top: 50px;
    }
    .testimonial_nw .testimonial {
        font-size: 16px;
    }
    .testimonial_nw .kori {
        font-size: 16px;
    }
    .paddingdesk{
        padding-left:15px;
        padding-right:15px;
    }

}