

/* Header css starts here  */
a {color: #182852;}
#header,  #logo img,
#header.sticky-header:not(.static-sticky), #header.sticky-header:not(.static-sticky) #header-wrap,
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
    height:auto;   
    transition: all .4s ease; 
}

#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img {
    max-width:130px;
    transition: all .4s ease;
}
#logo img {
    height: 50px;
}
#header-wrap {
    height: 76px;    
}
.sticky-header {
    height:60px;
}
#logo {
    padding:11px 0;
    max-width:170px;
    transition: all .4s ease;
}
#primary-menu.sub-title > ul > li > a, #primary-menu.sub-title > div > ul > li > a {
    padding:28px 20px;
    transition: padding .4s ease;
}

#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo {
    padding:8px 0;
    transition: all .4s ease;
}
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > ul > li > a,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title > div > ul > li > a {
    padding:20px 20px;
    text-transform: uppercase;
    font-size: 12px;    
    transition: all 0.4s ease;
}
#primary-menu ul li > a {
    font-size: 12px;
}
#primary-menu.sub-title > ul > li:hover > a,
#primary-menu.sub-title > ul > li.current > a,
#primary-menu.sub-title > div > ul > li:hover > a,
#primary-menu.sub-title > div > ul > li.current > a {
    /* background-color: #036635; */
    background: transparent;
    /* border-top:4px solid #036635;    */
    color: #c4122f;
}

#primary-menu.sub-title > ul > li:hover > a,
#primary-menu.sub-title > ul > li.current > a,
#primary-menu.sub-title > div > ul > li:hover > a,
#primary-menu.sub-title > div > ul > li.current > a {    
    border-top-color: transparent;
    transition: all .5s ease;
}

#primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {
    border-top-width:4px;
    margin-top:-2px;
    border-top-color:#036635;
    //transition: all .2s ease;
}
#primary-menu ul ul li > a:hover,
#primary-menu ul ul li > a:focus,
#primary-menu ul ul li > a.active {
    color:#036635;
}


/* Home page css here  */

.nc-home-section {
    padding:0;
}
.feature-box h3 {
    color:#036635;
}
.heading-block h3 {
    color:#036635;
    font-size:22px;
}
.heading-block:after {
    margin-top:5px;
    width: 120px;
    border-top: 4px solid #c4122f;
}
.nc-home-main-sec .owl-carousel .owl-item {
    height: 200px;    
    max-height: 200px;    
    position: relative;
}
.oc-item {
    height: 100%;
}
.oc-item a {
    display: block;
    margin: 0 auto;
    width: 98%;
    border: 1px solid #efefef;
    border-width: 1px;
    height: 98%;
    box-shadow: 1px 0px 9px rgba(0,0,0,0.3);
}
.nc-home-main-sec .owl-carousel .owl-item img {
    width: auto;
    max-height: 70%;
    margin: 0 auto;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.nc-home-services {
    padding-bottom:20px;
    border-bottom:1px solid #eee;
}
.owl-carousel .owl-nav [class*=owl-]:hover,
.owl-carousel .owl-dots .owl-dot span {
    background: #036635 !important;
}

/* footer css starts here */

.dark #footer .social-icon.si-borderless, #footer.dark .social-icon.si-borderless {
    color: rgba(255,255,255,0.8) !important;
}
.dark .copyright-links a {
    color: rgba(255,255,255,0.8);    
}
.dark #copyrights {    
    color: rgba(255,255,255,0.8);
}


.nc-home-main-sec .content-wrap {
        padding:60px 0 40px;
}
.nc-skill-development-sec .content-wrap {
    padding:40px 0 0;
}
.heading-block h1, .heading-block h2,
.heading-block h3, .heading-block h4,
.emphasis-title h1, .emphasis-title h2 {
    color:#036635;
}
.heading-block h1 {
    font-size:28px;
}
.nc-skill-development-sec .bottommargin {
    margin-bottom: 30px !important;
    padding-right: 30px;
}
.heading-block {
    margin-bottom: 25px;
}
.nc-skill-development-sec .section {    
    margin: 30px 0;
    padding: 0px ;    
}

@media (min-width: 768px){
    .lead {
        font-size: 18px;    
        line-height: 30px;
    }
}

