.showpopup:after{
      content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: rgba(0,0,0,0.5);
}


.popupcontent{
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  display: none;
  z-index: 9999;
}

.popupcontent.showpop{
    display: block !important;
}



.popupcontent .popupdisplay{
    background-color: #fff;    
    border-radius: 5px;
    max-width: 650px;
    padding-bottom: 0;
}

.popupcontent .popupdisplay .imagedisplay{
      border-radius: 5px;
    overflow: hidden;
}


.popupcontent .popupdisplay .imagedisplay a img {
  transition: 0.3s;
}

.popupcontent .popupdisplay .imagedisplay a:hover img {
    filter:brightness(108%);
  transition: 0.3s;
}


.popupcontent .popupdisplay .closepopup{
       position: absolute;
    right: 10px;
    top: 0; 
        z-index: 99;
}

.popupcontent .formname .descdisplay{
    padding: 15px;
}

.popupregistercontent .contentform .form-control{
    background-color: #efefef;
    border: 1px solid #919191;
  color: #333;
}

.popupregistercontent .contentform .form-control::-webkit-input-placeholder { /* Edge */
  color: #999;
}

.popupregistercontent .contentform .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}

.popupregistercontent .contentform .form-control::placeholder {
  color: #999;
}
.popupregistercontent{
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  display: none;
  z-index: 9999;
}

.popupregistercontent .signbtn{
       color: #1dbc88;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #1dbc88;
    padding: 10px 25px; 
}
.popupregistercontent .signbtn:hover{
    background-color: #1dbc88;
    color: #fff; 
}


.popupregistercontent .fa.fa-check{
    color: #8bc34a;
}

.popupregistercontent .titledisplay{
    font-size: 30px;
    font-weight: 600;
}
.popupregistercontent.showpop{
    display: block !important;
}

.popupregistercontent .contentform{
        padding: 20px;
}

.popupregistercontent .popupdisplay{
    background-color: #fff;    
    border-radius: 5px;
    max-width: 650px;
    padding-bottom: 0;
    width: 650px;
}

.popupregistercontent .popupdisplay .imagedisplay{
      border-radius: 5px;
    overflow: hidden;
}


.popupregistercontent .popupdisplay .imagedisplay a img {
  transition: 0.3s;
}

.popupregistercontent .popupdisplay .imagedisplay a:hover img {
    filter:brightness(108%);
  transition: 0.3s;
}


.popupregistercontent .popupdisplay .closepopup{
       position: absolute;
    right: 10px;
    top: 0; 
        z-index: 99;
}

.popupregistercontent .formname .descdisplay{
    padding: 15px;
}

.traningpart .hero-area.banner *{
   vertical-align: top;
    margin-top: 10px;
}

.rotatetxt{
      position: absolute;
    transform: rotate(-35deg);
    text-transform: capitalize;
    font-weight: 800;
    font-size: 30px;
    left: 0px;
    top: -15px;  
}

.traningpart .features-area{
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 20px;
}

.traningpart .features-area  h2{
       text-transform: uppercase;
    letter-spacing: 1px;
        color: #36a18d;
    font-weight: 600;
}

.traningpart .features-area .heading-wrap{
    margin-bottom: 10px;
}

.traningpart .descr p{
       font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    text-align: justify; 
}

.traningpart .descr ul{
    font-weight: 400;
    padding-left: 20px;
}
.traningpart table{
   border: 1px solid #ddd; 
}

.traningpart .table > tbody > tr > td{
   border: 1px solid #ddd; 
}

.traningpart .table > tbody > tr > td:first-child{
       color: #36a18d;
    font-weight: 600;
    font-size: 15px; 
}

.traningpart .table > tbody > tr > td:last-child{
   font-size: 14px;
    padding-left: 15px;
    font-weight: 500; 
}

.traningpart .table > tbody > tr > td a.getdirectionbtn{
        background-color: #23899f;
    color: #fff;
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 12px;
}

.traningpart .form-control{
   background: none;
    color: #555;
}

.traningpart .form-control::placeholder {
    color: #919191;
}

.traningpart .blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.bs-vertical-wizard {
    padding-bottom: 50px;
}

.bs-vertical-wizard ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bs-vertical-wizard ul>li {
    display: block;
    position: relative;
}

.bs-vertical-wizard ul>li>a {
    display: block;
    padding: 10px 10px 10px 50px;
    color: #333c4e;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .8px;
}

.bs-vertical-wizard ul>li.current>a{
    font-weight: 600;
}

.bs-vertical-wizard ul>li>a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 25px);
    background-color: #bdc2ce;
    left: 25px;
    bottom: -9px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>a .ico {
    pointer-events: none;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 15px;
    z-index: 2;
}

