﻿button:focus {
    outline: none !important
}

.dropdown {
    display: inline-block !important
}

.btn-change-lang {
    width: 50px;
    border-radius: 5px;
    padding-top: 0px !important;
}

.btn-change-lang:focus,
btn-change-lang:active {
    outline: none !important;
    box-shadow: none !important
}

.img-responsive {
    border-radius: 4px
}

.about-me p {
    text-align: justify;
}

.education-experience h3 {
    margin-bottom: 4px !important
}

.education-experience h4 {
    margin: 0px 0 16px 0 !important;
}

.work-experience h3 {
    margin-bottom: 4px !important
}

.resume {
    background-color: #f2cebd !important;
    text-align: center;
    padding: 10px 0;
    border-radius: 2px
}

.broadermaysam {
    background-color: #ed9166;
    color: black;
    font-weight: bolder;
    display: inline-block;
    margin: auto;
    padding: 2px 16px 5px 16px;
    border-radius: 3px;
    font-size: 18px;
}

.services-title {
    box-sizing: content-box;
    background-color: #b51414;
    text-align: center;
    padding: 10px 10px;
    border-radius: 2px;
    color: #fafafa;
    transition: box-shadow .2s;
    font-size: 1.5rem;
}

.services-title:hover {
    box-shadow: 0 0 3pt 2pt #b89b9b;
    text-decoration: underline;
    color: black;
}

.more-information {
    background-color: #ffdbdb;
    text-align: center;
    padding: 17px 30px;
    border-radius: 2px;
    font-size: 20px
}

.card-header {
    background-color: #b37457;
    color: white
}

.btn-show-more-less {
    border-radius: 4px;
    background-image: none;
    background-color: #b51414;
}

.btn-show-more-less:hover,
.btn-show-more-less:focus {
    background-image: none;
    background-color: #b35f5f !important;
    box-shadow: none !important;
}

.btn-show-more-less:active {
    background-image: none;
    background-color: #b35f5f !important;
    box-shadow: none !important;
}

.show-more h5 {
    font-size: 14px;
}

.btn-back {
    width: 100px;
    background-color: #b51414;
    color: white;
    border-radius: 1rem;
    height: 36px;
    float: right;
    padding-top: 4px;
    text-align: center;
}

.btn-back span {
    font-size: 16px;
    margin-left: 5px;
}

.btn-back:hover {
    background-color: #d49f9f;
}

.carousel-indicators li {
    margin-right: 6px !important;
    margin-left: 6px !important;
    height: 20px !important;
    width: 20px !important;
    margin-top: -15px !important;
}

.btn-primary {
    background-color: #b51414 !important;
    background-image: none;
    border-radius: 5px;
}

.btn-primary:hover {
    /* background-color: #d49f9f !important; */
    outline: none !important;
    background-image: none;
}

.btn-primary:focus {
    outline: none !important;
    background-image: none;
    box-shadow: 0 0 3pt 2pt #ab6868;
    border-radius: 2pt;
    /* box-shadow: 5px -5px 2px #b94242 !important; */
}

.btn-primary:active {
    outline: none !important;
    background-image: none;
    box-shadow: 0 0 3pt 2pt #ab6868 !important;
    border-radius: 2pt;
    /* box-shadow: 5px -5px 2px #b94242 !important; */
}

.btn-primary:visited {
    outline: none !important;
    background-image: none;
    box-shadow: 0 0 3pt 2pt #ab6868 !important;
    border-radius: 2pt;
    /* box-shadow: 5px -5px 2px #b94242 !important; */
}

.certificate {
    font-weight: bolder;
    color: #da652f;
    font-size: 1.9rem;
}

.standard {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.certificate-card {
    padding: 4px;
    width: 50%;
}

.certificate-content {
    text-align: center;
    border: 1px solid rgb(136, 136, 136);
    padding: 10px 10px 2rem 10px;
    background-color: #fff7f7;
    height: 11rem;
    margin: .5rem !important;
    border-radius: 8px;
}

.certificate-content h4 {
    color: #7c0a0a;
}

.certificate-content p {
    color: #c06161;
}

.checkmark {
    background-color: green;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    text-align: center;
    position: absolute;
    bottom: 6px;
    right: 6px;
    font-size: 18px;
}

.checkmark i {
    color: white;
}

.comments-link {
    background-color: #330404;
    color: white;
    padding: 5px 12px 8px;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 1px;
}

.submit-comment-link {
    color: #a81515;
    text-shadow: 1px 0 #a81515;
    letter-spacing: 2px;
    font-weight: bolder;
    font-size: 1.7rem;
}

.old-img {
    display: block;
    margin: auto !important;
    border-radius: 2px;
}

.company h2 {
    margin: 0;
    margin-top: 4rem;
    font-size: 4rem;
}

.company h3 {
    margin-top: 3rem;
    font-size: 2.5rem;
}

.myServicesTitle {
    background-color: #f1f1f1;
    display: inline-block;
    padding: 8px;
    border-radius: 3px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    font-size: 28px !important;
    border: 1px rgb(133, 133, 133) solid;
}

.fire_img {
    border-radius: 4px;
    margin: 1rem;
    width: 100%;
}

@media only screen and (min-width: 575px) {
    .fire_img {
        max-height: 35rem;
        width: auto;
    }
}


.img_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-back:hover {
    text-decoration: none;
}

.bold_word {
    font-weight: bolder;
    font-size: 18px
}

.img_standard {
    border-radius: 8px;
    width: 60%;
}

@media only screen and (max-width: 575px) {
    .img_standard {
        border-radius: 8px;
        width: 100%;
    }

}

.whatsapp_link {
    color: black;
    font-weight: bold;
    padding: 1.5rem 1rem;
    border-radius: 4px;
    border: 1px solid #330404;
    background-color: #ebebeb;
    
}
.whatsapp_link:hover{
    color: #25D366;
}
.fa-icon:hover{
    color: #330404;
}