.heading-title {
    margin-bottom: 100px;
}
.heading-title h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
}
.p-top-30 {
    padding-top: 30px;
}
.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}
.text-uppercase {
    text-transform: uppercase;
}

.team-member, .team-member .team-img {
    position: relative;
}
.team-member {
    overflow: hidden;
}
.team-member, .team-member .team-img {
    position: relative;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
    top: 35%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member:hover .team-hover .s-link {
    bottom: 10%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}
.team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
}
.team-title h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
}
.team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px;
}



:focus{
    outline: 0px solid transparent !important;
}
.timeline {
    padding: 50px 0;
    position: relative;
}
.timeline-nodes {
        padding-bottom: 25px;
        position: relative;
    }
.timeline-nodes:nth-child(even) {
    flex-direction: row-reverse;
}
.timeline h3, .timeline p {
    padding: 5px 15px;
} 
.timeline h3{
    font-weight: lighter;
    background: #a0ca3a;
}
.timeline p, .timeline time {
    color: color: #ea1b53;
}
.timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    border-left: 2px dashed #a0ca3a;
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
}
.timeline-content {
    border: 1px solid #a0ca3a;
    position: relative;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 3px 25px 0px rgba(10, 55, 90, 0.2)
}
.timeline-nodes:nth-child(odd) h3,
.timeline-nodes:nth-child(odd) p {
    text-align: right;
}
.timeline-nodes:nth-child(odd) .timeline-date {
    text-align: left;
}
 
.timeline-nodes:nth-child(even) .timeline-date {
    text-align: right;
}
.timeline-nodes:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    left: 100%;
    width: 0;
    border-left: 10px solid #a0ca3a;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.timeline-nodes:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    right: 100%;
    width: 0;
    border-right: 10px solid #a0ca3a;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.timeline-image {
    position: relative;
    z-index: 100;
}
.timeline-image::before {
    content: "";
    width: 40px;
    height: 40px;
    border: 2px dashed #a0ca3a;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,0%);
    background-color: #fff;
    z-index: 1;
    

}
.timeline-image img {
    position: relative;
    z-index: 100;
}
/*small device style*/

@media (max-width: 767px) {
    .timeline-nodes:nth-child(odd) h3,
    .timeline-nodes:nth-child(odd) p {
    text-align: left
}
.timeline-nodes:nth-child(even) {
    flex-direction: row;
}
    .timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 4%;
    width: 0;
    border-left: 2px dashed var(--blue);
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
}
.timeline h3 {
    font-size: 1.7rem;
}
.timeline p {
    font-size: 14px;
}
.timeline-image {
    position: absolute;
    left: 0%;
    top: 60px;
    /*transform: translateX(-50%;);*/
}
.timeline-nodes:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    left: auto;
    right: 100%;
    width: 0;
    border-left: 0;
    border-right: 10px solid #a0ca3a;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.timeline-nodes:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    right: 100%;
    width: 0;
    border-right: 10px solid #a0ca3a;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.timeline-nodes:nth-child(even) .timeline-date {
    text-align: left;
}
.timeline-image::before {
    width: 65px;
    height: 65px;
}
}




#team {
    background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}

section {
    padding: 30px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background: #ffffff;
}
/*
.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
*/
.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #83a342 !important;
    padding: 15px;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.card-text{
    line-height: 1.5;
    font-size: 14px;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #ea1b53;
    border-color: #ea1b53;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #fff;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.gallery .row a{
    margin-bottom: 15px;
}

.videoboxgal{
    border-radius: 10px;
    box-shadow: 0 0 5px 0 #ccc;
    text-align: center;
    margin-bottom: 25px;
}

.videoboxgal h5{
    padding: 10px;
    text-align: justify;
}

.videoboxgal a{
    display: inline-block;
    width: 100%;
}
.videoboxgal img{
    width: 100%;
    border-radius: 10px 10px 0 0;    
}
.videoboxgal:hover{
    /*-webkit-transform: scale(1.1);
    transform: scale(1.1);*/
    box-shadow: 0 0 5px 0 #ea1b53;
}