.bs-vertical-wizard ul>li>a:after {
    content: '';
    position: absolute;
    border: 2px solid #bdc2ce;
    border-radius: 50%;
    top: 14px;
    left: 6px;
    width: 16px;
    height: 16px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>a .desc {
    display: block;
    color: #bdc2ce;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .8px;
}

.bs-vertical-wizard ul>li.complete>a:before {
    background-color: #5cb85c;
    opacity: 1;
    height: calc(100% - 25px);
    bottom: -9px;
}

.bs-vertical-wizard ul>li.complete>a:after {display:none;}
.bs-vertical-wizard ul>li.locked>a:after {display:none;}
.bs-vertical-wizard ul>li:last-child>a:before {display:none;}

.bs-vertical-wizard ul>li.complete>a .ico {
    left: 8px;
}

.bs-vertical-wizard ul>li>a .ico.ico-green {
    color: #5cb85c;
}

.bs-vertical-wizard ul>li>a .ico.ico-muted {
    color: #bdc2ce;
}

.bs-vertical-wizard ul>li.current {
    background-color: #f5f5f5;
}

.bs-vertical-wizard ul>li.current>a:before {
    background-color: #5cb85c;
    opacity: 1;
}

.bs-vertical-wizard ul>li.current>a:after {
    border-color: #ffe357;
    background-color: #ffe357;
    opacity: 1;
}

.bs-vertical-wizard ul>li.current:after, .bs-vertical-wizard ul>li.current:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.bs-vertical-wizard ul>li.current:after {
    border-color: rgba(255,255,255,0);
    border-left-color:#f5f5f5;
    border-width: 10px;
    margin-top: -10px;
}

.bs-vertical-wizard ul>li.current:before {
    border-color: rgba(234,236,241,0);
    border-left-color: #eaecf1;
    border-width: 11px;
    margin-top: -11px;
}

.side-content{
    margin-top: 50px;
}
    

.bs-vertical-wizard .ico.countnumber{
        font-size: 20px;
    font-weight: 600;
    color: #000;
    background-color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 65%;
    margin-left: 5px;
    z-index: 9;
    border: 2px solid #000;
    line-height: 20px;
    margin-top: -5px;
}

.selecttheme {
margin: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    background-color: #fff;
    border-radius: 5px;
    max-width: 450px;
    padding-bottom: 0;
    padding: 25px;
    padding-top: 0;
}

.selecttheme.showpop {
    display: block !important;
}

.selecttheme .titledisplay{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
}

.selecttheme img{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.contentinformation{
    padding-top: 50px;
}

.contentinformation h1{
    
}

.contentinformation label{
    
}

.contentinformation .sucessfullboxtext{
      font-weight: 400;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0;
}

.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4CAF50;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: '';
  height: 100px;
  position: absolute;
  background: #FFFFFF;
  transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4CAF50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #FFFFFF;
}

.radius-full {
    border-radius: 300px;
}
.pribg-color {
    background-color: #0047FF;
}

a.signupbtn{
   border: 3px solid #fff;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 25px;
}

a.signupbtn:hover{
    background-color: #fff;
    color: #1baa94;
}

.switchlanguage {
    position: fixed;
    right: 10px;
    z-index: 9;
    top: 15px;
}

.switchlanguage img{
       display: inline-block;
    width: 18px;
    margin-right: 5px;

}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}


.itemproductarea .col-md-6{
    padding: 0
    
}

.itemproductarea .col-md-6{
    padding: 0
}

.itemproductarea h2{
       color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 5.5rem;
    margin-top: 0;
}

.itemproductarea p{
    font-weight: 500;
    line-height: 25px;
}

.itemproductarea a{
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    margin-top: 15px;
    line-height: 15px;
    transition: all 0.3s;
}

.itemproductarea .corporatebg a:hover{
    background-color: #fff;
    color: #1c93b5;
    font-weight: 500;
    transition: all 0.3s;
}

.itemproductarea .emcombg a:hover{
    background-color: #fff;
    color: #ff3030;
    font-weight: 500;
    transition: all 0.3s;
}

.itemproductarea h2 span{
    font-weight: 300;
    font-size: 25px;
}

.contentpandingleft{
    padding-left: 95px;
    padding-right: 50px;
    padding-top: 145px;
    padding-bottom: 145px;
    min-height: 550px;
}

.contentpandingright{
    padding-left: 50px;
    padding-right: 95px;
    padding-top: 145px;
    padding-bottom: 145px;
    min-height: 550px;
}


.corporatebg{
     background-image:
        linear-gradient(rgba(28, 147, 181, 0.75), rgba(28, 147, 181, 0.75)), 
        url('../images/corporatenbg.jpg');
    color:#fff;
        background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s;
}

.emcombg{
     background-image:
        linear-gradient(rgba(255, 48, 48, 0.75), rgba(255, 48, 48,0.75)), 
        url('../images/ecommercebg.jpg');
    color:#fff;
        background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s;
}

.corporatebg:hover{
     background-image:
        linear-gradient(rgba(28, 147, 181, 0.95), rgba(28, 147, 181, 0.95)), 
        url('../images/corporatenbg.jpg');
    color:#fff;
        background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s;
}

.emcombg:hover{
     background-image:
        linear-gradient(rgba(255, 48, 48, 0.95), rgba(255, 48, 48,0.95)), 
        url('../images/ecommercebg.jpg');
    color:#fff;
        background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s;
}

.corporatetheme{
    
}

.corporatetheme .navbar-default .navbar-nav > li > a {
    color: #000;
}


