.logo img {
    width: 150px;
}

.header {
    transition: all 0.5s;
    z-index: 997;
    height: 60px;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    background-color: #222222;
    padding-left: 20px;
    display: flex;
}

.navbar {
    width: 100%;
    display: grid;
    flex-direction: column !important;
    grid-template-columns: auto auto;
}

.header .toggle-sidebar-btn {
    font-size: 25px;
    cursor: pointer;
    color: #eaeaea;
    border: 1px solid #ed3237;
    border-radius: 50%;
    padding: 3px;
}
.visitor{
    display: none;
}
@media (max-width: 1199px) {
    .header .search-bar {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
        background: white;
        z-index: 9999;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }

    .header .search-bar-show {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }
}

.header .search-form {
    width: 100%;
}

.header .search-form input {
    border: 0;
    font-size: 14px;
    color: #012970;
    border: 1px solid rgba(1, 41, 112, 0.2);
    padding: 7px 38px 7px 8px;
    border-radius: 3px;
    transition: 0.3s;
    width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
    outline: none;
    box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
    border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: none;
}

.header .search-form button i {
    color: #012970;
}

:ng-deep #sidebar {
    background-color: #222222cf;
}

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 15px;
    font-weight: 600;
    color: #eaeaea;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}

.navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #ed3237;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before, .navbar li:hover>a:before, .navbar .active:before {
    visibility: visible;
    width: 100%;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
    color: #ed3237;
}

.login-btn {
    background-color: #ed3237;
    padding: 0 20px !important;
    height: 35px;
    font-family: "Roboto", sans-serif;
    border-radius: 15px;
    border: 1px solid #ed3237;
    transition: 0.5s;
}

.login-btn:hover {
    background-color: #eaeaea;

}

/* 
@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}

/**

  * Mobile Navigation 
  */
.mobile-nav-toggle {
    color: #222222;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

/* #sidebar {
    display: none;
} */

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .visitor{
        display: block;
    }
    /* 
    #sidebar {
        display: block;
    } */

    .navbar ul {
        display: none;
    }

    .navbar .social-links {
        position: absolute;
        right: 0;
    }

}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(9, 9, 9, 0.9);
    transition: 0.3s;
    z-index: 999;

}

.mobile-nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    margin-top: -20px;
    color: #eaeaea;
    border: 1px solid red;
    border-radius: 50%;
    padding: 5px;
    transition: all 10s cubic-bezier(0.55, 0.055, 0.675, 0.19);

}

.mobile-nav-toggle:hover {
    color: #ed3237;
}

.navbar-mobile .mobile-nav-toggle {
    position: relative;
    top: 15px;
    right: -150px;
}

.navbar-mobile ul {
    position: absolute;
    display: block;
    bottom: 10px;
    top: 55px;
    right: 0;
    padding: 10px 0;
    background-color: #fff9f9;
    overflow-y: auto;
    position: absolute;
    /* margin-left: 164px; */
    height: 100%;
    width: 50%;
    border-radius: 10px 0 0 10px;
    /* transition: 0.3s; */
    z-index: 99999;
}

.navbar-mobile-hide {
    display: none;
}

.navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #222222;
}

.navbar-mobile>ul>li {
    padding: 0;
    display: flex;
    justify-content: center;
}

.navbar-mobile>ul>li>a {
    border: 1px solid #ed3237;
    border-radius: 50px;
    margin: 10px;
    /* margin-left: 20px; */
}

.navbar-mobile a:hover:before, .navbar-mobile li:hover>a:before, .navbar-mobile .active:before {
    visibility: hidden;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover>a {
    color: white;
    background-color: #ed3237;
}

.navbar-mobile .getstarted {
    margin: 15px;
}

.social-links {
    display: flex;
    /* grid-template-columns: 50px 50px 50px; */
}

.social-links .toggle-sidebar {
    margin-right: 20px;
    margin-left: 20px;
}

.social-links a i {
    font-size: 18px;
}


/*--------------------------------------------------------------
# home Section
--------------------------------------------------------------*/
#home {
    width: 100%;
    height: calc(100vh);
    background: url("../images/2.png") bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 175px;
  }
  
  #home:before {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  #home .container {
    position: relative;

  }
  
  #home h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #222222;
    font-family: "Poppins", sans-serif;
  }
  
  #home h1 span {
    color: #ed3237;
  }
  
  #home h2 {
    color: #555555;
    margin: 5px 0 30px 0;
    font-size: 24px;
    font-weight: 400;
  }
  
  #home .btn-get-started {
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 35px;
    transition: 0.5s;
    color: #fff;
    background: #ed3237;
    border: 1px solid #ed3237;
  }
  
  #home .btn-get-started:hover {
    /* border-color: #ed3237; */
    background-color: #eaeaea;
    color: #ed3237;
  }
  
  #home .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: #222222;
    font-weight: 600;
    display: flex;
    align-items: center;
  }
  
  #home .btn-watch-video i {
    color: #ed3237;
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
  }
  
  #home .btn-watch-video:hover {
    color: #ed3237;
  }
  
  #home .btn-watch-video:hover i {
    color: #3b8af2;
  }
  
  @media (min-width: 1024px) {
    #home {
      background-attachment: fixed;
    }
  }
  
  @media (max-width: 768px) {
    #home {
      height: 100vh;
    }
    #home h1 {
      font-size: 28px;
      line-height: 36px;
    }
    #home h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
    }
    #home .btn-get-started, #home .btn-watch-video {
      font-size: 13px;
    }
  }
  
  @media (max-height: 500px) {
    #home {
      height: 120vh;
    }
  }
  
  