
/* navigation-bar styling */
.navigation-bar li{
    padding: 0 10px;
}

.navigation-bar{
    
    position: sticky;
    top: 0;
    z-index: 99;

}

.navigation-bar a{
    color: rgb(189, 189, 189) !important;
    font-weight: 600;
}

.navigation-bar a:hover{
    color: #0bccc9 !important;
}
.navigation-bar{
    background-color: #04090e;
}
.navigation-bar .navbar-toggler{
    background-color: white !important;
}

.navigation-bar .btn{
    background: none;
    color: white;
    padding: 4px 30px;
    border: 1px solid #0bccc9;
    border-radius: 25px;
    font-size: 18px;
}

.navigation-bar .btn:hover{
    background-color: #037971;
    color: white;
}

/* Hero-section styling */
.bg-color{
    background-color: #04090e;
    color: white;
    padding-bottom: 50px;
}
.bg-color .hero-img img{
    position: absolute;
    top: -45px;
    left: 0;
    width: 20%;
}
.bg-color .hero-sec{
    padding-top: 50px;
}

.bg-color .hero-sec .hero-content .hero-btn{
    background: none;
    color: white;
    font-weight: 700;
    padding: 8px 35px;
    border: 1px solid #0bccc9;
    border-radius: 25px;
    font-size: 18px;
}

.bg-color .hero-sec .hero-content .hero-btn:hover{
    background-color: #037971;
}


.bg-color .hero-sec .right-img img{
    position: absolute;
    right: 0;
    top: 80%;
    width: 12%;
    height: auto;
    opacity: 0.3;
}

.hero-image{
    text-align: end;
}
.bg-color .left-img img{
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0.2;
    height: 790px;
    width: 38%;
    object-fit: cover;
}
.bg-color .medium{
    width: 73%;
}
.bg-color .full{
    text-align: -webkit-center;
}
.bg-color .full .medium .row .line {
    height: 18px;
}

.bg-color .technologes .row .tech-img img{
    height: 4rem;
    width: 4rem;
    object-fit: contain;
}

.bg-color .technologes .row .get-btn{
    background: none;
    color: white;
    font-weight: 700;
    padding: 8px 35px;
    border: 1px solid #0bccc9;
    border-radius: 25px;
    font-size: 18px;
}

.bg-color .technologes .row .get-btn:hover{
    background-color: #037971;
}

.left-stric img{
    position: absolute;
    bottom: -190%;
    left: 0;
    width: 20%;
}

.bg-color .procedure .main-content ul li{
    font-size: 25px;
    color: #ccdbdc;
}

.bg-color .procedure .row img{
    height: 420px;
    width: 420px;
}

.bg-color .testimonial img{
    height: 35px;
    width: 35px;
}

.bg-color .testimonial{
     align-items: center;
}

.bg-color .testimonial span:hover{
    color: #0bccc9;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0bccc9 !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #09706e !important;
}

.bg-color .project-sec{
    padding: 80px 0;
    background: #0a2e35;
}

.bg-color .project-sec .row .quote-btn{
    text-align: end;
}
.bg-color .project-sec .row .quote-btn .work-btn{
    background: none;
    color: white;
    font-weight: 700;
    padding: 8px 35px;
    border: 1px solid #0bccc9;
    border-radius: 25px;
    font-size: 18px;
}

.bg-color .project-sec .row .quote-btn .work-btn:hover{
    background-color: #037971;
}

.bg-color .main-sec{
    text-align: -webkit-center;
    padding: 50px 0;
}

.bg-color .main-sec .profile{
    width: 70%;
}
.bg-color .main-sec .profile .row img{
    width: 225px;
    height: 220px;
    object-fit: contain;
}

.footer-sec{
    box-shadow: 0px -15px 20px 2px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px -15px 20px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -15px 20px 2px rgba(0,0,0,0.75);
padding: 30px 0;
}
.footer-sec .footer-links li{
    margin-right: 25px;
    list-style-type: none;
}

.footer-sec .social-links{
    text-align: end;
}
.footer-sec .footer-links li a{
    color: white;
    text-decoration: none;
}

.footer-sec .social-links a{
    color: white;
}
.footer-sec .social-links .fa {
    border: 1px solid;
    padding: 12px 16px;
    font-size: 20px;
    margin-right: 15px;
}

.footer-sec .social-links .fa:hover{
    background-color: teal;
    transform: rotate(360deg);
    transition: 1s;
}

/* Media quries for Mobile Sizi */

@media (max-width:767px){
    .navigation-bar .navbar .nav-item{
        text-align: center !important;
    }
    .navigation-bar .navbar form{
        text-align: center !important;
    }
    .hero-content{
        text-align: center !important;
    }
    .hero-img{
        display: none !important;
    }
    .hero-image{
        text-align: center !important;
    }
    .left-img{
        display: none !important;
    }
    .project-text{
        text-align: center !important;
    }
    .full {
        display: none !important;
    }
    .our-services-heading .row p{
        text-align: center !important;
    }
    .project-sec{
        text-align: center !important;
    }
    .testimonial{
        justify-content: center !important;
    }
    .quote-btn{
        text-align: center !important;
    }
    .footer-sec .social-links{
        text-align: center !important;
    }
    .footer-sec .footer-links{
        justify-content: center !important;
    }
}

/* Media quries for Teblet Sizi */

@media (max-width:992px){
    .full {
        display: none !important;
    }
}