
body {
    font-family: 'Poppins';
    overflow-x: hidden !important;
}

.dr-card-body {
    height: 26.9rem !important;
}

.front-face,
.back-face {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ebf8f9;
    border-radius: 5px;
    backface-visibility: hidden;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    transition: transform .4s linear;
    overflow: hidden;
}

.cover {
    background: #223a66;
}

.profile {
    position: relative;
    top: 4rem;
    left: 3rem;
    height: 115px;
    width: 115px !important;
    border-radius: 50%;
    padding: 5px;
    background: white;
    text-align: center;
    /*margin-top: 40px;*/
}

.name {
    position: relative;
    /*left: px;*/
    padding-top: 75px;
    color: #223a66;
}


.para-silder {
    font-size: 12px;
    padding-left: 30px;
}

.back-heading {
    position: relative;
    left: 23px;
    padding-top: 3px;
    color: #478E52;
    font-size: 16px;
}

.back-heading-2 {
    font-size: 12px;
}


.back-face {
    transform: perspective(800px) rotateY(-180deg);
}

.front-face {
    transform: perspective(800px) rotateY(0deg);
}

.dr_container:hover > .back-face {
    transform: perspective(800px) rotateY(0deg);
}

.dr_container:hover > .front-face {
    transform: perspective(800px) rotateY(180deg);
}
#call {
    position: fixed;
    /*border: 1px solid blue;
      background-color: rgba(255,200,200,0.5);*/
    width: 70px;
    height: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 5px;
    margin-left: 1%;
    z-index: 999999;
}

#whatsapp {
    position: fixed;
    border-radius: 50%;
    /*  background-color: rgba(255,200,200,0.5);*/
    width: 70px;
    height: 120px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: 1%;
    z-index: 999999;
}

/*button animation*/
.button-1 {
    background-color: #004A7F;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 20px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
    0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
    0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
    0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
    50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
    100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
    0% { background-color: #0C7339; box-shadow: 0 0 3px #0C7339; }
    50% { background-color: #0C7339; box-shadow: 0 0 40px #0C7339; }
    100% { background-color: #0C7339; box-shadow: 0 0 3px #0C7339; }
}


.social-media-call{
    text-decoration: none;
}
.social-media-call:hover{
    text-decoration: none;
}
@media (min-width: 375px){
    .profile {
        position: relative;
        top: 4rem;
        left: 5rem;
    }
    .achievement{

    }
}
@media (min-width: 360px){
    .profile {
        position: relative;
        top: 4rem;
        left: 5rem;
    }
}
@media (min-width: 768px){
    .profile {
        position: relative;
        top: 4rem;
        left: 6rem;
    }
}
@media (min-width: 1024px){
    .banner-left-image{
       min-height: 313px;
    }
    .profile {
        position: relative;
        top: 4rem;
        left: 3rem;
    }
}
@media (min-width: 1024px){
    .banner-left-image{
        max-height: 120px;
    }
    .profile {
        position: relative;
        top: 4rem;
        left: 3rem;
    }
}
@media (min-width: 1440px){
    .banner-left-image{
        max-height: 100px!important;
    }
    .profile {
        position: relative;
        top: 4rem;
        left: 6rem;
    }
}

/*owl css*/