  
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --active-navlink: #e98074;
    --logo-color: #002855;
    --box-color: #c5dffd;
    --footer-bg: #002855;
    --navlink: #c5cbe3;
    --rare-color:  #002855;
    --light-blue: #f7f9fd;
    --white-color: #f3f1f1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', sans-serif;
}
p {
    font-family: 'Open Sans', sans-serif;
}
/* navbar */
.navbar-toggler-custom {
    display: inline-block;
    font-size: 28px;
    vertical-align: middle; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.bi-list-nested {
    color: #000;
}
nav.nav-style{
    background-color: #fff;
    padding: 1% 0 !important;
}
nav .navbar-brand {
    color: var(--logo-color);
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
}
nav .navbar-nav li a {
    color: var(--navlink);
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}
nav .navbar-brand img {
    width: 160px;
}
nav .navbar-nav li a:hover {
    color: #00000059;
}
section .nav-sec {
    display: none;
    transition: 1s ease-in;
    position: fixed;
    top: 0;
    height: 100vh;
z-index: 99999;
    background-color: var(--rare-color);
}
section .nav-sec.show {
    display: block;
}
section .nav-sec.remove{
    display: none;
}
section .nav-sec i.bi-x {
    margin-top: 15px;
    font-size: 40px;
    color: #c5cbe3;
    cursor: pointer;
}
section .nav-sec ul li {
    list-style: none;
    color: var(--navlink);
    font-size: 18px;
}
.section .dropdown .dropdown-menu .dropdown-item a {
    color: #c5cbe3;
}
@media (min-width: 900px) {
    section .nav-sec{
        display: none;
        visibility: hidden;
    }
}
/* about */
.about-con {
    border-radius: 20px;
}
section.about-margin-top{
    margin-top: 90px;
    margin-bottom: 60px;
}
section .about-con .about-text-box .fw-bold{
    font-weight: 700 !important;
}
.about-text-box {
    padding: 50px 0;
padding-left: 25px;
}
.about-text-box h1 {
    font-size: 45px;
}
section .about-con .about-text-box .text-muted{
    font-size: 17px;
   
}
.about-con {
    background-color: var(--box-color);
    background-image: url(img/);
   
}
.about-con img.about-img {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
@media (max-width: 990px) {
    .about-con img.about-img {
        border-top-right-radius: 0;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}
.waw {
    font-size: 30px;
}
.waw p {
    line-height: 27px;
}
section.wts {
    background-color: var(--light-blue);
}
.why-choose-us {
    background-color: #fff;
    padding: 30px;
   
    border: 1px solid #dde6f7;
    border-radius: 10px;
}
.why-choose-us .text-muted {
    font-size: 15px;
}
.why-choose-us i {
    font-size: 20px;
    color: #2788f7;
    padding: 10px;
    border-radius: 4px;
    background-color: #2788f744;
}
/* project */
section.port {
    background-color: var(--light-blue);
}
section.port .transparent-text h1 {
    font-size: 30px;
    font-family: 'Poppins', sans-serif; 
    color: transparent;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
    text-transform: uppercase;
    font-weight: 500;
    
}
.port .project-text {
    font-family: 'Poppins', sans-serif;
}
.port .project-text .mb-2 {
    font-weight: 800;
}
.port .project-text .text-2 {
    text-transform: uppercase;
    color: #002855;
    font-size: 13px;
    color: #2788f7;
    font-weight: 500;
    letter-spacing: 2px;
}
.port .project-img  {
    padding: 20px 35px;
}
.port .project-img img {
    width: 500px;
}
/* footer */

footer {
    color: #fff;
    background-color: var(--logo-color);
}
footer .bi-quote {
    color: #2788f7;
    font-size: 25px;
}
footer p {
    font-family: 'Outfit', sans-serif;
    margin: 0;
    font-size: 15px;
}
footer .footer-list li, .footer .footer-list {
    list-style: none;
    padding: none;
    margin: 0;

}
footer .footer-list {
    padding: 0;
}
footer .footer-list li a{
    font-family: 'Outfit', sans-serif;
    line-height: 2.3;
    text-decoration: none;
    color: #fff;
    
}
.footer-icon .icon-list {
    margin: 0;
    padding: 0;
    
}
.footer-icon .icon-list li {
    display: inline;
    margin-right: 20px;
    
}
.footer-icon .icon-list li a {
    text-decoration: none;
    color: #fff;
}
.news input.emaill {
    border: none;
    outline: none;
    width: 70%;
    padding: 12px 10px;
}
.news button {
    padding: 12px ;
    background-color: #2788f7;
    width: 30%;
    outline: none;
    border: none;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
   
}
/* ///////////////////////////////// */
.special-project .image-ios img {
    border-radius: 10px;
    /* width: 400px; */
}
.ios-text {
    margin: 20px 0;
}
.ios-text {
    font-family: 'Poppins', sans-serif;
}
.ios-text .mb-2 {
    font-weight: 800;
}
.ios-text .text-2 {
    text-transform: uppercase;
    color: #002855;
    font-size: 13px;
    color: #2788f7;
    font-weight: 500;
    letter-spacing: 2px;
}
.about-ios {
    font-family: 'Poppins', sans-serif;

}
.about-ios p {
    font-size: 10px;
}
.ios-tit {
    font-size: 30px;
    font-weight: bold;
}
  
 