/* Row 2 --> Services Card */
.card {
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #dfeae8;
    display: block;
    height: 340px;
    overflow: hidden;
    text-align: center;
}

.card:hover {
    background-color: #0054a5;
    color: #ff7b00;
    transition: 0.5s;

    a {
        color: #fcfcfc;
        transition: 0.5s;
    }
}


.cardServices {
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #dfeae8;
    display: block;
    height: 200px;
    overflow: hidden;
    text-align: center;
}

p.card-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: none;
}

/* ************************************ */


/* Row 3 --> Products Card */
.staff .member {
    height: 186px;
    overflow: hidden;
    border-radius: 100px;
}

/* ************************************ */

/* DropDown Menu Products */
.navbar .dropdown ul,
.staff .member span::after {
    right: -100%;
    left: auto;
}

/* ************************************ */

/* style after hide side from products category */

@media (min-width: 992px) {
    .col-lg-9 {
        width: 100%;
    }

}

/* ************************************ */
/* Footer style */
#footer .copyright,
.mobile-nav-toggle.bi-x {
    color: #fff;
}

#footer .credits {
    color: #fff;
}

/*  */

/* Custom Card */
.Customcard {
    position: relative;
    margin: .5rem 0 1rem 0;
    background-color: #fff;
    width: 379px;
    height: 250px;
    color: #262626;
    border-radius: 26px;
    box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
    visibility: hidden;
}

.img1-area img {
    border-radius: 50%;
    border: 3px solid #ff7b00;
    margin-top: -64px;
}

.box1 {
    background: #005bae;
    height: 120px;
    border-radius: 25px 25px 0 0;
}

.img1-area {
    text-align: center;
}



.main1-text {
    padding: 8px 0;
    text-align: center;
}

.main1-text h2 {
    font-size: 20px;
    margin-top: 15px;
}

.visable {
    visibility: visible;
}

.CustomRow {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: 30px;
}

/* Image topic size */
.card-img-top {
    width: 150px;
    border-radius: 50%;
    border: 3px solid #ff7b00;
}

/* card */
.card {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Home Service card effect */
.cardHoverAnimation {
    font-weight: bold;
    padding: 1em;
    text-align: right;
    color: #181a1a;
    margin: 30px;
    box-shadow: 0 1px 5px #00000099;

    border-radius: 10px;

    position: relative;

    transition-duration: 300ms;
    transition-property: transform, box-shadow;
    transition-timing-function: ease-out;
    transform: rotate3d(0);
    background-color: #fff
}

.cardHoverAnimation:hover {
    transition-duration: 150ms;
    box-shadow: 0 5px 20px 5px #00000044;
}

.cardHoverAnimation .glow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

    background-image: radial-gradient(circle at 50% -20%, #ffffff22, #0000000f);
}

/* Change the color of main title */
.customColor {
    color: #f68620;
}

/* move more  */
.more-btn {
    margin-top: 20px;
}

.social-links a {
    padding: 9px 0;
}

#footer .footer-top h1 {
    color: #f68620;
}

.colorLogoG {
    color: #f68620;
}

#footer .footer-top .footer-links ul a:hover,
#footer a:hover,
.nav-link:hover,
.navbar>ul>li:hover,
.navbar li:hover>a,
h3.card-title:hover {
    color: #f68620 !important;
}

#contactFormSubmit,
.btn-theme,
#footer .footer-newsletter form button:hover,
.back-to-top,
.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background-color: #1977cc !important;
}

#contactFormSubmit:hover,
.section-title h2::before,
.section-title h2::after,
.btn-theme:hover {
    background-color: #f68620 !important;
}

/* border none for service card */
.list-group-item,
.card,
.form-control,
.card {
    border: none;
}

/* display none for more details */
a.read-more-link {
    display: none;
}


/* Style about us banner */
.services .icon-box .icon i {
    color: #fff !important;
}

.services .icon-box .icon {
    background-color: #1977cc !important;
}

/* .services .custom_icon-box {
    background-color: #fff !important;
    text-align: center;
    border: 1px solid #1977cc;
    padding: 50px 20px;
    transition: .3s ease-in-out;
    border-radius: 15px;
} */

.custom_icon-box:hover {
    background-color: #f68620 !important;
}

/* .services .custom_icon-box:hover {
    background-color: #1977cc !important;

    .custom_icon-box {
        color: #f68620;
    }
} */

.custom_icon-box {
    background-color: #fff !important;
    ;
}

.text-custom_icon-box {
    color: #000 !important;
}

.more-btn {
    margin-top: 36px;
}


.post-main-photo {
    width: 300px;
}