

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');

/*--------------------------
    1. SLIDER AREA
-----------------------------*/

.slide-bg-one {
    background: rgba(0, 0, 0, 0) url("assest/img/slider/slide_1.jpg") no-repeat scroll center center / cover;
}

.slide-bg-two {
    background: rgba(0, 0, 0, 0) url("assest/img/slider/slide-1.jpg") no-repeat scroll center center / cover;
}

.slide-bg-three {
    background: rgba(0, 0, 0, 0) url("assest/img/slider/slide_2.jpg") no-repeat scroll center center / cover;
}

.welcome-slider-area .owl-controls {
    margin-top: -80px;
    position: absolute;
    right: 7%;
    top: 50%;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.welcome-slider-area:hover .owl-controls {
    right: 10%;
    opacity: 1;
}

.welcome-slider-area .owl-nav > div {
    background: #d3ffea none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    color: #31dc89;
    font-size: 35px;
    height: 50px;
    margin: 10px 0;
    padding-top: 5px;
    right: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
}

.welcome-slider-area .owl-nav > div:hover {
    background: #31dc89 none repeat scroll 0 0;
    color: #ffffff;
}

/*--------------------------------
    2. FEATURES AREA
---------------------------------*/

.row.promo-content {
    background: #ffffff none repeat scroll 0 0;
    -webkit-box-shadow: 0 9px 9px 0 #c7c7c7;
    box-shadow: 0 9px 9px 0 #c7c7c7;
    margin-top: -100px;
    padding-top: 30px;
    position: relative;
    z-index: 1;
}

.features-box-icon {
    background: #d3ffea none repeat scroll 0 0;
    border-radius: 5px;
    color: #31dc89;
    height: 70px;
    margin-bottom: 40px;
    padding-top: 15px;
    text-align: center;
    width: 70px;
}

/*----------------------------------
    3. FUN FACT AREA
----------------------------------*/

.fun-fact-area .area-bg {
    background: rgba(0, 0, 0, 0) url("assest/img/fact-bg.jpg") no-repeat scroll center center / cover;
}

.fun-fact-area .area-bg::after {
    background: #000000 none repeat scroll 0 0;
    opacity: 0.6;
}

/*---------------------------------
    4. COURSE AERA
-----------------------------------*/

.single-course {
    border-radius: 10px;
    -webkit-box-shadow: 0 7px 7px #c7c7c7;
    box-shadow: 0 7px 7px #c7c7c7;
    overflow: hidden;
}

a.enroll-button {
    background: #d3ffea none repeat scroll 0 0;
    border-radius: 50px;
    color: #0be27a;
    padding: 10px 15px;
    text-transform: capitalize;
}

a.enroll-button:hover {
    background: #171932 none repeat scroll 0 0;
    color: #ffffff;
}

.course-price {
    color: #0be27a;
    float: right;
    font-size: 22px;
    font-weight: 700;
}

.row.course-list {
    margin: 0;
}

.row.course-list .col-lg-3 {
    width: 100%;
    padding: 0;
}

.course-details {
    text-align: left;
}

/*--------------------------------
    5. VIDEO AREA
---------------------------------*/

.video-area .area-bg::before {
    background: #3ee792 none repeat scroll 0 0;
    opacity: 0.75;
}

.video-promo-details {
    border-radius: 10px;
}

.video-promo-content {
    color: #ffffff;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.video-area-popup {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    color: #3ee792;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    height: 70px;
    line-height: 1;
    padding-left: 5px;
    padding-top: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 70px;
}

.video-area-popup:hover {
    background: #3ee792 none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 10px 10px #ffffff;
    box-shadow: 0 0 10px 10px #ffffff;
    color: #ffffff;
}

/*---------------------------------
    6. TESTMONIAL AREA
----------------------------------*/

.author-content {
    line-height: 1.8;
    padding-top: 63px;
    position: relative;
}

.author-content::before {
    color: #3ee792;
    content: "\f10e";
    font-family: fontawesome;
    font-size: 41px;
    left: 0;
    line-height: 1;
    opacity: 0.5;
    position: absolute;
    top: 20px;
}

.author-img {
    border-radius: 50%;
    height: 80px;
    overflow: hidden;
    width: 80px;
}

.author-name-image h4 {
    margin-bottom: 0;
}

.testmonial-slider.owl-carousel {
    overflow: hidden;
}

.testmonial-area .owl-nav > div {
    background: #3ee792 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
    height: 40px;
    left: -30px;
    opacity: 0;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    top: 30%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 40px;
}

.testmonial-area .owl-nav > div.owl-next {
    left: auto;
    right: -30px;
}

.testmonial-area .owl-nav > div:hover {
    background: #586082 none repeat scroll 0 0;
}

.owl-carousel:hover .owl-nav > div.owl-next {
    opacity: 1;
    right: 0;
    visibility: visible;
}

.owl-carousel:hover .owl-nav > div.owl-prev {
    left: 0;
    opacity: 1;
    visibility: visible;
}

/*.testmonial-area .owl-controls {
    height: 20px;
    margin-top: 30px;
}*/

.testmonial-area .owl-dots {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testmonial-area .owl-dots > div {
    border: 1px solid #586082;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 15px;
}

.testmonial-area .owl-dots > div.active {
    background: #3ee792 none repeat scroll 0 0;
    border-color: #3ee792;
}

/*--------------------------------
    7. BLOG AREA
----------------------------------*/

.single-blog-item {
    border-radius: 10px;
    -webkit-box-shadow: 0 7px 7px #c7c7c7;
    box-shadow: 0 7px 7px #c7c7c7;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog-thumb {
    overflow: hidden;
}

.blog-thumb img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-blog:hover {
    -webkit-box-shadow: 0 0 20px #ddd;
    box-shadow: 0 0 20px #ddd;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.blog-details h3 {
    line-height: 1.3;
    margin-bottom: 25px;
}

.blog-meta a {
    opacity: .7;
    margin-right: 15px;
}

.blog-meta a:hover {
    opacity: 1;
}

.blog-details a.readmore {
    display: inline-block;
    letter-spacing: 1px;
}

.single-blog-item:hover .blog-thumb img {
    opacity: 0.5;
    -webkit-transform: scale(1.3) rotate(10deg);
    transform: scale(1.3) rotate(10deg);
}

/*--------------------------------
    8. FAQS AREA
---------------------------------*/

.faqs-area .box-title {
    font-size: 18px;
    letter-spacing: 0;
}

/*---------------------------------
    9. CONTACT AREA
----------------------------------*/

.contact-form input,
.contact-form textarea {
    border: 0 none;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 1px #cacfda;
    box-shadow: 0 0 0 1px #cacfda;
    margin-bottom: 30px;
    min-height: 50px;
    padding: 10px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    -webkit-box-shadow: 0 0 0 1px #3ee792;
    box-shadow: 0 0 0 1px #3ee792;
}

.contact-form button {
    background: #3ee792 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 50px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 13px 20px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact-form button:hover {
    background: #171932 none repeat scroll 0 0;
    color: #ffffff;
}

.enroll-button a {
    background: #31dc89 none repeat scroll 0 0;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    height: 50px;
    padding-top: 13px;
    text-align: center;
    width: 150px;
}

.enroll-button a:hover {
    background: #171932 none repeat scroll 0 0;
}

/*---------------------------------
    10. CLIENT AREA
---------------------------------*/

.client-area .owl-carousel .owl-item img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}

/*---------------------------------
    11. FOOTER AREA
----------------------------------*/

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

.footer-list ul li {
    display: block;
    margin-bottom: 12px;
}

.footer-list ul li a:hover {
    color: #31dc89;
}

.subscriber-form {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 50px;
    font-size: 18px;
    height: 50px;
    position: relative;
    text-transform: capitalize;
}

.subscriber-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #000000;
    height: 100%;
    left: 0;
    letter-spacing: 1px;
    padding: 10px 10px 10px 30px;
    position: absolute;
    top: 0;
    width: 80%;
}

