/* page header */
.page_header {
    background: url(../images/page-tittle.jpg) no-repeat;
}
.page_header {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.page_header .page-content h2 {
    font-size: 2rem;
}
.page_header .page-content .page_nav {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    padding: 18px 30px 18px;
    margin-top: 80px;
    color: #7f7f7f;
    font-size: 0.875rem;
    float: right;
    margin-bottom: -2px;
}
.page_header .page-content .page_nav a {
    margin-left: 2px;
}
.page_header .page-content .page_nav span i {
    font-size: 11px;
    margin-right: 5px;
}



/* contact split */
.address-social li{
    display: inline-block;
}

.address-social a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    margin: 5px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.address-social a:hover {
    background-color: #ffffff;
}
.address-social.black a {
    color: #18191d;
}

/* ===================================
   Contact
====================================== */
.alert-danger {
    border-radius: 36px;
}
.contact-para-setting {
    max-width: 480px;
}
.contact-info .icon-box {
    display: table;
    padding-top: 1.5rem;
}
.contact-info .icon-box:last-child {
    padding-bottom: 0.5rem;
}
.contact-info h5 {
    margin-bottom: 2rem;
}
.contact-info i {
    display: table-cell;
    font-size: 30px;
    padding-right: 15px;
}
.contact-info p {
    transform: translateY(-10px);
}
.form-control {
    padding: 1.5rem .75rem;
}
.form-control.message {
    padding: 13px 10px 10px;
    height: 150px;
}
.contact-form-textfield input,
.contact-form-textfield textarea {
    font-size: 14px;
    border: 1px solid #dcdbdb;
    color: #535353 !important;
    border-radius: 30px;
    -webkit-transition: 300ms ease-in all;
    -o-transition: 300ms ease-in all;
    transition: 300ms ease-in all;
}
.contact-form-textfield input::-webkit-input-placeholder, .contact-form-textfield textarea::-webkit-input-placeholder,
.contact-form-textfield input:-moz-placeholder, .contact-form-textfield textarea:-moz-placeholder,
.contact-form-textfield input::-moz-placeholder, .contact-form-textfield textarea::-moz-placeholder,
.contact-form-textfield input:-ms-input-placeholder, .contact-form-textfield textarea:-ms-input-placeholder,
.contact-form-textfield input::placeholder, .contact-form-textfield textarea::placeholder{
    color: #ffffff !important;
}
.contact-form-textfield input:focus, .contact-form-textfield textarea:focus {
    border-color: #dcdbdb;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333333;
}
.contact-form-textfield textarea {
    height: 120px;
    resize: none;
}
.form-control {
    box-shadow: none;
}

.contact-box-shadow {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 26px 16px rgba(0,0,0,0.02);
    box-shadow: 0px 0px 26px 16px rgba(0,0,0,0.02);
    padding: 30px 30px;
}
.contact-box-shadow h2 {
    text-transform: capitalize;
    margin-bottom: 1.15rem !important;
}

.contact-box-shadow .contact-para-setting {
    margin-bottom: 1.5rem !important;
}

.contact-info .icon-box:first-child {
    padding-top: 0;
}
.contact-form-center {
    max-width: 950px;
    margin: 0 auto;
}

section, .section-padding {
    padding: 2rem 0;
    padding-top: 6rem;
}




.fact-iconic, .counter-photo {
    position: relative;
}
.counter-photo ::before {
    content: "";
    position: absolute;
    right: 0;
    background: #24c1dd;
    top: 10px;
    left: 10px;
    bottom: 0;
    display: inline-block;
    z-index: 1;
    border-bottom-right-radius: 10px;
}
.counter-photo img {
    z-index: 2;
    padding: 0 10px 10px 0;
}


.our-team {
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 8px;
    margin-top: 10px;
}
}
.our-team .team_img{
    position: relative;
    overflow: hidden;
}
.our-team .team_img:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
}
.our-team:hover .team_img:after{
    bottom: 0;
}
.our-team img{
    width: 100%;
    height: auto;
}

.our-team .social{
    padding: 0 0 18px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: -100%;
    right: 10px;
    background: #198754;/*green*/
    border-radius: 0 0 20px 20px;
    z-index: 1;
    transition: all 0.3s ease 0s;
    margin-top: 10px;
}
.our-team:hover .social{
    top: 0;
}
.our-team .social li a{
    display: block;
    padding: 10px;
    font-size: 14px;
    color: #ffffff;
}
.our-team:hover .social li a:hover{
    color: #fff;
}

.our-team .team-content{
    padding: 20px 0;
    background: #fff;
    border-radius: 8px;
}
.our-team .title{
    font-size: 18px;
    font-weight: 500;
    color: #198754;/*green color*/
    text-transform: capitalize;
    margin: 0 0 20px;
    position: relative;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.our-team .title:before{
    content: "";
    width: 25px;
    height: 1px;
    background: #198754;
    position: absolute;
    bottom: -10px;
    right: 50%;
    margin-right: 9px;
    transition-duration: 0.25s;
}
.our-team .title:after{
    content: "";
    width: 25px;
    height: 1px;
    background: #198754;/*green color*/
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: 9px;
    transition-duration: 0.25s;
}
.our-team:hover .title:before,
.our-team:hover .title:after{
    width: 50px;
}
.our-team .post{
    /*display: inline-block;*/
    font-size: 15px;
    text-transform: capitalize;
    text-align: center!important;
}
.our-team .post:before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #198754;/*green color*/
    margin: 0 auto;
    position: relative;
    top: -13px;
    text-align: center;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}


/*** mobile ***/
@media (max-width: 768px) {
    section, .section-padding {
    padding: 0rem 0;
    padding-top: 6rem;
    }

    .page_header .page-content .page_nav {
        float: none;
        margin-top: 67px;
    }

   
}
