/* martina */
#response {
    width: 100%;
    max-width: 600px; 
    margin: 20px auto; 
    padding: 15px;
    border-radius: 5px;
    text-align: center; 
    font-size: 16px; 
}

#response.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

#response.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.error {
    display: block;
    font-size: 14px;
    margin: 0px !important;
}

.error_message, #success_page {
    padding: 5px !important;
}

.navbar-custom .navbar-brand .l-light, .navbar-custom .navbar-brand .logo-light-mode {
    display: inline-block;
    width: 180px;
}

.certi-img img{
    width: 300px;
}

  .about-hero:before {
    content: unset;
    position: absolute;
    top: 30px;
    right: -4%;
    left: -4%;
    bottom: -16px;
    border-radius: 7px;
    border: 16px solid #e9ecef;
  }

  .abt_img{
    border: 1px solid #ebebeb;
    padding: 8px;
  }
  
  .interests-desc i{
    font-size: 24px;
  }

  .hobbies .content{
    margin-left: 20px;
  }

.hobbies .rounded-pill{
  width: 40px;
}
  
.service-wrapper .icon i{
    font-size: 40px;
}

.cta-full {
    padding: 40px 0px;
}


.cta-full .cta-full-img-box{
    padding: 0;
}

.padding-hero {
    padding: 130px 0px 0px;
}

.cust-nav{
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    gap: 10px
}

.nav-pills .nav-link {
    margin: 0px;
    border: 1px solid #dadfed;
}

.exp-inner .topic {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 0;
}

.exp-inner .topic p {
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 16px;
}

.exp-inner .topic i{
    font-size: 16px;
    color: #e54b4b;
}

.sect_padding{
    padding: 100px 0px;
}

body{font-size: 16px;}

.counter-icon i{
    font-size: 32px;
}

.portfolio-box:hover .portfolio-box-img img {
    transform: unset;
    opacity: unset;
    
  }

  .portfolio-box .portfolio-box-img img {
    padding: 10px;
    width: 100%;
}

.gallary-title span{
    font-size: 14px;
}

.bg-purp{
    background-color: #dee1ef;
}


.footer.footer-bar {
    padding: 10px 0;
    border-top: 1px solid #4e555d;
}

.counter-sec{
    position: relative;
}

.img-hero{
    padding: 10px;
    border: 1px solid #dfe5f9;
}

.counter-sec:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(0 0 0 / 51%);
    border-radius: 7px;
}

.sessions-inner ul li{
    color: #8492a6;
}

.sessions-inner{
    background-color: #f9fafd;
    padding: 30px;
    border-radius: 7px;
}

.aoi-cont{
    padding: 0px 40px 40px 0px;
}

.service-wrapper{
    padding: 30px 20px;
}

.portfolio-box {
    padding: 15px;
}

.portfolio-box p{
    font-size: 14px;
    line-height: 1.2;
}

.cust-ms-auto{
    margin-left: auto;
}

.aoe-row{
    padding-right: 200px;
    padding-left: 60px;
}

.progress-box h6{
    font-size: 14px !important;
}