.subscriber-form button {
    background: #d3ffea none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0 50px 50px 0;
    color: #171932;
    font-size: 20px;
    height: 100%;
    letter-spacing: 2px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 80px;
}

.subscriber-form button:hover {
    background: #31dc89 none repeat scroll 0 0;
    color: #ffffff;
}

label.mt10 {
    bottom: -52px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

label.mt10.valid {
    bottom: 8px;
    color: #31dc89;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.footer-bottom-area {
    background: #2e2e43 none repeat scroll 0 0;
}

.footer-copyright {
    padding: 30px 0;
}

/*---------------------------------
    12. SCROLL TO TOP AREA
----------------------------------*/

.scrolltotop {
    background: #404873 none repeat scroll 0 0;
    bottom: 20px;
    color: #ffffff;
    display: none;
    font-size: 20px;
    height: 40px;
    padding-top: 8px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 9;
}

.scrolltotop:hover {
    background: #3ee792;
    color: #ffffff;
}
ul {
    list-style-type: square;
  }
  
  section {
    padding : 20px;
  }
  
  
    
    
    .btns{
         text-align: end;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 20px;
    }
    .top-head {
        height: 85px;
        margin: 5px 0;
    }
    .top-head img.logo{
        margin-top: 10px;
    }
    
    
    
    .button.btn1, .button span {
        color: #339e3d;
        font-family: novabold;
        font-size: 14px;
    }
    .button {
        position: relative;
        cursor: pointer;
        display: inline-block;
        white-space: nowrap;
        background: #ffffff;	
        border: 1px solid #41af4b;
        border-width: 1px 1px 1px 1px;
        padding: 10px 25px 10px 55px;
        color: #fff;
        font-size: 13px;
        margin: 0 5px;
        
    }
    .title span.divider {
        height: 3px;
        width: 100px;
        margin-top: 25px;
        border-bottom: 2px solid #024171;
        position: relative;
        display: inline-block;
    }
    .button > div {
    color: #999;
    text-align: center;
    margin: 0px 0px 0px 0px
    }
    .button .btn-img{
        font-size: 1em;
        background: #339e3d;
        border-radius: 0px;
        border: 0px solid transparent;
        border-width: 0px 0px 0px 0px;
        padding: 5px 0px 0px 0;
        margin: 0px 0px 0px 0px;
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        width: 40px;
    }
    .button > i {
    font-size: 1em;
    background: #339e3d;
    border-radius: 0px;
    border: 0px solid transparent;
    border-width: 0px 0px 0px 0px;
    padding: 15px 10px 14px 7px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 34px
    }
    .btn1:hover{
        background: #41af4b !important;
        -webkit-box-shadow: 4px 4px 7px -1px rgba(97,97,97,0.64);
        -moz-box-shadow: 4px 4px 7px -1px rgba(97,97,97,0.64);
        box-shadow: 4px 4px 7px -1px rgba(97,97,97,0.64);
    
    }
    .button span:hover{
        color: #fff !important;
    }
    .button:hover span{
        color: #fff;
    }
    .button:hover{
        color: #fff !important;
        background: #41af4b;
        -webkit-box-shadow: 4px 4px 7px -1px rgba(97,97,97,0.64);
        -moz-box-shadow: 4px 4px 7px -1px rgba(97,97,97,0.64);
        box-shadow: 4px 4px 7px -1px rgba(97,97,97,0.64);
    }
    /******************** section1******************/
    
    
  
  /*************************JoinTeam**********************/
  .joinbanner{
      background-image:url(../images/jointeam.png);
      background-size: cover;
      background-position: center;
      height: 420px;
      margin-bottom: 30px;
  }
  .jointeamtext{
      text-align:center;
      margin-top: 20px;
  }
  .jointeamtext h2{
      text-align: center;
      font-family: novabold;
      font-size: 40px;
      color: #5a5a5a;
      text-transform: uppercase;
  }
  .jointeamtext hr{
      width: 200px;
      margin: 20px auto;
      border-top: 3px solid #024171;
  }
  .af-statusTabs ul.nav.nav-tabs {
      width: 100%;
      border: none;
  }
  
  .af-statusTabs .tab-content {
      border: 1px solid #ddd;
      padding: 25px;
  }
  
  .af-statusTabs .nav.nav-tabs a {
      font-size: 20px;
  }
  
  .joinform input{
      font-family:novabold;
      font-size:16px;
      padding: 23px 10px;
      border-radius:0px;
      border:0px;
      border:1px solid #b1b1b1;
      border-left:0px;
  }
  .joinform input::placeholder,
  .joinform textarea::placeholder{
      color:#b8b8b8;
      font-family:novabold;
      font-size:15.5px;
      text-transform: uppercase;
      line-break: normal;
      text-overflow: ellipsis;
      overflow: hidden;
      width:100%;
      white-space: nowrap;
  }
  .has-feedback .form-control {
      padding-right: 20.5px;
  }
  .input-group-addon img {
      width: 22px;
  }
  
  .input-group-addon img.jadd {
      width: 28px;
  }
  em.error {
      z-index: 9;
      top: 47px;
      position: absolute;
      left: 0;
      width: 100%;
      padding: 3px 0px;
      text-align: center;
      font-family: novabold;
      color: orangered;
      font-size: 14px;
  }
  .joinform p.note{
      font-family: novathin;
      color: #5a5a5a;
      font-size: 14px;
      font-weight: 600;
      padding: 0px 20px;
      text-align: justify;
  }
  .joinform h6{
      font-family: novaregular !important;
      color: #5a5a5a;
      font-size: 16px;
      text-align: justify;
      /* font-weight: 600; */
  }
  .joinform h6 a{
      color:#006de4;
  }
  .form-control:focus{
      box-shadow:none;
  }
  .joinform .input-group-addon{
      background-color:#5a5a5a;
      border-radius:0px;
      border:1px solid #b1b1b1;
      width:55px;
  }
  .form-control-feedback{
      display:none !important;
  }
  .joinform .input-group{
      width: 100%;
  }
  
  .joinform .textarea-addon{
      background-color: transparent;
      border-right: 0px;
      position: relative;
  }
  .joinform .textarea-addon img{
      position: absolute;
      top: 10px;
      left: 0;
      right: 0;
      margin: 0px auto;
  }
  .joinform textarea{
      border-left:0px;
      outline:none;
      font-family:novabold;
      font-size:16px;
  }
  .joinform .plus-visible{
      display:unset !important;
  }
  .joinform .form-control-feedback {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      display: block;
      width: 40px;
      height: auto;
      line-height: 44px;
      text-align: center;
      pointer-events: none;
  }
  #fakeInput:focus{
      outline: none;
      box-shadow: none;
      border-color:#b1b1b1;
      z-index: 0;
  }
  .dnone{
      display:none !important;
  }
  .joinform .subtn .input-group-addon{
      background-color: #339e3d;
      border: 1px solid #339e3d;
  }
  .joinform .subtn input{
      width:auto;
      padding: 10px 15px;
      /* font-size: small; */
      height: auto;
      border:1px solid #4cb456;
      color:#4cb456;
  }
  
  .mytoptbl{
      margin-top:12px;
      text-align:left;
      position: relative;
  }
  .mytoptbl h4{
      text-transform: uppercase;
      font-size: 17px;
      padding: 16px 0px;
  }
  .mytoptbl h4:after{
      top:50px;
  }
  .toptable ul {
      padding-top:15px;
      padding-bottom:15px;
  }
  .toptable ul li{
      color: #5a5a5a;
      font-family: novaregular;
      font-size: 16px;
      /* font-weight: 600; */
      line-height: inherit;
  }
  
  .mt40{
      margin-top: 30px;
  }
  .apply_sections{
      padding-bottom:25px;
  }
  
  .join1 {
      text-align:left;
      padding-left: 35px;
  }
  .join1 .joinform {
      padding: 15px 0px;
  }
  .join1 h3{
      font-family:novabold;
      color:#5a5a5a;
      font-size:35px;
      text-transform:uppercase;
  }
  .join1 p{
      font-family:novaregular;
      color:#5a5a5a;
      font-size:19px;
  }
  
  .join1 ul{
      list-style:none;
      padding:0px;
  }
  .join1 ul li{
      display: inline-block;
      vertical-align: middle;
      padding-right: 25px;
  }
  .join1 ul li p{
      font-family:novabold;
      color:#5a5a5a;
      font-size:25px;
  }
  
  .joinform .greybtn .input-group-addon {
      background-color: #5a5a5a;
      border: 1px solid #5a5a5a;
  }
  
  .joinform .greybtn input {
      width: auto;
      padding: 10px 15px;
      /* font-size: small; */
      height: auto;
      border: 1px solid #5a5a5a;
      color: #5a5a5a;
  }
  .join2{
      text-align:left;
  }
  .join2 h3{
      font-family:novabold;
      color:#5a5a5a;
      font-size:35px;
      margin-bottom:30px;
      text-transform: uppercase;
  }
  .join2 p{
      font-family:novaregular;
      color:#5a5a5a;
      font-size:19px;
      margin-bottom:0px;
  }
  .join2 ul{
      padding-left: 20px;
  }
  .join2 ul li{
      font-family:novaregular;
      color:#5a5a5a;
      font-size:19px;
      line-height:inherit;
  }
  .join2 .oneline{
      display: inline-block;
  }
  .join2 .oneline li{
      font-family:novabold;
      color:#5a5a5a;
      font-size:19px;
      line-height:inherit;
  }
  .pdl0{
      padding-left:0px;
  }
  
  .join2 .joinform textarea {
      border-left: 1px solid #ccc;
      outline: none;
      font-family: novabold;
      font-size: 16px;
      height: 300px;
      resize: none;
      outline: none;
  }
  .form-control:focus{
      border-color:#ccc;
  }
  .join2 label{
      font-family:novaregular;
      font-size:18px;
      color:#656565;
      font-weight:normal;
  }
  
  .applicationrev{
      text-align:center;
  }
  .applicationrev h3{
      font-family:novabold;
      color:#41af4b;
      font-size:35px;
      text-transform: uppercase;
  }
  .applicationrev h4{
      font-family:novabold;
      color:#5a5a5a;
      font-size:25px;
      text-transform: uppercase;
  }
  .applicationrev p{
      font-family:novaregular;
      color:#5a5a5a;
      font-size:18px;
      font-style: italic;
  }
  .applicationrev .joinform .input-group{
      width:auto;
      margin:0px auto;
  }
  
  
  /******************************************NAVBAR*********************************************************/
  
  .login2{
      background-image: url(../images/map.png);
      background-color: #f9f9f9;
      background-repeat: no-repeat;
      background-position: center;
      min-height: 100vh;
      position: relative;
  }
  
  .header {
      line-height: 0px;
      margin-bottom: 0px;
      margin-top: 0px;
      padding-bottom: 0px;
      border-bottom: 0px solid #CCC;
  }
  
  .header a img{
      padding:35px 40px;
  }
  
  .dbtable{
      display:table;
  }
  
  .content {
      padding-bottom: 30px;
      width: 100%;
      height: 100vh;
      margin: 0 auto;
      vertical-align: middle;
      display:table-cell;
  }
  .login-form {
      width: 370px;
      margin: auto;
      text-align: center;
  }
  .navigate-to-signup {
      color: #999;
      text-align: center;
      font-size: 14px;
      font-weight: 200;
  }
  
  #login-form .log1{
      background-color: #f5f5f5;
      border: 1px solid #e5e5e5;
      width: 100%;
      margin: 5px 0px;
      padding: 10px 10px;
      font-family: novaregular;
      font-size: 15px;
  }
  #login-form .log1::placeholder{
      font-style:italic;
  }
  .login-form #forgot-password {
      position: relative;
      display: inline-block;
      float: right;
      margin: -40px 20px 0 0;
      font-size: 12px;
      font-weight: 300;
      color:#4ec4df;
      font-family:novaregular;
  }
  
  .logbtn{
      font-family:novaregular;
      color:#fff;
      font-size:15px;
      padding:10px 30px;
      border-radius:20px;
      background-color:#41af4b;
      border:0px;
      outline:none;
      margin-top:15px;
  }
  .login-form p{
      font-family:novaregular;
      color:#7d7d7d;
      font-size:15px;
      margin-top:10px;
  }
  .login-form p a{
      font-family:novaregular;
      color:#1ebcdb;
      font-size:15px;
  }
  
  .login-form fieldset{
      border:0px;
  }
  
  .login-xtrasm{
      display:none !important;
  }
  
  @media(max-width:400px){
      .login-form {
          width:100%;
          margin:0px auto;
      }
  }
  
    /************* footer ****************/
    .copyright p{
        margin:0px;
    }
    ul.footer-menu a {
        text-decoration: none;
        color: #fff;
        font-family: novabold;
        font-size: 14px;
    }
    .heading_wizerd h4{
      margin: 20px 0px;
      margin-bottom: 35px;
      font-family: novaregular !important;
      color: #5a5a5a;
      font-size: 24px;
    }
    #footer h6{
        font-size: 18px;
    }
    #footer ul{
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .media {
        display: flex;
        justify-content: center;
        align-items: end;
    }
    .media a{
        color: #fff;
        font-style: italic;
    }
    #footer .media img {
        padding-right: 10px;
    }
    .copyright{
        background-color: #2b2b2b;
        color: #fff;
        font-weight: normal !important;
    }
    .nav-item a:hover {
        border-top: 2px solid green;
        margin: 0px 0px;
            padding: 6px 0;
    }
    @media (min-width: 1200px)
    {
        .container {
        max-width: 1170px;
        }
        
    }
    @media (max-width: 1022px){
        ul.nav.navbar-nav li {
          padding: 0 8px;
          margin:0px;
        }
    }
    @media (max-width: 991px){
        .btns{
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
        }
        .top-head{
            text-align: center;
            height: auto;
        }
        .banner{
            padding-top: 220px;
        }
        .banner h1{
            line-height: initial;
    
        }
    }
    @media (max-width: 822px){
        ul.nav.navbar-nav li {
            padding: 0px 24px;
        }
    }
    
    @media (max-width: 767px){
        ul.nav.navbar-nav{
            display: block;
            margin-left: 20px;
        }
        ul.nav.navbar-nav li {
            padding: 5px 35px;
        }
        .top-head {
            
            text-align: center;
        }
        .btns{
            justify-content: center;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .testimonial {
            margin: 30px 0;
        }
        .banner h1 {
            line-height: 1;
        }
        .banner{
            padding-left: 25px;
            padding-right: 25px;
        }
        li.nav-item{
            padding:0;
        }
        .nav-item a:hover {
        border-top: 0px solid green;
        margin: 0px 0px;
            padding: 6px 0;
        }
  
        ul.nav.navbar-nav.navbar-right.loginnjoin {
          margin: 10px 0px;
      }
      ul.nav.navbar-nav.navbar-right.loginnjoin li {
          padding: 6px 0px;
      }
  
      .navbar-nav .open .dropdown-menu{
          background-color:#fff;
      }
  
    }
    
    @media (max-width: 567px){
        h1,h2,h3,h4,h5,h6{
        font-family: novabold !important;
        font-family: 36px !important;
        line-height: 1;
    }
    .testi-d {
        width: 100%;
        margin: 0 auto;
    }
    .finetabs .tab-content {
          padding-top: 40px;
      }
    }
    
    @media (max-width: 520px){
        .banner {
            padding-top: 150px;
        }
        .banner h1{
             font-size: 30.61px;
        }
        .banner h6{
            font-size: 17.73px;
        }
    }
    
    @media (max-width: 320px){
        .button{
            margin-bottom: 10px;
        }
        .btns{
            display: inline-grid;
            text-align: left;
        }
    }
  
  
    .bar_text {
      display: table;
      padding: 0;
      list-style: none;
      width: 82%;
      margin: auto;
  }
  
  .bar_text li {
      display: table-cell;
  }
  
  .bar_text h3 {
      font-size: 15px;
      height: 16px;
      margin-bottom: 15px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 15px;
      width: 200px;
  }
  
  .circle_inner img {
      /* height: 35px; */
      width: 50px;
  }
  
  .bar_main {
      display: table;
      width: 100%;
  }
  
  .left_bar_line {
      height: 10px;
      left: 125px;
      position: absolute;
      width: 100px;
      top: 80px;
      border-radius: 30px;
      z-index: 99;
      
  }
  
  .left_bar_line.right {
      left: auto;
      right: 130px;
  }
  
  .inner_line {
      float: left;
      height: 10px;
      position: relative;
      top: -56px;
      width: 100%;
      border-top: 2px solid rgba(0, 0, 0, 0.16);
      border-bottom: 2px solid rgba(0, 0, 0, 0.16);
      right: 80px;
  }
  
  
  .left_bar_line.right.bg_gray {
      background-color: #d9d9d9;
  }
  
  
  .bg_orange .circle_outer{
      border: 2px solid #41ae4a;
  }
  
  .bg_gray .circle_outer{
      border: 2px solid transparent;
      background-color: transparent;
  }
  
  .bg_orange .inner_line{
      background-color:  #41ae4a;
  }
  
  .bg_gray .inner_line{
      background-color:  #d9d9d9;
  }
  
  .bg_orange .circle_inner{
      background-color:  #41ae4a;
  }
  
  .bg_gray .circle_inner{
      background-color:  #5a5a5a;
  }
  
  .bg_gray h3 {
      color: #5a5a5a;
  }
  
  .bg_orange h3 {
      color: #5a5a5a;
  }
  
  .bg_orange.one .circle_inner{
      background: linear-gradient(to right, #3ca145 15px, #5a5a5a 15px);
  }
  
  .bg_orange.two .circle_inner{
      background: linear-gradient(to right, #3ca145 40px, #5a5a5a 15px);
  }
  
  .bg_orange.three .circle_inner{
      background-color:  #3ca145;
  }
  
  
  /*.bg_orange.one h3{
      background: linear-gradient(to right, #f17526 46px, #dcdddf 15px);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  
      background-clip: text;
      text-fill-color: transparent;
  }
  
  .bg_orange.two h3{
      background: linear-gradient(to right, #f17526 70px, #dcdddf 15px);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  
      background-clip: text;
      text-fill-color: transparent;
  }*/
  
  .circle_outer {
      display: inline-block;
      height: 80px;
      width: 80px;
      border-radius: 50%;
      padding: 3px;
      position: relative;
      z-index: 999;
      background-color: #fff;
  }
  
  .circle_inner {
      height: 70px;
      width: 70px;
      border-radius: 50%;
      padding: 10px;
      box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2) inset;
      position: relative;
      z-index: 999;
      display: table-cell;
      vertical-align: middle;
  }
  
  .circle_inner .fa {
      color: #ffffff;
      font-size: 32px;
  }
  
  .circle_inner .fa.fa-search, .circle_inner .fa.fa-pencil {
      font-size: 18px;
      position: absolute;
      right: 26px;
      top: 28px;
  }
  
  .circle_inner .fa.fa-check {
      display: none;
  }
  
  .completed .fa {
      display: none;
  }
  
  .completed .fa.fa-check {
      display: inline-block;
  }
  
  .bar_text li:first-child .inner_line{
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px;
      right: -20px;
  }
  
  .bar_text li:last-child .inner_line{
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px;
  }
  
  .modal-open #myModal{
      top:25%;
  }
  .owl-next i,
  .owl-prev i{
      font-size:22px;
  }
  .owl-prev{
      position: absolute;
      left: 0;
      top: 40%;
  }
  
  .owl-next{
      position: absolute;
      right: 0;
      top: 40%;
  }
  .alert{
      padding:10px;
  }
  #myModal .modal-body{
      text-align:center;
  }
  #myModal .modal-body img{
      width:90px;
  }
  #myModal .modal-body h6{
      font-family: novabold;
      font-size:18px;
  }
  #myModal .modal-body p{
      font-family: novaregular;
      font-size:16px;
  }
  .checkbox-error select{
      border:1px solid orangered;
  }
  .mynavbar.desktop {
    display: inline-block;
    }
    .mynavbar.mobile {
    display: none;
    }
  /*.modal.fade .modal-dialog {
      -webkit-transition: -webkit-transform .3s ease-out;
      -o-transition: -o-transform .3s ease-out;
      transition: transform .3s ease-out;
       -webkit-transform: none; 
      -ms-transform: none;
      -o-transform: none;
       transform: none; 
  }*/
  @media screen and (max-width: 768px){
      .bar_text h3 {
          margin-bottom: 20px;
          width: 80px;
      }
      .inner_line {
          right: 30px;
      }
  }
  
  @media screen and (max-width: 640px){
  
      .inner_line {
          right: 30px;
          top: -35px;
      }
  
      .circle_outer{
          width: 60px;
          height: 60px;
      }
      .circle_inner{
          width: 50px;
          height: 50px;
          padding: 13px;
      }
  
      .circle_inner .fa {
          font-size: 22px;
      }
  
      .bar_text h3 {
          width: auto;
      }
  
      .circle_inner .fa.fa-search, .circle_inner .fa.fa-pencil {
          font-size: 12px;
          position: absolute;
          right: 19px;
          top: 20px;
      }
  }
  
  @media screen and (max-width: 440px){
      .bar_text h3 {
          font-size: 10px;
          height: 10px;
          width: auto;
      }
  
  
      .inner_line {
          right: 30px;
          top: -30px;
      }
  
      .circle_outer{
          width: 50px;
          height: 50px;
      }
      .circle_inner{
          width: 40px;
          height: 40px;
          padding: 8px;
      }
  
      .circle_inner .fa {
          font-size: 20px;
      }
      .circle_inner .fa.fa-search, .circle_inner .fa.fa-pencil {
          font-size: 12px;
          position: absolute;
          right: 14px;
          top: 15px;
      }
  }
  
  
  @media screen and (max-width: 350px){
      .bar_text h3 {
          font-size: 10px;
          height: 10px;
          width: auto;
      }
  
  
      .inner_line {
          height: 8px;
          right: 30px;
          top: -26px;
      }
  
      .circle_outer{
          width: 40px;
          height: 40px;
      }
      .circle_inner{
          width: 30px;
          height: 30px;
          padding: 5px;
      }
  
      .circle_inner .fa {
          font-size: 15px;
      }
  
      .bar_text{
          width: 100%;
      }
      .circle_inner .fa.fa-search, .circle_inner .fa.fa-pencil {
          font-size: 8px;
          position: absolute;
          right: 12px;
          top: 14px;
      }
  }
  
  
  /********************** faizan responsive media queries *********************/
  @media(max-width: 1199px){
    ul.nav.navbar-nav li{
      margin: 0px 15px;
    }
    .button {
    padding: 10px 10px 10px 50px;
    font-size: 13px;
    }
    .navbar-default .navbar-nav>li>a {
    font-size: 12px;
    }
    .navbar-default .navbar-nav>li>a {
    padding: 0;
    }
    ul.nav.navbar-nav {
    padding: 15px 0 0;
    }
    ul.nav.navbar-nav li {
    padding: 0 0px !important;
    margin: 0px 15px;
    }
  }
  @media(max-width: 991px){
    ul.nav.navbar-nav li {
      margin: 0px 9px;    
    }
    .toptable.mytoptbl.mt40 img {
          width: 50%;
          margin: 0 auto;
    }
    .mytoptbl{
      text-align: center;
    }
    .toptable ul li{
      text-align: left;
    }
    .inner_line{
      right: 25px;
    }
    .bar_text h3{
      width: 185px;
    }
  }
  @media(max-width: 822px) and (min-width: 768px){
    ul.nav.navbar-nav li{
      padding: 0px 8px;
    }
  }
  @media(max-width: 767px){
    .mynavbar.desktop {
    display: none;
    }
    .mynavbar.mobile {
    background: #eee;
    display: block;
    width: 100%;
    }
    ul.nav.navbar-nav {
    padding: 15px 30px 10px 15px;
    margin-left: 0;
    }
    .bar_text h3{
      width: initial;
    }
    .toptable2 img {
      width: 75%;
    }
    .banner h1{
      font-size: 27px;
    }
    .banner h6,.faqtext h4,.finetabs .tab-content h4 {
      font-size: 18px;
    }
    #section1 h2,#section2 h2,#section3 h2, .mytimeline #timeline,.faqtext h3,.finebanner h2,.whytext h3,.jointeamtext h2{
      font-size: 27px;
    }
    #section1 p, .sub-p p , .testi-d , .timeline-body p, .myport p,.finetabs .tab-content p,.whytext p,.whytextin h6,.whytextin ul li,.heading_wizerd h4,.mytoptbl h4{
      font-size: 16px;
    }
    .timeline > li.timeline-inverted > .timeline-panel .timeline-title,.timeline-title{
      font-size: 20px;
    }
    .bar_text h3 {
      width: initial;
      font-size: 12px;
    }
    .maindiv p {
      font-size: 14px !important;
    }
    .timeline > li.timeline-inverted > .timeline-panel .timeline-body p,.timeline-body p{
      line-height: 20px;
    }
    ul.nav.navbar-nav li:hover, ul.nav.navbar-nav li.active{    
      border-top:none;
    }
    .nav>li>a{
      padding: 10px 35px;
    }
    ul.nav.navbar-nav li {
      padding: 5px 0px !important;
      margin-bottom: 5px;
    }
    ul.nav.nav-tabs {
      white-space: nowrap;
      overflow: scroll;
      overflow-y: hidden;
      width: 100%;
    }
    .nav-tabs>li{
      float: unset;
      display: inline-block;
    }
    .finetabs .nav li p br {
      display: none;
    }
    .button {
          position: relative;
          cursor: pointer;
          display: inline-block;
          white-space: nowrap;
          background: #ffffff;
          border: 1px solid #41af4b;
          border-width: 1px 1px 1px 1px;
          padding: 10px 10px 10px 45px;
          color: #fff;
          font-size: 10px;
          margin: 0 5px;
      }
      .button img{
          width:30px;
          margin-right: 5px;
      }
      li.login-btn.dropdown a {
          padding: 10px 20px;
      }
  }
  @media (max-width: 640px){
    .circle_outer {
      width: 66px;
      height: 66px;
    }
    .inner_line{
      top: -48px;
    }
    .circle_inner img{
      width: 30px;
    }
  }
  @media(max-width: 567px){
    .howbanner,.faqbanner,.finebanner,.whybanner,.joinbanner{
      height: 200px;
    }
    .finebanner{
      padding: 60px 0px;
    }
    .finetabs img {
      width: 40%;
    }
    .banner {
      padding-top: 5px;
      min-height: 200px;
    }
    .banner h1,.faqtext h3,.finebanner h2,.join1 h3,.join2 h3 {
      font-size: 20px;
    }
    .banner h6,.timeline > li.timeline-inverted > .timeline-panel .timeline-title,.timeline-title,.faqtext h4,.finetabs .tab-content h4,.whytextin h6,.join2 .oneline li,.join2 h3,.applicationrev h3,.applicationrev h4,.applicationrev p{
      font-size: 13px;
    }
    .button.btn1, .button span,.joinform input,.join1 p,.join2 p,.join2 ul li,.join2 label{
      font-size: 16px;
    }
    #section1 h2, #section2 h2,#section3 h2,.mytimeline #timeline, .whytext h3,.jointeamtext h2{
      font-size: 20px;
    }
    #section1 p, .sub-p p, .testi-d,.timeline-body p,.myport p,.finetabs .tab-content p,.whytextin ul li,.whytext p,.finetabs .tab-content ul li{
      font-size: 13px;
    }
    .maindiv p,.faqtext p {
      font-size: 12px !important;
    }
    .footer-menu li{
      line-height: 2;
    }
    .finetb{
      width: 100px;
      height: 80px;
      background-size: 50%;
      margin: 0 auto;
    }
    blockquote{
      padding: 0px;
      margin: 0px;
    }
    .navbar-default .navbar-nav>li>a{
      font-size: 12px;
    }
    .heading_wizerd h4{
      margin-bottom: 0;
    }
  .joinform input::placeholder,
  .joinform textarea::placeholder{
    font-size: 12px;
    }
    .bar_text li:first-child .inner_line{
      /*right: 0;*/
    }
    .join2{
      padding:  0 10px;
    }
    .joinform{
      padding: 0;
    }
  
    .bar_text {
      width: 100%;
      margin: auto;
      }
      .joinform input::placeholder,
  .joinform textarea::placeholder{
      font-size:12px;
  }
  
  .button span,
  .button.btn1{
      font-size:13px;
  }
  
  .owl-next i,
  .owl-prev i{
      font-size:16px;
  }
  .owl-prev{
      position: unset;
  }
  
  .owl-next{
      position: unset;
  }
  
  }
  @media(max-width: 499px){
    .bar_text li:first-child .inner_line{
      right: 0;
    }
    .inner_line{
      right: 5px;
    }
    .icon-des.myicon1, .icon-des.myicon3, .icon-des.myicon5 {
          margin-left: 55%;
      }
      .finetabs .tab-content p{
          font-size: 13px;
      }
      .finetabs .tab-content h4{
          font-size: 15px;
      }
  }
  
  @media(max-width: 440px){
    .circle_outer {
      width: 56px;
      height: 56px;
    }
    .inner_line{
      top: -43px;
    }
  }
  
  @media(max-width: 350px){
    .circle_outer {
      width: 50px;
      height: 50px;
    }
    .inner_line {
      top: -40px;
    }
  }
  
  
  .subtn input:hover{
      color: #fff !important;
      background: #41af4b;
      -webkit-box-shadow: 4px 4px 7px -1px rgba(97,97,97,0.64);
      -moz-box-shadow: 4px 4px 7px -1px rgba(97,97,97,0.64);
      box-shadow: 4px 4px 7px -1px rgba(97,97,97,0.64);
  }
  
  
  
  
  /*******************Login css for navbar *********************/
  li.login-btn.dropdown {
      border: 2px solid #41af4b !important;
      border-top: 2px solid #41af4b !important;
      height: auto;
      font-size: 13px;
      color: #41af4b;
      border-radius: 15px;
  }
  li.login-btn.dropdown a{
      color: #41af4b;
  }
  
  li.login-btn.dropdown:hover{
      background-color: #41af4b;
      color:#fff;
  }
  
  li.login-btn.dropdown:hover a{
      color:#fff !important;
  }
  
  li.login-btn.dropdown:hover ul li a{
      color: #41af4b !important;
  }
  
  li.login-btn.dropdown a:hover,
  li.login-btn.dropdown.active.open a,
  li.login-btn.dropdown.open a{
      background-color: transparent;
  }
  
  ul.dropdown-menu.account-dropdown li a{
      font-size:16px;
  }
  ul.dropdown-menu.account-dropdown li{
      margin:0px 10px;
      border-top:0px;
  }
  
  /****************************Validation Css ************************************/
  
  .loginform input.form-control.error{
      border: 1px solid orangered;
  }
  
  
  
  .joinform .checkbox-error .input-group-addon {
      background-color: orangered;
      border: 1px solid orangered;
  }
  
  .joinform .checkbox-error .input-group-addon.textarea-addon {
      background-color: transparent;
      border: 1px solid orangered;
      border-right:0px;
  }
  
  .joinform .checkbox-error textarea {
      background-color: transparent;
      border: 1px solid orangered;
      border-left:0px;
  }
  
  .joinform .checkbox-error input{
      border: 1px solid orangered;
  }
  
  /**************************** faizan css********************************/
  .testimonial .media{
    display: block;
  }
  .testimonial .media img{
    float: left;
  }
  
  .bg_gray{
      /*background-color: #D1D2D4;*/
  }
  
  .circle_outer {
      display: inline-block;
      height: 80px;
      width: 80px;
      border-radius: 50%;
      padding: 3px;
      position: relative;
      z-index: 999;
      background-color: #fff;
  }
  
  .circle_inner {
      height: 70px;
      width: 70px;
      border-radius: 50%;
      padding: 10px;
      box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2) inset;
      position: relative;
      z-index: 999;
      display: table-cell;
      vertical-align: middle;
  }
  
  .circle_inner .fa {
      color: #ffffff;
      font-size: 32px;
  }
  .bg_gray .circle_inner {
      background-color: #5a5a5a;
  }
  
  .bg_orange h3 {
      color: #5a5a5a;
  }
  
  .bg_orange.one .circle_inner{
      background: linear-gradient(to right, #3ca145 15px, #5a5a5a 15px);
  }
  
  .bg_orange.two .circle_inner{
      background: linear-gradient(to right, #3ca145 40px, #5a5a5a 15px);
  }
  
  .bg_orange.three .circle_inner{
      background-color:  #3ca145;
  }
  .circle_inner .fa.fa-search, .circle_inner .fa.fa-pencil {
      font-size: 18px;
      position: absolute;
      right: 26px;
      top: 28px;
  }
  
  .left_bar_line.right.bg_gray {
      background-color: #d9d9d9;
  }
  
  
  .circle_inner .fa.fa-check {
      display: none;
  }
  
  .completed .fa {
      display: none;
  }
  
  .completed .fa.fa-check {
      display: inline-block;
  }
  
  .bar_text li:first-child .inner_line{
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px;
      right: -20px;
  }
  
  .bar_text li:last-child .inner_line{
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px;
  }
  
  .circle_inner img {
      /* height: 35px; */
      width: 50px;
  }
  .circle_outer {
      display: inline-block;
      height: 80px;
      width: 80px;
      border-radius: 50%;
      padding: 3px;
      position: relative;
      z-index: 999;
      background-color: #fff;
  }
  
  .input-group-addon {
      padding: 6px 12px;
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      color: #555;
      text-align: center;
      background-color: #eee;
      border: 1px solid #ccc;
      border-radius: 4px;
  }
  
  .mt40{
      margin-top: 30px;
  }
  .apply_sections{
      padding-bottom:25px;
  }
  
  .join1 {
      text-align:left;
      padding-left: 35px;
  }
  .join1 .joinform {
      padding: 15px 0px;
  }
  .join1 h3{
      font-family:novabold;
      color:#5a5a5a;
      font-size:35px;
      text-transform:uppercase;
  }
  .join1 p{
      font-family:novaregular;
      color:#5a5a5a;
      font-size:19px;
  }
  
  .join1 ul{
      list-style:none;
      padding:0px;
  }
  .join1 ul li{
      display: inline-block;
      vertical-align: middle;
      padding-right: 25px;
  }
  .join1 ul li p{
      font-family:novabold;
      color:#5a5a5a;
      font-size:25px;
  }
  
  .joinform .greybtn .input-group-addon {
      background-color: #5a5a5a;
      border: 1px solid #5a5a5a;
  }
  
  .joinform .greybtn input {
      width: auto;
      padding: 10px 15px;
      /* font-size: small; */
      height: auto;
      border: 1px solid #5a5a5a;
      color: #5a5a5a;
  }
  .join2{
      text-align:left;
  }
  .join2 h3{
      font-family:novabold;
      color:#5a5a5a;
      font-size:35px;
      margin-bottom:30px;
      text-transform: uppercase;
  }
  .join2 p{
      font-family:novaregular;
      color:#5a5a5a;
      font-size:19px;
      margin-bottom:0px;
  }
  .join2 ul{
      padding-left: 20px;
  }
  .join2 ul li{
      font-family:novaregular;
      color:#5a5a5a;
      font-size:19px;
      line-height:inherit;
  }
  .join2 .oneline{
      display: inline-block;
  }
  .join2 .oneline li{
      font-family:novabold;
      color:#5a5a5a;
      font-size:19px;
      line-height:inherit;
  }
  .pdl0{
      padding-left:0px;
  }
  
  .join2 .joinform textarea {
      border-left: 1px solid #ccc;
      outline: none;
      font-family: novabold;
      font-size: 16px;
      height: 300px;
      resize: none;
      outline: none;
  }
  .form-control:focus{
      border-color:#ccc;
  }
  .join2 label{
      font-family:novaregular;
      font-size:18px;
      color:#656565;
      font-weight:normal;
  }
  
  .applicationrev{
      text-align:center;
  }
  .applicationrev h3{
      font-family:novabold;
      color:#41af4b;
      font-size:35px;
      text-transform: uppercase;
  }
  .applicationrev h4{
      font-family:novabold;
      color:#5a5a5a;
      font-size:25px;
      text-transform: uppercase;
  }
  .applicationrev p{
      font-family:novaregular;
      color:#5a5a5a;
      font-size:18px;
      font-style: italic;
  }
  .applicationrev .joinform .input-group{
      width:auto;
      margin:0px auto;
  }
  
  .howbanner{
        background-image:url("../images/howbanner.jpg");
        background-size: cover;
        height:420px;
    }
    .mytimeline #timeline{
      text-align: center;
      font-family: novabold;
      font-size: 40px;
      color: #5a5a5a;
      text-transform: uppercase;
    }
    .timeline-title{
        font-family:novabold;
        font-size:22px;
        color:#fff;
    }
    .timeline-body p{
      color: #5a5a5a;
      font-family: novaregular;
      font-size: 18px;
      line-height: 30px;
      text-align: right;
    }
    .mytimeline hr{
        width: 200px;
        margin:20px auto;
        border-top:2px solid #024171;
    }
    .timeline {
      list-style: none;
      padding: 20px 0 20px;
      position: relative;
      margin-top:40px;
    }
  
    .timeline-heading:after {
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-left: 20px solid #5a5a5a;
      border-right:0px;
      border-bottom: 0px solid transparent;
      content: "";
      position: absolute;
      top: 90px;
      right: 0;
  }
  
  img.dcnone {
  display: none;
  }
  
    .timeline:before {
      top: 0;
      bottom: 0;
      position: absolute;
      content: " ";
      width: 7px;
      background-color: #dbdbdb;
      left: 50%;
      border-radius: 15px;
      margin-left: -3.5px;
    }
    .timeline > li {
      margin-bottom: 20px;
      position: relative;
    }
    .timeline > li:before,
    .timeline > li:after {
      content: " ";
      display: table;
    }
    .timeline > li:after {
      clear: both;
    }
    .timeline > li:before,
    .timeline > li:after {
      content: " ";
      display: table;
    }
    .timeline > li:after {
      clear: both;
    }
    .timeline > li > .timeline-panel {
      width: 50%;
      float: left;
      border-radius: 2px;
      position: relative;
    }
    .timeline > li.timeline-inverted + li:not(.timeline-inverted),
    .timeline > li:not(.timeline-inverted) + li.timeline-inverted {
    margin-top: -60px;
    }
    
    .timeline > li:not(.timeline-inverted) {
    padding-right:60px;
    }
    
    .timeline > li.timeline-inverted {
    padding-left:60px;
    }
    .icon-des{
        width:80px;
        height:80px;
        background-size: contain;
        background-position: center center;
    }
    /*.myicon{
        background-image:url(../images/myicon.png);
    }
    .myicon1{
      background-image:url(../images/myicon1.png);
      margin-left:75%;
  }
  .myicon2{
      background-image:url(../images/myicon2.png);
  }
  .myicon3{
      background-image:url(../images/myicon3.png);
      margin-left:75%;
  }
  .myicon4{
      background-image:url(../images/myicon4.png);
  }
  .myicon5{
      background-image:url(../images/myicon5.png);
      margin-left:75%;
  }*/
    /*.timeline > li > .timeline-panel:before {
      position: absolute;
      top: 26px;
      right: -15px;
      display: inline-block;
      border-top: 15px solid transparent;
      border-left: 15px solid #ccc;
      border-right: 0 solid #ccc;
      border-bottom: 15px solid transparent;
      content: " ";
    }*/
    /*.timeline > li > .timeline-panel:after {
      position: absolute;
      top: 27px;
      right: -14px;
      display: inline-block;
      border-top: 14px solid transparent;
      border-left: 14px solid #fff;
      border-right: 0 solid #fff;
      border-bottom: 14px solid transparent;
      content: " ";
    }*/
    .timeline-panel .timeline-badge {
      color: #fff;
      width: 30px;
      height: 30px;
      line-height: 50px;
      font-size: 1.4em;
      text-align: center;
      position: absolute;
      top: 90px;
      right: -45px;
      /* left: 0px; */
      margin-left: -16px;
      background-color: #5a5a5a;
      z-index: 100;
      border-top-right-radius: 50%;
      border-top-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-bottom-left-radius: 50%;
  }
  .timeline-inverted .timeline-panel .timeline-badge {
      color: #fff;
      width: 30px;
      height: 30px;
      line-height: 50px;
      font-size: 1.4em;
      text-align: center;
      position: absolute;
      top: 90px;
      right: 0px;
      left: -30px;
      margin-left: -16px;
      background-color: #5a5a5a;
      z-index: 100;
      border-top-right-radius: 50%;
      border-top-left-radius: 50%;
      border-bottom-right-radius: 50%;
      border-bottom-left-radius: 50%;
  }
    .timeline-panel {
      float: left;
      padding-right: 20px;
      padding-left:0px;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
      float: right;
      padding-left: 20px;
      padding-right:0px;
    }
    .timeline-title{
      background-color: #5a5a5a;
      text-align: center;
      color: #fff;
      padding: 10px 0px;
      border-left: 10px solid #41af4b;
      border-right:0px;
      text-align:left;
      padding-left:10px;
    }
    .timeline > li.timeline-inverted > .timeline-panel .timeline-title{
      background-color: #5a5a5a;
      text-align: center;
      color: #fff;
      padding: 10px 0px;
      border-right: 10px solid #41af4b;
      border-left: 0px;
      text-align: right;
      padding-right: 10px;
    }
     
    .timeline > li.timeline-inverted > .timeline-panel .timeline-heading:after {
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-right: 20px solid #5a5a5a;
      border-left:0px;
      border-bottom: 0px solid transparent;
      content: "";
      position: absolute;
      top: 90px;
      left: 0;
  }
  .timeline > li.timeline-inverted > .timeline-panel .timeline-body p{
      text-align: left;
  }
    /*.timeline > li.timeline-inverted > .timeline-panel:before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto;
    }*/
    /*.timeline > li.timeline-inverted > .timeline-panel:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto;
    }*/
    .timeline-badge.primary {
      background-color: #2e6da4 !important;
    }
    .timeline-badge.success {
      background-color: #3f903f !important;
    }
    .timeline-badge.warning {
      background-color: #f0ad4e !important;
    }
    .timeline-badge.danger {
      background-color: #d9534f !important;
    }
    .timeline-badge.info {
      background-color: #5bc0de !important;
    }
    .timeline-title {
      margin-top: 0;
    }
    .timeline-body > p,
    .timeline-body > ul {
      margin-bottom: 0;
    }
    .timeline-body > p + p {
      margin-top: 5px;
    }
  
    .timeline > li > .timeline-panel:hover{
        cursor: pointer;
    }
    .timeline > li > .timeline-panel:hover .timeline-title{
      background-color: #41af4b;
      border-left: 10px solid #5a5a5a;
    }
    .timeline > li.timeline-inverted > .timeline-panel:hover .timeline-title{
      background-color: #41af4b;
      border-right: 10px solid #5a5a5a;
      border-left: 0px;
    }
    .timeline > li.timeline-inverted > .timeline-panel:hover .timeline-heading:after{
      border-right: 20px solid #41af4b;
      border-left: 0px;
    }
    .timeline > li > .timeline-panel:hover .timeline-heading:after{
      border-left: 20px solid #41af4b;
      border-right: 0px;
    }
  
  
  /*.timeline > li > .timeline-panel:hover .myicon{
      background-image:url(../images/gmyicon.png);
  }
  .timeline > li > .timeline-panel:hover .myicon1{
    background-image:url(../images/gmyicon1.png);
    margin-left:75%;
  }
  .timeline > li > .timeline-panel:hover .myicon2{
    background-image:url(../images/gmyicon2.png);
  }
  .timeline > li > .timeline-panel:hover .myicon3{
    background-image:url(../images/gmyicon3.png);
    margin-left:75%;
  }
  .timeline > li > .timeline-panel:hover .myicon4{
    background-image:url(../images/gmyicon4.png);
  }
  .timeline > li > .timeline-panel:hover .myicon5{
    background-image:url(../images/gmyicon5.png);
    margin-left:75%;
  }*/
  
  .timeline > li > .timeline-panel:hover .myicon .dblock{
      display:none;
  }
  .timeline > li > .timeline-panel:hover .myicon .dcnone{
      display:inline-block;
  }
  
  .timeline > li > .timeline-panel:hover .myicon1 .dblock{
      display:none;
  }
  .timeline > li > .timeline-panel:hover .myicon1 .dcnone{
      display:inline-block;
  }
  
  .timeline > li > .timeline-panel:hover .myicon2 .dblock{
      display:none;
  }
  .timeline > li > .timeline-panel:hover .myicon2 .dcnone{
      display:inline-block;
  }
  
  .timeline > li > .timeline-panel:hover .myicon3 .dblock{
      display:none;
  }
  .timeline > li > .timeline-panel:hover .myicon3 .dcnone{
      display:inline-block;
  }
  
  .timeline > li > .timeline-panel:hover .myicon4 .dblock{
      display:none;
  }
  .timeline > li > .timeline-panel:hover .myicon4 .dcnone{
      display:inline-block;
  }
  
  .timeline > li > .timeline-panel:hover .myicon5 .dblock{
      display:none;
  }
  .timeline > li > .timeline-panel:hover .myicon5 .dcnone{
      display:inline-block;
  }
  
  .timeline > li > .timeline-panel:hover .timeline-badge{
      background-color: #41af4b;
  }
  .icon-des img {
      width: 100%;
  }
  .icon-des.myicon1,
  .icon-des.myicon3,
  .icon-des.myicon5{
      margin-left:75%;
  }
  
  .myport{
      text-align:center;
      padding-bottom:40px;
  }
  .myport .btn1{
      margin-bottom:20px;
  }
  .myport p{
      margin-bottom:5px;
      font-family:novaregular;
      color:#5a5a5a;
      font-size:20px;
  }
  .input-group-addon i{color:white;}
   .mt-1 {
        margin-top: 10px;
    }

    .mt-2 {
        margin-top: 20px;
    }

    .mt-3 {
        margin-top: 30px;
    }

    .mt-4 {
        margin-top: 40px;
    }

    .mt-5 {
        margin-top: 50px;
    }

    .mt-6 {
        margin-top: 60px;
    }

    .mb-1 {
        margin-bottom: 10px;
    }

    .mb-2 {
        margin-bottom: 20px;
    }

    .mb-3 {
        margin-bottom: 30px;
    }

    .mb-4 {
        margin-bottom: 40px;
    }

    .mb-5 {
        margin-bottom: 50px;
    }

    .mb-6 {
        margin-bottom: 60px;
    }
    .ml-1 {
        margin-left: 10px;
    }

    .ml-2 {
        margin-left: 20px;
    }

    .ml-3 {
        margin-left: 30px;
    }

    .ml-4 {
        margin-left: 40px;
    }

    .ml-5 {
        margin-left: 50px;
    }

    .ml-6 {
        margin-left: 60px;
    }
    .mr-1 {
        margin-right: 10px;
    }

    .mr-2 {
        margin-right: 20px;
    }

    .mr-3 {
        margin-right: 30px;
    }

    .mr-4 {
        margin-right: 40px;
    }

    .mr-5 {
        margin-right: 50px;
    }

    .mr-6 {
        margin-right: 60px;
    }
    .m-1 {
        margin: 10px;
    }

    .m-2 {
        margin: 20px;
    }

    .m-3 {
        margin: 30px;
    }

    .m-4 {
        margin: 40px;
    }

    .m-5 {
        margin: 50px;
    }

    .m-6 {
        margin: 60px;
    }
    .p-1 {
        margin: 10px;
    }

    .p-2 {
        margin: 20px;
    }

    .p-3 {
        margin: 30px;
    }

    .p-4 {
        margin: 40px;
    }

    .p-5 {
        margin: 50px;
    }

    .p-6 {
        margin: 60px;
    }