.corporatetheme .heroplace{
    padding-top: 150px;  
    background-image: url('../images/sectiononeng.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.corporatetheme .btn-default.btn-white {
    border-radius: 99px;
    border-color: #000;
    background: none;
    color: #000;
}

.corporatetheme .product-features{
    padding-top: 60px;
    
}

.membership-pricing-table table tr td:first-child{
        color: #000;
    letter-spacing: 0;
}

.membership-pricing-table table tr td:last-child{
    font-weight: bold;
    letter-spacing: 0;
}

.membership-pricing-table {
}

.membership-pricing-table table .icon-no,.membership-pricing-table table .icon-yes {
    font-size: 22px
}

.membership-pricing-table table .icon-no {
    color: #a93717
}

.membership-pricing-table table .icon-yes {
    color: #209e61
}

.membership-pricing-table table .plan-header {
    text-align: center;
    font-size: 48px;
    border: 1px solid #e2e2e2;
    padding: 25px 0
}

.membership-pricing-table table .plan-header-free {
    background-color: #eee;
    color: #555
}

.membership-pricing-table table .plan-header-blue {
    color: #fff;
    background-color: #61a1d1;
    border-color: #3989c6
}

.membership-pricing-table table .plan-header-standard {
    color: #fff;
    background-color: #ff9317;
    border-color: #e37900
}

.membership-pricing-table table td {
    text-align: center;
    width: 15%;
    padding: 7px 10px;
    background-color: #fafafa;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset
}

.membership-pricing-table table,.membership-pricing-table table td {
    border: 1px solid #ebebeb;
    line-height: normal;
}

.membership-pricing-table table tr td:first-child {
    background-color: transparent;
    text-align: right;
    width: 24%
}

.membership-pricing-table table tr td:nth-child(5) {
    background-color: #FFF
}

.membership-pricing-table table tr:first-child td,.membership-pricing-table table tr:nth-child(2) td {
    -webkit-box-shadow: none;
    box-shadow: none
}

.membership-pricing-table table tr:first-child th:first-child {
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: #e2e2e2
}

.membership-pricing-table table tr:first-child th .pricing-plan-name {
    font-size: 22px
}

.membership-pricing-table table tr:first-child th .pricing-plan-price {
    line-height: 35px
}

.membership-pricing-table table tr:first-child th .pricing-plan-price>sup {
    font-size: 45%
}

.membership-pricing-table table tr:first-child th .pricing-plan-price>span {
    font-size: 30%
}

.membership-pricing-table table tr:first-child th .pricing-plan-period {
    margin-top: -7px;
    font-size: 25%
}

.membership-pricing-table table .header-plan-inner {
    position: relative
}

.membership-pricing-table table .recommended-plan-ribbon {
    box-sizing: content-box;
    background-color: #dc3b5d;
    color: #FFF;
    position: absolute;
    padding: 3px 6px;
    font-size: 11px!important;
    font-weight: 500;
    left: -6px;
    top: -22px;
    z-index: 2;
    width: 100%;
    -webkit-box-shadow: 0 -1px #c2284c inset;
    box-shadow: 0 -1px #c2284c inset;
    text-shadow: 0 -1px #c2284c
}

.membership-pricing-table table .recommended-plan-ribbon:before {
    border: solid;
    border-color: #c2284c transparent;
    border-width: 6px 0 0 6px;
    bottom: -5px;
    content: "";
    left: 0;
    position: absolute;
    z-index: 90
}

.membership-pricing-table table .recommended-plan-ribbon:after {
    border: solid;
    border-color: #c2284c transparent;
    border-width: 6px 6px 0 0;
    bottom: -5px;
    content: "";
    right: 0;
    position: absolute;
    z-index: 90
}

.membership-pricing-table table .plan-head {
    box-sizing: content-box;
    background-color: #ff9c00;
    border: 1px solid #cf7300;
    position: absolute;
    top: -33px;
    left: -1px;
    height: 30px;
    width: 100%;
    border-bottom: none
}



.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

/*
.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}
*/

.chevron.onestep {
    animation: move 3s ease-out 1s infinite;
}

.chevron.twostep {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 80%;
    width: 41%;
    background: #1bc69e;
}

.chevron:before {
    left: 6px;
    transform: skew(0deg, -30deg);
}

.chevron:after {
    right: 0;
    width: 40%;
    transform: skew(0deg, 30deg);
}

@keyframes move {
    25% {
        opacity: 0;
        transform: translateY(35px) scale3d(0.5, 0.5, 0.5);

    }

    33% {
        opacity: 1;
        transform: translateY(20px);
    }

    67% {
        opacity: 1;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
    }
}


@keyframes pulse {
    to {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .side-content{
    margin-top: 100px;
}
    .selecttheme {
       width: 300px;
    }
    .popupcontent .popupdisplay{
        max-width: 350px;
    }
    .hero-area.banner * {
        margin-top: 5px;
        margin-left: 5px;
    }
    
    .traningpart .overlay:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background: rgba(0, 0, 0, 0.7);
    }
    .traningpart .hero-area.banner {
        background-position: 30%;
    }

}