*{
    box-sizing: border-box;
    padding: 0;box-sizing;
    margin: 0;
}
body{
    font-family: "Open Sans", sans-serif;
    
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Jost", sans-serif;
  }
  
.bghh{
    background-image:url('../images/img/page-header.jpg');
  
    height: 100px;
}
.dd{
    background-color: rgb(255, 140, 0);
    padding:5px;
    width:70px;
    color:black;
    
}
.dd1{
    background-color: rgb(255, 140, 0);
    padding:5px;
    width:200px;
    margin-left: 70px;
    color:black;
    
}
.bb{
    background-image: url('/Content/images/bck.jpg');
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    font-size: 14px;
    background: linear-gradient(#f8781f 60%, rgb(255, 213, 0) );
    
}
  #footer .footer-newsletter {
    background: linear-gradient(-30deg,#fff,#ddd);
    text-align: center;
    font-size: 15px;
    color: #444444;
  }
  #footer .footer-newsletter h4 {
    font-size: 2rem;
    padding: 30px 0px;
    line-height: 1;
    font-weight: 600;
    background: -webkit-linear-gradient(#00ffff, #003366);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #footer .footer-newsletter i{
    font-size: 3.5rem;
     padding: 10px 0px;
    background: -webkit-linear-gradient(#00ffff, #003366);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
  }
  #footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
  }
  #footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #47b2e4;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  #footer .footer-newsletter form input[type=submit]:hover {
    background: #209dd8;
  }
  #footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
  }
  #footer .footer-top .footer-contact {
    margin-bottom: 30px;
  }
  #footer .footer-top .footer-contact h3 {
    font-size: 28px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #37517e;
  }
  #footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Jost", sans-serif;
    color: #5e5e5e;
  }
  #footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #37517e;
    position: relative;
    padding-bottom: 12px;
  }
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #47b2e4;
    font-size: 18px;
    line-height: 1;
  }
  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  #footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  #footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #47b2e4;
  }
  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #47b2e4;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  #footer .footer-top .social-links a:hover {
    background: #209dd8;
    color: #fff;
    text-decoration: none;
  }
    #footer .footer-bottom {
        padding-top: 30px;
        padding-bottom: 30px;
        color: #fff;
        background: linear-gradient(#f8781f 60%, rgb(255, 213, 0) );
        ;
    }
  #footer .copyright {
    text-align:center;
  }
  #footer .credits {
    float: right;
    font-size: 13px;
  }
  #footer .credits a {
    transition: 0.3s;
  }
  @media (max-width: 768px) {
    #footer .footer-bottom {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    #footer .copyright, #footer .credits {
      text-align: center;
      float: none;
    }
    #footer .credits {
      padding-top: 4px;
    }
  }
