.statistic_icon{
	font-size: 60px;
}

.box_icon{
font-size: 45px;
}

.box-list ul{

}

.box-list ul li{
	margin-bottom: 11px;
    list-style: circle;
}

.blog-post{
    border: 1px solid #ddd;
    padding: 8px 8px 15px 8px;
}


.seperate{
	clear: both;
    margin-bottom: 10px;
}

.read_more{
	border: 1px solid #2C3F69;
    padding: 7px 11px;
    border-radius: 17px;
    color: #2C3F69;
}

.read_more:hover{
	background:#2C3F69;
	color: #fff;
	border: 1px solid #000;
}


.single_content ul{
	list-style: disc;
    margin-left: 15px;
    margin-bottom: 24px;
}

.single_content ul li{
	list-style: disc;
    margin-left: 15px;
}

.single_content ul li a{
	color: #f12a02;
	text-decoration: none;
}

.single_content a{
	color: #f12a02;
	text-decoration: none;
}

.single_content a:hover{
	color: #333;
}

.single_content img{
	width: 100% !important;
}



/*Pagination CSS*/
.pagi{    overflow: hidden;display: block;font-size: 20px;margin-top: 10px;padding: 10px;text-align: center;width: 100%}
.pagi a{
	background-color: #f12a02;
    border-color: #f12a02;
    text-decoration: none;
    margin-right: 2px;
    padding: 5px 14px;
    color: #fff !important;
    border-radius: 5px;
    border: 1px solid #f12a02;
    float: left;
    box-shadow: 0 8px 8px rgba(0, 0, 0, .15);
}
.pagi a:hover{color: #f12a02 !important;background: #fff;}
/*Pagination CSS*/

.example-image{
	max-width: 100%;
}




/* Team */

.team-member {
    background: #fff;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border: 1px solid #f12a02;
    margin-bottom: 30px;
}

.team-member .team-photo {
    background: #fff;
    min-height: 200px;
    margin: 0 auto;
    padding: 6px 6px 10px 6px;
}

.team-member .team-attrs {
    padding: 2px 16px 16px 16px;
    color: #303030;
}

.team-member .team-attrs .team-name {
    font-size: 21px;
}

.team-member .team-attrs .team-position {
    font-size: 12px;
    letter-spacing: 2px;
    color: #a7a7a7;
}

.team-member .team-content {
    color: #303030;
    opacity: .8;
    padding: 16px 24px 40px 24px;
}

.team-member:hover {
    box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.2);
}


.team-photo img{
	max-width: 100% !important;
}




/* Team */

.un-member {
    background: #fff;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border: 1px solid #f12a02;
    margin-bottom: 30px;
}

.un-member .un-photo {
    background: #fff;
    margin: 0 auto;
    padding: 5px;
}

.un-member .un-attrs {
    padding: 5px;
    color: #333;
}

.un-member .un-attrs .un-name {
    font-size: 16px;
}

.un-member .un-attrs .un-position {
    font-size: 12px;
    letter-spacing: 2px;
    color: #a7a7a7;
}

.un-member .un-content {
    color: #303030;
    opacity: .8;
    padding: 16px 24px 40px 24px;
}

.un-member:hover {
    box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.2);
}


.un-photo img{
	max-width: 100% !important;
}

.apply_text{
	margin-top: 59px !important;
}

.apply_button{
	color: #fff;
    border: 1px solid #fff;
    padding: 11px 13px;
    font-size: 15px;
}

.apply_button:hover{
	color: #fff;
}


/*------------------------------------------------------------------
[10. Hover Effects]
*/

.item-wrap {
    margin-bottom: 30px;
}

figure {
    position: relative;
    overflow: hidden;
    text-align: center;
}

figure img {
    position: relative;
    opacity: 1.0;
}

figure figcaption {
    padding: 1.0em;
    color: #303030;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure figcaption > .fig-description a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
}

figure figcaption:before,
figure figcaption:after {
    pointer-events: none;
}

figure figcaption,
figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure h3 {
    word-spacing: -0.15em;
    font-family: "Montserrat", sans-serif;
}

figure h3 span {
    font-family: "Montserrat", sans-serif;
}

figure h3,
figure p {
    margin: 0;
}

figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}


/* Team Hover */

figure.effect-zoe {
    margin: 0;
    width: 100%;
    height: auto;
    min-width: 200px;
    max-height: none;
    max-width: none;
    float: none;
}

figure.effect-zoe img {
    display: inline-block;
    opacity: 1;
}

figure.effect-zoe p.icon-links {
    margin: 0px;
}

figure.effect-zoe p.icon-links a {
    color: #fff;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    font-size: 34px;
    margin-right: 11px;
}

figure.effect-zoe p.icon-links a i::before {
    color: #fff;
    font-size: 24px;
    display: inline-block;
    padding: 15px 10px;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

figure.effect-zoe p.icon-links a:hover i::before {
    color: #f2f2f2;
}

figure.effect-zoe p.phone-number a {
    color: #fff;
    font-size: 12px;
}

figure.effect-zoe p.phone-number a:hover {
    color: #f2f2f2;
    text-decoration: none;
}

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 0;
    height: 8em;
    background: #f12a02;
    border-top: 3px solid #fff;
    color: #5d5d5d;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.top_un{
    width: 20%;
    padding: 0;
    margin-bottom: 0;
    float: left;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .top_un{
        width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .top_un{
        width: 100%;
    }
}


.caption-txt{
    background: rgba(221, 221, 221, 0.3);
}

.single_content{
    text-align: justify;
}


.box-list{
    text-align: justify;
}
