/*-------------------------------header.php Page Style-------------------------------*/
* {
    box-sizing: border-box;
}
.top_header {
  padding: 10px 0;
  color: #fff;
  float: left;
 z-index: 1;
 position: absolute;
  width: 100%;
}
.cal_email a {
  margin: 0px 10px;
  padding-top: 50px;
  position: relative;
  top: 4px;
  color: #fff;
}
.social_hed li {
  display: inline-block;
  margin-right: 5px;
  background: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  transition: all 0.5s ease 0s;
}
.social_hed li > a{
  display: inline-block;
  vertical-align: middle;
}
.social_hed li:hover a {
  transform: scale(1.3);
}
.social_hed .fbClass a {
  transition: all 0.5s ease 0s; 
  color: #4867aa;
}
.social_hed .gpClass a {
  transition: all 0.5s ease 0s; 
  color: #dc4c41;
}
.social_hed .tlClass a {
  transition: all 0.5s ease 0s; 
  color: #1aaef6;
}
.social_hed .ytClass a {
  transition: all 0.5s ease 0s; 
  color: #ff0000;
}
.social_hed .wpClass a {
  transition: all 0.5s ease 0s; 
  color: #189d0e;
}
.social_hed .inClass a {
  transition: all 0.5s ease 0s; 
  color: #fea644;
}.social_hed .phClass a {
  transition: all 0.5s ease 0s; 
  color: #8C5841;
}
.social_hed .moClass a {
  transition: all 0.5s ease 0s; 
  color: #5a18d1;
}
.nav-sec{
    float: left;
    width: 100%;
    position: relative;
}
.nav-sec .navbar.navbar-default {
    background-color:rgba(0,0,0, .7);
    border: none;
    box-shadow: 0px 0 15px 0px rgba(0,0,0,0.1);
    border-radius: 0;
    margin-bottom: 0;
    padding: 15px 0;
    transition: all 0.3s ease 0s;/*.3s all ease 0s;*/
}
.navbar .container-fluid .navbar-brand {
    margin-left: 0px;
}
.fixed {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    transition: .3s all ease 0s ;
}
.navbar-brand {
    padding: 0;
}
.logo-img {
    width: 230px;
}
.links {
    margin-top: 10px;
}
.navbar-link a {
    color: #fff !important;
    font-size: 17px;
}
.btn a {
    color: #fff;
    text-decoration: none;
}
.navbar-link.login-btn {
    cursor: pointer;
}
.navbar-link.login-btn a {
    color: #005FB3!important;
    border-radius: 20px;
    padding: 10px 20px;
    background-color: #fff !important;
    margin-top: 5px;
}
.navbar-default .navbar-nav > li > a{
    margin-right: 10px;
}
.dropdown.navbar-link.open > a {
    background-color: rgba(0,0,0,0.7) !important;
}
.dropdown-menu {
    background: rgba(0,0,0,1);
    top: 130%;
}
.dropdown-menu > li > a:hover {
    background-color: #fff !important;
    color: #000 !important;
}
/*-------------------------------Modal Style-------------------------------*/
    /*refer to modal.html page*/