.dept-list {
    padding: 10px;
    margin-bottom: 20px;
    display: block;
    border: 1px solid #eee;
}
.dept-list .dept-img {
    width: 80px;
    height: 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
    float: left;
    flex: 0 0 80px;
    margin-right: 20px;
}
.dept-list h4 {
    color: #111;
    font-size: 1.2rem;
    margin-bottom: 0px;
    font-family: 'Roboto Condensed', sans-serif;
}
.dept-list .dept-img i {
    line-height: 80px;
    font-size: 50px;
    color: #fff;
}
.dept-list:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.20);
    
}

.inner-title h1, .inner-title h3, .doc-info h4{
    color:black;
}
.spc-content{
    margin-bottom: 30px;
}
.resource-box h2 {
    font-size: 25px;
   
}
.spc-content li{
   position: relative;
line-height: 2.0em;
font-size: 17px;
font-family: 'Source Sans Pro';
font-weight: 400;
padding-left: 25px;
}
.spc-content li:before{
    font-family:'Font Awesome\ 5 Free';
    content: '\f101';
    color: #EA1B53;
    position: absolute;
    top: 0px;
    left: 0;
    font-size: 16px;
    left: 2px;
    font-weight:900;
}
.appt-datepick{
    position: absolute;
    right: 10px;
    font-size: 30px;
    padding: 3px;
}
.right-img img{
    height: 80px;
}
.card-text.text-black-50.ng-binding {
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
}
.mygalbox-title h5 a{
    color: #9582a9!important;
}
.mygalbox-wrap:hover .mygalbox-title h5 a{
        color: #9582a9!important;
}
.book-appt-foot a{
    color: #fff;
}
.founder-img{
    width: 540px;;
    right: 0;
    left: 0;
    margin: auto;
}
.card-title{
    color: #ea1b53;
    font-family: 'Abril Fatface', cursive;
}
.qual{
    color: rgb(0 0 0 / 74%)!important;
    font-size: 16px;
font-family: 'Roboto Condensed', sans-serif;
}
.modal-dialog{
    max-width: 900px;
}
.doc-detail img{
    width: inherit;
}
.doc-detail h4{
    color: #ea1b53;
}
.doc-detail h5{
    font-size: 1rem;
}
.chat-oplist{
    margin-top: 60px;
}
.chat-oplist li{
    margin-left: 50px;
}
.chat-oplist a{
    text-decoration: none;
    color: inherit;
}
.chat_category .form-group div{
    padding: 10px;
}
.qry-submit a{
    width: 100%;
    color: #fff;
}
.chat_category form{
    width: 100%;
}
.cp{
    cursor: pointer;
}
.card.border-0.shadow.img-hei {
    min-height: 585px;
}
.yn{
    background: #e91b53;
    padding: 10px;
    color: #fff!important;
    border-radius: 10px;
    margin: 10px;
}
.insure-box{
    box-shadow: 0 0 5px 0 #ccc;
    margin: 10px;
}
.divider{
    border-top: 1px solid #ccc;
    padding-bottom: 20px;
}

.head-top-icon h5{
    font-size: 13px;
    color: #a3a8b5;
    text-align: left;
    margin-bottom: 0;
}
.drjay{
     background: url('../images/Dr.Jaymohan-bg.png');
     background-repeat: no-repeat;
}
.drnan{
     background: url('../images/Dr.V.Nandagopal-bg.png');
     background-repeat: no-repeat;
}
.drsri{
     background: url('../images/Dr.K.Srikanth-bg.png');
     background-repeat: no-repeat;
}
.drnag{
     background: url('../images/Dr.S.Nagarajan-bg.png');
     background-repeat: no-repeat;
}
.doc-title{
    background: #fff;
    padding: 1px;
}
.drjay .doc-title a.readmore,.drnan .doc-title a.readmore, .drsri .doc-title a.readmore, .drnag .doc-title a.readmore{
    display: none;
}

