@font-face {
  font-family: "Pristina";
  src: url("PRISTINA.TTF");
}
.what-we-offer{
	position:relative;
}
.what-we-offer .info{
	position:absolute;
	width:100%;
	bottom:15%;
	color:#fff;
}

.large-text{
	font-size:120%;
	font-family:Poppins;
}
h3 span,h1 span{
	font-family:Pristina;
	color:#ef5b5b;
	display:block;
	margin:0 0 10px;
	font-weight: 500;
	font-size: 36px;
}

ul.social li a{
	font-size: 12px;
}


.slider .overlay{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	/* background:rgba(0,0,0,0.5) */
}

.mb-50{
	margin-bottom: 50px;
}

.section-below-banner-dark h3{
	margin: 0px 0 20px;
}
 .section-below-banner-dark a{
	color: #333;

background-color: #fff;

border-color: #fff;
}
.section-below-banner-dark .overlay{
	position: absolute;

top: 0;

bottom: 0;

left: 0;
opacity: .2;
right: 0;
background:url('../images/slider.jpg') bottom center fixed;
background-size:cover;
}
.section-below-banner-dark{
	background: #ef5b5b
}
.section-below-banner{
	background: #000;
	color:#fff;
	font-size: 20px;
}
.section-below-banner h1 span{
	color:#fff
}
.section-below-banner .overlay{
	position: absolute;

top: 0;

bottom: 0;

left: 0;
opacity: .5;
right: 0;
background:url('../images/blue-bg.jpg') top center fixed;
background-size:cover;
}

#crumbs > li{
text-transform:capitalize;
display: inline-block;
color:#333
}
.single-project img
{
border: 1px solid #ddd;
}
 .white-bg
 {
 background:#fff!important;
 }

#crumbs li a
{
color: #db261f;    
}
#crumbs {
    bottom: 0;
    color: #777777;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    list-style: none outside none;
    padding: 10px 0;
}
#crumbs > li + li::before {
    content: "";
    background: url(../images/breadcrumb.png) no-repeat center center;
    margin: 0 10px;
    padding: 0 10px;
	font-size: 13px;
	filter: brightness(0);
}
body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    font-family: Raleway,sans-serif;
    color: #333;
    overflow-x: hidden;
}
h1{
	text-transform:capitalize;
	margin-bottom:30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: Raleway;
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

p{
	padding:0;
	margin:0 0 15px;
	font-family:Poppins;
}
ul,
li,
a {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
	height: auto;
}

button:focus,
input:focus {
    outline: none;
}

:-webkit-input-placeholder {
    color: inherit;
}
.section-padding {
    padding: 60px 0;
	position:relative;
}
.white-t{
	color:#fff!important;
}
/***** Scroll top  *****/

#scrollUp {
    background: #000 none repeat scroll 0 0;
    border-radius: 3px;
    bottom: 56px;
    font-size: 20px;
    padding: 5px 0;
    right: 50px;
    transition: all 0.5s ease 0s;
    z-index: 999 !important;
}

#scrollUp:hover {
    background-color: #272727;
}

#scrollUp:hover .hvr-icon-bob:before {
    color: #fff;

}

.contact-bar ul.social li a i.fa{
	color: #fff;

background: #ef5b5b;
width: 40px;
height: 40px;

line-height: 40px;
}
.inset-bg{
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) inset;

-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) inset;

-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2) inset;
}


/***** bold title end *****/

/*  ================================
        Header Area
    ================================ */
.header-area{
	z-index: 2;
	position: relative;
	color: #ddd;
}

.header-t .top-bar-text{
	padding:0
}
.header-t h4{
	font-family:Raleway;
	margin:0;
	text-align: right;
font-weight: 500;
font-size: 24px;
}

