/* ////////////////////////////end industry componrnt//////////////////*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-active button.slick-prev {
        left: 42%
    }
}

.popular-location .single-location {
    position: relative
}

.popular-location .single-location .location-img {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.popular-location .single-location .location-img::before {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgba(90, 78, 140, 0.3);
    z-index: 1;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.popular-location .single-location .location-img img {
    width: 100%;
    transform: scale(1);
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.popular-location .single-location .location-details {
    position: absolute;
    left: 0px;
    right: 0;
    top: 40%;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.popular-location .single-location .location-details h4 a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 2px
}

@media (max-width: 575px) {
    .popular-location .single-location .location-details h4 a {
        font-size: 15px;
        line-height: 1.1
    }
}

.popular-location .single-location .location-details p {
    color: #fff;
    font-size: 16px;
    font-weight: 300
}

.popular-location .single-location .location-details .location-btn {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    background: #002257;
    padding: 7px 13px;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    visibility: hidden;
    opacity: 0
}

.popular-location .single-location .location-details .location-btn:hover {
    background: #fff;
    color: #002257;
}

.popular-location .single-location .location-details .location-btn i {
    font-size: 10px;
    padding: 0;
    margin: 0;
    position: relative;
    left: -3px
}

.single-location:hover .location-img::before {
    background: rgba(90, 78, 140, 0.7)
}

.single-location:hover .location-img img {
    transform: scale(1.05)
}

.single-location:hover .location-details {
    top: 50%;
    transform: translateY(-50%)
}

.single-location:hover .location-details .location-btn {
    visibility: visible;
    opacity: 1
}

.mb-20 {
    margin-bottom: 20px;
}
/* ////////////////////////////end industry componrnt//////////////////*/


/*********************************
10. Events
*********************************/

.events
{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 70px;
	background: #FFFFFF;
}
.events_row
{
	margin-top: 47px;
}
.event_left
{
	padding-right: 20px;
}
.event_mid
{
	padding-left: 10px;
	padding-right: 10px;
}
.event_right
{
	padding-left: 20px;
}
.event_image
{
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.event_image img
{
	max-width: 100%;
}
.event_body
{
	padding-top: 30px;
	padding-bottom: 30px;
}
.event_date
{
	box-shadow: 0px 1px 10px rgba(29, 34, 47, 0.1);
}
.event_date > div
{
	width: 60px;
	height: 80px;
}
.event_day
{/*roboto*/
	font-family: "karla", sans-serif;
	font-size: 24px;
	color: #002257;
	font-weight: 700;
	line-height: 0.75;
}
.event_month
{
	font-family: "karla", sans-serif;
	font-size: 14px;
	color: #002257;
	font-weight: 400;
	line-height: 0.75;
	margin-top: 9px;
}
.event:hover .event_date > div
{
	background: #002257;
}
.event:hover .event_day,
.event:hover .event_month
{
	color: #FFFFFF;
}
.event_content
{
	padding-left: 20px;
}
.event_title a
{
	font-family: "karla", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	color: #384158;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.event_title a:hover
{
	color: #002257;
}
.event_info_container
{
	margin-top: 11px;
}
.event_info
{
	display: inline-block;
	color: #b5b8be;
	font-size: 14px;
}
.event_info:not(:last-child)
{
	margin-right: 17px;
}
.event_info span
{
	margin-left: 4px;
}
.event_text
{
	margin-top: 12px;
}

.page-title-area-modified:after {
    background-color: rgba(0, 0, 0, 0) !important;
    z-index: 1; 
}
/*****************end events*************************************/

/*****************my css*************goes here*****************/
.page-title-area-modified:after {
    background-color: rgba(0, 0, 0, 0) !important;
    z-index: 1; 
}
.ptb--140 {
    padding-top: 180px;
    padding-bottom: 150px; }

.fa-address-info{
    font-size: 18px;
    margin-right: 10px;
    color: #979797;
}
@media (max-width: 575px) {
    .ptb--140 {
        padding-top: 80px;
        padding-bottom: 80px; }
    .fa-address-info{
        font-size: 14px;
        margin-right: 6px;
        color: #979797;
    }   
}


/*********************************
9. Team
*********************************/

.team
{
	width: 100%;
	padding-top: 93px;
	padding-bottom: 60px;
	background: #FFFFFF;
}
.team_row
{
	margin-top: 43px;
}
.team_col
{
	margin-bottom: 40px;
}
.team_item
{
	width: 100%;
}
.team_image
{
	width: 180px;
	height: auto;
	border-radius: 6px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -86px;
	z-index: 5;
}
.team_image img
{
	max-width: 100%;
}
.team_body
{
	width: 100%;
	padding-top: 108px;
	padding-bottom: 24px;
	background: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0px 1px 10px rgba(29,34,47,0.1);
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.team_item:hover .team_body
{
	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.team_title a
{
	font-family: 'karla Slab', serif;
	font-size: 20px;
	font-weight: 700;
	color: #384158;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.team_title a:hover
{
	color: #14bdee;
}
.team_subtitle
{
	font-size: 14px;
	font-weight: 400;
	color: #76777a;
	margin-top: 6px;
}
.social_list
{
	margin-top: 16px;
}
.social_list ul li
{
	display: inline-block;
}
.social_list ul li:not(:last-child)
{
	margin-right: 10px;
}
.social_list ul li a i
{
	font-size: 18px;
	color: #76777a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.social_list ul li:hover a i
{
	color: #14bdee;
}
.team_col .team_item
{
	padding-left: 6px;
	padding-right: 6px;
}
.team_col:first-child .team_item
{
	padding-left: 0;
	padding-right: 6px;
}
.team_col:nth-child(4n) .team_item
{
	padding-left: 6px;
	padding-right: 0;
}
h1, h2, h3{
	font-weight: 400 !important;
	color: #161616 !important;
}

.page-title{
	color:white !important;
}

.blog__title__p{
	font-size: 16px !important;
	line-height: 20px !important;

}