*::selection
{
    background-color:rgb(207, 86, 53);
  
}
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "poppins", sans-serif;
}
.bx
{
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
}
.header
{
    width: 100%;
}
.layer
{
    background-color: rgb(236, 234, 234);
    height: 470px;
}
.layer .carousel-item img
{
    height: 450px;
}
.home
{
    height: 540px;
}
.counters h6 
{
    color: rgb(207, 86, 53);
    letter-spacing: .4px;
    font-size: 24px;
    font-family: "Playwrite US Trad", cursive;
    line-height: 34px;
    text-transform: capitalize;
    font-weight: 500;
}
.counters .btn
{
    background-color: rgb(207, 86, 53);
    color: white;
}
.counters .btn:hover
{
    background-color: white;
    color: rgb(207, 86, 53);
    border: 1px solid rgb(207, 86, 53);
}
.fieldset.home-count-box legend i.bx, fieldset.inner-count-box legend i.bx 
{
    font-size: 1.75rem;
}
.bx 
{
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
}
* ::after, ::before 
{
    box-sizing: border-box;
}
fieldset.home-count-box legend 
{
    color: #201d1c;
}
fieldset.home-count-box legend, fieldset.inner-count-box legend 
{
    float: unset;
    width: auto;
    padding: 0 2rem;
    margin-bottom: 0;
}
.legend 
{
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
}
.bx-plus:before 
{
    content: "\ebc0";
}
.advisors
{
    font-family: 'Poppins', sans-serif;
}
.advisors .advisor-info h2
{
    color: #002147;
}
.advisors .sub-advisor 
{
    position: relative;
    font-family: "segoe ui light"
}
.advisors .sub-advisor a
{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color:rgb(228, 228, 228)
}
.advisors .sub-advisor .overlay
{
    background-color:rgba(0, 33, 71, 0.7);
    position: absolute;
    top:-100%;
    bottom: 100%;
    left:15px;
    right:15px;
    transition: all 800ms;
}
.advisors .sub-advisor:hover .overlay
{
    top:15px;
    bottom:15px;
}
.advisors .info-title
{
    background-color: #fff;
    position: absolute;
    left:15px;
    right:15px;   
    bottom:15px;
    transition: all 800ms;
}
.advisors .sub-advisor:hover .info-title
{
    bottom:-100%;
}
.advisors .info-title h4
{
    color: #002147;
}
.advisors h2{
    font-size: 40px;
}
.advisors .info-title span
{
    color: rgb(207, 86, 53);
    font-family: "Poppins",sans-serif;
    font-weight: 600;
}
.stats-card
{
    display: flex;
    flex: 100%;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
}
.icon-circle
{
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 2rem;
    background-color: #09c;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-circle
{
    width: 1.3rem;
    height: 1.3rem;
}
.title
{
    font-size: 1.5rem;
    font-weight: 600;
    color: rgb(207, 86, 53);
    margin-top: 0.3rem;
}
.label
{
    font-size: 0.8rem;
    color: aquamarine;
    margin-top: 0.1rem;
    text-align: center;
}
.card-1 ,.card-2 ,.card-3
{
    height: 178px;
    background-size: cover;
    border: none;
    transition:all 1s;
}
.car-overlay-1
{
    background-image: url(../Images/305966-200.png);
    background-color: #000;
    background-size: 100% 100%;
} 

.car-overlay-2
{
    background-image: url(../Images/friendly_partner_partnership_together-1024.webp);
    background-size: 100% 100%;
}
.car-overlay-3
{
    background-image: url(../Images/3442327.png);
    background-size: 100% 100%;

}
.card-width
{
    width: 100%;
    height: 100%;
}

.card-1 .car-overlay ,.card-2 .car-overlay ,.card-3 .car-overlay
{
    background-color: aliceblue;
}
.car-overlay
{
    color: #000;
}
.card-1 .car-overlay, .card-2 .car-overlay, .card-3 .car-overlay
{
    background-color: rgba(0, 0, 0, 0.6);
    color: aliceblue;
}
.card .car-overlay 
{  
    transition: all 1s;
}
.mine
{
    height: 20px;
    width: 100%;
}
.info h5
{
    font-size: 23px;
}
.card
{
    position: relative;
    top: 0;
}
.card::after
{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 0%;
    background-color: rgb(207, 86, 53);
    transition: all 1s;
}
.card:hover::after
{
    height: 100%;
}
.card::before
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 0%;
    background-color: rgb(207, 86, 53);
    transition: all 1s;
}
.card:hover::before
{
    height: 100%;
}