.drjay:hover img,.drnan:hover img, .drsri:hover img, .drnag:hover img {
    transform: scale(1.1, 1.1);
    transition: 0.5s;
}
.drjay:hover .doc-title,.drnan:hover .doc-title, .drsri:hover .doc-title, .drnag:hover .doc-title{
    transition: 0.5s;
    background: #2F2483;    
}
.drjay:hover .doc-title a.readmore,.drnan:hover .doc-title a.readmore, .drsri:hover .doc-title a.readmore, .drnag:hover .doc-title a.readmore{
    display: block;
}
.drjay:hover .doc-title h5, .drjay:hover .doc-title p,.drnan:hover .doc-title h5, .drnan:hover .doc-title p, .drsri:hover .doc-title h5,.drsri:hover .doc-title p, .drnag:hover .doc-title h5, .drnag:hover .doc-title p{
    color: #fff!important;
    margin-bottom: 0;
}

.team-de .videobox-wrap{
    position: relative;
    overflow: hidden;
    padding-bottom: 55px;
}
.team-de .videobox-wrap .doc-title{
    position: absolute;
    bottom: -17px;
    width: 100%;
    text-align: center;
}
.team-de .videobox-wrap:hover .doc-title{
    bottom: 0;
}
.team-de a.readmore{
    color: #fff;
}

.wel-content .content a{
    color: #fff;
    border:1px solid;
    padding: 5px;
}
.excellence:hover{
    background: #2F2483;
}
.excellence:hover .ex-title{
    background: #2F2483;
    color: #fff;
}
.team-de .videobox{
    width: 230px;
}
.excellence .exe-img, .excellence:hover .exe-img0{
    display: none;
}
.excellence:hover .exe-img{
    display: block;
    margin: auto;
}
.blog-listing {
    padding-top: 60px;
    padding-bottom: 60px;
}
.blog-listing .post_box{
    display: -webkit-box  ;
    display: -ms-flexbox  ;
    display: flex  ;
    margin-bottom: 30px;
    margin-top: 0;
}
.blog-listing .post_box .img-responsive {
    max-width: 33.33%;
    object-fit: cover;
}
.blog-listing .post_box {
    padding: 0;
    background: #fff;
    border-radius: 7px 7px 0 0;
    box-shadow: 2px 8px 18px 11px rgba(0,0,0,0.05);
    transition: all 0.5s ease-out;
    overflow: hidden;
    border-radius: 6px;
}
.sjs_box .form-inline  {
    position: relative;
}
.sjs_box .form-inline .btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 10px;
    background: transparent;
    border: none;
    color: #ff6158;
}
.sjs_box .recentpost  {
    padding-left: 15px; 
}
.sjs_box .recentpost li {
    font-size: 14px;
    margin-bottom: 15px;
    font-size: 16px;
}
.blog-listing .post_box.singlepb {
    -ms-flex-wrap: wrap  ;
    flex-wrap: wrap  ;
}
.blog-listing .post_box.singlepb .img-responsive  {
    width: 100%;
    max-width: 100%;
    height: 350px;
    object-fit:cover;
}