.header-top {    
    padding: 10px 0;
	background:rgba(0,0,0,.5);
	z-index: 2;
	position: relative;
}
.btn-xs {
	font-size: 11px!important;
}
.btn-yellow{
	background:#ef5b5b;
	color:#000;
	border:1px solid #ef5b5b;
	border-radius:0;
}
.btn-black{
	background:#000;
	color:#ef5b5b!important;
	border:1px solid #ef5b5b;
	border-radius:0;
}

ul.top-bar-text li:last-child{
	margin-right:0;
}
ul.top-bar-text li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    color: #c9c9c9;
	vertical-align: middle;
}

ul.top-bar-text li i.fa {
    margin-right: 10px;
}

ul.social,
ul.social li {
    margin: 0px;
}

ul.social li a {
    color: #fff;
}

ul.social li a i.fa {
    font-size: 15px;
    width: 25px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s ease 0s;
    margin-right: 5px;
	color: #fff;
}
.section-below-banner-dark.stats-counter h3 span,
.section-below-banner-dark.stats-counter {
	color:#fff
}
.section-below-banner-dark.stats-counter input[type="submit"]{
	background: #000;
}
ul.social li a.active i.fa,
ul.social li a i.fa:hover {
    
    color: #000;
}
.page-template-contact_template .entry-content a{
	color:#333;
}
.header-menu {
   margin: 20px 0 0;
float: right;
text-transform: uppercase;
}
.header-t{
	z-index: 999;

position: fixed;

width: 100%;

top: 0;

background:#fff;

border-top: 5px solid #ef5b5b;

box-shadow: 0 0 5px #333;

padding: 10px 0;
}
.slider{
	position: relative;

margin-top: 106px;
z-index: 1;
}
.slider .banner-info{
	position: absolute;
background: rgba(255,255,255,.75);
top: 40%;
text-align:center;
width: 100%;
padding:20px 0;
left: 0;

right: 0;
color:#333;
}
.slider .banner-info h1{
	color:#333;
	font-size: 36px;
margin:0;
}
.slider .banner-info p{
	color: #333;
margin:15px;
font-size: 20px;

font-weight: 500;
}


.slider .banner-info img{
	width:auto;
}
.slider img{
	width:100%;
	max-width:100%;
	height:auto;
}

.bin-policy {
    position: relative;
}
.bin-policy .policy-info ul.social li a i.fa{
   font-size: 45px;

width: 80px;
}
.bin-policy h2{
	margin-top:0
}
.categories-list ul{
	list-style-type:none;
}
.categories-list ul li{
	width:33.3%;
	margin:15px 0px;
	float:left;
}
.categories-list ul li a{
	color:#8a8a8a;
	font-size:18px;
	display: block;

padding: 0 15px;
}
.categories-list ul li a i{
	font-size:22px;
	color:#ef5b5b;
	margin-right:15px;
	width:25px;
}
.categories-list .btn{
	 background:#ef5b5b;
	 color:#fff;
	 text-transform:uppercase;
	 border-radius:3px;
	 padding:10px 25px
}

.vertical-tab .nav-tabs{
   background: #333333;
text-align:center;
border-radius: 4px;
font-weight:600;
}
.vertical-tab .nav-tabs li{
   float: none;
   vertical-align: top;
}
.vertical-tab .nav-tabs li.active{
	background:#ef5b5b;
	color: #fff;
	border-bottom: 2px solid #f3f3f3;
}
.vertical-tab .nav-tabs li a{
    color: #fff;
	padding: 25px 10px;

border-bottom: 2px solid #f3f3f3;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.vertical-tab .nav-tabs li a:hover{
	border-bottom: 2px solid #f3f3f3;
}
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        display: block;
        width: 100%;
        border-right: none;
    }
    .vertical-tab .nav-tabs li a{
        padding: 10px;
        margin: 0 0 10px;
    }
    .vertical-tab .tab-content{
        display: block;
        padding: 20px 15px 5px;
        border-radius: 0 0 10px 10px;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}




/***** menu start *****/

.navbar {
    margin: 0;
    background-color: transparent;
    border: 0;
}

.main-menu {
    text-align: right;
}