.navbar
{
    height: 10%;
    background-color: white;
    border-bottom: 1px solid #1b15c7;
}
.navbar img
{
    width: 230px;
    height: 100%;
}
.nav-item .nav-link 
{
    color: #1b15c7;
    font-weight: 800;
    font-size: 18px;
    margin-left: 12px;
    position: relative;
}
.navbar .nav-item:hover .nav-link 
{
    color:rgb(207, 86, 53);
}
.nav-item .nav-link::before
{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: rgb(207, 86, 53);
    transition: all 1s;
}
.nav-item .nav-link:hover::before
{
    width: 100%;
}   
.navbar .active 
{
    border-bottom: 3px solid rgb(207, 86, 53);
}
.hidden
{
    opacity: 0;
    filter: blur(5px);
    transform: translateY(10%);
    transition: all 1s;
}
.show
{
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);

}
.reveal
{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 2s ease;
}
.reveal.active
{
    transform: translateY(0px);
    opacity: 1;
}
#myBtn
{
    display: none;
    position: fixed;
    bottom: 30px;
    right: 35px;
    z-index: 99;
    font-size: 20px;
    font-weight: 600;
    color: #1b15c7;
    border: none;
    background-color: transparent;
    padding: 10px;
}
#myBtn:hover
{
    cursor: pointer;
}
.contact-info h6
{
    color: #fff;
    font-size: 23px;
    font-weight: 700
}
.contact-info p
{
    color: #fff;
    font-size: 20;
    font-weight: 400;
}
.infoo
{
    padding-bottom: 20px;
}
.info-title
{
    font-size: 25px;
}
.modal-title
{
    font-size: 30px;
    font-weight: 700;
    color: #1b15c7;
}
.modal-body
{
    color: #1b15c7;
}
.modal-footer button
{
    background-color: white;
    color: rgb(207, 86, 53);
    font-weight: 500;
}
.modal-footer button:hover
{
    background-color: rgb(207, 86, 53);
    border-color: white;
    color: white;
}
.overlay p
{
    font-size: 23px;    
}
#slider
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.subcontainer
{
    width: 100%;
    margin: auto;
}
.slider-img
{
    width: 100%;
    height: 100%;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.nums
{
    width: 400px;
    display: flex;
}
.nums .num
{
    flex: 1;
    text-align: center;
    font-size: 40px;
    padding: 20px;
}
.counters
{
    background-color: rgb(240, 248, 255);
}
.contact-container
{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-image: url(../Images/background.jpg);
    background-repeat: repeat;
    background-size: 100 100;
}
.contact-left
{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.contact-left-title h1
{
    font-weight: 600;
    color: #222165;
    font-size: 32px;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}
.contact-inputs
{
    width: 600px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 25px;
    border-radius: 50px;
    font-weight: 500;
    color: #222165;
}
.contact-left textarea
{
    height: 170px;
    padding-top: 15px;
    border-radius: 20px; 
    width: 600px;

}
.contact-inputs
{
    border: 1px solid #c5c5e9;
}
.contact-inputs:focus
{
    border: 2px solid rgb(207, 86, 53);
}
.contact-inputs::placeholder
{
    color: #222165;
}
.contact-left button
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    font-size: 18px;
    color: #fff;
    gap: 10px;
    border: none;
    border-radius: 50px;
    background: #222165;
    cursor: pointer;
    margin: auto;
    font-weight: 500;
}
@media (max-width: 800px)
{
    .contact-inputs
    {
        width: 80vw;
    }
}
.contact-left button:hover 
{
    border: 1px solid #222165;
    color: #222165;
    background-color: #fff;
}
.modal-body
{
    overflow: auto;
}
.modal-content
{
    height: 800px;
    margin: auto;
    justify-content: center;
}
.social-header
{
    font-weight: 900;
    color: rgb(207, 86, 53);
    overflow: hidden;
}
.contact-us
{
    background-color: #080546;
}
.social-linked a
{
    width: 60%;
    padding: 35px;
    border: solid 5px #296fc5;
    border-radius: 8px;
    font-size: 14px;
    position: relative;
    text-align: center;
}
.social-linked
{
    justify-content: center;
    align-items: center;
    margin: auto;
}
.social-linked a::after
{
    content: "";
    background-image: url(../Images/linkedin.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% 100%;
    position: absolute;
    background-color: white;
    bottom: 80%;
    left: 15px;
    width: 25%;
    height: 30px;
}
.social-links
{
    width: 80%;
    margin: auto;
}
.social-linked a
{
    width: 80%;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding: 30px;
    color: #296fc5;
    font-weight: 600;
    border-color: #296fc5;
    transition: all 0.2s;
}
.social-face a
{
    width: 65%;
    padding: 35px;
    border: solid 5px #1611a7;
    border-radius: 8px;
    font-size: 14px;
    position: relative;
    text-align: center;
}
.social-face
{
    justify-content: center;
    align-items: center;
    margin: auto;
}
.social-face a::after
{
    content: "";
    background-image: url(../Images/facebook.PNG);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% 110%;
    position: absolute;
    background-color: white;
    bottom: 80%;
    left: 15px;
    width: 25%;
    height: 30px;
}
.social-face a
{
    width: 82%;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    padding: 30px;
    color:#1611a7;
    font-weight: 600;
}
.numbers
{
    width: 75%;
    padding: 16px;
    border: solid 5px #0a065a;
    border-radius: 8px;
    font-size: 20px;
    position: relative;
    margin: 0 auto;
}
.numbers::after
{
    content: "";
    position: absolute;
    background-image: url(../Images/background.jpg);
    top: 90%;
    left: 20px;
    width: 13%;
    height: 30px;
}
.numbers::before
{
    content: "";
    background-color: #0a065a;
    position: absolute;
    top: 90%;
    left: 38px;
    width: 4px;
    height: 28px;
    z-index: 999;
}
.cont
{
    color: rgb(207, 86, 53);
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: 600;
}
.head-back
{
    height: 40vh;
    width: 50%;
    background-image:url(../Images/back..png);
    background-size: 50% 75%;
    background-repeat: no-repeat;
    background-position: center;
    background-origin: border-box;
    background-attachment: fixed;
}
.about-us h3
{
    font-weight: 600;
    color: rgb(207, 86, 53);
}
.about-us span
{
    font-size: 15px;
    color: gray;
}
.about-us p
{
    color:#1712b1;
    font-size: 17PX;
    font-weight: 600;
}
.about-us img
{
    height: 300px;
    margin-left: 20px;
    border-radius: 10px;
}
.about-me
{
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 1px;
}
.about-me
{
    min-height: 100vh;
    width: 100%;
    background-image:linear-gradient(rgba(0,0,0,0.80), rgba(0,0,0,0.80)), url('../Images/image-3-1024x536.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 100px;
}
.about-me img
{
    border: 2px solid #fff;
    border-radius: 50%;
    height: 180px;
    width: 180px;
    box-shadow: #000;
}
.about-me h1
{
    font-weight: 600;
    font-size: 43px;
}
.about-me blockquote
{
    font-family: sans-serif;
    font-size: 18px;
}
.strength img
{
    border-radius: 10px;
}
.strength h3
{
    color: rgb(207, 86, 53); 
    font-weight: 600;
}
.strength p
{
    font-size: 15px;
    color: grey;
}
.strength span
{
    color: #1712b1;
    font-size: 17px;
    font-weight: 600;
}
.general-info h3
{
    color: rgb(207, 86, 53); 
    font-weight: 600;
}
.general-info img
{
    border-radius: 10px;
}
.our-services h3
{
    color: rgb(207, 86, 53); 
    font-weight: 600;
}
.our-services p
{
    font-size: 15px;
    color: grey;
}
.our-services span
{
    color: #1712b1;
    font-size: 17px;
    font-weight: 600;
}
.chart h2
{
    color: rgb(207, 86, 53); 
    font-weight: 600;
}


.job-header
{
    min-height: 50vh;
    width: 100%;
    background-image:linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url('../Images/aerial-view-business-team-scaled.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: 100% 100%;
    padding: 30px 100px;
    color: #fff;
    font-weight: 600;   
    font-size: 43px;
    justify-content: center;
    align-items: center;
}
.job-header h1
{
    font-size: 55px;
    font-weight: 700;
    font-family:Arial, Helvetica, sans-serif;
}
.opportunities h1
{
    color: rgb(207, 86, 53);
    font-weight: 600;
    font-size: 46px;
}
.opportunities
{
    padding-top: 25px;
    padding-bottom: 25px;
    background-image: url(../Images/background.jpg);
    background-repeat: repeat;
    background-size: 100 100;
    position: relative;
}
.opportunity
{
    background-color:white;
    box-shadow: 10px #000;
    margin-top: 20px;
    padding: 25px;
    border-radius: 10px;
    width: 100%;
    border: 1px solid #a0c5e5;
    transition: all 0.1s;
    box-sizing: border-box;
}
.opportunity:hover
{
    border: 2px solid #1b15c7;
    box-shadow: 3px 3px rgba(60, 116, 180, 0.7);
}
.opportunity h5
{
    color:#1b15c7;
    font-weight: 500;
}
.opportunity h6
{
    color:#666;
}
.opportunities button
{
    background-color: #1b15c7;
    color: white;
    font-size: 17px;
}
.opportunities button:hover
{
    background-color: #fff;
    color: #1b15c7;
    border: 2px solid #1b15c7;
}
.application-inputs
{
    width: 600px;
    height: 60px;
    border: none;
    outline: none;
    padding-left: 25px;
    border-radius: 50px;
    font-weight: 300;
    color: #666;
    font-size: 20px;
}
.application-inputs
{
    border: 1px solid paleturquoise;
}
.application-inputs:focus
{
    border: 3px solid rgb(207, 86, 53);
}
.application-inputs::placeholder
{
    color: #a9a9a9;
}
.job-header button
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    font-size: 20px;
    color: white;
    gap: 10px;
    border: none;
    border-radius: 50px;
    background: rgb(207, 86, 53);
    cursor: pointer;
    margin: auto;
    font-weight: 600;
    transition: all 0.1s;
}
.job-header button:hover
{
    background: #1b15c7;
    color:white;
}

.file 
{
    background-color: #fff;
    color: #a9a9a9;
    text-align: center;
    padding-top: 10px;
}
.advisors h2
{
    color: rgb(207, 86, 53);
    font-weight: 600;
}
.counters h1
{
    color: rgb(207, 86, 53);
    font-weight: 600;
}
.branch-header h2
{
    color: rgb(207, 86, 53);
    font-weight: 600;
}
.footer
{
    font-size: 30px;
    z-index: 9999;
}
.footer a 
{
    padding: 20px;
    font-size: 40px;
    color:#1b15c7
}
.footer a:hover i
{
    color: rgb(207, 86, 53);
}
.branch-header iframe
{
    width: 95%;
}

@media (max-width:1200px)
{
    .navbar 
            {
                height: 7%;
            }
    .navbar img
    {
        width: 100px;
    }        
    .nav-item .nav-link
            {
                font-size: 13px;
            }   
            .numbers
    {
        font-size: 15px;
    } 
    .numbers::after
{
    content: "";
    position: absolute;
    background-image: url(../Images/background.jpg);
    top: 90%;
    left: 20px;
    width: 13%;
    height: 30px;
}
.numbers::before
{
    content: "";
    background-color: #0a065a;
    position: absolute;
    top: 90%;
    left: 32px;
    width: 4px;
    height: 28px;
    z-index: 999;
}
.layer
{
    background-color: rgb(236, 234, 234);
    height: 320px;
}
.layer .carousel-item img
{
    height: 300px;
}
.home
{
    height: 400px;
}
.footer a
{
    font-size: 25px;
    padding: 15px;
}
}
@media (max-width:992px)
{
    .numbers
    {
        font-size: 12px;
    }
    .numbers::after
    {
        content: "";
        position: absolute;
        background-image: url(../Images/background.jpg);
        top: 90%;
        left: 20px;
        width: 14%;
        height: 30px;
    }
    .numbers::before
    {
        content: "";
        background-color:#0a065a;
        position: absolute;
        top: 90%;
        left: 30px;
        width: 3px;
        height: 28px;
        z-index: 999;
    }
    .carousel-item .carousel-caption h5
{
    font-size: 25px;
}
}
@media (max-width:768px)
{
    .numbers
    {
        font-size: 11px;
        width: 100%;
    }
    .numbers::after
    {
        content: "";
        position: absolute;
        background-image: url(../Images/background.jpg);
        top: 90%;
        left: 20px;
        width: 17%;
        height: 30px;
    }
    .numbers::before
    {
        content: "";
        background-color: #0a065a;
        position: absolute;
        top: 90%;
        left: 30px;
        width: 3px;
        height: 28px;
        z-index: 999;
    }
    .layer
{
    background-color: rgb(236, 234, 234);
    height: 370px;
}
.layer .carousel-item img
{
    height: 350px;
}
.home
{
    height: 440px;
}
.carousel-item .carousel-caption h5
{
    font-size: 20px;
}
}
@media (max-width:576px)
{
    .numbers
    {
        font-size: 15px;
        width: 50%;
        justify-content: center;
        align-items: center;
        margin: auto;
        text-align: center;
        margin-bottom: 20px;
    }
    .numbers::after
    {
        content: "";
        position: absolute;
        background-image: url(../Images/background.jpg);
        top: 91%;
        left: 20px;
        width: 15%;
        height: 30px;
    }
    .numbers::before
    {
        content: "";
        background-color: #0a065a;
        position: absolute;
        top: 90%;
        left: 37px;
        width: 4px;
        height: 25px;
        z-index: 999;
    }
}
@media (max-width:770px)
{
    .navbar 
            {
                height: 6%;
            }
            .navbar img
            {
                width: 70px;
            }
    .nav-item .nav-link
            {
                font-size: 7px;

            }     

}
@media (max-width:576px)
{
    .navbar 
            {
                height: 8%;
                padding-top: 0;
                margin-top: 0;
                margin-bottom: 0;
            }
            .navbar img
            {
                width: 200px;
            }
    .nav-item .nav-link
            {
                font-size: 17px;
                background-color: azure;
                margin-top: 0;
            }
}
.contact-info iframe
{
    width: 100%;
    height: 250px;
}
@media (max-width:993px)
{
    .contact-us
    {
        height: 400px;
    }
    .contact-info iframe
    {
        height: 350px;
    }
}
@media (max-width:768px)
{
    .contact-us
    {
        height: 847px;
    }
}
label
{
    font-size: 30px;
}
@media (max-width:1425px)
{
    .application-inputs
{
    width: 350px;
    height: 60px;
    border: none;
    outline: none;
    padding-left: 25px;
    border-radius: 50px;
    font-weight: 300;
    color: #666;
    font-size: 20px;
}
label
{
    font-size: 25px;
    width: 350px;
}
}
@media (min-width:1425px)
{
    .available
    {
    width: 600px;;
    }
}
@media (max-width:992px)
{
    .application-inputs
{
    width: 400px;
    height: 60px;
    border: none;
    outline: none;
    padding-left: 25px;
    border-radius: 50px;
    font-weight: 300;
    color: #666;
    font-size: 20px;
    margin-bottom: 10px;
}
label
{
    font-size: 25px;
    width: 400px;
    margin-bottom: 10px;
}
.job-header h1
{
    font-size: 45px;
}
}
@media (max-width:550px)
{
    .application-inputs
{
    width: 320px;
    height: 60px;
    border: none;
    outline: none;
    padding-left: 25px;
    border-radius: 50px;
    font-weight: 300;
    color: #666;
    margin-bottom: 10px;
}
.job-header input
{
    font-size: 18px;
}
label
{
    font-size: 18px;
    width: 300px;
    margin-bottom: 10px;
}
.job-header h1
{
    font-size: 30px;
}
}
@media (max-width:1300px)
{
.contact-inputs
{
    width: 450px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 25px;
    border-radius: 50px;
    font-weight: 500;
    color: #666;
    border: 1px solid rgb(208, 221, 235);
}
.contact-left textarea
{
    height: 150px;
    padding-top: 15px;
    border-radius: 20px; 
    width: 450px;
    border: 1px solid rgb(208, 221, 235);
}
}
@media (max-width:1100px)
{
    .contact-left-title h1
{
    font-weight: 600;
    color: #1933a7;
    font-size: 26px;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}
.contact-inputs
{
    width: 400px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 25px;
    border-radius: 50px;
    font-weight: 500;
    color: #666;
    border: 1px solid rgb(208, 221, 235);
}
.contact-left textarea
{
    height: 150px;
    padding-top: 15px;
    border-radius: 20px; 
    width: 400px;
    border: 1px solid rgb(208, 221, 235);
}
}
@media (max-width:768px)
{
    .contact-left-title h1
{
    font-weight: 600;
    color: #1933a7;
    font-size: 20px;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}
.contact-inputs
{
    width: 450px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 25px;
    border-radius: 50px;
    font-weight: 500;
    color: #666;
    margin-bottom: 10px;
    border: 1px solid rgb(208, 221, 235);
}
.contact-left textarea
{
    height: 170px;
    padding-top: 15px;
    border-radius: 20px; 
    width: 450px;
    border: 1px solid rgb(208, 221, 235);
}
.footer a
{
    font-size: 20px;
    padding: 10px;
}
}
@media (max-width:600px)
{
    .contact-left-title h1
{
    font-weight: 600;
    color: #1933a7;
    font-size: 14.5px;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}
.contact-inputs
{
    width: 350px;
    height: 45px;
    border: none;
    outline: none;
    padding-left: 25px;
    border-radius: 50px;
    font-weight: 400;
    color: #666;
    margin-bottom: 10px;
    font-size: 13px;
    border: 1px solid rgb(208, 221, 235);
}
.contact-left textarea
{
    height: 170px;
    padding-top: 15px;
    border-radius: 20px; 
    width: 350px;
    border: 1px solid rgb(208, 221, 235);
}
}
@media (max-width:1000px)
{
    .social-linked a
{
    width: 50%;
    padding: 20px;
    font-size: 10px;
}
.social-face a
{
    width: 50%;
    padding: 20px;
    font-size: 10px;
}
.about-me
{
    min-height: 10vh;
    width: 100%;
    background-image:linear-gradient(rgba(0,0,0,0.80), rgba(0,0,0,0.80)), url('../Images/image-3-1024x536.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 100px;
}
.about-me img
{
    border: 2px solid #fff;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    box-shadow: #000;
}
.about-me h1
{
    font-weight: 600;
    font-size: 28px;
}
.about-me blockquote
{
    font-family: sans-serif;
    font-size: 12px;
}
}
@media (max-width:650px)
{
.about-me
{
    min-height: 10vh;
    width: 100%;
    background-image:linear-gradient(rgba(0,0,0,0.80), rgba(0,0,0,0.80)), url('../Images/image-3-1024x536.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 100px;
}
.about-me img
{
    border: 2px solid #fff;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    box-shadow: #000;
    padding-bottom: 0;
    margin-bottom: 0;
}
.about-me h1
{
    font-weight: 600;
    font-size: 23px;
}
.about-me h2
{
    font-size: 19px;
}
.about-me blockquote
{
    font-family: sans-serif;
    font-size: 10px;
    padding: 0;
    margin: 0; 
}
}
@media (max-width:576px)
{
.social-linked a
{
    width: 50%;
    padding: 15px;
    font-size: 11px;
}
.social-face a
{
    width: 50%;
    padding: 15px;
    font-size: 10px;
}
.social-face
{
    margin-bottom: 30px;
}
.social-linked
{
    margin-top: 30px;
}
.infoo h6
{
    font-size: 18px;
}
.infoo p
{
    font-size: 15px;
}
}
.item-1 img
{
    width: 75%;
    height: 38vh;
    background-image:linear-gradient(rgba(0,0,0,0.70), rgba(0,0,0,0.70)), url('../Images/aerial-view-business-team-scaled.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    margin: auto;
    text-align: center;
}
.item-2 img
{
    width: 75%;
    height: 38vh;
    background-image:linear-gradient(rgba(0,0,0,0.70), rgba(0,0,0,0.70)), url('../Images/DSCF7916.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    margin: auto;
    text-align: center;
}
.carousel-caption h5
{
    font-size: 40px;
    font-weight: 600;
}
.numbers p
{
    cursor: pointer;
}
.numbers p:hover
{
    color: rgb(207, 86, 53);
}
.numbers a 
{
    color: #000;
}
.numbers a:hover
{
    color: rgb(207, 86, 53);
}
.btn-service
{
    background-color: white;
    color: #171287;
    border: 1PX solid #171287;
    font-size: 18px;
    padding: 12px 18px;
    font-weight: 600;
}
.btn-service:hover
{
    background-color: #171287;
    color: white;
}
.item
{
    background-color: rgba(0, 0, 0, 0.6);
}
.modal-body .btn
{
    background-color: rgb(207, 86, 53);
    color: white;
}
.modal-body .btn:hover
{
    background-color: white;
    color: rgb(207, 86, 53);
    border: 1px solid rgb(207, 86, 53);
}
.modal-footer a
{
    color: rgb(207, 86, 53);
}
.modal-footer button:hover a
{
    color: white;
}
.modal-body .btn-more
{
    background-color: white;
    color: rgb(207, 86, 53);
    border: 2px solid rgb(207, 86, 53);
    font-size: 17px;
    font-weight: 600;
}
.modal-body .btn-more:hover
{
    background-color: rgb(207, 86, 53);
    color: white;
    border: 2px solid rgb(207, 86, 53);
}
.counters p
{
    color: #0e0a5f;
}
.counters .card-body
{
    color: #0e0a5f;
}
.numbers p , .numbers a
{
    color: #0e0a5f;
}
.num
{
    color: #0e0a5f;
}
.modal-body p
{
    color: #0e0a5f;
}
.modal-title
{
    color: #0e0a5f;
}
.counters 
{
    background-image: url(../Images/background.jpg);
}
.more-info h3
{
    color: #0e0a5f;
    font-weight: 600;
}
.more-info h6
{
    color: #0e0a5f;
    position: relative;
    font-size: 20px;
}
.more-info h6::before
{
    content: "";
    background-color: #002147;
    width: 13%;
    height: 4px;
    margin: auto;
    top: 65px;
    left: 44%;
    position: absolute;
}
.kyc-info
{
    box-sizing: border-box;
    transition: all 0.1s;
}
.kyc-info p
{
    color: #0e0a5f;
}
.kyc-info h1
{
    color: rgb(207, 86, 53);
}
.kyc-info
{
    background-color:rgb(245, 245, 245);
    border-top: 3px solid rgb(207, 86, 53);
    border-bottom: 3px solid rgb(207, 86, 53);
    box-sizing: border-box;
}
.kyc-info h1
{
    font-size: 60px;
}
.more-info
{
    background-image: url(../Images/background.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, .2);
    text-align: center;
    position: relative;
    z-index: 99;
}
.modal-titlee
{
    color: #002147;
    font-size: 20px;
}
.more-info::before 
{
    position: absolute;
    z-index: 99;
    display: block;
    content: "";
    width: 100%;
    top: -46px;
    height: 30px;
    background: #222165;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
}
.more-info::after 
{
    position: absolute;
    z-index: 99;
    display: block;
    content: "";
    width: 100%;
    top: -32px;
    height: 50px;
    -webkit-transform: skewY(-1deg);
    transform: skewY(-1deg);
    background-image: url(../Images/background.jpg);
    background-repeat: repeat;
    background-size: cover;
}
::after, ::before 
{
    box-sizing: border-box;
}
.service-info h1
{
    color: #222165;
    font-size: 40px;
    font-weight: 600;
    position: relative;
}
.service-para
{
    position: relative;
    color: #222165;
}
.service-para::before
{
    position: absolute;
    display: block;
    top: -50px;
    left: -50px;
    right: auto;
    content: "\f10d";
    font-size: 40px;
    color: #d6d4d4;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}
.service-para::after
{
    position: absolute;
    display: block;
    bottom: -50px;
    right: -50px;
    left: auto;
    content: "\f10d";
    font-size: 40px;
    color: #d6d4d4;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}
.service-info
{
    position: relative;
}
.service-info::before 
{
    position: absolute;
    z-index: 99;
    display: block;
    content: "";
    width: 100%;
    top: -18px;
    height: 30px;
    background: #222165;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
}
.service-info::after 
{
    position: absolute;
    z-index: 99;
    display: block;
    content: "";
    width: 100%;
    top: -6px;
    height: 38px;
    -webkit-transform: skewY(-1deg);
    transform: skewY(-1deg);
    background: #fff;
}
.service-info h1::before
{
    height: 55%;
    background: #222165;
    width: 25px;
    left: -40px;
    right: auto;
    content: "";
    position: absolute;
    display: block;
}
.service-infoo
{
    position: relative;
}
.service-infoo::before 
{
    position: absolute;
    z-index: 99;
    display: block;
    content: "";
    width: 100%;
    top: -18px;
    height: 30px;
    background: #222165;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
}
.service-infoo::after 
{
    position: absolute;
    z-index: 99;
    display: block;
    content: "";
    width: 100%;
    top: -6px;
    height: 38px;
    -webkit-transform: skewY(-1deg);
    transform: skewY(-1deg);
    background: #fff;
}
.service-infoo p
{
    font-size: 20px;
}
.service-info p
{
    font-size: 20px;
}
.contact-section
{
    background-image: url(../Images/background.jpg);
    position: relative;
}
.contact-section h6 , .contact-section p
{
    color: #222165;
}
.opportunities::before
{
    position: absolute;
    z-index: 99;
    display: block;
    content: "";
    width: 100%;
    top: -56px;
    height: 30px;
    background: #222165;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
}
.opportunities::after
{
    position: absolute;
    z-index: 99;
    display: block;
    content: "";
    width: 100%;
    top: -44px;
    height: 60px;
    -webkit-transform: skewY(-1deg);
    transform: skewY(-1deg);
    background-image: url(../Images/background.jpg);
    background-repeat: repeat;
    background-size: 100 100;
}

.branch-header h5
{
    color: #222165;
}
.branch-header h4
{
    color: #222165;
}
.contact-header h2
{
    color: #222165;
    font-size: 30px;
    margin-left: 10px;
}
.arabic
{
    font-family: "Cairo", system-ui;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:
    "slnt" 0;
}
.privacy
{
    color: #222165;
}
.privacy-policy
{
    background-color: rgb(238, 241, 243);
}
.wrapper 
{
    position: fixed;
    bottom: 35px;
    right: -370px;
    max-width: 345px;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 15px 25px 22px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
  }
  .wrapper.show 
  {
    right: 20px;
  }
  .wrapper header 
  {
    display: flex;
    align-items: center;
    column-gap: 15px;
  }
  .wrapper i 
  {
    color: #272677;
    font-size: 32px;
  }
  .wrapper h3 
  {
    color: #272677;
    font-weight: 500;
  }
  .wrapper .data 
  {
    margin-top: 16px;
  }
  .wrapper .data p 
  {
    color: #333;
    font-size: 15px;
  }
  .data p a 
  {
    color: #2f2d8a;
    text-decoration: none;
  }
  .data p a:hover 
  {
    color: #142041;
  }
  .wrapper .buttons 
  {
    margin-top: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .buttons .button 
  {
    border: none;
    color: #fff;
    padding: 8px 0;
    border-radius: 4px;
    background: #272677;
    cursor: pointer;
    width: calc(100% / 2 - 10px);
    transition: all 0.2s ease;
  }
  .buttons #acceptBtn:hover 
  {
    background-color: #142041;
  }
  #declineBtn 
  {
    border: 2px solid #272677;
    background-color: #fff;
    color: #272677;
  }
  #declineBtn:hover 
  {
    background-color: #272677;
    color: #fff;
  }
 @media (min-width:1000px)
 {
     .video-container
 {
     max-width: 80%;
     width: 80%;
     max-height: 10vh;
     margin: auto;
     justify-content: center;
     align-items: center;
 }
 .video-container video
 {
     width: 100%;
     height: 100%;
 }
 }
.new-year h1
{
    font-size: 100px;
    font-family:cursive;
    font-weight: 800;
    padding: 0;
    margin: 0;
}
.new-year 
{
    margin-top: 10%;
    position: relative;
}

.year-4, .year-5 
{
    position: absolute;
    transition: all 1s;
    font-size: 5rem;
    backface-visibility: hidden;
}
.year-4 
{
    transform: rotateX(0deg);
}

.year-5 {
    opacity: 0; 
    transform: rotateX(90deg); 
}
.video-background 
{
    position: relative;
    height: 50vh; 
    overflow: hidden; 
    width: 100%;
    transform-style: preserve-3d;
}
.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1; /* وضع الفيديو خلف النص */
    transform: translate(-50%, -50%);
    background: no-repeat;
    background-size: cover;
}
.video-background .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 9999; /* النص في الأمام فوق الفيديو */
}
@media (max-width: 1600px)
{
    .new-year h1
{
    font-size: 80px;
    font-family:cursive;
    font-weight: 800;
    padding: 0;
    margin: 0;
}
}
@media (max-width: 1000px)
{
    .new-year h1
{
    font-size: 55px;
    font-family:cursive;
    font-weight: 800;
    padding: 0;
    margin: 0;
}
.video-background 
{
    position: relative;
    height: 40vh; 
    overflow: hidden; 
}
}
@media (max-width: 800px)
{
    .new-year h1
{
    font-size: 40px;
    font-family:cursive;
    font-weight: 800;
    padding: 0;
    margin: 0;
}
.video-background 
{
    position: relative;
    height: 40vh; 
    overflow: hidden; 
}
}
@media (max-width: 500px)
{
    .new-year h1
{
    font-size: 30px;
    font-family:cursive;
    font-weight: 800;
    padding: 0;
    margin: 0;
}
.video-background 
{
    position: relative;
    height: 30vh; 
    overflow: hidden; 
}
}
.uni-video
{
    width: 100%;
    height: 150vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.video-wrapper
{
    height: 100%;
    width: 100%;
}

.video-element
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
}
.counters
{
    position: relative;
    z-index: 2;
    margin-top: 30px;
    padding-bottom: 60px;
}