/*-------------------------------index.php Page Style-------------------------------*/
.cstm-btn, .cstm-btn:hover, .cstm-btn:focus{
    padding: 10px 30px;
    background-color: #005FB3;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border-radius: 30px;
}
.cstm-btn:hover, .cstm-btn:focus{
    background-color: #01498A;
}
.mt60{
    margin-top: 60px;
}
/********* home slider sec starts *********/
.home_slider_sec {
  height:100vh;
  float: left;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.img_sldr {
    float: left;
  width: 100%;
}
/******** about-text ***********/
.about-text-sec{
    float: left;
    width: 100%;
    background: url("../imgs/who-we.png");
    position: relative;
    background-repeat: no-repeat;
}
.about-text-sec::after{
     position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.7);
    z-index: 1;
}
.about-text{
    float: left;
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 40px;
}
.about-text h1, .program-sec h1, .testimonials h1, .partners-sec h1{
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 35px;
    position: relative;
}
.about-text p{
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 25px;
    padding-top: 50px;
    margin-bottom: 30px;
    text-align: justify; 
}
.divider{
    width: 150px;
    height: 2px;
    display: inline-block;
    background-color: #fff;
}
/************************ latest updates **************************/
 .latest-update-sec{
    float: left;
    width: 100%;
    padding: 50px 0;
    background-color: #F3F7FB;
 }
 .sec-heading, .we-work-with-sec h1{
    text-align: center;
    color: #005FB3;
    margin: 0;
    text-transform: uppercase;
    font-size: 35px;
    position: relative;
}
.latest-update-sec .divider, .we-work-with-sec .divider, .contact-detail .divider{
    background-color: #005FB3;
}
.latest-update-div{
    float: left;
    width: 100%;
    box-shadow: 0 0 7px rgba(0,0,0, .2); 
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px ;
    margin: 30px 0;
}
.latest-update-div:hover{
    box-shadow: 0 0 12px rgba(0,0,0, .2);          
}
.latest-update-div .update-banner img {
    transition: all .6s ease;
    border-radius: 10px;
}
.latest-update-div:hover .update-banner img {
    transform: scale(1.1);
}
.update-banner{
    overflow: hidden;
    height: 230px;
}
.update-text{
    padding: 20px;
}
.heading-link {
    color: #005FB3;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
}
.update-subtext{
    font-style: italic;
    color: #999;
    margin-top: 5px;
}
.update-time, .update-comment{
    color: #999;
    display: inline-block;
}
.update-detail {
    padding: 25px 0 0;
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 23px;
    color: #7D7D7D;
    text-align: left;
}
/*************  programs **********/
.program-sec{
    float: left;
    width: 100%;
    padding: 30px;
    background-color: #005FB3;    
}
/********** testimonilas *********/
.testimonials{
    float: left;
    width:100%;
    position: relative;
 padding: 30px 0px;
background-color: #f4f4f4;
background-image: url('../imgs/6.jpg');
background-position: bottom;
background-repeat: no-repeat;
background-origin: border-box;
background-size: cover; 
background-attachment: fixed;
}
.testimonials::after{
     position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.8);
    z-index: 1;
}
.testimonial-wrap{
    background-color:#f7f7f7;
    padding:30px 20px; 
    margin-top: 30px;
    position: relative;
    z-index: 2;
}
.wrap-div.reviews{
    padding: 10px 40px;
    color: #000;
    text-align: justify;
}
.review_img_wrap{
    text-align: center;
}
.review_img_wrap img{
    max-width:100px;
    height:100px;
    object-fit: cover;
    border-radius:100%;
    display:inline-block;     
}
.review-txt{
    font-style: italic;
    font-size: 15px;
    line-height: 2.5;
}
.review_img_wrap h4{
    display:inline-block;
    margin-left:20px;
    vertical-align:-25px; 
}
/************** partners-sec *********/
.partners-sec{
    float: left;
    width: 100%;
    padding: 30px;
    background-color: #333;/*
    background-image: url('../imgs/our-programs.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;*/
}
.we-work-with-sec{
    float: left;
    width: 100%;
    padding: 30px;
    background-color: #F3F7FB;
}
.partners-img{
    float: left;
    width: 100%;
    padding: 30px 0;
}
.mb20{
    margin-bottom: 20px;
}
/*************Gallery Section***************/
.gallery {
    float: left;
    width: 100%;
    padding: 30px;
    background-color: #fff;
}
.divider-color {
    background: rgba(0,95,179);
}
.gallery_tabs {
    width: 14%;
    margin: auto;
    padding-top: 4%;
    border-bottom: none;
}
.clearfix:after {
    display: table;
    clear: both;
    content: "";
}
.tab_link {
    color: #fff;
    font-size: 20px;
    width: 50%;
    float: left;
    text-align: center;
}
.tab_link:hover {
    text-decoration: none;
}
.flex_container {
    display: flex;
    flex-flow: row wrap;
}
.tab_content {
    display: none;
}
.gallery_card {
    width: 33%;
    object-fit: cover;
    padding: 10px 10px;
    max-height: 250px;
}
.gallery_card img {
    width: 100%;
}
/*contact*/
.contact-detail {
    float: left;
    width: 100%;
    padding-top: 40px;
    margin-bottom: 80px;
}
.contact-info{
  text-align: center;
}
.contact-icon{
  border-radius: 15px 15px 0 0;
  padding: 15px 0;
  text-align: center;
  background-color:#005FB3;
}
.contact{
  border-radius: 0 0 15px 15px;
  box-shadow: 1px 8px 18px -2px  rgba(0, 0, 0, 0.12);
  padding: 0 20px 20px;
}
.contact h4 {
    font-weight: bold;
    color: #000;
    margin: 20px 0px;
}
.contact-sec-div{
    margin-top: 60px;

}
.contact-sec-div a{
    color: #000;
    text-decoration: none;
}
.contact-sec-div a:hover{
    color: #005FB3;
}
/*-------------------------------About Pages Style-------------------------------*/
.about-us {
    background-color: rgba(0,0,0,1);
    padding: 0px 0 0px;
    margin: 0;
    display: inline-block;
    float: left;
    width: 100%; 
}
.header-title-background {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.about-us-header-title {
    border: 10px solid #fff;
    width: 40%;
    margin: auto;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    padding: 10px;
}
.txt-1 {
    font-weight: bold;
    font-size: 14vh;
}
/*who-we-are.php Style*/
.who-we-are-header {
    display: table;
    float: left;
    width: 100%;
    padding: 0;
    background: rgba(0, 0, 0, 0) url('../imgs/who-we-are-header.jpg') no-repeat fixed center / cover;
    height: 50vh;
}
.topics {
    width: 100%;
    float: left;
    display: inline-block;
    background: rgba(255,255,255,1);
}
.section-description {
    padding-top: 5%;
    font-size: 17px;
    padding-bottom: 5%;
    color: #000;
}
.topic-header {
    width: 100%;
    display: inline-block;
    float: left;
    color: rgba(0,95,179,1);
}
.topic-icon {
    float: left;
    display: block;
    margin: auto;
}
.topic-icon img {
    height: 60px;
    width: 60px;
    border: 1px solid #000;
    background: rgba(0,0,0,1);
    border-radius: 50%;
}
.topic-title {
    display: block;
    font-size: 31px;
    font-weight: bold;
    margin-left: 20%;
}
.topic-description {
    font-size: 17px;
    text-align: left;
    padding: 30px 30px 30px 0;
    color: #333;
}
/*founder-msg.php Style*/
.founder-msg-header {
    display: table;
    float: left;
    width: 100%;
    padding: 0;
    background: rgba(0, 0, 0, 0) url('https://www.pstfoundation.org/public/img/IMG_2266.JPG') no-repeat fixed center / cover;
    height: 50vh;
}
.section-message {
    width: 100%;
    padding: 50px 0;
    background: #fff;
    float: left;
}
.section-title {
    color: #fff;
    background: rgba(0,95,179,1);
    padding: 5px;
}
.section-title h3 {
    color: #fff !important;
}
.navbar-nav > li > a {
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: unset;
}
.navbar-nav > li > a.btn.btn-outline-light {
	background: #fff;
}
.title-heading {
    margin-top: 10px;
    margin-left: 4%;
}
.section-content {
    padding: 4%;
    background: #fff;
    margin: 0;
}
.section-content > p {
    font-size: 17px;
}
.founder-img-container {
    width: 100%;
    margin: auto;
    display: inline-block;
}
.founder-img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    margin: auto;
}
/*our-team.php Style*/
.our-team-header {
    display: table;
    float: left;
    width: 100%;
    padding: 0;
    background: rgba(0, 0, 0, 0) url('https://pstfoundation.org/public/img/our-team-header.jpg') no-repeat fixed center / cover;
    height: 50vh;
}
.team {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 7% 0;
    background-color: #fff;
}
.person-name {
    font-size: 27px;
    color: #000;
    padding: 10px;
}
.person-designation {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
} 
.name-underline {
    width: 100%;
    display: inline-block;
    background: #999;
    height: 1px;
    margin: 15px 0;
}
.person-image {
    border: 1px solid #eee;
    width: 175px;
    height: 175px;
    object-fit: cover;
    margin-top: 45px;
}
.row-divider {
    width: 100%;
    height: 2px;
    display: inline-block;
    background: #999;
    margin: 25px 0;
}
/*success-stories.php Style*/
.success-stories-header {
    display: table;
    float: left;
    width: 100%;
    padding: 0;
    background: rgba(0, 0, 0, 0) url('https://www.pstfoundation.org/public/img/success-stories-header.jpg') no-repeat fixed center / cover;
    height: 35vh;
}
.success-stories {
    width: 100%;
    display: inline-block;
    float: left;
    background-color: #fff;
    padding: 5% 0;
}
.success-stories-context {
    font-size: 17px;
    color: #333;    
}
.success-stories-title {
    color: rgba(0,95,179,1);
    text-transform: uppercase;
    font-weight: bold;
}
.success-stories-list {
    list-style-type: none;
}
/*-------------------------------our-programs.php Style-------------------------------*/
.our-programs-container {
    width: 100%;
    display: inline-block;
    float: left;
    margin:0;
    padding: 80px 0 10px;
    background-color: #000;
}
.our-programs-header {
    display: table;
    float: left;
    width: 100%;
    padding: 0;
    background: rgba(0, 0, 0, 0) url('http://pstfoundation.org/public/img/success-stories-header.jpg') no-repeat fixed center / cover;
    height: 50vh;
}
.our-programs-header-title {
    border: 10px solid #fff;
    width: 40%;
    margin: auto;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    padding: 10px;
}
.our-programs {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 10px 0;
    background-color: #fff; 
}
.program-card {
    width: 100%;
    padding: 5px;
    background: #fff;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    margin: 50px 0;
}
.program-card-title {
    padding: 7px;
    font-size: 22px;
    font-weight: bold;
}
.program-links {
    list-style-type: none;
}
.program-link-list a {
    font-size: 17px;
    color: #777;
    text-decoration: none;
}
.program-link-list a:hover {
    text-decoration: none;
}
.program-link-list-topic {
    font-size: 17px;
    font-weight: bold;
    color: #777;
}
/*-------------------------------join-us.php Page Style-------------------------------*/
.join_us_sec {
    background-image: url('http://pstfoundation.org/public/img/homemak.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    width: 100%;
}
.joinus-data-container {
    padding: 20px 30px;
    display: inline-block;
    width: 100%;
    float: left;
    margin: 80px auto;
}
.joinus-data-header {
    padding: 25px 10px;
    background: #005FB3;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    position: relative;
}
.joinus-data-header::after {
    border-color: #005FB3 transparent transparent transparent;
    border-style: solid;
    border-width: 25px;
    content: "";
    position: absolute;
    left: 47%;
    top: 100%;
}
.joinus-data-body {
    padding: 55px 20px 30px;
    background: #eee;
    border-radius: 2px;
}
.mg-pd {
    margin-top: 28px;
    padding: 0 13%;
}
.joinus-submit-btn {
    color: #fff;
    background-color: #005FB3;
    border: 1px solid #005FB3;
    border-radius: 2px;
    display: block;
    width: 20%;
    margin: 0 auto; 
}
/*-------------------------------footer.php Page Style-------------------------------*/
.footer-sect {
    width: 100%;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 20px 0;
    background: #333;
}
.social-media-icons-list {
    text-align: center;
    list-style-type: none;
    display: inline-block;
    padding-left: 0;
}
.social-media-icon-list-item {
    float: left;
}
.social-media-icon-list-item a{
    display: block;
    padding: 10px;
    width: 100%;
}
.fa {
    font-size: 22px !important;
    color: #333;
}
.footer-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-links-item {
    display: inline;
}
.footer-links-item a {
    color: #fff;
}
.footer-links-item a:hover {
    color: #eee;
    text-decoration: none;
}
.copyright-text {
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-top: 20px;
    text-align: center;
    color: #fff;
}
/*Advisor_list css 21/02/2019*/
body{
    background-color: #f2f2f2;
}
.menu .list-content{
    margin-left: 22%;
}
.menu .btn-danger{
    margin-left: 12%;
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.menu .form-control{
    margin-right: -25px;
}
.menu .title{
    color: #fff;
    font-size: 16px;
}   
    .menu .fa{
        color: #fff;
        margin-right: 5px;
    }
    .menu .fa-search{
        color: #998c8c;
    }           
    .sidebar-dash h2{
        color: #5cb85c;
    }
    .sidebar-wrap{
        height: 100vh;
        background: #5cb85c;
    }
    .sidebar-wrap li{
        list-style-type: none;
        padding: 20px;
    }
    .sidebar-wrap .sidebar-icon i{ 
        margin-right: 5px;
        color: #fff;
    } 
    .dashboard-pg .col-sm-2{
        padding-left: 0px;
    }
    .navbar-nav li a .nav-icon i{
        font-size: 23px !important;
    }
    .pre-area .col-sm-12{
           background-color: #fff;
           padding: 0px;
           margin-bottom: 10px;
    }
    .pre-area .prsn-img img{
        object-fit: cover;
        margin-top: 14px;
    }
    .pre-area .prsn-content h4{
        margin-top: 15px;
    }
    .dashboard-pg{
        margin-top: 84px;
    }
    .dashboard-pg .news-sec{
        height: 150px;
        background-color: #fff;         
        border-radius: 4px;
        margin-top: 20px;
        overflow: hidden;           
        text-align: justify;
    }
    
    .dashboard-pg h2{
         color: #5cb85c;
         padding-bottom: 12px;
    }
    .container .prsn-content a{
        text-decoration: none;
        color: #333f52;
    }
    .main-content .see-adv a{
        font-size: 20px;
        text-decoration: none;
        color: #5cb85c;
    }
/*End*/
/*Dashboard*/  
        .sidebar-wrap a{
            text-decoration: none;
        }   
        .sidebar-wrap a .sidebar-title{         
            color: #fff;
            font-size: 16px;
        }
        .sidebar-wrap ul{
            padding-left: 0px;
            padding-top: 15px;
        }
        .inner-content .in-head{
            color: #5cb85c;
        }
        .dashboard-pg .col-sm-2{
            padding-left: 0px;
        }
        .navbar-nav li a .nav-icon i{
            font-size: 23px !important;
        }
        .post-area .col-sm-12{
               background-color: #fff;
               padding: 10px;
               margin-bottom: 10px;
        }
        .post-area .prsn-img img{
            width: 100px;
            height: 100px;
            object-fit: cover;
            margin-top: 14px;
        }
        .dashboard-pg .news-sec{
            height: 150px;
            background-color: #fff;         
            border-radius: 4px;
            margin-top: 20px;
            overflow: hidden;           
            text-align: justify;
        }
        .new-heading {
            background-color: #5cb85c;
            color: #fff;
        }
        .new-heading h4 {
            margin-top: unset;
            padding: 7px 0px;
        }
        .news-sec p{
            padding: 0 8px;
        }
/*End*/
/*advisor-form*/
.advisor-login-form{
          background-color: #5cb85c;
    }
    .advisor-login-form::after{
        border-color: #5cb85c transparent transparent transparent;
    }
    .btn{
        background: #5cb85c;
        border-color: #5cb85c;
    }
/*End*/
/*advisor-profile*/
*{
       /* margin: 0 auto;*/
        padding: 0;
    }   
    .menu .profile-icon i{
        color: #998c8c;     
    }       
    .profile-img{
        padding: 0 0;
    }
    .profile-pic img{
        width: 100%;
        height: 200px;      
        object-fit: cover;
    }   
    .profile-img .profile-dp img{
        width: 100%;
        height: 90px;
    }   
    .main-content{
        position: relative;
    }
    .main-content .profile-dp {
        position: absolute;
        top: 100%;
        left: 54%;
        transform: translate(-100%,-54%);
    }
    .profile-out-content{
        background-color: #fff;
        
    }
    .profile-content .profile-inr-content{
        position: relative;
        top: 28px;      
        border-bottom: 2px solid #ccc;      
        padding-bottom: 22px;
    }
    .profile-content .btn-success{
        border-radius: 0px;
    }   
    .profile-inr-content .prof-icon .nav-icon i{
        position: absolute;
        left: 1%;
        top: -25%;
        bottom: 58%;
        color: #5cb85e;
    }
/*End*/
/*Join-us page*/
.joins_old{
    background: #fff;
}
.Join_us_sec_new{
    background: #f4f4f4;
    padding: 39px;
    width: 100%;
    float: left;
    margin-top: 10px;
}
.advisor{
    padding: 28px 24px;
}
.advisor a{
    text-decoration: none;
}
.research{
    padding: 28px 24px;
}
.research a{
    text-decoration: none;
}

.client{
    padding: 28px 24px; 
}
.client a{
    text-decoration: none;
}
.wrap_join h4{
    color: #000;
}
.wrap_join p{
    color: #9999af;
    font-weight: lighter;
}
.wrap_join .btn{
    padding: 0.5em 2em; 
    background: #5cb85c;
    color: #fff;
}
.wrap_join .btn:hover{
    border: 1px solid #5cb85c;
    color: #5cb85c;
    background: #fff;
    font-weight: bold;  
}
/*End*/


/*karam 27-feb*/
.attach{
    cursor: pointer;
}
.stts-pending{
    color:red;
}
.response{
    cursor: pointer;
    position: relative;
}
.response span{
    color: #5cb85c;
}
.category{
    background-color: #5cb85c;
    color:#fff;
    padding:5px;
    text-align:center; 
    margin-top:5px;
    display: block;
}
.category i.fa{
    font-size:15px!important;
    color:#fff; 
}
.mg-0{
    margin: 0px;
}
.list-img img{
    width: 90px;
    max-width: 90px;
    height: 90px;
    border-radius: 100%;
    object-fit: cover;
    border: 3.5px solid #5cb85c; 
}
.list-res{
    float: left;
    width:100%;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #b9b9b9;
}
.descrip{
    min-height: 10px;
    max-height: 104px;
    overflow: hidden;
    margin-bottom: 4px;
    text-align: justify;
}
.list-res a{
    color:#5cb85c; 
    display: inline-block;
}
.data-adjust{
    float: left;
    width: 100%;
    min-height: 150px;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0px;
}
/* more content*/
.cntent{
    padding: 10px;
    background-color: #fff;
    margin-top:20px; 
}
.cntent > h3{
    margin-top: 5px;
}
.cntent img{
    width:1000p;
    height: 250px;
    object-fit: cover;
    margin-bottom: 10px;
}
.cntent i.fa{
    font-size: 16px!important;
    color:#6d7a8c;
}
.cntent h5{
    color:#6d7a8c;
}
/*==Team section css by rohit 19 may==*/
.our_team .sl-sectionHead {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 30px 0;
    color: #005fb3;
}
.our_team .sl-sectionHead h3{
    font-weight: bold;
}
.team-area{
    padding-top: 5%;
}
.single-team{
    background-color: #000;
    margin-bottom: 10px;
}
.img-area{
    overflow: hidden;
    position: relative;
}
.img-area img{
    width: 100%;
    height: 345px;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}
.img-area:hover img{
    transform: scale(1.2);
}
.img-text{
    padding: 25px;
    color: #fff;
    text-align: center;
    height: 180px;
    max-height: 200px;
}
.img-text  h4{
    margin: 0 0 5px;
    font-size: 21px;
    letter-spacing: 5px;    
    text-transform: uppercase;
    color: #fff !important;      
}
/*==who we are==*/
.we_are_details {
    margin: 0 0 40px;
}
.Who_We_Are .sl-sectionHead h3{
    font-weight: bold;
}
/*6-6-20*/
.sl-slider.event_poster_ds{
    height: 160px !important;
}
.cllose-row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.cllose-column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.cllose-column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .cllose-column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .cllose-column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
.sec_h5 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 25px;
}
.newscard1 .after_img_h3 {
    color: #000 !important;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;  
    margin: 10px 0;
    padding: 0px 10px;
}
.newscard1 a{
    color: #005fb3 !important;
}
.newscard1_img1{
    position: relative;
    margin-bottom: 20px;

}

.newscard1_img1 img{
    border-radius: 3px 3px 0px 0px;
    height: 140px;
    width: 100%;
    object-fit: contain;
}
.cont {
	color: #000;
	max-width: 400px;
	margin: 0 auto;
}
.content_on_newscard1 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: normal;
    text-align: center;
    transition: all .3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform: scaleX(0);
    flex-direction: column;
    z-index: 0;
    border-radius: 3px 3px 0px 0px;
    background: #4f9add;
}

.newscard1_img1:hover .content_on_newscard1 {
    transform: scaleX(1);
    opacity: 1;
}

.content_on_newscard1 a{
    color:#fff !important;

}

.content_on_newscard1 .categories a{
    color: #000 !important;
}

.newscard1{
    margin-top: 10px;
    border-radius: 6px;
    border: 1px solid#ddd7d7;
    margin-bottom: 15px;
}

.newscard1 .double_border {
    border-bottom-style: solid;
    border-top-style: solid;
    height: 6px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    margin-left: 20px;
    margin-right: 20px;
}

.newscard1 .r_more{
    margin-bottom: 10px;
    padding-top: 14px;
    color: #646664;
    text-align: center;
}

.newscard1 .r_more_a span {
    color: #646664;
}
.Gallery_subpage_img{
    margin-top: 10px;
    margin-bottom: 20px;
}
.sl-packagePlan .doc_img{
    width: auto;
}

/*hitanshi css header 05 sep*/
.pst_navbar > nav.navbar {
    min-height: unset;
    margin: 0;
}
/*hitanshi css header 05 sep*/