.navbar-nav {
    float: none;
}

.navbar ul {
    display: inline-block;
}

.navbar-default .navbar-nav > li > a {
    color: #353535;
    font-weight: 700;
    padding: 15px 10px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #000;
    background-color: transparent;
}

.fixed-menu {
    z-index: 9999 !important;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
    display: none !important;
    top: 66px;
    border: 0;
}

.open > .dropdown-menu {
    display: block !important;
}

.dropdown-menu > li > a {
    text-transform: capitalize;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #000;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
}

/***** menu end *****/

/***** search box start *****/

.icon-search::before {
    content: "";
    font-family: fontawesome;
}

.search {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 9;
}

[class^="icon-"] {
    color: #353535;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 6px 7px 7px;
    position: relative;
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.search_form {
    background: #000;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 15px;
    overflow: hidden;
    border-radius: 10px;
    width: 20px;
    height: 0px;
    transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
    -webkit-transition: height 0.2s ease-out 0.5s, top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
}

.search_form form {
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.search_form input {
    background: #fff;
    border: none;
}

.search_form input[type="text"] {
    border-radius: 5px 0 0 5px;
    height: 31px;
    padding: 0 5px 1px;
    width: 59%;
}

.search_form input[type='submit'] {
    border-radius: 0 5px 5px 0;
    text-transform: uppercase;
    padding: 0px 5px;
    height: 31px;
    margin: 0px 0px 0px 0;
    cursor: pointer;
    width: 40%;
    position: absolute;
}

.search_box {
    visibility: hidden;
}

.search_box:checked ~ .search_form {
    height: 42px;
    padding: 5px;
    top: 35px;
    transition: height 0.2s ease-out 0s, top 0.2s ease-out 0s, padding 0.2s ease-out 0s, width 0.3s ease-out 0.2s;
    width: 213px;
}

.search_box:checked ~ .search_form form {
    opacity: 1;
    transition: 0.3s all ease-out 0.5s;
    -webkit-transition: 0.3s all ease-out 0.5s;
}

/***** search box end *****/

/*  ================================
        slider area
    ================================ */

.slider-area {
    background-color: #272727;
}


.slider-table {
    display: table;
    height: 100vh;
    width: 100%;
}

.slider-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.slider-info h2 {
    font-size: 30px;
    position: relative;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #555;
    letter-spacing: 4px;
    line-height: initial;
}

.slider-info h3 {
    color: #555;
    font-size: 45px;
    animation-duration: 2s !important;
}

.slider-info p {
    color: #555;
    margin: 20px 0 30px;
}

.slider-wraper .owl-nav div {
    background-color: #000;
    color: #fff;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    transition: all 0.5s ease 0s;
}

.slider-wraper div.owl-prev {
    left: auto;
    opacity: 0;
    left: -1%;
}

.slider-area:hover .slider-wraper div.owl-prev {
    left: 0;
    opacity: 1;
}

.slider-wraper div.owl-next {
    left: auto;
    opacity: 0;
    right: -1%;
}

.slider-area:hover .slider-wraper div.owl-next {
    right: 0;
    opacity: 1;
}

.slider-area .owl-dot,
.testmonial-content .owl-dot {
    background-color: #000;
    display: inline-block;
    height: 15px;
    margin: 0 2px;
    position: relative;
    width: 50px;
}

.slider-area .owl-dots,
.testmonial-content .owl-dots {
    bottom: 80px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.slider-area .owl-dot,
.testmonial-content .owl-dot {
    background-color: #000;
    display: inline-block;
    height: 5px;
    margin: 0 2px;
    width: 25px;
}

.slider-area .owl-dot.active,
.testmonial-content .owl-dot.active {
    background-color: #272727;
}

/*  ================================
        Service Area 
    ================================ */

.single-service-part {    
    border: 1px solid #58add5; 
    margin-bottom: 30px;
    padding: 20px 25px;
    text-align: center;
    transition: all 0.5s ease 0s;
	text-align: left;
}

.single-service-part h3 {
    font-size: 22px;    
    margin: 10px 0 5px;
    transition: all 0.5s ease 0s;
}

.single-service-part i.fa {
    border: 1px solid #000;
    border-radius: 50%;
    color: #000;
    font-size: 40px;
    height: 70px;
    line-height: 70px;
    width: 70px;
    transition: all 1s ease 0s;
}

.single-service-part p {
    letter-spacing: normal;
font-weight:600    
}

.single-service-part:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 0 0 rgba(0, 0, 0, 0.12);
}

.single-service-part:hover.single-service-part i.fa {
    background-color: #000;
    color: #fff;
}

.single-service-part:hover.single-service-part h3 {
    color: #000;
}

/*  ================================
        About Us Area
    ================================ */

.about-us-area {
    background-color: #F6F6F6;
}
.about-video {
    
}
.about-us-content {background: rgba(0, 0, 0, 0) url("../img/about/01.jpg") no-repeat scroll center center / cover;
    
    overflow: hidden;
    width: 100%;
    display: flex;
}

.about-us-content-left {
    float: left;background-color: rgba(0, 0, 0,.5);
    padding-top: 50px;
    padding-left: 35px;
    padding-right: 50px;
    width: 50%;
}

.about-content {
    margin-bottom: 50px;
    padding: 0 70px;
    position: relative;
}

.about-content i.fa {
    color: #000;
    left: 0;
    font-size: 20px;
    position: absolute;
    top: 0;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
}

.about-content i::after {
    position: absolute;
    right: -4px;
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 8px solid #fff;
    top: 5px;
}

.about-content h3 {
    font-size: 17px;
    color: #fff;
	text-transform: inherit;
}

.about-content p {
    color: #fff;
    line-height: 170%;
    margin: 0;
    padding: 10px 0;
}

.about-us-content-right {
    float: right;
    height: auto;
    width: 50%;
}

.single-about,
.single-about .about-video {
    height: 100%;
}



.about-video a {
    display: inline-block;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    height: 90px;
    width: 90px;
    line-height: 90px;
    top: 50%;
    left: 50%;
    text-align: center;
    position: absolute;
}

.video-btn.hvr-ripple-out::before {
    border-color: #000;
    border-radius: 50%;
}

.about-video a i.fa {
    color: #fff;
    font-size: 40px;
    left: 55%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*  ================================
        Team Part Area
    ================================ */

.single-member-dec > h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    right: -31px;
    text-transform: uppercase;
    top: 80px;
    transform: rotate(-90deg);
}

.single-member-dec {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.single-member-dec > img {
    width: 100%;
}

.member-overly {
    background-color: rgba(3, 145, 150, 0.7);
    bottom: -35px;
    left: 0;
    padding: 10px;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.member-overly > h3 {
    color: #fff;
    font-size: 16px;
    padding: 10px 0 0;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.member-overly p {
    color: #fff;
}

.member-overly i.fa {
    color: #fff;
    font-size: 14px;
    transition: all 0.5s ease 0s;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

.member-overly i.fa:hover {
    color: #000;
    background-color: #fff;
    border-radius: 50%;
}

.single-member-dec:hover .member-overly {
    bottom: 0;
}

/*  ================================
        Portfolio Area
    ================================ */

.portfolio-area {
    background-color: #F6F6F6;
}

.iso-nav {
    margin-bottom: 50px;
    text-align: center;
}

.iso-nav ul {
    display: inline-block;
}

.iso-nav li {
    color: #1a1a1a;
    cursor: pointer;
    float: left;
    font-weight: 700;
    list-style: outside none none;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: all .5s ease;
}

.iso-nav li:hover,
.portfolio-active {
    color: #fff !important;
    background-color: #000;
}

.single-project {
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom:15px;
	border: 1px solid #ddd;
}

.iso-overflow {
    background-color: rgba(3, 145, 150, 0.8);
    height: 100%;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all 1s ease 0s;
    width: 100%;
    z-index: 999;
}

.single-project img {
    width: 100%;
    height: 100%;
    /*transform: scale(1);*/
    transition: 1s;
}

.project-lightbox {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    transition: all 1s ease 0s;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.project-lightbox-middile {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.project-lightbox-middile a i.fa {
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 30px;
    color: #000;
    opacity: 0;
    margin-right: 5px;
}

.project-lightbox-middile a i.fa:hover {
    color: #000;
    background-color: #fff;
    border-radius: 50%;
}

.project-lightbox-middile h4 {
    color: #fff;
    margin: 10px 0;
    opacity: 0;
    transition: all 1s ease 0s;
}

.single-project:hover .project-lightbox-middile a i.fa {
    opacity: 1;
}

.single-project:hover .iso-overflow,
.single-project:hover.single-project img {
    transform: scale(1.5);
}

.single-project:hover .project-bottom {
    opacity: 1;
    right: 0;
}

.single-project:hover .project-lightbox a i.fa,
.single-project:hover .project-lightbox h4 {
    opacity: 1;
}

/*  ================================
        Project Progress Part Area
    ================================ */


.single-progress-dec {
    color: #fff;
}

.single-progress-dec i.fa {
    font-size: 36px;
    display: block;
    color: #000;
}

.single-progress-dec > span {
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    margin: 10px 0;
}

.single-progress-dec h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

/*  ================================
        Testmonial Area
    ================================ */

.testmonial-dec {
    text-align: center;
}

.testmonial-dec img {
    border-radius: 50%;
}

.testmonial-dec h4 {
    margin: 20px 0;
}

.testmonial-dec p {
    padding: 0 40px;
    width: 60%;
    margin: 0 auto;
}

.testmonial-dec img {
    display: inline-block !important;
    max-width: 100%;
    width: 115px !important;
}

.testmonial-content .owl-nav {
    display: none;
}

.testmonial-content .owl-dots {
    bottom: -40px;
}

/*  ================================
        Skill Progress Area
    ================================ */

.progress-area {
    background: #064488;
    position: relative;
	color:#fff;
}
.progress-area img
	{

    display: block;
    margin: 0 auto;
	}
.progress-area h2{
	margin: 0 0 20px;
}
.progress-area p{
	margin: 0 0 20px;
}
.progress-area span{
	color:#000
}

.progress-circle {
    float: left;
    position: relative;
    text-align: center;
    width: 25%;
}

.circle strong {
    background-color: #000;
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    font-size: 25px;
    height: 100px;
    left: 0;
    line-height: 100px;
    margin: auto;
    position: absolute;
    right: 0;
    top: -55px;
    width: 100px;
    z-index: 999;
}

.circle h3 {
    color: #fff;
    font-size: 16px;
    margin: 20px 0;
}

.progress-right {
    padding: 25px 0;
}

.skill-progress-bar {
    margin-bottom: 10px;
}

.skill-progress-bar h4 {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
text-transform: inherit;
margin-bottom: 10px;
}

.barfiller {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    float: right;
    height: 3px;
    margin-bottom: 0;
    position: relative;
    width: 80%;
    top: 5px;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    z-index: 1;
    background-color: #000 !important;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    margin-top: -20px;
    color: #fff;
    left: 0px;
    position: absolute;
    z-index: 2;
}

.barfiller .tip:after {
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    top: 100%;
    z-index: 9
}

/*  ================================
        Price Area
    ================================ */

.price-table {
    padding-bottom: 20px;
    box-shadow: 0px 0px 10px #888888;
}

.price-info span {
    font-size: 30px;
    font-weight: 700;
    padding: 15px 0;
    display: block;
    text-align: center;
}

.price-info h4 {
    font-size: 20px;
    padding: 15px 0;
    color: #fff;
    background-color: #000;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.price-table-container {
    padding: 20px;
}

.price-table-container ul {
    margin: 0;
}

.bold-btn i.fa {
    margin-right: 10px;
}

.price-table-container ul li {
    padding-bottom: 20px;
    list-style: none;
    text-align: center;
}

.price-table-container ul li:last-child {
    padding-bottom: 0;
}

.price-btn a{
    padding: 10px 30px;
}

/*  ================================
        Newsletter Area
    ================================ */
/* relevant styles */

.newsletter-area h2{
	text-transform:uppercase;
	color:#fff;
}

.latest-news p{margin:0;
text-transform: inherit;

font-size: 14px;

line-height: 1.5;

padding: 15px 42px 30px;}

.contact-bar{
	padding: 60px 0;
	background:#f0efef
}
.contact-bar h3{
	margin: 0 0 25px;
font-size: 20px;
font-weight: 600;
text-transform: capitalize;
}
.contact-bar ul{
	list-style-type:none;
}
.contact-bar #text-3 ul li:before{
	display:none
}
.contact-bar ul li,.contact-bar ul li a{
	color:#000;
	font-weight: 500;
margin: 0 0 7px;
	
}
.contact-bar ul li:before{
	font-family:FontAwesome;
	content:"\f017";
	margin-right:8px;
}
.contact-bar ul li:nth-child(1):before{
	content:"\f098";
}
.contact-bar ul li:nth-child(2):before{
	content:"\f041";
}


.latest-news .img__description{
	background: #fff;
position: relative;
color: #5f5f5f;
border-radius: 0 0 5px 5px;
text-align: center;
}
.latest-news h4{
	margin: 0;

padding: 20px 10px;
}
.latest-news img{
	border-radius: 5px 5px 0 0;
}

.latest-blog .news-info {
    margin-bottom: 50px;
}

#crumbs {
    background-color: transparent;
    margin: 0;
    padding: 10px 0;
}

#crumbs > .active {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
}

#crumbs li a {
    color: #000;
	font-weight:600;
    /*font-size: 18px;*/
    text-transform: capitalize;
}

blockquote {
    background-color: #F9F9F9;
    border-right: 5px solid #c40942;
    border-left-color: #c40942;
    color: #1a1a1a;
    font-size: 13px;
    text-align: center;
    padding: 20px;
    margin-bottom: 35px;
}

/*  ================================
        Footer Part Area
    ================================ */

.footer-area {
   background: #f6f7f9;

}
.footer-bottom{
	background: #1f425d;
}
.footer-widget h3 {
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    text-transform:uppercase;
	color: #1f425d;
}

.footer-widget i {
    color:#ef5b5b;
}

.footer-widget ul li {
    list-style: none;    
    margin-bottom: 10px;
}

.footer-widget p{
	margin-bottom:12px;
}
.footer-widget p i{
	color: #000;
	margin-right:10px;
	font-size:18px;
}
.footer-widget p a{
	 color: #333;
}
.footer-widget ul li a {
    color: #333;
    transition: 0.5s;
}
.footer-widget ul li a:hover {
    color: #1f425d;
}

.main-footer-area {
    padding: 25px 0;
text-align: center;
}

.foot p {
    margin: 0;
    text-transform: capitalize;
}

.foot p span,
.foot p a {
    color: #fff;
    font-weight: 900;
}

.main-footer-area ul.social li a i.fa{
	color: #ddd;
	font-size: 30px;

width: 50px;

height: 40px;
}
.btn-primary {
    color: #fff;
    background-color: #ef5b5b;
    border-color: #ef5b5b;
}
.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #da4545;
    border-color: #da4545;
}
.btn{
	text-transform:uppercase;
	font-weight:600;
	padding: 10px 25px;
}
.quote-foot i{
	display:block;
	color:#ef5b5b;
	font-size: 40px;
margin: 0 0 15px;
}  
  .quote-foot b{
	  font-size: 22px;
  }
.foot{
	background: #ef5b5b;
color: #f9f9f9;
padding: 20px 0;
}  
  
  
  
  
  
  