.brands-logo{
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.education .listing{
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.education .listing h6{
    font-size: 14px !important;
}

.education .listing img {
    width: 50px;
    height: 100%;
    padding: 5px;
    border: 1px solid #e0e1e3;
    flex-shrink: 0;
}

.nav-sticky.navbar-custom {
    background-color: #fff !important;
}

.navbar-custom{
    background-color: #f9fafd;
}

.fs-14{font-size: 14px;}

hr {
    opacity: .1;
}

.education-sec-mob {
    margin-top: 30px;
}


.navbar-custom .navbar-nav .nav-item .nav-link{
    margin: 0 10px;
}

.showcase-img{
    background-color: #fff;
    padding: 8px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.showcase-img img{
    width: 100%;
}

.cust-videoplayer{
    width: 600px;
    background-color: #fff;
    padding: 8px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.btn.btn-theme {
    background-color: #e54b4b;
    color: #fff;
    border: 1px solid #e54b4b;
}

.container-padding{
    padding: 30px 0px;
}

.scc-sec{
    width: 600px;
    margin: auto;
    background-color: #fff;
    padding: 8px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgb(255 255 255 / 70%) !important;
}

.metro-sec{
    padding: 30px;
}

.phil-sect{
    padding-left: 2rem;
    position: relative;
}

.phil-sect::before {
    content: '';
    position: absolute;
    background-color: #d2e0ee;
    width: 1px;
    height: 75%;
    top: 10px;
    left: 17px;
    z-index: 0;
}

.phil-sect li{
    list-style-type: none;
    position: relative;
}

.phil-sect li::before {
    content: "\F518";
    position: absolute;
    left: -22px;
    top: 0;
    font-family: "bootstrap-icons";
    color: #e54b4b;
}

.office-sec{
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}   

.section-testi{
    padding: 100px 0px;
}

.para-desc2 {
    max-width: 1000px;
}

.title-heading .para-desc {
    padding-right: 60px;
}

/* -----------------------------------------------------Responsive ------------------------------*/

@media only screen and (max-width: 1700px) {
    .section-testi{
        padding: 200px 0px;
    }
    .cta-full-img-box{
        margin-top: -130px;
    }
    }
    
    @media only screen and (max-width: 1500px) {
        .section-testi{
            padding: 350px 0px;
        }
        .cta-full-img-box{
            margin-top: -280px;
        }
    }
    
    @media only screen and (max-width: 1400px) {
        .sessions-inner {
            padding: 18px;
        }
        .aoi-cont {
            padding: 0px 0px 40px 0px;
        }
        .aoe-row{
            padding-right: 100px;
        }
    
        .cta-full {
            padding: 100px 0px;
        }
    }

    @media only screen and (max-width: 1300px) {
        .section-testi{
            padding: 100px 0px 100px !important;
        }
        .cta-full-img-box{
            margin-top: 0px;
        }
    }


@media only screen and (max-width: 1199px) {
    .aoe-row{
        padding-right: 15px;
    }
    .cta-full {
        padding: 180px 0px;
    }

    .brands-logo{
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .cust-navbar{
        background-color: #fff;
    }
    .padding-hero {
        padding: 150px 0px 0px;
    }
    .nav-sticky.navbar-custom .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px;
        background-color: #f9fafd;
        border-radius: 10px;
    }
    .navbar-collapse {
        margin-bottom: 20px;
    }

}

@media (min-width: 1200px) {
    .cust-navbar .navbar-collapse {
        display: flex !important;
        flex-basis: auto !important;
    }

    .cust-navbar .navbar-nav {
        flex-direction: row !important;
    }
    .cust-navbar .navbar-toggler {
        display: none;
    }

    
}

@media only screen and (max-width: 991px) {
    .exp-img{
        padding: 0px 200px;
    }
    .aoe-row{
       margin-bottom: 40px;
       padding-left: 0px;
       padding-right: 0;
    }
    .brands-logo{
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .about-hero{
        width: 400px;
        margin: auto;
    }

    .testi-img{
        width: 400px;
        margin: auto;
    }

    .cta-full {
        padding: 70px 0px;
    }

    .section{
        padding: 70px 0px;
    }

    .padding-hero {
        padding: 130px 0px 0px;
    }
    .soori-img {
        margin: 15px 10px 0px 10px;
    }

    .phil-sect{
        padding-left:10px;
    }
    .phil-sect::before {
        left: -5px;
    }
    .office-sec{
        grid-template-columns: 1fr 1fr 1fr;
    }  
    .section-testi{
        padding: 70px 0px 0px !important;
    }
    .cta-full-img-box{
        margin-bottom: 50px;
    }
    .title-heading .para-desc {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .exp-img{
        padding: 0px 100px;
    }
    .cta-full {
        padding: 60px 0px;
    }
    .brands-logo{
        grid-template-columns: 1fr 1fr;
    }

    .cust-videoplayer{
        width: 500px;
    }

    .scc-sec{
        width: 500px;
    }
}

@media only screen and (max-width: 575px) {
    .exp-img{
        padding: 0px;
    }
    .progress-box .progress .progress-value {
        bottom: -30px;
        top: unset;
    }

    .about-hero{
        width: auto;
        margin: 15px;
    }
    .testi-img{
        width: auto;
    }

    .cust-videoplayer{
        width: 100%;
    }

    .scc-sec{
        width: 100%;
    }
    .container-padding {
        padding: 25px 0px;
    }
    .metro-sec {
        padding: 15px;
    }
    .phil-sect{
        padding-left:20px;
    }
    .soori-img {
        margin: 15px 0px 0px 0px;
    }
    .phil-sect::before {
        left: 6px;
    }
    .office-sec{
        grid-template-columns: 1fr 1fr;
    }  

    .education-sec-mob {
        margin-top: 10px;
    }
}


@media only screen and (max-width: 400px) {
.certi-img img {
    width: 100%;
}

.cust-ms-auto{
    margin-left: 0px;
    margin: auto;
    display: none;
}

.social-icon li a {
    height: 25px;
    font-size: 14px;
    width: 25px;
    line-height: 25px;
}
.office-sec{
    grid-template-columns: 1fr;
}  
}

@media only screen and (max-width: 375px) {
    .brands-logo{
        grid-template-columns: 1fr;
    }
}