/* 

Colors:
    Orange - #f26324 - rgb(242, 99, 36)
    Dark-blue - #05294f - rgb(5, 41, 79)

*/

:root{
    --blue: #3E4095;  /*#05294f;*/
    --orange: #FC6600; /*#f26324;*/
    --white: #ffffff;
    --black: #000000;
}


body{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

a{
    text-decoration: none;
}

.text-grey{
    color: #cccccc;
}

.text-orange{
    color: var(--orange);
}

.text-blue{
    color: var(--blue);
}

.text-grey{
    color: #cccccc;
}

.text-grey:hover {
    color: #ffffff;
}

.bg-white{
    background-color: #ffffff;
}

.breadcrumbs{
    background-image: linear-gradient(to left, rgb(5, 41, 79, 0.7), rgb(5, 41, 79, 0.9)), url("../images/bg/breadcrumbs.jpg");
    background-size: cover;
    background-position: center;
}

.btn-eng-blue{
    background-color: var(--blue);
    color: var(--white);
}

.btn-eng-blue:hover {
    background-color: var(--orange);
    color: var(--white);

}


.hori-sm{
    background-color: var(--orange);
    height: 5px;
    width: 45px;
}


.top-bar{
    background-color: #f26324;
    color: #ffffff;
}

.main-menu{

}

.main-menu .nav-item{
    padding: 0 10px 0 10px;
}

.main-menu .nav-item .nav-link{
    color: var(--blue);
}

.main-menu .nav-item .nav-link:hover{
    color: var(--orange);
}



.dropdown:hover .dropdown-menu{
    display: block;
}

.dropdown-menu{
    --bs-dropdown-link-active-bg: var(--orange);
}

.carousel-item .carousel-caption{
    position: absolute;
    top: 20%;
    left: 14%;
    text-align: left;
}


.carousel-item .carousel-caption h1{
    color: var(--orange);
    font-size: 60px;
    font-weight: bold;
}


.carousel-item .carousel-caption p {
    color: var(--white);
    font-size: 20px;
}

.about-services{
    position: relative;
}


.about-title{
    font-size: 25px;
}

.about-img-wrapper{
    position: relative;
}

.about-img-wrapper::before{
    content: "";
    background-color: var(--orange);
    width: 100px;
    height: 300px;
    position: absolute;
    left: 3%;
    top: -5%;
    z-index: -1;
}

.about-img-wrapper::after {
    content: "";
    background-color: var(--orange);
    width: 80px;
    height: 150px;
    position: absolute;
    right: 3%;
    bottom: -5%;
    z-index: -1;
}

.home-about-image{
    width: 70%;
    position: relative;
    border-radius: 0 50px 0 50px;
}



.about-services::after{
    content: "";
    background-image: url('../images/bg/5.webp');
    background-size: cover;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 20%;
    right: 0;
    z-index: -1;
}


.about-services .home-services::before{
    content: "";
    background-image: url('../images/bg/3.png');
    background-size: contain;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}

.service-card{
    background-color: var(--white);
}


.service-card:hover{
    background-image: linear-gradient(to bottom, rgb(5, 41, 79, 0.5), rgb(5, 41, 79, 0.99)), url('../images/bg/11.jpg');
    background-size: cover;
    color: var(--white);
}

.service-card:hover img{
    background-color: var(--orange);
    padding: 5px;
    border-radius: 10px;
}

.service-card:hover .service-name, a{
    color: var(--white);
}

.service-card:hover a {
    color: var(--white);
}

.home-service-icon{
    width: 50px;
    height: 70px;
}



.home-banner{
    background-image: url('../images/bg/12.jpg');
    background-size: cover;
}


.projects-card, .team-card{
    background: transparent;
    border: 1px solid #ffffff;
}

.projects-card h5,
.team-card h5 {
    color: var(--orange);
}

.projects-card:hover h5,
.team-card:hover h5 {
    color: var(--white);
}


.projects-card:hover,
.team-card:hover {
    background: transparent;
    border: 1px solid var(--orange);
    cursor: pointer;
}


.activities-projects{
    position: relative;
}


.principal-activities::before{
    content: "";
    position: absolute;
    background-image: url('../images/bg/1.png');
    background-size: cover;
    width: 400px;
    height: 600px;
    top: -15%;
    right: 0;
    z-index: -1;
}


.activities-projects::before {
    content: "";
    position: absolute;
    background-image: url('../images/bg/4.png');
    background-size: cover;
    width: 400px;
    height: 1000px;
    top: 35%;
    left: 0;
    z-index: -1;
}

.activity-card:hover{
    background-color: var(--blue);
    color: var(--white);
}

.activity-card .card-body ul li::marker{
    display: none;
}

::marker{
    display: none;
}

.project-card{
    position: relative;
}

.project-card:hover {
    /* cursor: pointer; */
}

.project-card .category{
    background-color: var(--orange);
    color: var(--white);
    padding: 4px;
    width: 55%;
    border-radius: 10px;
    font-size: 13px;
}

.project-card .title{
    color: var(--white);
}


.project-card:hover .category{
    transition: 0.99s;
    transform: translateY(40px);
}

.project-card:hover .title{
    transition: 0.99s;
    transform: translateY(20px);
}


.project-card .subtitle {
    color: var(--white);
    padding: 0 0 90px 0;
}

.project-card:hover .subtitle {
    transition: 0.7s;
    transform: translateY(10px);
}

.project-card .link {
    color: var(--white);
    
}

.project-details::after{
    content: "";
    position: absolute;
    background-image: url('../images/bg/4.png');
    background-size: cover;
    width: 400px;
    height: 900px;
    top: 45%;
    right: 0;
    z-index: -1;
}


.service-details::after{
    content: "";
    position: absolute;
    background-image: url('../images/bg/2.png');
    background-size: cover;
    width: 400px;
    height: 600px;
    top: 65%;
    right: 0%;
    z-index: -1;
    opacity: 0.5;
}


.about-image {
    width: 90%;
    position: relative;
    border-radius: 0 50px 0 50px;
}



.socials{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
}


.quotes-page::before {
    content: "";
    position: absolute;
    background-image: url('../images/bg/3.png');
    background-size: cover;
    width: 400px;
    height: 400px;
    top: 65%;
    left: 0%;
    z-index: -1;
    opacity: 0.2;
}

.quotes-page::after{
    content: "";
    position: absolute;
    background-image: url('../images/bg/1.png');
    background-size: cover;
    width: 400px;
    height: 600px;
    top: 65%;
    right: 0%;
    z-index: -1;
    opacity: 0.7;
}


.truncate{
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.truncate2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}






footer{
    background-color: var(--blue);
    color: var(--white);
}


footer .footer-title{
    font-size: 18px;
}

footer .designer{
    font-size: 13px;
}

footer .company .nav-item .nav-link {
    color: #cccccc;
}

footer .company .nav-item:hover .nav-link {
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
}

footer .solutions .nav-item .nav-link{
    color: #cccccc;
}


footer .solutions .nav-item:hover .nav-link {
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
}


@media only screen and (max-width: 600px){
    .carousel-item .carousel-caption h1{
        color: var(--orange);
        font-size: 30px;
        font-weight: 500;
    }
}
