

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background: url("../img/hero-img.jpg") top center;
    /* background: url("https://images.pexels.com/photos/4586741/pexels-photo-4586741.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1") top center; */
    background-size: cover;
    position: relative;
  }
  
  #hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  #hero .container {
    position: relative;
    padding-top: 74px;
    text-align: center;
  }
  
  #hero h1 {
    margin: 0;
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
    color: #fff;
    font-family: "Poppins", sans-serif;
  }
  
  #hero h1 span {
    color: #003a75;
  }
  
  #hero h2 {
    color: rgba(255, 255, 255, 0.9);
    margin: 10px 0 0 0;
    font-size: 24px;
  }
  
  #hero .icon-box {
    padding: 30px 20px;
    transition: ease-in-out 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 100%;
    text-align: center;
    opacity: 0;
  }
  
  #hero .icon-box i {
    font-size: 32px;
    line-height: 1;
    color: #003a75;
  }
  
  #hero .icon-box h3 {
    font-weight: 700;
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 1;
    font-size: 20px;
    line-height: 26px;
  }
  
  #hero .icon-box h3 a {
    color: #fff;
    transition: ease-in-out 0.3s;
  }
  
  #hero .icon-box h3 a:hover {
    color: #003a75;
  }
  
  #hero .icon-box:hover {
    border-color: #003a75;
  }
  
  @media (min-width: 1024px) {
    #hero {
      background-attachment: fixed;
    }
  }
  
  @media (max-width: 768px) {
    #hero {
      height: auto;
    }
  
    #hero h1 {
      font-size: 28px;
      line-height: 36px;
    }
  
    #hero h2 {
      font-size: 20px;
      line-height: 24px;
    }
  }
  
  /* my st */
  
  @media screen and (max-width: 1199px) {
    .box-5-my{
      display: none;
    }
  
    .box-4-my{
      display: none;
    }
  }
  
  @media screen and (max-width: 767px) {
    .box-my{
      display: none;
    }
  }
  
  /*  */
  
    /*  */
  
  
    .hero-my-btn{
      margin-top: 20px;
      display: flex;
    }
    
  
  
    /*  */
  .btn-a-my-hero-1{
    display: none;
    opacity: 0;
  }
    @media screen and (max-width: 421px) {
      .hero-my-btn{
      display: grid;
    }
    .btn-a-my-hero{
      display: none;
      opacity: 0;
    }
    .btn-a-my-hero-1{
     display: block;
     opacity: 1;
     margin-top: -11px;
  }
  }
  /* hero section ended */
  
/* btn    */

  
#hero .btn-get-started {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #003a75;
  }
  
  #hero .btn-get-started:hover {
    background: #247cf0;
  }
  
  #hero .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: #222222;
    font-weight: 600;
    display: flex;
    align-items: center;
  }
  
  #hero .btn-watch-video i {
    color: #fff;
    font-size: 19px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
  }

  #hero span{
    color: white;
  }
  
  #hero .btn-watch-video span:hover {
    color: #ccd3db;
    -webkit-transition: all 0.2s ease-in-out;
  }
  
  #hero .btn-watch-video:hover i {
    color: #ccd3db;
  }
  

      