.helpdesk {
    min-height: 50vh;
    width: 100%;
    background-image: linear-gradient(#f8781f 60%, rgb(255, 213, 0) );
    
}
.help-text h4 a{
    font-size: 1.2rem;
    padding-top: 30px;
    /* text-align: center; */
    line-height: 1;
    font-weight: 600;
    
    /* background: -webkit-linear-gradient(#00ffff, #003366); */
    color:black !important;
    text-decoration:none;
  }
  
  .help-text i{
    font-size: 2.5rem;
     padding: 10px 0px;
     margin-right:5px;
     margin-left:15px;
     background-color: #fff;
    /* background: -webkit-linear-gradient(#00ffff, #003366); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
  }
  /* ----------steps------------------ */

.steps{
    background:linear-gradient(rgba(255,255,255,.7),rgba(0,0,0,.2)),url('../img/ab-bg.jpg');
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size:100% 100%;
    min-height:60vh;
    padding:40px;
    }
    
    .step-box{
    padding:15px 40px;
    background:  linear-gradient(50deg, #00ffff,rgba(0,38,77,.6));
    color:#fff;
    float:left;
    margin-left:10px;
    box-shadow:2px 2px 5px grey;
    }
   
    
    .step-box:hover
    {
    background:  linear-gradient(50deg, rgba(0,38,77,.6),#ddd);
    box-shadow:5px 5px 15px grey;
    transform:scale(1.2);
    transition:all ease 1s;
    
    }
    
    
    .callout {
      position: fixed;
      bottom: 35px;
      right: 20px;
      top:33rem;
      margin-left: 20px;
      max-width: 300px;
      z-index:999999;
      visibility:hidden;
    }
   
    .callout i
    {
    background:linear-gradient(45deg,#003366,#00ffff);
    font-size:2.5rem;
    padding:5px 20px;
    color:#fff;
    }
    .callout.active{
      visibility: visible;
    }
    
    .modal-title
    {
     font-size:1.1rem;
     color:#003366;
     font-weight:700;
    }
    
    .send-btn
    {
     background:linear-gradient(45deg,#00ffff,#003366);
     padding:5px 20px;
     color:#fff;
    }
    .callout-container {
      padding: 10px 30px;
      background:#ccc;
    }
    
    .closebtn {
      position: absolute;
      top: 5px;
      right: 15px;
      color: #003366;
      font-size: 30px;
      cursor: pointer;
    }
    .closebtn:hover {
      color: lightgrey;
    }
    
    .modal-dialog{
      z-index: 9999;
    }
    .modal-body form input
    {
    background:transparent;
    border-bottom:2px solid #003366;
    border-top:0px solid;
    border-left:0px solid;
    border-right:0px solid;
    }
    .modal-body form select
    {
    background:transparent;
    border-bottom:2px solid #003366;
    border-top:0px solid;
    border-left:0px solid;
    border-right:0px solid;
    }
    .modal-body form textarea
    {
    background:transparent;
    border-bottom:2px solid #003366;
    border-top:0px solid;
    border-left:0px solid;
    border-right:0px solid;
    }
    .modal-body .form-reg .form-head
    {
    display:flex;
    direction:row;
    }
    .modal-body .form-reg .form-head h4
    {
    }
    .modal-body .form-reg .icon-1
    {
      border-radius:50%;
      box-shadow:3px 3px 10px grey;
      height:6rem;
      width:6rem;
      text-align:center;
      padding:8px;
     
    }
    .modal-body .form-reg .icon-1 img
    {
    margin-left:.6rem;
    margin-top:.4rem;
    
    }

    /* ----------------steps----------------------- */
    
    /******* Timeline Demo - 4 *******/
    .main-timeline4{overflow:hidden;position:relative}
    .main-timeline4:before{content:"";width:5px;height:76%;background:#333;position:absolute;top:70px;left:50%;transform:translateX(-50%)}
    .main-timeline4 .timeline-content:before,.main-timeline4 .timeline:before{top:50%;transform:translateY(-50%);content:""}
    .main-timeline4 .timeline{width:50%;padding-left:100px;float:right;position:relative}
    .main-timeline4 .timeline:before{width:20px;height:20px;border-radius:50%;background:#fff;border:5px solid #333;position:absolute;left:-10px}
    .main-timeline4 .timeline-content{display:block;padding-left:150px;position:relative}
    .main-timeline4 .timeline-content:before{width:90px;height:10px;border-top:7px dotted #333;position:absolute;left:-92px}
    .main-timeline4 .year{display:inline-block;width:120px;height:120px;line-height:100px;border-radius:50%;border:10px solid #f54957;font-size:30px;color:#f54957;text-align:center;box-shadow:inset 0 0 10px rgba(0,0,0,.4);position:absolute;top:0;left:0}
    .main-timeline4 .year:before{content:"";border-left:20px solid #f54957;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;bottom:-13px;right:0;transform:rotate(45deg)}
    .main-timeline4 .inner-content{padding:20px 0;}
    .main-timeline4 .title{font-size:24px;font-weight:600;color:#f54957;text-transform:uppercase;margin:0 0 5px}
    .main-timeline4 .description{font-size:14px;color:#000;margin:0 0 5px;font-family:"Poppins",sans-serif;font-weight:530;}
    .main-timeline4 .timeline:nth-child(2n){padding:0 100px 0 0}
    .main-timeline4 .timeline:nth-child(2n) .timeline-content:before,.main-timeline4 .timeline:nth-child(2n) .year,.main-timeline4 .timeline:nth-child(2n):before{left:auto;right:-10px}
    .main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0 150px 0 0}
    .main-timeline4 .timeline:nth-child(2n) .timeline-content:before{right:-92px}
    .main-timeline4 .timeline:nth-child(2n) .year{right:0}
    .main-timeline4 .timeline:nth-child(2n) .year:before{right:auto;left:0;border-left:none;border-right:20px solid #003366;transform:rotate(-45deg)}
    .main-timeline4 .timeline:nth-child(2){margin-top:110px}
    .main-timeline4 .timeline:nth-child(odd){margin:-110px 0 0}
    .main-timeline4 .timeline:nth-child(even){margin-bottom:80px}
    .main-timeline4 .timeline:first-child,.main-timeline4 .timeline:last-child:nth-child(even){margin:0}
        .main-timeline4 .timeline:nth-child(1n) .year {
            border-color: #ef662f;
            color: #ef662f
        }
        .main-timeline4 .timeline:nth-child(1) .year:before {
            border-right-color: #ef662f
        }
        .main-timeline4 .timeline:nth-child(1n) .title {
            color: #ef662f
        }
        .main-timeline4 .timeline:nth-child(2n) .year {
            border-color: #ef662f;
            color: #ef662f
        }
        .main-timeline4 .timeline:nth-child(2) .year:before {
            border-right-color: #ef662f
        }
        .main-timeline4 .timeline:nth-child(2n) .title {
            color: #ef662f
        }
        .main-timeline4 .timeline:nth-child(3n) .year {
            border-color: #ef662f;
            color: #ef662f;
        }
        .main-timeline4 .timeline:nth-child(3) .year:before {
            border-left-color: #ef662f
        }
        .main-timeline4 .timeline:nth-child(3n) .title {
            color: #ef662f
        }
        .main-timeline4 .timeline:nth-child(4n) .year {
            border-color: #ef662f;
            color: #ef662f
        }
        .main-timeline4 .timeline:nth-child(4) .year:before {
            border-right-color: #ef662f
        }
        .main-timeline4 .timeline:nth-child(4n) .title {
            color: #ef662f
        }
        .main-timeline4 .timeline:nth-child(5n) .year {
            border-color: #ef662f;
            color: #ef662f
        }
        .main-timeline4 .timeline:nth-child(5) .year:before {
            border-left-color: #ef662f
        }
        .main-timeline4 .timeline:nth-child(5n) .title {
            color: #ef662f
        }
    @media only screen and (max-width:1200px){.main-timeline4 .year{top:50%;transform:translateY(-50%)}
    }
    @media only screen and (max-width:990px){.main-timeline4 .timeline{padding-left:75px}
    .main-timeline4 .timeline:nth-child(2n){padding:0 75px 0 0}
    .main-timeline4 .timeline-content{padding-left:130px}
    .main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0 130px 0 0}
    .main-timeline4 .timeline-content:before{width:68px;left:-68px}
    .main-timeline4 .timeline:nth-child(2n) .timeline-content:before{right:-68px}
    }
    @media only screen and (max-width:767px){.main-timeline4{overflow:visible}
    .main-timeline4:before{height:100%;top:0;left:0;transform:translateX(0)}
    .main-timeline4 .timeline:before,.main-timeline4 .timeline:nth-child(2n):before{top:60px;left:-9px;transform:translateX(0)}
    .main-timeline4 .timeline,.main-timeline4 .timeline:nth-child(even),.main-timeline4 .timeline:nth-child(odd){width:100%;float:none;text-align:center;padding:0;margin:0 0 10px}
    .main-timeline4 .timeline-content,.main-timeline4 .timeline:nth-child(2n) .timeline-content{padding:0}
    .main-timeline4 .timeline-content:before,.main-timeline4 .timeline:nth-child(2n) .timeline-content:before{display:none}
    .main-timeline4 .timeline:nth-child(2n) .year,.main-timeline4 .year{position:relative;transform:translateY(0)}
        .main-timeline4 .timeline:nth-child(2n) .year:before, .main-timeline4 .year:before {
            border: none;
            border-right: 20px solid #ef662f;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            top: 50%;
            left: -23px;
            bottom: auto;
            right: auto;
            transform: rotate(0)
        }
        .main-timeline4 .timeline:nth-child(2n) .year:before {
            border-right-color: #ef662f
        }
        .main-timeline4 .timeline:nth-child(3n) .year:before {
            border-right-color: #ef662f
        }
        .main-timeline4 .timeline:nth-child(4n) .year:before {
            border-right-color: #ef662f;
        }
        
        .main-timeline4 .timeline:nth-child(5n) .year:before {
            border-right-color: #ef662f;
        }
    .main-timeline4 .inner-content{padding:10px}
    }
    