.blog-listing .post_box {
    -ms-flex-wrap: wrap  ;
    flex-wrap: wrap  ;
}
.blog-listing .post_box .img-responsive {
    max-width: 100%;
}
.post_content {
    padding: 20px;
}
.post_content h6 {
    font-size: 18px;
}
.post_content h6 a {
    color: #502b71;
    font-family: 'Abril Fatface', cursive;
font-size: 20px;
}
.post_content p, .blog-cont {
    margin-bottom: 20px;
    max-width: 500px;
    font-size: 16px;
    font-family: 'Source Sans Pro';
}
.blog-listing .post_box .img-responsive {
    max-width: 33.33%;
    object-fit: cover;
}
.blogs_page .btn:hover, .blogs_page a.btn:hover, .blogs_page button.btn:hover{
    background-color: #502b71;
}
.blogs_page .post_content .btn.btn-secondary.btn-rounded{
    position: inherit;
    right: 30px;
    bottom: 50px;
}
.blog-listing {
    padding-top: 50px;
    padding-bottom: 50px;
}
.blog-listing .post_box {
    padding: 0;
    background: #fff;
    border-radius: 7px 7px 0 0;
    box-shadow: 2px 8px 18px 11px rgb(0 0 0 / 5%); */
    transition: all 0.5s ease-out;
    overflow: hidden;
    border-radius: 6px;
}
.blog-listing .post_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    margin-top: 0;
}
.post_box {
    padding: 0;
    background: #fff;
    border-radius: 7px 7px 0 0;
    box-shadow: 2px 8px 23px -13px #aaa;
    transition: all 0.5s ease-out;
    overflow: hidden;
    border-radius: 6px;
}
.sjs_box {
    background: rgba(0,0,0,0.03);
    padding: 15px;
    margin-bottom: 20px;
}
.sjs_box h3 {
    font-size: 18px;
    margin: -15px -15px 20px;
    padding: 15px;
    background: rgba(0,0,0,0.03);
    font-family: 'Abril Fatface', cursive;

}
.sjs_box ul {
    padding: 0;
    margin: 0;
}
.sjs_box .single-job-sidebar-features li {
    padding-left: 40px;
    position: relative;
    list-style: none;
    font-size: 14px;
}
.sjs_box .single-job-sidebar-features li h6{
    margin-bottom: 0;
}
.sjs_box .single-job-sidebar-features i {
    position: absolute;
    top: 10px;
    left: 0;
    color: #ff6158;
}
.single-job-sidebar .form-inline .form-control {
    width: 100%;
    padding-right: 35px;
}
.sjs_box_action {
    position: sticky;
    top: 90px;
    padding: 15px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 20px 5px rgba(0,0,0,0.06);
}
.sjs_box_action p {
    margin: 8px;
}
.single_job_main .featured_box  {
    border: 1px solid rgba(0,0,0,0.06);
    padding: 10px 10px 0;
}
.single_job_main .featured_box .fb_image{
    max-width: 40px;
}
.single_job_main .featured_box .fb_content {
    max-width: calc(100% - 70px)
}
.single_job_main .featured_box  .fb_action {
    background: rgba(0,0,0,0.06);
    border: none;
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}
.single_job_main .featured_box .fb_action a {
    margin-left: 21px;
}
.single_job_main .featured_box .fb_content ul {
    font-size: 10px;
}
.pages_page p img{
    width: 100%;
}
.blogdetail_page .post_content p, .blogdetail_page .blog-cont{
    max-width: 100%;
}
.blogdetail_page .post_content h6 {
    font-size: 18px;
    font-family: 'sairasemibold';
    color: #00a651;
}
.videogallery_page .den-details img {
    min-height: 250px;
    max-height: 250px;
}
.simple_page{
    margin-top: 20px;
}
.theme-color{
    color: #2F2483;
}
.appt-btn a{
    position: absolute;
    right: 100px;
    bottom: 50px;
}
.consultants_page .team-de, .about_page .team-de{
    background: none;
}
.list li {
    position: relative;
line-height: 2.0em;
font-size: 15px;
font-family: 'poppinsregular';
font-weight: 400;
padding-left: 5px;
   
}
.list li i{
    color: white;
position: absolute;
left: -20px;
top: 5px;
background: #a5ce43;
border-radius: 50px;
}
.audio-bg{
   
    height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    background: rgba(0,0,0,0.6);
    border-radius: 15px;
}
.bg-grey h2 {
    color: white;
}
.audio-title h5 {
    color: white !important;
}
.audio-title{
    padding: 20px;
    text-align: center;
}
.audio-bg abbr{
    font-size: 18px;
    color: #fff;
}