.nc-sncs-sec .content-wrap,.nc-services-sec .content-wrap{
    padding:40px 0 0;
}
.nc-section-border {
    border-bottom:1px solid #e5e5e5;
}
.pad-l0 {
    padding-left: 0 !important;
}
.pad-r0 {
    padding-right: 0 !important;
}
.pad-t25 {
    padding-top:25px !important;
}
.pad-t35 {
    padding-top:35px !important;
}
.pad-t50 {
    padding-top:20px !important;
}
.pad-t60 {
    padding-top:60px !important;
}
.pad-b50 {
    padding-bottom:25px !important;
}
.pad-b20 {
    padding-bottom:20px !important;
}
.mar-b20 {
    margin-bottom: 20px !important;
}
.mar-b30 {
    margin-bottom: 30px !important;
}
.mar-b0 {
    margin-bottom: 0px !important;
}
.mar-b10 {
    margin-bottom: 10px !important;
}
.mar-t0 {
    margin-top:0px !important;
}
.mar-t10 {
    margin-top:10px !important;
}
.mar-t20 {
    margin-top:20px !important;
}
.mar-l35 {
    margin-left:35px !important;
}
.mar-t30 {
    margin-top:30px !important;
}


.faqs .toggle {    
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.faqs .toggle .togglet, .faqs .toggle .toggleta {
    font-size: 16px;
    padding-left: 35px;
}
.faqs .toggle .togglet i {    
    font-size: 20px;
}
.toggle .toggleta {
    color: #036635;
}
.faqs .toggle .togglec {    
    font-size: 15px;
    padding-left: 55px;
    padding-top: 20px;
}
.portfolio-filter li a:hover {
    color: #036635;
}
.portfolio-filter li.activeFilter a {   
    background-color: #036635;
}


/* TOOL Planer css starts here */

.toolplaner-link {
    font-size: 16px !important;
    padding: 0px 0;
    margin: 30px 0;
}
#toolPlaner {
    cursor: pointer;
    margin-right:6px;
}
.toolplaner-link span {
    color:#036635;
    font-weight:bold;
}
.tool-planer-wrapper {
    display: none;
    margin: 0px;
    padding: 40px 0 30px;
    background: #f3f3f3;
}
.tool-planer-block form,.tool-planer-block label {
    margin-bottom: 0;    
}
.tool-planer-block .form-control {
    margin:12px 0;
}
.tool-planer-block .form-label {
    margin:0 20px ;
    min-width:250px;
    position: relative;
}
.tool-planer-block .form-label::after {
    content: ":";    
    position: absolute;
    bottom: 0;
    right: 0;
}
.img-block {
    width: 170px;
    height: 215px;
    //border: 1px solid red;
    vertical-align: top;
    padding: 10px 10px 0;
    margin:10px 20px 20px 0;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
.img-block + .img-block {
    margin-top:10px
}
.button  {
    background: #036635 !important;
}
.button:hover,.button:focus,
.button.button-3d:hover,.button.button-3d:focus {
    background: #036635 !important;
    opacity: 0.8;
}
.img-block .img-responsive {
    height:150px;
    width:150px;
    position: relative;
    margin-bottom: 5px;
}
.img-block .img-responsive img {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.btn-buynow {
    min-width: 120px;
    width: 100%;   
    text-transform: uppercase;
    background: transparent;
    border: none;
    color: #fff !important;
}
.bundles-table td,.bundles-table th {
    padding:12px 16px !important;
}
.bundles-table td span,
.bundles-table th span {
    cursor:pointer;
}
.innertable {
    width:100%;
    border:1px solid #ccc;
    margin:0;
}
.innertable td,.innertable th {
    padding: 3px 5px;
    border: 1px solid #ccc;
    font-size: 12px;
}

.border {
    text-decoration: none;
    border-bottom: 2px solid #c4122f;
}
.borderdarkgrey {
    text-decoration: none;
    border-bottom: 2px solid darkgrey;
}

.greencolor {
    color : #036635;
}
/* Custom radio buttons here  */
/* 
[typt="radio"]:checked,
[type="radio"]:not(:checked){
    position:absolute;
    left:-9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-lef:28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color:#666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: ""
    position: absolute;
    left:0;
    top:0;
    width:18px;
    height:18px;
    border:1px solid #000;
    border-radius:100%;
    background:#fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content:"";
    width:12px;
    height:12px;
    background: #f87da9;
    position: absolute;
    top:4px;
    left:4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform:scale(0);
    transform:scale(0);
}
[type="radio"]:checked + label:after {
    opacity:1;
    transform:scale(1);
}
     */

.styled-checkbox {
    position: absolute; 
    opacity: 0; 
}     
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}      
        
.styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 17px;
    height: 17px;
    background: transparent;
    border:1px solid #666;
    margin-top:-2px;
}              
.styled-checkbox:checked + label:before {
    background: #f35429;
    border-color:#f35429;
}            
.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}             
.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 7px;
    background: white;
    width: 3px;
    height: 3px;
    box-shadow: 
    2px 0 0 white,
    4px 0 0 white,
    4px -2px 0 white,
    4px -4px 0 white,
    4px -6px 0 white,
    4px -8px 0 white;
    transform: rotate(45deg);
}
      
      




