 
@font-face{
    font-family: 'Myriad Pro';
    src: url(../fonts/MYRIADPRO-BOLD.OTF);
}
body{
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100%;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.container {
    max-width: 1110px;
}

.main-nav .navbar-nav .nav-link:focus{
    border: 0;
    outline: 
}
.mt-15{
    margin-top: 15px;
}
.mt-34{
    margin-top: 34px;
}
.mt-90{
    margin-top: 90px;
}
.spc-cstm {
    margin-top: 10px;
}
.txt-fade{
    color: #6b6d9a !important;
}
.fixed-box{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999999;
}
.loader{
  width: 200px;
  height: 200px;
  border-radius: 100%;
  position: absolute;
  margin: 0 auto;
 
  top: 37%;
  left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
     transform: translate(-50%);}
.loader img{
    width: 100%;
}
/* LOADER 7 */
/*

#loader-7{
  -webkit-perspective: 120px;
  -moz-perspective: 120px;
  -ms-perspective: 120px;
  perspective: 120px;
}
*/
/*

#loader-7:before{
  content: "";
  position: absolute;
  left: 25px;
  top: 25px;
  width: 50px;
  height: 50px;
  background-color: #26296b;
  -webkit-animation: flip 1.5s infinite;
  -moz-animation: flip 1.5s infinite;
  -ms-animation: flip 1.5s infinite;
   animation: flip 1.5s infinite;
}

@keyframes flip {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
     transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotateY(180deg);
  }

  100% {
     -webkit-transform: rotate(180deg)  rotateX(180deg);
    -moz-transform: rotate(180deg)  rotateX(180deg);
    -ms-transform: rotate(180deg)  rotateX(180deg); 
    -o-transform: rotate(180deg)  rotateX(180deg); 
    transform: rotateY(180deg)  rotateX(180deg);
  }
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
     transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotateY(180deg);
  }

  100% {
     -webkit-transform: rotate(180deg)  rotateX(180deg);
    -moz-transform: rotate(180deg)  rotateX(180deg);
    -o-transform: rotate(180deg)  rotateX(180deg); 
    transform: rotateY(180deg)  rotateX(180deg);
  }
}
*/
.scroll-to-top {
    position: fixed;
    background: #26296b;
    right: 3%;
    bottom: -70px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    z-index: 1;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    transition: all 0.3s;
}
.scroll-to-top:hover {
    color: #fff;
    line-height: 26px;
}
.btn.focus, .btn:focus{
    box-shadow: none;
}
.pad5070{
    padding: 45px 0 0 65px;
    min-height: 333px;
    position: relative;
}
.spcpad7030{
    padding: 59px 0 59px 30px;
}
.spcmargin2530{
    margin: 15px 0 20px;
}
.spc30{
    margin-top: 25px;
}
.pad4025{
    padding: 30px 25px 0 25px;
}
.boder-secondary{
   border-top: 10px solid #ea2c58;
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
}
 
.boder-ternary{
   border-top: 10px solid #6add18; 
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
}
 
.boder-orange{
   border-top: 10px solid #f77a00;
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
}
 
.spc40{
  margin: 25px 0 0 0;;
}
#wrapper{
    height: auto;
}
.main-nav{
    padding: 0;
    
}
.primary-text{
    color: #26296b;
}
.primary-bg{
    background: #26296b;
}
.secondary-bg{
   background: #ea2c58;
}
a:hover{
    text-decoration: none;
}
.font-50{
    font-size: 50px;
}
.font-15{
    font-size: 15px;
}
.font-18{
    font-size: 18px;
    font-weight: 400;
}
.font-36{
    font-size: 36px;
     
}
.font-20{
    font-size: 20px;
    font-weight: 400; 
}
.font-30{
    font-size: 30px;
    
}
.font-40{
    font-size: 40px;
    line-height: 35px;
}
.font-bold{
    font-weight: 700;
}
.pad4045{
    padding: 40px 0 45px;
}
.pad4245{
    padding: 42px 0 45px;
}
.pad3230{
    padding: 32px 0 30px;
}
.main-header{
    /*position: relative;
    background: #fff;*/
        position: fixed;
    background: #fff;
    z-index: 99;
    width: 100%;
    top: 0px;
}

