
/* In Index Page */
.competency__container {

    z-index: 200;
    position: fixed;
    right: 2%;

    top:14%; 
    /* background-color: white ; */

    width: 260px    ;
    
}

.competency{
    position: relative;
    display: flex;
    flex-direction: row-reverse;

    justify-content: space-evenly;

}
.competency .header {
    background-color: white ;
    padding: 20px 10px;
    border: 2px solid rgb(120,28,69);
    box-shadow: 0px 25px 60px rgba(66, 85, 164, 0.08);
    border-radius: 20px;

    
}
.competency .header span{
    color: rgba(0,0,0, 0.8) !important;
    font-size: 18px;
    font-weight: 700;
    
}

.new_icon_img {

    position: absolute;

    top: -14px;
    left: -2px;
    height: auto;
    width: 14%;
}



/* For competency page */

body{
    font-size: 14px !important;
}


@media (max-width: 767.98px) {
    .outer-section {
        padding: 2rem 0;
    }
}



.breadcrumbs .active{
    color: var(--dark1) !important;
}

.contact-wrap {
    background: #fff;
}

.contact-wrap h3{
    color: rgb(145, 145, 145);
    font-weight: 600;
}

.info-wrap {
    color: rgba(255, 255, 255, 0.8);
    background-color: var(--cus-primary);
}

.info-wrap h3 {
    color: #fff;
}

.info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}

.info-wrap .dbox:last-child {
    margin-bottom: 0;
}

.info-wrap .dbox p {
    margin-bottom: 0;
}

.info-wrap .dbox p span {
    font-weight: 500;
    color: #fff;
}

.info-wrap .dbox p a {
    color: #fff;
}

.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.info-wrap .dbox .icon span {
    font-size: 20px;
    color: #fff;
}

.info-wrap .dbox .text {
    width: calc(100% - 50px);
}

.contactForm .label {
    color: var(--cus-primary);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.contactForm .form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
}

.contactForm .form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    border-radius: 0;
}

.contactForm .form-control:active,  
.contactForm .form-control:focus{
    border-bottom: 1px solid var(--cus-primary) !important;
}

.contactForm #typeList{
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 2rem;
}



/* Google map */

#map {
    width: 100%;
}

#map > iframe{
    width: 100%;
    height: 100%;

    border: 10px solid #fff;
}




/* Modal css */