/*login page css starts here*/


.login-slider-section {
    padding:30px 0 60px;
}
.login-slider-section .heading-block:after {
    margin:5px 0 15px;
}
.login-slider-section .nc-login-slider .owl-item {
    height: 120px;
    max-height: 120px;
    position: relative;
}
.login-slider-section .oc-item {
    height: 100%;
}
.login-slider-section .oc-item a {
    display: block;
    margin: 0 auto;
    width: 98%;
    border: 1px solid #efefef;
    border-width: 1px;
    height: 98%;
    box-shadow: 1px 0px 9px rgba(0,0,0,0.3);
}
.login-slider-section .owl-carousel .owl-item img {
    width: auto;
    max-height: 70%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.owl-carousel .owl-nav [class*=owl-]:hover,.owl-carousel .owl-dots .owl-dot span {
    background: #036635 !important;
}

.nc-login-container {
    background: #f8f8f8;
    padding:60px 0;
}
.nc-login-wrapper {
    width:100%;
    margin:32px auto;
    padding:30px 35px;
    border:1px solid #ccc;
    border-radius:8px;
    box-shadow: 1px 0 8px rgba(0,0,0,0.3);
    background: #fff;
}
.nc-form-header {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
}
.nc-form {
    margin-bottom:0;
}
.nc-form label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 2px;
    cursor: pointer;
}

.forgot-password-link {
    font-size: 15px;
    color: #182852;
}
.nc-primary-btn {
    border: none;
    background: #182852;
    color: #fff;
    padding: 10px 25px;
    max-width: 230px;
    margin: auto;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.nc-primary-btn:hover,.nc-primary-btn:focus {
    background: #000 !important;
    color: #fff !important;
    box-shadow: none;
    outline: none;
}
.nc-info-message  {
    font-size: 16px;
    margin:40px 0 4px;
}
.register-here,.register-here:hover,.register-here:focus {
    font-size:20px;
    color:#182852;
}
.form-required {
    font-size: 14px;
    color: #ff0000;
    top: -2px;
}
.nc-form .form-control {
    height:40px;
    color:#000;
    font-weight:bold;
}
.form-error {
    font-size:13px;
    margin:3px 0 6px;
    color:#ff0000;
}
.nc-registered-succes {
    font-size:16px;
    text-align: center;
    color:rgba(3,102,53,1);
    margin:20px 0 35px;
}
.register-link {
    margin-bottom: 10px;
}

.version1 {
    background: url(images/top_bg.png) no-repeat top left;
}
.nc-login-slider-bg {
    padding:40px 25px 20px;
    border-radius: 10px;
    background: rgba(255,255,255,0.4);
}
.nc-white{
    color: #fff !important;
}
.nc-left-block {
    width:70%;
    display: block;
    float: left;
    border-right:1px solid #ccc;
}
.nc-left-block .form-group {
    max-width: 300px;
}
.nc-right-block {
    width: 30%;
    float: right;
}
.nc-registration-wrapper {
    max-width: 80%;
    margin:30px auto;
}
.nc-center-block {
    margin: 160px auto 0;
}
.nc-left-block {
    position: relative;
}
.nc-left-block::after {
    display: block;
    content: '(or)';
    top: 40%;
    right: -15px;
    position: absolute;
    width: 34px;
    padding: 5px 5px;
    height: 46px;
    font-size: 20px;
    color: #036635;
    background: #fff;
    text-align: center;
}

.button.button-border.button-light:hover {
    color:#fff;
    border-color:#EEE !important;
}
.nc-services-sec .col-padding {
    padding:40px 60px;
}
p {
    margin-bottom:12px;
}
#header {
    border-color:#e5e5e5;
}
.faq-link {
    position: fixed;
    top:210px;
    right:3px;
    padding:5px;
    font-size:12px;
    font-weight:bold;
    color:#fff;
    background: #036635;
    border-radius: 6px;
    border:none;
    z-index: 99;
    cursor: pointer;
}
.faq-link:hover,.faq-link:focus,.bundle-link:hover,.bundle-link:focus {
    color:#fff;
    text-decoration: underline;
}
.bundle-link {
    position: fixed;
    cursor: pointer;
    top:250px;
    right:3px;
    padding:5px;
    font-size:12px;
    font-weight:bold;
    color:#fff;
    background: #c4122f;
    border-radius: 6px;
    border:none;
    z-index: 99;
}
.portfolio-filter li.activeFilter a {
    padding: 12px 14px;
}