.main-nav .navbar-nav .nav-link{
        font-size: 15px;
    font-weight: 500;
    position: relative;
    padding: 10px 10px;
    color: #292929;
}

.navbar-expand-md .navbar-nav span {
    font-size: 15px;
    font-weight: 300;
}

.main-nav .navbar-nav .nav-link:hover{
         color: #26296b !important;
}
.main-nav .navbar-nav .nav-item:last-child .nav-link{
    padding-right: 0 !important;
}

 
.main-nav .navbar-nav .nav-item:last-child .nav-link::before{
     background: transparent;
}

.btn--right{
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 2;
         
}
.btn--right a.contatop-btn{
    padding: 0 20px;
    height: 60px;
    line-height: 62px;
    margin-top: -10px;
    font-size: 15px;
    font-weight: 500;
      -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn--right a.contatop-btn:hover{
    background: #ea2c58;
}
.btn--right a img {
    width: 23px;
    margin-right: 5px;
    margin-top: -9px;
    opacity: 0.8;
}
.showcase-area{
    background: url(../wwc-img/banner-top.png);
    background-size: cover;
    min-height: 450px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    background-position: center;
         margin-top: 90px;
}


.dropdown.dropdown-course {
    margin-right: -30px;
}

.mainsite--logo{
    position: absolute;
    left: 0px;
    top: -4px;
    z-index: 99;
    transition: all 0.3s;
  /*  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 0px 0px 5px 5px;*/
 /*   width: 130px;
    height: 130px;*/
   /* background-color: #fff;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainsite--logo img{
    width: auto;
    height: 110px;
        vertical-align: middle;
}
    

header.main-header .container {
    padding: 0px;
}

.showcase-content h1 span{
    color: #26296b;
    display: inline-block;
    padding: 0px 10px ;
    background: rgba(255, 255, 255, .7);
    font-weight: 900;
}
.showcase-content .bannerbld-text{
    font-size: 18px;
    font-weight: 500;
    margin-top: 22px;
   
    line-height: 24px;
}
.showcase-content p{
    width: 60%;
   line-height: 24px;
    margin-top: 10px;
}
.showcase-content a{
    position: relative;
    text-align: center;
    padding: 15px 40px;
    border-radius: 3px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.showcase-content a:hover{
    background: #be0e37;
     
}
.showcase-content a::before{
    content: '';
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .2);
    z-index: 1;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border-radius: 3px;
}
.showcase-content a:hover::before{
    border: 1px solid rgba(234, 44, 88, 0.2);
}

.section-welcome{
    background-color: #EEDB6F;
    padding: 55px 0;
    background-repeat: no-repeat;
    margin: 0px 0 0px;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
}

 
.section-welcome .showcasewl-content h2{
    margin-bottom: 25px;
}
.section-welcome .showcasewl-content p{
        line-height: 30px;
}

.section-boxes{
    padding: 110px 0 95px;
}
.section-boxes .contentbox--inner::before{
    content: '';
    position: absolute;
    background-image: url(../imgs/coln1.png);
    width: 160px;
    left: -70px;
    top: -48px;
    z-index: 1;
    height:  153px;
    background-repeat: no-repeat;
    background-size: 100%;
    }
.section-boxes .contentbox--inner::after{
    content: '';
    position: absolute;
    background-image: url(../imgs/coln2.png);
    width: 160px;
    right: -70px;
    bottom: -48px;
    z-index: 1;
    height: 153px;
    background-repeat: no-repeat;
    }
.contentbox--main{
    padding-left: 40px;
    padding-right: 40px;
}
.box-inner{
    
    border: 1px dashed #c6c8fd;
    border-radius: 3px;
}
.section-boxes .box-inner p{ 
    color: #585858;
    margin-bottom: 0;
    padding-right: 110px;
    padding-left: 130px;
}
.bold{
    color: #484a96;
    font-weight: 900;
    font-size: 16px;
}
.section-newslattter{
        padding: 60px 0;
}
.section-newslattter p:not(.error){
    font-size: 20px;
    font-weight: 300;
    color: #fff;
     
}
.newlatter-form{
        max-width: 730px;
    margin: 25px auto 0 auto;
    position: relative;
}
.newlatter-form.shakeIt{
    -webkit-animation: 0.5s shakeLeftRight forwards;
    -moz-animation: 0.5s shakeLeftRight forwards;
    -ms-animation: 0.5s shakeLeftRight forwards;
    -o-animation: 0.5s shakeLeftRight forwards;
     animation: 0.5s shakeLeftRight forwards;
}
@keyframes shakeLeftRight{
    0%{
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    50%{
        -webkit-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
    }
    75%{
        -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
        transform: translateX(15px);
    }
    100%{
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.newlatter-form input[type="email"]{
        padding: 24px 0 24px 10px;
    border-radius: 3px;
    float: left;
    font-size: 14px;
    font-weight: 300;
    color: #96a0a9;
    width: 540px;
}
.form-control:focus{
    box-shadow: none;
}
.newlatter-form button{
        border-radius: 3px;
    vertical-align: middle;
    width: 180px;
    font-weight: bold;
    background: #26296B;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;

}
.error{
    position: absolute;
    bottom: -23px;
    text-transform: capitalize;
    font-size: 12px;
    letter-spacing: 1px;
    left: 0;
 
    left: 0;
     
}

.error span{
    display: inline-block;
    margin-right: 5px;
    font-size: 10px;
    top: -1px;
    position: relative;
    
}
 
.newlatter-form button:hover{
    background:  rgba(18, 21, 85, 0.99);
    
}
.main-footer{
    padding-bottom: 56px;
}
.footer-logo{
    margin-top: 7px;
}
.footercontent--left ul li a{
    font-size: 13px;
    color: #484848;
    text-transform: capitalize;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    font-weight: 300;
    
}
.footercontent--left ul li a:hover{
    text-decoration: underline;
    color: #292929;
    font-weight: 400;
}
.footercontent--left ul li a::before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 13px;
    background: #000;
    z-index: 1;
    margin-top: -6px;
}
.footercontent--left ul{
        margin-top: 38px;
}
.footercontent--left ul li{
    display: inline-block;
}
.footercontent--left ul li:last-child a::before{
     background: transparent;
}
/*.footercontent--right{
    margin-top: 40px;
}*/
.footercontent--right span{
    font-size: 13px;
    color: #484848;
    font-weight: 300;
}
/*=========================menu toggle*/
.menu-toggle {
  width: 30px;
  height: 30px;
  position: absolute;
      top: 3px;
    right: 27px;
  cursor: pointer;
}
.menu-toggle.on .one {
  -moz-transform: rotate(45deg) translate(5px, 6px);
  -ms-transform: rotate(45deg) translate(5px, 6px);
  -webkit-transform: rotate(45deg) translate(5px, 6px);
  transform: rotate(45deg) translate(5px, 6px);
}
.menu-toggle.on .two {
  opacity: 0;
}
.menu-toggle.on .three {
  -moz-transform: rotate(-45deg) translate(8px, -10px);
  -ms-transform: rotate(-45deg) translate(8px, -10px);
  -webkit-transform: rotate(-45deg) translate(8px, -10px);
  transform: rotate(-45deg) translate(8px, -10px);
}

.one,
.two,
.three {
  width: 30px;
  height: 4px;
   background: #26296b;
  margin: 6px auto;
  backface-visibility: hidden;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/*=================home page style end here==========================*/
.showcase-register{
    background: url(../imgs/showcase-register.png);
    background-size: cover;
    min-height: 340px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    background-position: center;
     
}
.section-showcase-bt .w-33{
    width: 33.333333%;
}
.section-showcase-bt .w-66{
    width: 66.666667%;
}
.section-showcase-bt .regicontent--inner span {
    background: #54568a;
    line-height: normal;
    padding: 3.5px 20px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    vertical-align: middle;
    margin-left: 27px;
}
.register-pg .section-showcase-bt .bgimg{
    background: url(../imgs/register-left.png), #26296b;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    min-height: 725px;
    max-height: 725px;
}
.register-pg .section-showcase-bt .middle--head{
margin-top: 20px;}
.register-pg .section-showcase-bt .regicontent--inner{
        padding-top: 25px;
}
.register-pg .section-showcase-bt .middleform--content{
    margin-top: 135px;
}
.middleform--content h2{
    font-size: 36px;
    font-weight: 700;
    margin-right: 30px;
}
.middleform--content h2::before{
    content: '';
    position: absolute;
    bottom: -8px;
    right: 3px;
    height: 4px;
    width: 178px;
    background: #ea2c58;
    z-index: 1;
}
.register-pg .section-showcase-bt  .form-box{
    padding: 30px 18px;
    padding-bottom: 0;
    overflow: hidden;
}
.register-pg .section-showcase-bt {
    margin-bottom: 110px;
}
.register-pg .section-showcase-bt  .form-box .input-box p{
    padding: 0 12px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.textarea{
    padding-left: 18px;
    height: 155px !important;
    overflow: hidden;
    resize: none;
    padding-top: 20px;
    overflow: auto;
}
input[type="number"], input[type="text"], input[type="email"]{
    -webkit-appearance: none;
    -moz-appearance: none;
}
/*.input-box input{
    padding: 0;
    height: 54px;
    padding-left: 18px;
    font-size: 14px;
    color: #888;
    font-weight: 500;
}*/
.input-box .inputField{
    border: 1px solid #e3ecff;
    border-radius: 2px;
    background: #fafbfc;
}
label,.inputLabel{
    position: absolute;
    left: 33px;
    top: 15px;
    margin-bottom: 0;
    font-size: 14px;
    color: #afadaa;
    font-weight: 400;
    pointer-events: none;
    
}
.inputLabel.active{
      opacity: 0;
    font-size: 12px;
      
}
.error-msg{
    position: absolute;
   left: 15px;
    bottom: -18px;
    z-index: 1;
    font-size: 12px;
    text-transform: capitalize;
}
.formbox--inner .half-column {
    width: 50% !important;
    float: left;
}
.formbox--inner button{
    font-size: 20px;
    font-weight: 500;
    min-height: 54px;
    transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
}
.formbox--inner button:hover {
    background: #be0e37;
}
.shadow-box{
    -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px 1px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px 1px rgba(0,0,0,.1);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


/*================================NEW CSS==============================*/

.pd-main-ection {
padding: 60px 0px;
}

.bg-light{
    background: #FAF3FF;
}
.bellow-header{
    margin-top: 90px;
    width: 100%;
    display: inline-block;
}
.heading-main-wwc {
    display: block;
    width: 100%;
}

.heading-main-wwc h1, .heading-main-wwc .h1 {
    font-weight: 400;
    margin-bottom: 40px;
}
.heading-main-wwc .h1 small{
    font-size: 18px;
    display: block;
    line-height: 26px;
    padding-top: 20px;
}
.heading-main-wwc h1 span.bold-text {
    font-weight: bold;
}

.Encouraging-box {}

.Encouraging-box h3 {
    font-size: 24px;
    color: #111111;
    margin-top: 20px;
}

.Encouraging-box p {
    color: #333333;
    margin-top: 20px;
}


.heading-heatured h4 {
    font-size: 24px;
    color: #111111;
    font-weight: bold;
    margin-bottom: 20px;
}

.heading-heatured p {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
}

.heading-heatured h1 {
    font-size: 39px;
    color: #111111;
    font-weight: bold;
}

.heading-heatured p {
        color: #333333;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}

.heading-heatured a.btn.btn-primery {
        background-color: #26296B;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 30px;
    line-height: 18px;
    border-radius: 3px;
    margin-top: 30px;
}
.heading-heatured a.btn.btn-primery:hover {
        background: rgba(18, 21, 85, 0.99);
}


section.section-welcome.second-bg-strip {
    background-color: #D8BBE4;
    padding: 20px 0px 30px 0px;
}


.strip-text-all h2 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}


.strip-text-all p {
        color: #333333;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
}

section.section-welcome.first-bg-strip {
    padding: 10px 0px 30px 0px;
}

.bg-light-get {
    background-color: #FAFAFF;
}

.newslatter-content h3 {
     color: #111111;
    font-size: 30px;
    font-weight: bold;
}

.middle-banner-contant {
    display: flex;
    flex-direction: column;
    height: 450px;
    justify-content: center;
}


.footer-heading-middle h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-heading-middle ul li {
    padding: 5px 0px;
}

.footer-heading-middle ul li a {
    color: #111111;
    font-size: 16px;
    opacity: 0.8;
}
.footer-heading-middle ul li a:hover {
    color: #000;
}

.footer-heading-middle h2 {
    font-size: 24px;
}

.footer-heading-middle p.title-footer-contant {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
    width: 350px;
}


.main-footer {
    padding: 60px 0px 25px 0px;
}

header.main-header.clearfix nav.navbar.navbar-expand-md.navbar-light.main-nav {
    /*padding-left: 130px;*/
      padding-left: 180px;
}

.dropdown.dropdown-course button.btn.btn-primary.dropdown-toggle {
        background-color: #26296B;
    border: 0px none;
    padding: 5px 16px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
}

.dropdown.dropdown-course .dropdown-toggle::after {
        display: inline-block;
    width: 24px;
    height: 12px;
    margin-left: .255em;
    vertical-align: middle;
    content: "";
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: .3em solid transparent;
    border: 0px none;
    background-image: url(../wwc-img/keyboard_arrow_down-24px.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: -3px 0px 0px 0px;
}

.dropdown.dropdown-course.show:focus {
    outline: none;
}

.dropdown.dropdown-course button.btn.btn-primary.dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}

input.form-control.search-topbar {
        background-color: #EEEEEE;
    height: 34px;
    color: #999999;
    border: 0px none;
    border-radius: 3px;
    width: 465px;
    font-size: 15px;
}



a.btn.btn-signin {
    background-color: #fff;
    color: #26296b;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 19px;
}

a.btn.btn-signin:hover {
    color: rgba(18, 21, 85, 0.99);
}

a.btn.btn-signup {
    background-color: #26296b;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 19px;
}
a.btn.btn-signup:hover {
    background: rgba(18, 21, 85, 0.99);
}

.row.margin-manage-topbar {
    margin-top: 10px;
    margin-bottom: 4px;
}

.col-sm-12.space-manage-menubars ul.navbar-nav.top-menu.mx-auto {
    margin-right: 0px !important;
    text-align: right;
}

.heading-courousal h2 {
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    line-height: 40px;
    text-align: center;
}

section.testimonials-main {
    padding: 60px 0px;
}

.testimonials-main .owl-nav {
    display: none;
}

.testimonials-main .owl-theme .owl-dots .owl-dot span {
    width: 24px;
    height: 3px;
    color: #CCCCCC;
}

.testimonials-main .owl-theme .owl-dots .owl-dot.active span {
    background: #26296B;
}

.testimonials-main .owl-theme .owl-dots {
    margin-top: 60px;
}

a.btn.btn-search.btntop-bar-search {
        position: absolute;
    top: -2px;
    right: 100px;
}

.dropdown.dropdown-course .dropdown-menu.show {
    padding: 0px;
}

.dropdown.dropdown-course a.dropdown-item {
    padding: 5px 17px;
    border-bottom: 1px solid #ececec;
}
.dropdown.dropdown-course a.dropdown-item:last-child {
    border-bottom: 0px none;
}

.dropdown.dropdown-course .dropdown-menu.show {
    left: 15%;
        margin-top: 0px;
            border-radius: 0px;
}

.social-footer-icon ul li {
    display: inline-block;
    color: #666666;
    padding: 0px 10px;
    font-size: 20px;
}

.social-footer-icon ul li a {
    color: #666666;
}

.mr-tp30px {
    margin-top: 30px;
}

.testimonials-main .owl-carousel:before {
    content: "";
    position: absolute;
    top: -28px;
    left: -77px;
    background-image: url(../wwc-img/testimonials-icon.png);
    background-size: cover;
    width: 66px;
    height: 50px;
}

.img-Encouraging {
    height: 70px;
}


.categories-sec .category-title{
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.categories-sec .card{
    border: none;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
}

/*=================home page style end here==========================*/
.showcase-register{
    background: url(../imgs/showcase-register.png);
    background-size: cover;
    min-height: 340px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    background-position: center;
     
}
.section-showcase-bt .w-33{
    width: 33.333333%;
}
.section-showcase-bt .w-66{
    width: 66.666667%;
}
.section-showcase-bt .regicontent--inner span {
    background: #54568a;
    line-height: normal;
    padding: 3.5px 20px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    vertical-align: middle;
    margin-left: 27px;
}
.register-pg .section-showcase-bt .bgimg{
    background: url(../imgs/register-left.png), #26296b;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    min-height: 725px;
    max-height: 725px;
}
.register-pg .section-showcase-bt .middle--head{
margin-top: 20px;}
.register-pg .section-showcase-bt .regicontent--inner{
        padding-top: 25px;
}
.register-pg .section-showcase-bt .middleform--content{
    margin-top: 135px;
}
.middleform--content h2{
    font-size: 36px;
    font-weight: 700;
    margin-right: 30px;
}
.middleform--content h2::before{
    content: '';
    position: absolute;
    bottom: -8px;
    right: 3px;
    height: 4px;
    width: 178px;
    background: #ea2c58;
    z-index: 1;
}
.register-pg .section-showcase-bt  .form-box{
    padding: 30px 18px;
    padding-bottom: 0;
    overflow: hidden;
}
.register-pg .section-showcase-bt {
    margin-bottom: 110px;
}
.register-pg .section-showcase-bt  .form-box .input-box p{
    padding: 0 12px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.textarea{
    padding-left: 18px;
    height: 155px !important;
    overflow: hidden;
    resize: none;
    padding-top: 20px;
    overflow: auto;
}
input[type="number"], input[type="text"], input[type="email"]{
    -webkit-appearance: none;
    -moz-appearance: none;
}
.input-box input{
    padding: 0;
    height: 54px;
    padding-left: 18px;
    font-size: 14px;
    color: #888;
    font-weight: 500;
}

.input-box select{
    padding: 0;
    height: 54px;
    padding-left: 18px;
    font-size: 14px;
    color: #888;
    font-weight: 500;
}
.input-box .inputField{
    border: 1px solid #e3ecff;
    border-radius: 2px;
    background: #fafbfc;
}
label,.inputLabel{
    position: absolute;
    left: 33px;
    top: 15px;
    margin-bottom: 0;
    font-size: 14px;
    color: #afadaa;
    font-weight: 400;
    pointer-events: none;
    
}
.inputLabel.active{
      opacity: 0;
    font-size: 12px;
      
}
.error-msg{
    position: absolute;
   left: 15px;
    bottom: -18px;
    z-index: 1;
    font-size: 12px;
    text-transform: capitalize;
}
.formbox--inner .half-column {
    width: 50% !important;
    float: left;
}
.formbox--inner button{
    font-size: 20px;
    font-weight: 500;
    min-height: 54px;
    transition:all .3s;
    -moz-transition:all .3s;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
}
.formbox--inner button:hover {
    background: #be0e37;
}
.shadow-box{
    -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px 1px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px 1px rgba(0,0,0,.1);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}