@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,400;0,500;0,600;1,700&display=swap');

:root {
    --theme-color1: #fff; 
    --theme-color2: #425877;
    --theme-color3: #ff0000;
    --theme-color4: #171D3C;
    --bg-theme-color1: var(--theme-color1);
    --bg-theme-color2: var(--theme-color2);
    --bg-theme-color3: var(--theme-color3);
    --bg-theme-color4: var(--theme-color4);
    --border-theme-color1: var(--theme-color1);
    --border-theme-color2: var(--theme-color2);
    --border-theme-color3: var(--theme-color3);
    --text-color-bg-theme-color1: #fff;
    --text-color-bg-theme-color2: #425877;
    --text-color-bg-theme-color3: #ff0000;
    --text-color-bg-theme-color4: #171d3c;
    --text-color: var(--theme-color2);
    --headings-color: var(--theme-color2);
    --link-color: var(--theme-color2);
    --link-hover-color: var(--theme-color1);
    --text-font:'Archivo', sans-serif;
    --title-font: 'Clash Display', sans-serif;
    --body-font-size: 18px;
    --body-line-height: 30px;
    --body-font-weight: 400;
    --font-weight-500: 500;
    --font-weight-600: 600;
    --font-weight-700: 700;
    --main-title-font-size: 50px;
    --subtitle-font-size: 36px;
    --h1-font-size: 56px;
    --h2-font-size: 42px;
    --h3-font-size: 36px;
    --h4-font-size: 28px;
    --h5-font-size: 24px;
    --h6-font-size: 20px;
    --font-size-14: 14px;
    --font-size-12: 12px;
    --font-size-16: 16px;
    --font-size-18: 18px;
    --font-size-20: 20px;
    --font-size-22: 22px;
    --font-size-24: 24px;
    --font-size-26: 26px;
    --font-size-30: 30px;
    --font-size-40: 40px;
    --font-size-50: 50px;
    --font-size-60: 60px;
    --font-size-80: 80px;
    --font-size-100: 100px;
    --h1-font-weight: 700;
    --h2-font-weight: 700;
    --h3-font-weight: 700;
    --h4-font-weight: 700;
    --h5-font-weight: 700;
    --h6-font-weight: 700;
    --span-font-weight: 700;
    --sec-title-subtitle-color: var(--theme-color2);
    --paragraph-font-size: 30px;
    --small-text: 12px;
    --theme-color-light-grey: rgba(179, 197, 223, 1);
    --theme-black: #222429;
    --container-width: 1200px;
    --small-container-width: 1000px;
    --large-container-width: 1550px;
    --container-pt: 120px;
    --container-pb: 120px;
    --theme-color-gray:#B3C5DF;
    --bg-medium-pink:#A24545;
    --bg-light-pink:#CEAEAE;
    --bg-dark-yellow:#BF7D2D;
    --bg-light-yellow:#F5CB94;
    --bg-light-gary:#5B6678;

}
html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    color: #171D3C;
    font-size: 16px;
    background: rgb(255, 255, 255);
    font-family: var(--text-font);
    scroll-behavior: smooth;
    font-weight: 400;
}
.text-blue{
    color: var(--theme-color2);
}
.text-pink{
    color: var(--bg-medium-pink);
}
.text-yellow{
    color: var(--bg-dark-yellow);
}
.text-blue:hover{
    color: var(--theme-color2);
    opacity: 0.8atch;
}
.text-red{
    color: var(--theme-color3);
}
.bg-blue{
    background-color: var(--bg-theme-color4);
}
.bg-grey{
    background: #f6f4f5;
}
.fs-14{
    font-size: var(--font-size-14);
}
.fs-24{
     font-size: 24px; 
}
.title-font{
    font-family: var(--title-font);
}
.bg-transparent{
    background-color: transparent;
}
p{
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6{
   font-family: var(--title-font) ;
}
a.nav-link{
    color: #000;
}
.contact-btn, .contact-btn-nav-link {
    background-color: #ff0000 !important;
    color: #fff !important;
    border-color: #ff0000 !important;
    font-family: var(--text-font1);
    border-radius: 5px;
    font-size: var(--font-size-14);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 15px !important;
}
.contact-btn:hover, .contact-btn-nav-link:hover {
    background-color: #f53131 !important;
    color: #fff !important;
    border-color: #f53131 !important;
    border-radius: 5px;
}
.web-btn {
    background-color: #ff0000 !important;
    color: #fff !important;
    border-color: #ff0000 !important;
    font-family: var(--text-font1);
    border-radius: 5px;
    font-size: var(--font-size-14);
    padding: 10px 20px;
    text-decoration: none;
}
.web-btn-sm{
    padding: 5px 12px;
}
.web-btn:hover {
    background-color: #f53131 !important;
    color: #fff !important;
    border-color: #f53131 !important;
    border-radius: 5px;
}
.menu-drpdwn-arrow {
    position: relative;
    top: 1px;
    left: 5px;
}
a.nav-link.dropdown-toggle::after{
    display: none;
}
.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    font-size: var(--font-size-14);
    color: #171D3C;
}
.paragraph{
    font-size: var(--paragraph-font-size);
}
.learn-more-btn{
    background-color: #ff0000 !important;
    color: #fff !important;
    border-color: #ff0000 !important;
    font-family: var(--text-font1);
    border-radius: 5px;
    width: 216px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

/* footer css */

footer h5{
    margin-bottom: 10px;
    font-size: var(--font-size-18);
}
footer ul li{
    padding-bottom: 5px;
    font-size: var(--font-size-16);
}
footer ul li a, footer h5 a{
    color: #171D3C;
    text-decoration: none;
}
footer ul li a:hover, footer h5 a:hover{
    color: #ff0000;
}
.btm-footer-bg{
    background:var(--theme-color4);
    color: #fff;
}
.footer-sc-icons {
    margin-bottom: 0px;
}
.footer-sc-icons a i {
    margin-right: 10px;
    text-align: center;
    background: #fff;
    width: 32px;
    height: 32px;
    color: var(--theme-color4);
    line-height: 32px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
}
.menu-drp-arrow{
    position: relative;
    top: 1px;
    left: 5px;
}
.dropdown-menu a.dropdown-item.h-menu-dropdown-item{
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 1px solid rgba(222, 222, 222, 1);
    margin: 10px 0px 10px 20px; 
    width: auto;
}
.dropdown-item.h-menu-dropdown-item:focus, .dropdown-item.h-menu-dropdown-item:hover {
    color: #ff0000;
    background-color: transparent;
    border-left: 1px solid #ff0000 !important;
}
.dropdown-divider {
    border-top: 1px solid rgba(30, 38, 78, 1);
    margin: 0px;
}
.dropdown-menu::before {
    content: " ";
    position: absolute;
    display: block;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-bottom: 0.5em solid #fff;
    z-index: 1001;
    opacity: 1;
    top: -8px;
    left: 50%;
}
.dropdown-menu[data-bs-popper]{
    margin-top: 28%;
    left: -100px;
    width: 19vw;
}
.btm-footer-bg{
    font-size: var(--font-size-16);
}
.redirect-link{
    color: #ff0000;
    text-decoration: none;
}
.redirect-link:hover, .redirect-link:focus{
    text-decoration: underline;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px !important;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px !important;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px !important;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-item:not(:last-child) .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        border: 1px solid #fff;
        padding: 0px;
        box-shadow: rgb(23 29 60 / 45%) 0px 5px 15px;
    }
    ul.dropdown-menu.h-dropdown-menu.show:hover {
        /* border: 1px solid #ff0000; */
    }
    /* .navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 0rem;
    } */
}