.toolplane-qt-list {
    padding-left:15px;
    margin-bottom: 35px;
}
.toolplane-qt-list  li {   
    margin-bottom: 15px;
    list-style: decimal;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.toolplane-qt {
    font-size:16px;
    font-weight:600;
    color:#444;
    line-height:20px;
    margin:0 0 10px;
}
.tool-plane-answer label {
    font-size:12px;
}
.btn-view {
    background: transparent;
    border: 2px solid #000;
    padding: 6px 30px;
    height: 40px;
    color: #036635;
    font-weight: bold;
    text-transform: uppercase;
    font-size:13px;
    transition: all 0.2s;
}
.btn-view:hover,.btn-view:focus {
    background:#036635 ;
    color:#fff;
    border-color:transparent;
    transition: all 0.2s;
}
.selected-bundle-sec .img-block {
    width:270px;
    height:315px;
    margin:auto;
}
.selected-bundle-sec .img-block .img-responsive{
    width:250px;
    height:250px;
    cursor: pointer;
}
.selected-bundle-sec .btn-buynow {
    max-width:160px;
    margin:auto;
}
.bundle-info {
    font-size:17px;
    font-weight:500;
    margin:10px auto 20px;
}


/* Modal Css here */ 
.nc-modal .modal-dialog {
    width:740px;
}
.nc-modal .modal-title  {
    color:#036635;
    text-transform: uppercase;
}
.nc-modal .close {
    font-size:25px;
    line-height: 25px;
    opacity: 0.6;
}
.nc-modal .close:hover,
.nc-modal .close:focus {
    opacity: 1;
}
.nc-modal .modal-header,.nc-modal .modal-body {
    padding:15px 25px;
}
.course-image img {
    max-height:300px;
}
.nc-modal .course-image {
    border: 1px solid #cdcdcd;
    margin-bottom: 20px;    
    max-height: 302px;
}    
.nc-modal .modal-close {
    width:100px;
}
.nc-modal ul {
    margin:0;
}
.download-link {
    font-size:15px;
}

.modal-accordian .faqs .toggle .togglet,
.modal-accordian .faqs .toggle .toggleta {
    font-size: 14px;
    padding-left: 0px;
}
.modal-accordian .faqs .toggle {
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.modal-accordian .faqs .toggle:last-child {
    border-bottom: none;
}
.modal-accordian .faqs .toggle .togglec {
    font-size: 13px;
    padding-left: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*Faq Login form css here */

.nc-faq-form-wrapper .nc-login-wrapper {
    max-width:400px;
    padding: 15px 30px;
}
.nc-faq-form-wrapper .nc-info-message {
    font-size: 15px;
    margin: 20px 0 8px;
}
.nc-faq-form-wrapper .register-here,
.nc-faq-form-wrapper .register-here:hover,
.nc-faq-form-wrapper .register-here:focus {
    font-size: 17px;
    font-weight:bold;
}
.nc-faq-form-wrapper .nc-registration-wrapper {
    max-width:740px;
}
.nc-faq-form-wrapper .nc-registration-wrapper .nc-left-block {
    width:100%;
    border-right:none;
}
.right-form {
    min-width:300px;
    float: right;
}
.nc-faq-form-wrapper .nc-left-block:after {
    display: none;
}

.selected-bundle-sec {
    padding: 15px 5px 0;
}
.nc-bundles-list {
    margin:0px;
    padding-left: 35px;
}
.nc-bundles-list li {
    margin-bottom: 5px;
    list-style: none;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.nc-selected-bundles {
    font-size: 17px;
}
.nc-selected-bundles ul {
    padding:0;
    margin:0;
    display: inline-block;
}
.nc-selected-bundles ul li {
    list-style: none;
    display: inline;
    color:#036635;
    font-size: 15px;
    font-weight: 600;
    padding: 0 4px;
    position: relative;
}
.nc-selected-bundles ul li:after {
    position: absolute;
    bottom: -3px;
    right: -3px;
    content: ",";
    font-size: 18px;
}
.nc-selected-bundles ul li:last-child:after {
    display: none;
}
.nc-bundles-list label {
    font-size: 13px;
    font-weight: 600;
    color: #444;
}
.viewImage-btn {
    background: transparent;
    border: none;
    padding: 0;
    color: #036635;
}    
.viewImage-btn:hover,
.viewImage-btn:focus {
    box-shadow: none;
    outline: none;
    color:#000;
    text-decoration: underline;
}
.modal-open {
    /*position: fixed;
    top:0;
    left: 0;
    right:0;
    overflow-y: scroll !important;   
    padding-right:0 !important;*/ 
    width:calc(100%);
}
.modal-open #header.sticky-header #header-wrap {
    right: 17px;  
    width: auto;
}

/* flow chart css starts here */

.nc-chart-wrapper {
    padding-bottom: 15px;
}
.chart-step {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 35%;
    margin: 0 auto 21px;
    position: relative;
}
.chart-image-wraper {
    width: 210px;
    text-align: center;    
    display: block;
    position: absolute;
    padding:0;
    top:0;
    right:106%;
    font-size:12px;      
    opacity: 0;
    background: #ccc;
    transition: opacity 1s;
}
.chart-content-wrapper {
    width: 160px;
    display: block;
    position: absolute;    
    top: 0;
    left: 110%;
    font-size: 12px;  
    background: #ccc;  
    opacity: 0;
    transition: opacity 1s;
}
.chart-content-wrapper p {
    margin-bottom: 0;
}
.chart-content-wrapper ul {
    padding: 0;
    margin: 0 0 8px 30px;
}
.chart-content {
    display: block;   
    padding: 10px 12px;
    position: relative;
    opacity: 0;
    transition: opacity 1s;
}
.chart-image  {
     display: block; 
    padding: 10px 12px;
    position: relative;
    background: #ccc;
    z-index: 22;
    opacity: 0;
    transition: opacity 1s;
}
.chart-image:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #ccc;
    position: absolute;
    top: 6px;
    right: -7px;
    transform: rotate(-45deg);
}
.chart-title {
    width: 100%;
    text-align: center;
    border: 2px solid #036635;
    padding: 3px 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
}
.no-action .chart-title {
    cursor: default;
}
.chart-title:after {
    content: "";
    display: block;
    height: 18px;
    width: 2px;
    background: #c4122f;
    position: absolute;
    top: 100%;
    left: 49%;
}
.chart-title:before {
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    font-size: 23px;
    color: #c4122f;
    line-height: 10px;
    position: absolute;
    bottom: -21.25px;
    left: 47%;
}
.chart-step .chart-content:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #ccc;
    position: absolute;
    top: 6px;
    left: -7px;
    transform: rotate(-45deg);
}

.chart-step-2 .chart-content-wrapper,
.chart-step-2 .chart-image-wraper {
    top:-46px !important;
}
/*.chart-step-2:hover .chart-content:after,
.chart-step-2:hover .chart-image:after,*/
.chart-step-2.selected .chart-content:after,
.chart-step-2.selected .chart-image:after {
    top:50px !important;
}
.chart-step-4 .chart-content-wrapper,
.chart-step-4 .chart-image-wraper {
    top:-98px;
}
/*.chart-step-4:hover .chart-content:after,
.chart-step-4:hover .chart-image:after,*/
.chart-step-4.selected .chart-content:after,
.chart-step-4.selected .chart-image:after {
    top:102px;
}
.chart-step:last-child .chart-content-wrapper,
.chart-step:last-child .chart-image-wraper {
    top:auto;
    bottom:0;
}
.chart-step:last-child .chart-content:after,
.chart-step:last-child .chart-image:after ,
.selected.chart-step:last-child .chart-content:after,
.selected.chart-step:last-child .chart-image:after{
    top:auto;
    bottom:6px;
}

/*.no-hover .chart-step:hover .chart-content,
.no-hover .chart-step:hover .chart-image,
.no-hover .chart-step:hover .chart-image-wraper,
.no-hover .chart-step:hover .chart-content-wrapper,
.no-hover .chart-step:hover .chart-content:after,
.no-hover .chart-step:hover .chart-image:after{
    display: block; 
    opacity: 0;
    transition: opacity 1s;
}*/
/*.chart-step:hover .chart-content,
.chart-step:hover .chart-image,
.chart-step:hover .chart-image-wraper,
.chart-step:hover .chart-content-wrapper,*/

/*.no-hover .selected:hover .chart-content,
.no-hover .selected:hover .chart-image,
.no-hover .selected:hover .chart-image-wraper,
.no-hover .selected:hover .chart-content-wrapper,
.no-hover .selected:hover .chart-content:after,
.no-hover .selected:hover .chart-image:after.*/
.chart-step.selected .chart-content,
.chart-step.selected .chart-image,
.chart-step.selected .chart-image-wraper,
.chart-step.selected .chart-content-wrapper,
.chart-step.selected .chart-content:after,
.chart-step.selected .chart-image:after {    
    opacity: 1;
    transition: opacity 1s;
}

p.client-name {
    position: absolute;
    bottom: 8px;
    left: 0;
    color: #333;
    right: 0;
    text-align: center;
    margin: 0;
}
.login-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.login-logo {
    max-width: 140px;
}
.login-logo img {
    width: 140px;
}
.view-img-link {
    margin: 10px 0 0;
    display: block;
    color:red;
}
.view-img-link:hover,
.view-img-link:focus {
    text-decoration: underline !important;
    color:red;
}
.show-image-wrapper {
    padding:15px 0;
}
.show-image-wrapper h2 {
    text-align: center;
    font-size:18px;
    color: #036635;
    margin-bottom:15px;
    text-transform: uppercase;
}
.nc-chart-wrapper .chart-step:last-child .chart-title:after,
.nc-chart-wrapper .chart-step:last-child .chart-title:before {
    display: none;
    opacity: 0;
}
.flow-chart-info {
    font-size:12px;
    color: #036635;
    margin:10px 0;
}
.flow-chart-info sup {
    font-size: 18px;
    top: 2px;
}

/*Hardware page css goes here */

.nc-hardware-development-sec {
    padding:0;
}
.nc-hardware-development-sec .section {
    margin:0;
    padding:35px 0;
    background: #fff;
}
.nc-hardware-development-sec .content-wrap {
    padding:0px;
}
.nc-hardware-development-sec p {
    font-size: 15px;
}
.nc-hardware-development-sec .feature-box.media-box {
    margin:20px 0;
}
.nc-hardware-development-sec .nc-hardware-type {
    margin:15px 0 20px;
}
.nc-hardware-type ul,.nc-radiomodule-list {
    display: block;
    padding-left: 5px;
    list-style-position: inside;
}
.nc-hardware-type ul li,.nc-radiomodule-list li {
    font-size: 15px;
    margin-bottom:5px;
}
.img-wrapper {
    height:275px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #ccc;
    margin:25px 0;
}

.nc-sensenuts-main-block {
    display:flex;
    flex-direction: row;
    background: #f8f8f8;
}

/*.nc-sensenuts-left-block {
    background: #c4122f;    
}

.nc-sensenuts-right-block {
    background: #036635;    
}*/
.nc-sensenuts-block {
    padding:0px 30px;
    width:50%;
}
.nc-sensenuts-block .feature-box {
    padding:10px 25px;
}
.nc-sensenuts-block .feature-box h3 {
    color: #ef7920;
    font-size:18px;
}
.nc-sensenuts-block .nc-hardware-type ul {
    list-style-type: circle;
}
.nc-sensenuts-block .nc-hardware-type ul li {
    font-size:17px;
}
.module-sec .nc-radiomodule-list {
    margin-bottom: 0;
}
.nc-radiomodule-list.double-list li {
    width:47%;
    float: left;
}
.nc-radiomodule-list.double-list li:nth-child(2n+1) {
    margin-right: 3%;
}
.nc-radiomodule-list.double-list li:nth-child(2n) {
    margin-left: 3%;
}

/*Recrouter- sec css starts here*/

.nc-recruiter-sec {
    margin-top: 30px;
}
.nc-recruiter-sec ul {
    display: block;
    padding: 0;
    margin:0;
    list-style: none; 
}
.nc-recruiter-sec ul li {
    display: block;
    margin-bottom: 15px;
} 
.nc-recriuter-list {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.nc-recriuter-list-image {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding:15px;
    min-width: 100px;

}
.nc-recriuter-list-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding:15px;
}
.nc-recriuter-list-content p{
    margin:0 0 8px;
    font-size: 16px;
    line-height: 24px;
}
.nc-recriuter-list-content .blue-title18 {
    font-size: 20px;
    color:#2dabef;
}


.container{max-width: 1180px;}

.pad-t20 { padding-top: 20px;}
.pad-t10 { padding-top: 10px;}
.pad-t30 { padding-top: 30px;}
.pad-b20 { padding-bottom :20px;}
.pad-full { padding: 20px 20px 5px 20px;}
.hmar-10 { margin-left: -10px; margin-right: -10px;}
.hpad-10 { padding-left: 10px; padding-right: 10px;}
.hmar-0 { margin-left: 0px; margin-right: 0px;}
.hpad-0 { padding-left: 0px; padding-right: 0px;}
.mar-t7 { margin-top: 7px;}
.pad-b5 { padding-bottom: 5px;}
.white-text{color: #fff;}
.l-font {font-family: 'robotolight';}
.large-title { font-size: 30px;}
.ft-list li{ padding-left: 40px; font-size: 22px; background: url(../img/check_icon.png) no-repeat left 5px transparent;}
.ft-list li + li { margin-top: 25px;}
.r-block { background-color: #fff; border-radius: 10px; min-height: 400px;margin:35px 0;
    border: 1px solid #ccc;box-shadow: 1px 0 8px rgba(0,0,0,0.3);}
.custom-tabs { border: 0px;}
.custom-tabs.custom-tabs.custom-tabs li a { border: 0px none; font-size: 18px; text-align: center; background-color: #e6e6e6; margin-right: 0px; color: #5c5c5c; padding: 12px 15px; }
.custom-tabs.custom-tabs.custom-tabs li.active a { color: #fff;background: rgba(3,102,53,1);}
.btn-primary { background-color: #4caf50; border-color: #4caf50;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active { background-color: #439a47; border-color: #439a47;}
.p-rel{ position: relative;}
.m-field { position: absolute; top: 6px; right: 20px; color: red; z-index: 1; font-size: 18px;}
.blue-title18 { font-size: 18px; color: #036635;}

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

}

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

@media screen and (min-width: 768px) and (max-width: 991px){
}

@media screen and (max-width: 991px){
    #logo {
        height: 60px;
    }
    #primary-menu-trigger {
        top: 5px;
    }
    #logo .retina-logo > img {
        height: 40px;
        margin-top: 10px;
    }    
}

.heading-of-recruiter {
    font-size: 22px;
    padding-top: 41px;
    padding-left: 10px;
    text-align: center;
    color: #2dabef;
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 767px) {
    .nc-login-wrapper {
        width: calc(100% + 70px);
        margin: 0px -35px;
        border: 0px none;
        border-radius: 0px;
        float: none !important;
    }
}