.audio-list-data{
    position: relative;
    box-shadow: none!important;
    height: 70px;
    border-radius: 10px;
    padding: 15px;
    margin-top: 20px;
    background: rgba(0,0,0,0.4);
}

.audio-list-data1{
    position: absolute;
    padding: 10px;
    line-height: 10px;
    left: 70px;
    color: #afafaf;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
}
.audio-list-data span{
    position: absolute;
    right: 60px;
    color: white;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}
.audio-list-data i{
    background: #fff;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    color: #e60b83;
}
.audio-list-data1 p{
    line-height: 0;
    text-align: left;
    color: white;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}    
.audio-list-data1 abbr{
    text-align: left;
    left: 15px;
}
.dzsap-sticktobottom.dzsap-sticktobottom-for-skin-wave {
    bottom: 10;
    opacity: 1;
  }
.testimonial-cont i{
    color: #502b70;
    font-size: 31px;
    position: absolute;
    right: 65px;
	top: 236px;
}
.testimonial-cont h4{
    font-family:'sairasemibold';
}
.about_page .enquiry-form{
    top: 0;
}

/*gallery*/
.gal-item {
    box-shadow: 1px 1px 2px 2px #e7e7e7;
    border-radius: 10px;
        margin-bottom: 20px;

}
.videobox .img.img-fluid {
    border-radius: 10px 10px 0px 10px;
  }
.gal-item .gal-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 190px;
  border-radius: 10px;
  
}
.gal-item .gal-img img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  
    margin: auto;
}
.gal-item .gal-img:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.gal-item .gal-img .gal-imglink {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  color:#fff;
  z-index: 11;
  font-size: 22px;
}
.gal-item .gal-img .gal-imglink i{
  font-size: 21px;
  /*font-weight: 400;*/
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0s;
  padding: 5px 10px 6px;
  border-radius: 20px;
}
.gal-item .gal-img .gal-imglink i{
    margin-left: 4px;
    font-size: 18px;
    font-family: 'poppinsregular';
    text-align: center;
    line-height: 23px;
}
.gal-item:hover .gal-img:after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.gal-item:hover .gal-img .gal-imglink i{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.gal-item .gal-body {
  padding: 15px 20px 20px;
  transition: all 0.5s ease 0s;
}
.gal-item .gal-body .gal-title {
  font-size: 16px;
  margin-bottom: 0px;
  text-align: center;
  letter-spacing: 0.2px
}
.gal-item .gal-body .gal-title{
  color: #212121;
  transition: all 0.35s ease 0s;
}
.gal-body h5 {
    text-align: left;
}
.gal-item .gal-body .gal-title:hover {
  color: rgba(33, 33, 33, 0.6);
}

.gal-item:hover .gal-body .gal-title{
  color: #fff;
}
.gal-item:hover .gal-img img {
  opacity: 0.8;
}
.photo-item{
    border: 1px solid #dddddd;
    margin-bottom: 15px;
    border-radius: 10px;
}
.photo-item .photo-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
  border-radius: 10px;
}
.photo-item .photo-img img {
    position: absolute;
}
.photo-item .photo-img:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.photo-item .photo-img .photo-imglink {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  color:#fff;
  z-index: 11;
}
.photo-item .photo-img .photo-imglink i{
  font-size: 21px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0s;
  border-radius: 50%;
  width:45px;
  height: 45px;
  line-height: 45px;
  text-align: center; 
}
.photo-item .photo-img .photo-imglink i span{
    font-weight: normal;
    margin-left: 5px;
    font-size: 18px;
}
.photo-item:hover .photo-img:after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.photo-item:hover .photo-img .photo-imglink i{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.pr-title{
    padding:15px 5px;
    background-color: #f36f21;
    text-align: center;
}
.pr-title h5{
    color: #fff;
    font-size: 15px;
    margin-bottom: 0px;
}

.mt-10p{
    margin-top: 10%;
}
.ml-0{
    margin-left: 0;
}
