:root{
    --dark-color: rgb(17, 67, 118);
    --green-color:rgb(62, 113, 165);
    --section-color:rgb(215, 232, 250);
}

/* style body */
@import url("https://fonts.googleapis.com/css2?family=Poppins:weight@100;200;300;400;500;600;700;800&display=swap");

body{
    font-family: 'Roboto', sans-serif !important;

}
/* end body css */


/* navbar css */

    .main-title::after {
        content: '';
        width: 120px;
        height: 2px;
        background-color: var(--green-color);
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .navbar{
        background-color: var(--dark-color);
    }

    .navbar .navbar-nav .nav-link{
        color: white;
    }

    .navbar .navbar-nav .nav-link.active,
    .navbar .navbar-nav .nav-link:focus,
    .navbar .navbar-nav .nav-link:hover{
        color: var(--green-color);
    }

    .navbar .navbar-toggler{
        color:white;
        font-size: 25px;
        border-color: white;
    }
    /* landing  */

    .landing{
        background-color: var(--dark-color);
        min-height: calc(100vh-72px);
    }
    a.navbar-brand img {
        max-width: 36px;
    }
/* end navbar css */



.blogs {
    background-color: var(--section-color);
    }

.slide-title {
    
        color: white;
        text-decoration: none;
        position: absolute;
        left: 9px;
        bottom: 0px;
}
 

.footer{
    background-color: var(--dark-color);
   
    
}

a.ms-3 {
    margin-left: 56rem!important;
}


/* /////home css////// */
.card.service-card a {

    font-weight: 900;
    font-size: 14px!important;
    line-height: 17px!important;
    color: #0f62fe!important;
    margin-bottom: 0;
    text-decoration: none;
}
.service-card {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-height: 247px;
    border-radius: 18px;
}
section.services {
    background-color: #fafafa;
    min-height: 426px;
}

p.blog-content {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 160px;
    height: 1.2em;
    white-space: nowrap;
}


.blog-slider .card {
max-height: 219px;
min-height: 219px;
padding: 7px;
background-color: transparent;
border: none;
}

.services-slider .card {
    margin: 6px;
    background-color: transparent;
}


.services-slider img {
    min-height: 167px;
    max-height:167px
}

section#blogs {
    min-height: 333px;
    background-color: #d7e8fa;
}


.card-img{
    min-height: 212px;
    max-height: 212px;
    background-color:#000;
   opacity:.7;
}

.services-slider .card-img {
    max-height: 172px ;
    min-height: 172px;
    background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
}

section.about-us img {
    height: -webkit-fill-available;
}
.card-img-overlay {
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 0;
    left: 7px;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
    background: #08429894;
    height: 212px;
}
/* /////end home css////// */

/* //////single page ////// */

.content {
    min-height: 388px;
}

/* //////end single page ////// */



/* ///// services css ///// */
.card{
    border:none;
}
.card a{
    float: right!important;
    text-decoration: none;
    font-weight: 700;
}
/* //// end services css */
/* ///// certiCication css//// */
.search{
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
}
.search input{

    height: 60px;
    text-indent: 25px;
    border: 2px solid #d6d4d4;

}

.search input:focus{

    box-shadow: none;
    border: 2px solid blue;

}

   .search .bi-search{

    position: absolute;
    top: 20px;
    left: 16px;

}

.search button{

    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 110px;
    background: blue;

}
img.ounded-start {
    max-width: inherit;
}
div#certificates-row {
    min-height: 280px;
}

/* ///// end certiCication css//// */

/* ////responsive css/// */

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .carousel-inner {
        min-height: 569px;
        max-height: 569px ;
       
    }
     .card{
            display: flex;
            flex-direction: column;
            align-items: unset;
        }
        .container.mt-5.mb-5 {
            margin-bottom: -1rem !important;
            margin-top: 1rem !important;
        }
  
    .blob{
        display: none;
    }
    .content {
        min-height: 721px;
    }
    .single{
        min-height: 441px;
    }


}
/* //////end responive css */