body {
    font-family: "Rubik", sans-serif;
    padding: 0;
    margin: 0;
    color: #222;
    width: 100%;
    overflow-x: hidden;
}
html{
    width: 100%;
    overflow-x: hidden;
}
a {
    outline: 0 !important;
    text-decoration: none;
    display: inline-block;
}
p{
    font-size: 15px;
    color: #343434;
    line-height: 1.9;
}
a:hover, a:focus {
    color: #311b92;
    text-decoration: none;
}
.section-space{
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.sub-h{
    color: #222;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
    font-style: italic;
    line-height: 1.5;
}
.m-heading{
    font-size: 42px;
    line-height: 1.2em;
    margin-top: 7px;
    color: #0667bd;
    margin-bottom: 0.4rem;
    text-transform: capitalize
}
.m-heading.blue-h{
    color: #311b92
}

.big-h{
    font-size: 2.3rem;
    color: #2a2834;
    font-weight: 700;
}
.btn:hover, .btn:focus{
    outline: none;
    color:#fff;
}
.btn{
    letter-spacing: .5px;
    border-radius: 6px;
    text-transform: capitalize;
    color:#fff;
    padding: 12px 24px 12px;
    font-weight: 400;
    font-size: 16px;
}
.btn:hover{
    color: #fff;
}
.m-btn{
    background: #46da4c;
    background-repeat: repeat-x;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: 2px 2px 6px #00000047;
    border-radius: revert-layer;
    text-transform: capitalize;
    color: #ffffff;
    border-radius: 6px;
}
.m-btn.rad-6{
    border-radius: 6px
}
.m-btn:hover{
    background: #38bb3d;
    color: #ffffff;
}
.sec-btn{
    margin-top: 30px
}
.inner-header{
    padding-top: 120px;
    padding-bottom: 30px;
    position: relative;
    background: #f7f7f7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}
.inner-header .breadcrumb{
    margin-bottom: 0px;
    position: relative
}
.inner-header  .breadcrumb-item.active, .inner-header .breadcrumb-item+.breadcrumb-item::before, .inner-header .breadcrumb a{
    color: #000000;
    font-size: 17px
}
.inner-header .breadcrumb-item.active{
    opacity: .5
}
.inner-header h1{
    color: #fff;
    font-size: 48px;
    position: relative;
    text-transform: capitalize;
}
.inner-header .breadcrumb{
    margin-bottom: 0px;
    position: relative;
    display: inline-flex;
}

/* Navbar */
.navbar-light .navbar-toggler{
    background: #fff
}
.navbar-light .nav-item{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 14px
}
.navbar-brand img{
    width: 169px;
}
.navbar-light{
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-light.is-sticky {
    position: fixed;
    padding-top: 5px;
    padding-bottom: 5px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff !important;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar-light.is-sticky .navbar-brand img{
    width: 80px;
}
.navbar-light .navbar-nav .nav-link{
    font-size: 15px;
    color: #222;
    text-transform: capitalize;
    margin-left: 14px;
    font-weight: 400;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #0667bd;
}

.navbar-nav .dropdown-menu{
    padding-top: 0px;
    padding-bottom: 0px;
    min-width: 13rem;
    background: #031315;
}
.navbar-light .navbar-nav .dropdown-menu li{
    margin-left: 0px;
}
.navbar-light .navbar-nav .dropdown-menu a{
    font-size: 15px;
    padding: 10px 10px;
    transition: all .4s ease-in-out;
    font-weight: 500;
    color: #fff;
}
.navbar-light .navbar-nav .dropdown-menu a:focus, .navbar-light .navbar-nav .dropdown-menu a:hover {
    color: #000;
    background: #7bffa6;
}
.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link {
    color: #fff
}
/* main hero */
.main-hero{
    padding-top: 120px;
    padding-bottom: 0px;
    background-image: url('../../assets/img/hero-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    /* overflow: visible; */
    position: relative;
    background-attachment: fixed;
    overflow: hidden;
}
.main-hero .container{
    position: relative;
    z-index: 2;
}
.main-hero .main-h{
    font-size: 50px;
    color: #0667bd;
    line-height: 1.1;
    font-weight: 500;
}
.main-hero .main-p{
    font-size: 20px;
    margin-bottom: 30px;
}
.hero-img{
    width: 85%;
    z-index: 28;
    position: relative;
    margin-bottom: -40px;
    margin-top: -30px;
}
.shape-1{
    position: absolute;
    width: 16%;
    top: 6%;
    right: 1%;
    transform: rotate(31deg);
    color: #f8f9fa78;
    animation: shake 11s linear infinite;
}
.shape-2{
    position: absolute;
    width: 11%;
    top: 25%;
    left: 1%;
    transform: rotate(31deg);
    color: #f8f9fa78;
    animation: move 3s linear infinite;
}
.shape-b{
    position: absolute;
    top: 17%;
    z-index: 1;
    opacity: .3
}
.wel-img {
    position: relative;
    width: 80%;
    z-index: 3;
    margin-left: 40px;
}
.choose-sec{
    background: #f7f7f7
}
.ch-in{
    border-radius: 10px;
    margin-bottom: 25px;
    width: 90%;
    margin-left: -1%
}
.ch-in.mid{
    margin-left: 3%
}
.ch-in .ch-title{
    color: #46da4c;
    font-size: 22px;
}

.ch-in p{
    margin-bottom: 0px
}
.left-sec{
    background: #fafaff;
}
.left-sec .m-heading{
    font-size: 36px;
    margin-bottom: 16px;
}
.left-sec .left-content{
    padding: 4rem 4rem;
}
.left-sec .left-content hr{
    border-top: 1px solid  #414141;
    margin-bottom: 40px
}
.left-sec .left-content .main-heading{
    color: #414141;
}
.right-sec{
    background-image: url(../../assets/img/choose-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.right-sec .right-content{
    padding: 6.6rem 5rem;
}
.con-box{
    margin-top: 1.5rem;
}
.con-box strong{
    font-weight: 600 !important;
    letter-spacing: .7px;
    position: relative;
    font-size: 1.3rem;
    color: #ffffff;
}
.service-box{
    padding: 30px 20px;
    text-align: center;
    background: #fff;
    box-shadow: 1px 1px 30px #e4e4e4;
    border-radius: 10px;
    margin-top: 30px;
    position: relative;
}
.service-box:before{
    content: "";
    position: absolute;
    left: 0px;
    width: 125px;
    height: 125px;
    top: 0px;
    border-left: 1px solid #0667bd;
    border-top: 1px solid #0667bd;
    border-top-left-radius: 10px;
}
.service-box:after{
    content: "";
    position: absolute;
    left: -3px;
    top: -0px;
    width: 8px;
    height: 8px;
    background: #0667bd;
    z-index: 9;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 50%;
}
.service-box:hover:after {
    top: 125px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.service-box .service-icon{

}
.service-box .service-icon img{
    width: 60px;
    margin-bottom: 27px;
}
.service-box .service-title{
    font-size: 18px;
}
.service-box p{
    line-height: 1.6;
    margin-bottom: 65px;
}
.service-box .btn-arrow{
    border-radius: 100px;
    width: 45px;
    height: 45px;
    padding: 0px;
    line-height: 45px;
    font-size: 19px;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    left: 44%;
}
/* footer */

.m-footer{
    padding-top: 60px;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    background: #222;
    position: relative;
    /* background-image: url(../../assets/img/footer-map.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-link-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-link-list li a{
    position: relative;
    color: #e5e5e5;
    margin-right: 30px;
    font-size: 15px;
    transition: all 0.5s ease-out;
}
.m-footer p{
    color: #e5e5e5;
    font-size: 14px;
    line-height: 1.9;
}
.m-footer h6{
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 50px;
    position: relative;
}
.m-footer h6:after{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0px;
    height: 2px;
    background: #0667bd;
    width: 50px;
}
.footer-middle{
    padding-bottom: 10px;
}
.footer-social-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-social-list a{
    color: #46da4c;
    font-size: 16px;
    transition: .2s;
    width: 40px;
    background: #fff;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 42px;
}
.footer-social-list a:hover{
    color: #ffffff;
    background: #46da4c;
}
.footer-link-list li a{
    padding-bottom: 6px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.footer-link-list li a:hover{
    color: #46da4c;
}
.footer-widget{
    margin-top: 10px;
    padding-bottom: 25px;
}
.footer-bottom{
    margin-bottom: 0px;
    margin-top: 0;
    padding: 15px 0;
    width: 100%;
    /* background-color: #00445b; */
}
.footer-bottom p{
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff
}
.footer-bottom .container{
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: 20px;
}
.footer-bottom p span{
    color: #46da4c;
}
.footer-bar{
    border-bottom: 1px solid rgba(132,132,132,.17);
    margin-bottom: 60px;
    padding: 25px 0 22px;
}
.address-ul{
    color: #e5e5e5;
    font-size: 16px;
}
.address-ul li{
    padding-bottom: 6px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 26px;
    font-size: 14px;
}
.address-ul li i{
    color: #ffffff;
    font-size: 15px;
    margin-right: 3px;
    position: absolute;
    left: 0;
    margin-top: 3px;
}
.footer-link-list li a:after{
    content: "";
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid #46da4c;
    border-bottom: 2px solid #46da4c;
    top: 6px;
    left: -7px;
    -moz-transform: rotate(224deg);
    -o-transform: rotate(224deg);
    -ms-transform: rotate(224deg);
    -webkit-transform: rotate(224deg);
    transform: rotate(224deg);
    transition: all 0.5s ease-out;
}
.footer-link-list li a:hover:after{
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.logo-ft{
    width: 170px
}
/* step form */
.step {
      display: none;
    }
    .step.active {
      display: block;
    }
    .error-message {
      color: red;
      font-size: 0.9em;
    }
    .progress {
      height: 3px;
      margin-bottom: 10px;
    }
    .progress-bar {
      background-color: #46da4c;
    }
    .eb-form{
    padding: 40px;
    background: #fff;
    box-shadow: 1px 1px 20px #d2d2d2;
    border-radius: 10px;
    }
    .eb-form .form-group{
        margin-bottom: 15px;
    }
    .eb-form .form-group .form-control{
        height: 45px;
    }
    .eb-form .form-group label{
        margin-bottom: 5px;
    }
    .eb-form .form-group .form-control:focus{
        box-shadow: none
    }
     .eb-form .m-heading{
         margin-bottom: 30px;
         text-align:center;
         font-size: 36px;
     }
    .eb-form #stepCounter{
     text-align: center;
    color: #46da4c;
    font-size: 18px;
    font-weight: 500;
      }
      /* custom checkbox */
.m-row label {
    padding: 0px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 30px;
}

.m-row label input[type="radio"] {
    display: none;
}

.m-row label .icon-box {
    position: relative;
    display: block;
    width: 100%;
    min-width: 100px;
    height: 90px;
    padding: 20px 15px;
    background-color: #fff;
    text-align: center;
    color: #666666;
    border-radius: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 19px;
    transition: 0.5s;
    user-select: none;
    border: 1px solid #dddddd;
}
.m-row{
    text-align: center;
}
.m-row label input[type="radio"]:checked ~ .icon-box {
    background: #0667bd;
    color: #fff;
}
.m-row label input[type="radio"]:checked ~ .icon-box img{
    filter: invert(100%);
}
.m-row label .icon-box img{
    width: 36px;
}
.m-row label .icon-box span {
    font-size: 17px;
    display: block;
    text-align: center;
    width: 100%;
}
.login-sec{
}
.reg-form{
    background: #fff;
    padding: 20px 30px;
    border-radius: 6px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.reg-form .form-group {
    margin-bottom: 1rem;
    position: relative
}
.reg-form .form-group .input-label{
    font-size: 16px;
    color: #b28f6f;
}
.reg-form .form-group label {
    font-size: 14px;
    margin-bottom: 8px;
    color: #2a2834;
    font-weight: 500;
}

.reg-form .form-group .form-control {
    height: 53px;
    font-size: 14px;
    background-color: #ffffff00;
    border-radius: 4px;
    color: #2a2834;
    padding: .375rem 1.3rem;
    font-weight: 400;
    letter-spacing: .5px
}
.form-dif .form-control{
    height: 53px;
    font-size: 14px;
    background-color: #ffffff00;
    border: 1px solid #b28f6f;
    border-radius: 4px;
    color: #2a2834;
    padding: .375rem 1.3rem;
    font-weight: 400;
    letter-spacing: .5px
}
.reg-form .form-check-label {
    font-size: 15px;
}
.reg-form .reg-title{
    color: #2a2834;
    font-weight: 700;
    font-size: 25px;
}
.reg-form .reg-subtitle{
    color: #2a2834;
    margin-bottom: 20px;
    font-size: 15px;
}
.reg-form .form-group .form-control::placeholder {
    color:#2a2834;
    opacity: 1;
}

.reg-form .form-group .form-control:-ms-input-placeholder {
    color: #2a2834;
}

.reg-form .form-group .form-control::-ms-input-placeholder {
    color: #2a2834;
}
.social-list{
    margin-top: 1rem;
    margin-bottom: 2rem
}
.social-list .social-link{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 22px;
    transition: transform .5s;
}
.social-list .social-link:hover{
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    transition: transform .5s;
    transform: scale(1.1); 
}
.social-list .social-link.fb{
    background-color: #4267B2
}
.social-list .social-link.insta{
    background-color: #E1306C
}
.social-list .social-link.twitter{
    background-color: #1DA1F2
}
/* about left-right img section */
.bg-f7{
    background-color: #F7F7F7
}
.empty-box{
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 200px;
    background-position: center center;
}
.bg-img-left{
    background-image: url(../../assets/img/ab-bg.jpg);
}
.bg-text-right{
    padding-top: 100px;
    padding-bottom: 100px;
}
.left-icon-box{
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    padding: 0px;
    border-radius: 6px;
    margin-bottom: 25px;
    position: relative;
}
.left-icon-box i{
    position: absolute;
    left: 0;
    font-size: 19px;
    color: #46da4c;
    top: 1px;
}
.left-icon-box .left-icon-content{
    position: relative;
    padding-left: 29px;
}
.left-icon-box .left-icon-content h5{
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 4px;
}
.left-icon-box .left-icon-content p{
    font-size: 14px;
    line-height: 1.6;
}
/* animated button */
    .animated-button1 {
  background: #46da4c;
  padding: initial;
  margin: 0px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  padding: 12px 24px 12px;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 6px #00000047;
  box-shadow: 2px 2px 6px #00000047;
}

.animated-button1::before {
  /* content: ''; */
  /* position: absolute; */
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /* background-color: #ad8585; */
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button1:hover::before {
  opacity: 0.2;
}

.animated-button1 span {
  position: absolute;
}

.animated-button1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#0667bd), to(#0667bd));
  background: linear-gradient(to left, #0667bd, #0667bd);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(#0667bd), to(#0667bd));
  background: linear-gradient(to top, #0667bd, #0667bd);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#0667bd), to(#0667bd));
  background: linear-gradient(to right, #0667bd, #0667bd);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0667bd), to(#0667bd));
  background: linear-gradient(to bottom, #0667bd, #0667bd);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
/* move animation */
@-webkit-keyframes move {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(25px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-moz-keyframes move {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(25px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-o-keyframes move {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(25px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes move {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(25px);
    }
    100% {
        transform: translateY(0px);
    }
}
/* shake animation */
@-webkit-keyframes shake {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(25px);
    }
    100% {
        transform: translateX(0px);
    }
}
@-moz-keyframes shake {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(25px);
    }
    100% {
        transform: translateX(0px);
    }
}
@-o-keyframes shake {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(25px);
    }
    100% {
        transform: translateX(0px);
    }
}
@keyframes shake {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(25px);
    }
    100% {
        transform: translateX(0px);
    }
}body {
    font-family: "Rubik", sans-serif;
    padding: 0;
    margin: 0;
    color: #222;
    width: 100%;
    overflow-x: hidden;
}
html{
    width: 100%;
    overflow-x: hidden;
}
a {
    outline: 0 !important;
    text-decoration: none;
    display: inline-block;
}
p{
    font-size: 15px;
    color: #343434;
    line-height: 1.9;
}
a:hover, a:focus {
    color: #311b92;
    text-decoration: none;
}
.section-space{
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.sub-h{
    color: #222;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
    font-style: italic;
    line-height: 1.5;
}
.m-heading{
    font-size: 42px;
    line-height: 1.2em;
    margin-top: 7px;
    color: #0667bd;
    margin-bottom: 0.4rem;
    text-transform: capitalize
}
.m-heading.blue-h{
    color: #311b92
}

.big-h{
    font-size: 2.3rem;
    color: #2a2834;
    font-weight: 700;
}
.btn:hover, .btn:focus{
    outline: none;
    color:#fff;
}
.btn{
    letter-spacing: .5px;
    border-radius: 6px;
    text-transform: capitalize;
    color:#fff;
    padding: 12px 24px 12px;
    font-weight: 400;
    font-size: 16px;
}
.btn:hover{
    color: #fff;
}
.m-btn{
    background: #46da4c;
    background-repeat: repeat-x;
    transition: all 0.2s ease-in-out 0s;
    box-shadow: 2px 2px 6px #00000047;
    border-radius: revert-layer;
    text-transform: capitalize;
    color: #ffffff;
    border-radius: 6px;
}
.m-btn.rad-6{
    border-radius: 6px
}
.m-btn:hover{
    background: #38bb3d;
    color: #ffffff;
}
.sec-btn{
    margin-top: 30px
}
.inner-header{
    padding-top: 120px;
    padding-bottom: 30px;
    position: relative;
    background: #f7f7f7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}
.inner-header .breadcrumb{
    margin-bottom: 0px;
    position: relative
}
.inner-header  .breadcrumb-item.active, .inner-header .breadcrumb-item+.breadcrumb-item::before, .inner-header .breadcrumb a{
    color: #000000;
    font-size: 17px
}
.inner-header .breadcrumb-item.active{
    opacity: .5
}
.inner-header h1{
    color: #fff;
    font-size: 48px;
    position: relative;
    text-transform: capitalize;
}
.inner-header .breadcrumb{
    margin-bottom: 0px;
    position: relative;
    display: inline-flex;
}

/* Navbar */
.navbar-light .navbar-toggler{
    background: #fff
}
.navbar-light .nav-item{
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 14px
}
.navbar-brand img{
    width: 169px;
}
.navbar-light{
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-light.is-sticky {
    position: fixed;
    padding-top: 5px;
    padding-bottom: 5px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff !important;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar-light.is-sticky .navbar-brand img{
    width: 80px;
}
.navbar-light .navbar-nav .nav-link{
    font-size: 15px;
    color: #222;
    text-transform: capitalize;
    margin-left: 14px;
    font-weight: 400;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #0667bd;
}

.navbar-nav .dropdown-menu{
    padding-top: 0px;
    padding-bottom: 0px;
    min-width: 13rem;
    background: #031315;
}
.navbar-light .navbar-nav .dropdown-menu li{
    margin-left: 0px;
}
.navbar-light .navbar-nav .dropdown-menu a{
    font-size: 15px;
    padding: 10px 10px;
    transition: all .4s ease-in-out;
    font-weight: 500;
    color: #fff;
}
.navbar-light .navbar-nav .dropdown-menu a:focus, .navbar-light .navbar-nav .dropdown-menu a:hover {
    color: #000;
    background: #7bffa6;
}
.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link {
    color: #fff
}
/* main hero */
.main-hero{
    padding-top: 120px;
    padding-bottom: 0px;
    background-image: url('../../assets/img/hero-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    /* overflow: visible; */
    position: relative;
    background-attachment: fixed;
    overflow: hidden;
}
.main-hero .container{
    position: relative;
    z-index: 2;
}
.main-hero .main-h{
    font-size: 50px;
    color: #0667bd;
    line-height: 1.1;
    font-weight: 500;
}
.main-hero .main-p{
    font-size: 20px;
    margin-bottom: 30px;
}
.hero-img{
    width: 85%;
    z-index: 28;
    position: relative;
    margin-bottom: -40px;
    margin-top: -30px;
}
.shape-1{
    position: absolute;
    width: 16%;
    top: 6%;
    right: 1%;
    transform: rotate(31deg);
    color: #f8f9fa78;
    animation: shake 11s linear infinite;
}
.shape-2{
    position: absolute;
    width: 11%;
    top: 25%;
    left: 1%;
    transform: rotate(31deg);
    color: #f8f9fa78;
    animation: move 3s linear infinite;
}
.shape-b{
    position: absolute;
    top: 17%;
    z-index: 1;
    opacity: .3
}
.wel-img {
    position: relative;
    width: 80%;
    z-index: 3;
    margin-left: 40px;
}
.choose-sec{
    background: #f7f7f7
}
.ch-in{
    border-radius: 10px;
    margin-bottom: 25px;
    width: 90%;
    margin-left: -1%
}
.ch-in.mid{
    margin-left: 3%
}
.ch-in .ch-title{
    color: #46da4c;
    font-size: 22px;
}

.ch-in p{
    margin-bottom: 0px
}
.left-sec{
    background: #fafaff;
}
.left-sec .m-heading{
    font-size: 36px;
    margin-bottom: 16px;
}
.left-sec .left-content{
    padding: 4rem 4rem;
}
.left-sec .left-content hr{
    border-top: 1px solid  #414141;
    margin-bottom: 40px
}
.left-sec .left-content .main-heading{
    color: #414141;
}
.right-sec{
    background-image: url(../../assets/img/choose-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.right-sec .right-content{
    padding: 6.6rem 5rem;
}
.con-box{
    margin-top: 1.5rem;
}
.con-box strong{
    font-weight: 600 !important;
    letter-spacing: .7px;
    position: relative;
    font-size: 1.3rem;
    color: #ffffff;
}
.service-box{
    padding: 30px 20px;
    text-align: center;
    background: #fff;
    box-shadow: 1px 1px 30px #e4e4e4;
    border-radius: 10px;
    margin-top: 30px;
    position: relative;
}
.service-box:before{
    content: "";
    position: absolute;
    left: 0px;
    width: 125px;
    height: 125px;
    top: 0px;
    border-left: 1px solid #0667bd;
    border-top: 1px solid #0667bd;
    border-top-left-radius: 10px;
}
.service-box:after{
    content: "";
    position: absolute;
    left: -3px;
    top: -0px;
    width: 8px;
    height: 8px;
    background: #0667bd;
    z-index: 9;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 50%;
}
.service-box:hover:after {
    top: 125px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.service-box .service-icon{

}
.service-box .service-icon img{
    width: 60px;
    margin-bottom: 27px;
}
.service-box .service-title{
    font-size: 18px;
}
.service-box p{
    line-height: 1.6;
    margin-bottom: 65px;
}
.service-box .btn-arrow{
    border-radius: 100px;
    width: 45px;
    height: 45px;
    padding: 0px;
    line-height: 45px;
    font-size: 19px;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    left: 44%;
}
/* footer */

.m-footer{
    padding-top: 60px;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    background: #222;
    position: relative;
    /* background-image: url(../../assets/img/footer-map.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-link-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-link-list li a{
    position: relative;
    color: #e5e5e5;
    margin-right: 30px;
    font-size: 14px;
    transition: all 0.5s ease-out;
}
.m-footer p{
    color: #e5e5e5;
    font-size: 14px;
    line-height: 1.9;
}
.m-footer h6{
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 50px;
    position: relative;
}
.m-footer h6:after{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0px;
    height: 2px;
    background: #0667bd;
    width: 50px;
}
.footer-middle{
    padding-bottom: 10px;
}
.footer-social-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-social-list a{
    color: #46da4c;
    font-size: 16px;
    transition: .2s;
    width: 40px;
    background: #fff;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 42px;
}
.footer-social-list a:hover{
    color: #ffffff;
    background: #46da4c;
}
.footer-link-list li a{
    padding-bottom: 6px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.footer-link-list li a:hover{
    color: #46da4c;
}
.footer-widget{
    margin-top: 10px;
    padding-bottom: 25px;
}
.footer-bottom{
    margin-bottom: 0px;
    margin-top: 0;
    padding: 15px 0;
    width: 100%;
    /* background-color: #00445b; */
}
.footer-bottom p{
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff
}
.footer-bottom .container{
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: 20px;
}
.footer-bottom p span{
    color: #46da4c;
}
.footer-bar{
    border-bottom: 1px solid rgba(132,132,132,.17);
    margin-bottom: 60px;
    padding: 25px 0 22px;
}
.address-ul{
    color: #e5e5e5;
    font-size: 16px;
}
.address-ul li{
    padding-bottom: 6px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 26px;
    font-size: 14px;
}
.address-ul li i{
    color: #ffffff;
    font-size: 15px;
    margin-right: 3px;
    position: absolute;
    left: 0;
    margin-top: 3px;
}
.footer-link-list li a:after{
    content: "";
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid #46da4c;
    border-bottom: 2px solid #46da4c;
    top: 6px;
    left: -7px;
    -moz-transform: rotate(224deg);
    -o-transform: rotate(224deg);
    -ms-transform: rotate(224deg);
    -webkit-transform: rotate(224deg);
    transform: rotate(224deg);
    transition: all 0.5s ease-out;
}
.footer-link-list li a:hover:after{
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.logo-ft{
    width: 170px
}
/* step form */
.step {
      display: none;
    }
    .step.active {
      display: block;
    }
    .error-message {
      color: red;
      font-size: 0.9em;
    }
    .progress {
      height: 3px;
      margin-bottom: 10px;
    }
    .progress-bar {
      background-color: #46da4c;
    }
    .eb-form{
    padding: 40px;
    background: #fff;
    box-shadow: 1px 1px 20px #d2d2d2;
    margin-top: 50px;
    border-radius: 10px;
    }
    .eb-form .form-group{
        margin-bottom: 15px;
    }
    .eb-form .form-group .form-control{
        height: 45px;
    }
    .eb-form .form-group label{
        margin-bottom: 5px;
    }
    .eb-form .form-group .form-control:focus{
        box-shadow: none
    }
     .eb-form .m-heading{
         margin-bottom: 30px;
         text-align:center;
         font-size: 36px;
     }
    .eb-form #stepCounter{
     text-align: center;
    color: #46da4c;
    font-size: 18px;
    font-weight: 500;
      }
      /* custom checkbox */
.m-row label {
    padding: 0px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 30px;
}

.m-row label input[type="radio"] {
    display: none;
}

.m-row label .icon-box {
    position: relative;
    display: block;
    width: 100%;
    min-width: 100px;
    height: 90px;
    padding: 20px 15px;
    background-color: #fff;
    text-align: center;
    color: #666666;
    border-radius: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 19px;
    transition: 0.5s;
    user-select: none;
    border: 1px solid #dddddd;
}
.m-row{
    text-align: center;
}
.m-row label input[type="radio"]:checked ~ .icon-box {
    background: #0667bd;
    color: #fff;
}
.m-row label input[type="radio"]:checked ~ .icon-box img{
    filter: invert(100%);
}
.m-row label .icon-box img{
    width: 36px;
}
.m-row label .icon-box span {
    font-size: 17px;
    display: block;
    text-align: center;
    width: 100%;
}
.login-sec{
}
.reg-form{
    background: #fff;
    padding: 20px 30px;
    border-radius: 6px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.reg-form .form-group {
    margin-bottom: 1rem;
    position: relative
}
.reg-form .form-group .input-label{
    font-size: 16px;
    color: #b28f6f;
}
.reg-form .form-group label {
    font-size: 14px;
    margin-bottom: 8px;
    color: #2a2834;
    font-weight: 500;
}

.reg-form .form-group .form-control {
    height: 53px;
    font-size: 14px;
    background-color: #ffffff00;
    border-radius: 4px;
    color: #2a2834;
    padding: .375rem 1.3rem;
    font-weight: 400;
    letter-spacing: .5px
}
.form-dif .form-control{
    height: 53px;
    font-size: 14px;
    background-color: #ffffff00;
    border: 1px solid #b28f6f;
    border-radius: 4px;
    color: #2a2834;
    padding: .375rem 1.3rem;
    font-weight: 400;
    letter-spacing: .5px
}
.reg-form .form-check-label {
    font-size: 15px;
}
.reg-form .reg-title{
    color: #2a2834;
    font-weight: 700;
    font-size: 25px;
}
.reg-form .reg-subtitle{
    color: #2a2834;
    margin-bottom: 20px;
    font-size: 15px;
}
.reg-form .form-group .form-control::placeholder {
    color:#2a2834;
    opacity: 1;
}

.reg-form .form-group .form-control:-ms-input-placeholder {
    color: #2a2834;
}

.reg-form .form-group .form-control::-ms-input-placeholder {
    color: #2a2834;
}
.social-list{
    margin-top: 1rem;
    margin-bottom: 2rem
}
.social-list .social-link{
    width: 50px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 22px;
    transition: transform .5s;
}
.social-list .social-link:hover{
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    transition: transform .5s;
    transform: scale(1.1); 
}
.social-list .social-link.fb{
    background-color: #4267B2
}
.social-list .social-link.insta{
    background-color: #E1306C
}
.social-list .social-link.twitter{
    background-color: #1DA1F2
}
/* about left-right img section */
.bg-f7{
    background-color: #F7F7F7
}
.empty-box{
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 200px;
    background-position: center center;
}
.bg-img-left{
    background-image: url('../../assets/img/ab-bg (2).jpg');
}
.bg-text-right{
    padding-top: 100px;
    padding-bottom: 100px;
}
.left-icon-box{
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    padding: 0px;
    border-radius: 6px;
    margin-bottom: 25px;
    position: relative;
}
.left-icon-box i{
    position: absolute;
    left: 0;
    font-size: 19px;
    color: #46da4c;
    top: 1px;
}
.left-icon-box .left-icon-content{
    position: relative;
    padding-left: 29px;
}
.left-icon-box .left-icon-content h5{
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 4px;
}
.left-icon-box .left-icon-content p{
    font-size: 14px;
    line-height: 1.6;
}
/* animated button */
    .animated-button1 {
  background: #46da4c;
  padding: initial;
  margin: 0px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  padding: 12px 24px 12px;
  z-index: 40;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 6px #00000047;
  box-shadow: 2px 2px 6px #00000047;
}

.animated-button1::before {
  /* content: ''; */
  /* position: absolute; */
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /* background-color: #ad8585; */
  opacity: 0;
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
}

.animated-button1:hover::before {
  opacity: 0.2;
}

.animated-button1 span {
  position: absolute;
}

.animated-button1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#0667bd), to(#0667bd));
  background: linear-gradient(to left, #0667bd, #0667bd);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.animated-button1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left bottom, left top, from(#0667bd), to(#0667bd));
  background: linear-gradient(to top, #0667bd, #0667bd);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.animated-button1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#0667bd), to(#0667bd));
  background: linear-gradient(to right, #0667bd, #0667bd);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.animated-button1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0667bd), to(#0667bd));
  background: linear-gradient(to bottom, #0667bd, #0667bd);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
/* move animation */
@-webkit-keyframes move {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(25px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-moz-keyframes move {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(25px);
    }
    100% {
        transform: translateY(0px);
    }
}
@-o-keyframes move {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(25px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes move {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(25px);
    }
    100% {
        transform: translateY(0px);
    }
}
/* shake animation */
@-webkit-keyframes shake {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(25px);
    }
    100% {
        transform: translateX(0px);
    }
}
@-moz-keyframes shake {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(25px);
    }
    100% {
        transform: translateX(0px);
    }
}
@-o-keyframes shake {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(25px);
    }
    100% {
        transform: translateX(0px);
    }
}
@keyframes shake {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(25px);
    }
    100% {
        transform: translateX(0px);
    }
}
.thnx{
        padding: 30px;
    background: #fff;
    box-shadow: 1px 1px 20px #e0e0e0;
    border-radius: 12px;
    border: 1px solid #0069c1;
}
.thnx img{
    width: 60%;
}
@media (max-width: 992px){
    .navbar-light {
    background: #fff !important;
}
.navbar-brand img {
    width: 100px;
}
.left-sec .left-content {
    padding: 1rem 1rem;
}
}
@media (max-width: 767px){
    .eb-form .m-heading {
    margin-bottom: 18px;
    font-size: 28px;
}
    .m-row label .icon-box span {
    font-size: 13px;
    }
    .eb-form {
    padding: 20px;
    margin-top: 0px;
    }
    .m-row label .icon-box {
    min-width: 80px;
    height: 80px;
    }
    .navbar-brand img {
    width: 80px;
}
  .main-hero .main-h {
    font-size: 28px;
  }
  .btn{
      
      font-size: 14px;
  }
  .m-heading {
    font-size: 28px;
  }
}