/*@import url('https://fonts.googleapis.com/css2?family=Krub:wght@500&family=Rubik:wght@500;600&display=swap');*/

h1, h2, h3, h4, h5{
    font-family: 'Rubik', sans-serif !important;
    line-height: 1.3;
}
h3, .fs-5{
    font-size:24px !important;
}
.top-header-info p{
    line-height: 18px !important;
}
p, li{
    font-family: 'Krub', sans-serif !important;
    font-size: 15px;
    line-height: 25px;
    word-spacing: 2px;
}
main p, main h1, main h2, main h3, main h4 {
    letter-spacing: 1px;
}

.banner-text p {
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    margin-bottom: 0;
    background-color: #0e4686de;
    color: #fff;
    border-left: 5px solid rgb(248, 209, 34);
    width: fit-content;
}
#toggle-icon, #xSign{
    transition: 0.6s ease-in-out;
}
.breadcrumb{
    padding-left: 1rem !important;
    background-color: rgb(237, 237, 237);
}
.banner-text2 p {
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    background-color: rgba(192, 192, 192, 0.438);
    margin-bottom: 0;
    color: #000;
    border-left: 5px solid rgb(248, 209, 34);
    width: fit-content;
}
.banner-text3{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top-header-info{
    display:flex;
    justify-content:space-between;
}
.banner-text3 p {
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    background-color: rgba(192, 192, 192, 0.438);
    margin-bottom: 0;
    color: #000;
    border-left: 5px solid rgb(248, 209, 34);
    width: fit-content;
}
.banner-text h1 {
    color: #fff;
    font-weight: 700;
    font-size: 38px !important;
}
.blog-btn {
    text-decoration: none;
    position: relative;
    display: inline-block;
    background: linear-gradient(to bottom right, #091242, #16236bea);
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 9px 30px;
    font-weight: 500;
    transition: all 0.3s;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
}
.blog-btn .btn-icon {
    background-color: #2a3786;
    width: 20px;
    height: 19px;
    float: right;
    position: absolute;
    border-top-left-radius: 40px;
    right: 0px;
    top: 20px;
    transition: all 0.3s;
}
.description-btn, .form-btn {
    text-decoration: none;
    position: relative;
    display: inline-block;
    /* background-color: rgb(248, 209, 34); */
    background: linear-gradient(to bottom right, rgb(255, 210, 12) , rgba(255, 255, 131, 0.925));
    color: #000;
    text-align: center;
    font-size: 14px;
    padding: 9px 25px;
    font-weight: 500;
    transition: all 0.3s;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
}
.description-btn .btn-icon {
    background-color: #fff;
    width: 20px;
    height: 19px;
    float: right;
    position: absolute;
    border-top-left-radius: 40px;
    right: 0px;
    top: 20px;
    transition: all 0.3s;
}
.name-description {
    position: relative;
    z-index: 9999;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
}
.btn-icon::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 0px solid #fcfcfc;
    border-right: 0px solid transparent;
    position: absolute;
    top: 0px;
    left: 0px;
}
a:hover {
    text-decoration: none !important;
}
.description-btn:hover .btn-icon, .blog-btn:hover .btn-icon  {
    width: 100%;
    top: 0px;
    height: 39px;
    border-top-left-radius: 0px;
}
.top-txt{
    font-size: 12px !important;
}
.description-btn:hover {
    color: #000 !important;
}
h2 {
    font-weight: 600;
    font-size: 30px;
}
.contact input{
    background: #091242;
    outline: 0;
    width: 49%;
    border: 1px solid grey;
    margin: 0 0 15px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
}
.contact textarea{
    background: #091242;
    outline: 0;
    width: 99%;
    border: 1px solid grey;
    margin: 0 0 15px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
}
.stats {
    display: flex;
}
.stats-info {
    border-left: 1px solid silver;
    margin: 0 10px;
    padding: 0 10px;
}
.why-us-card {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: -8rem;
}
.what-we-do {
    margin: 2rem 0;
}
#MainMenu{
    justify-content: space-between;
}

.head-area {
    background: rgba(2, 12, 27, 0.5);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    width: 100%;
    position: absolute;
    transition: top 0.3s;
}
.seperator {
    color: silver;
}
.nav-item {
    padding: 0 8px;
}
.nav-item .nav-link {
    -webkit-animation: ease-in-out;
    animation: ease-in-out;
    /* font-size: 20px; */
    margin: 0 5px;
}
.nav-item a {
    padding: 10px 12px;
    font-size: 16px;
}
.nav-item .nav-link,
.nav-item .nav-link:hover {
    color: #fff !important;
}
/* .navbar-toggler {
    width: 100%;
} */
 .dropdown:hover .dropdown-menu {
    display: block !important;
}
#navbar{
    position: sticky;
    top: 0;
    z-index: 10000;
}
@media screen and (max-width: 992px) {
    h1, .banner-text h1{
        font-size:34px !important;
    }
      h2{
        font-size:30px !important;
    }
    
    .navbar-toggler {
        display: flex;
        justify-content: flex-end;
    }
    .tab-icon{
        width: 100%;
    }
    .head-area {
        padding: 10px 0;
        height: 3.5rem;
    }
    .seperator {
        display: none;
    }
    .nav-item{
        width: 100%;
    }
    #MainMenu{
        background-color: #0e4686fa;
        transition: all .2s ease-in-out;
       display:none;
    }
    .navbar-nav{
        padding: 8px;
    }
    #MainMenu.active {
        display:block;
        margin-top: 6px;
        position: absolute;
    width: 100%;
    left: 0;
      }
    .deskchev{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .nav-item .nav-link {
        margin: 0 !important;
    }
    .mble-menu-icons{
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .top-header-info{
        display: none !important;
    }
    .why-us-image img {
        display: none;
    }
    .top-header-info .time{
        display: none !important;
    }
    .logo{
        text-align: center;
    }
}
@media screen and (max-width: 675px){
    h1, .banner-text h1{
          font-size:24px !important;
    }
      h2, h3, h4, .fs-5{
        font-size:18px !important;
    }

    .mble-footer-social{
        flex-direction: column;
    }
}
@media screen and (max-width: 576px) {
    .nav-item .nav-link {
        font-size: 16px !important;
        margin: 0 !important;
    }
}

