/** alternate-section **/

.services-section-two.alternate-2{
	position: relative;
}

.services-section-two.alternate-2 .image-column{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.services-section-two.alternate-2 .right-column{
	float: right;
	width: 50%;
	padding: 0px;
	max-width: 100%;
	padding: 0px;
	margin: 0px;
}

.services-section-two.alternate-2 .right-column .services-content{
	position: relative;
    width: 100%;
    padding: 100px 50px 60px 50px;
    max-width: 820px;
    margin: 0 auto;
}

.services-section-two.alternate-2 .wrapper-box{
	position: relative;
	display: block;
}

.team-section.alternate-2{
	padding-bottom: 120px;
}

.team-block-two .inner-box .image {
	position: relative;
	overflow: hidden;
}

.team-block-two .inner-box .image img {
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	width: 100%;
}

.team-block-two .inner-box:hover .image img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.team-block-two .inner-box .lower-content{
	position: relative;
	margin: 0px 30px;
}

.team-block-two .inner-box .lower-content .content{
	position: relative;
	margin-top: -50px;
	padding: 25px 30px 22px 30px;
	background: #fff;
	width: 100%;
	text-align: center;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.team-block-two .inner-box .lower-content .content .social-info{
	position: absolute;
	top: -25px;
	right: 30px;
}

.team-block-two .inner-box .lower-content .content .social-info .links-btn{
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	box-shadow: 0 10px 10px #ffe5d5;
}

.team-block-two .inner-box .lower-content .content .social-info .social-links{
	position: absolute;
	display: inline-block;
	bottom: 0px;
	left: 0px;
	width: 50px;
	border-radius: 30px;
	text-align: center;
	padding: 8px 0px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0,1);
	transition: all 500ms ease;
}

.team-block-two .inner-box .lower-content .content .social-info:hover .social-links{
	opacity: 1;
	visibility: visible;
	transform: scale(1,1);
}

.team-block-two .inner-box .lower-content .content .social-info .social-links li{
	position: relative;
	display: block;
	margin: 7px 0px;
}

.team-block-two .inner-box .lower-content .content .social-info .social-links li a{
	display: inline-block;
	color: #fff;
	font-size: 16px;
}

.team-block-two .inner-box .lower-content .content .designation {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #222222!important;
    margin-bottom: 7px;
    background-image: -webkit-linear-gradient( 0deg, rgb(104, 104, 104) 0%, rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(209,100,26) 0%, rgb(192,40,42) 100%);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.team-block-two .inner-box .lower-content .content h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 32px;
	color: #1a191e;
	font-weight: 700;
	margin: 0px;
}

.team-block-two .inner-box .lower-content .content h3 a{
	display: inline-block;
	color: #1a191e;
	transition: all 500ms ease;
}

.team-block-two .inner-box .lower-content .content h3 a:hover{
	
}

.main-footer.alternate-2{
	position: relative;
}

.main-footer.alternate-2 .widgets-section .logo-widget .footer-logo{
	position: relative;
	margin-bottom: 33px;
}

.main-footer.alternate-2 .widgets-section .logo-widget .text{
	position: relative;
	margin-bottom: 37px;
}

.main-footer.alternate-2 .widgets-section .logo-widget .text p{
	position: relative;
	line-height: 26px;
	color: rgba(255,255,255,0.7);
	margin: 0px;
}

.main-footer.alternate-2 .widgets-section .logo-widget{
	position: relative;
	margin-top: 12px;
}

.main-footer.alternate-2 .footer-social li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.main-footer.alternate-2 .footer-social li:last-child{
	margin-right: 0px;
}

.main-footer.alternate-2 .footer-social li a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	background: rgba(255,255,255,0.1);
	z-index: 1;
}

.main-footer.alternate-2 .footer-social li a:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	border-radius: 50%;
	transform: scale(0,0);
	z-index: -1;
	transition: all 500ms ease;
}

.main-footer.alternate-2 .footer-social li a:hover:before{
	transform: scale(1,1);
}

.main-footer.alternate-2 .links-widget{
	margin-left: 30px;
}

.main-footer.alternate-2 .post-widget .post-inner .post{
	position: relative;
	display: block;
	padding-left: 90px;
	min-height: 70px;
	margin-bottom: 12px;
}

.main-footer.alternate-2 .post-widget .post-inner .post:last-child{
	margin-bottom: 0px;
}

.main-footer.alternate-2 .post-widget .post-inner .post .image-box{
	position: absolute;
	left: 0px;
	top: 5px;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
}

.main-footer.alternate-2 .post-widget .post-inner .post .image-box img{
	width: 100%;
	border-radius: 50%;
	transition: all 500ms ease;
}

.main-footer.alternate-2 .post-widget .post-inner .post .post-meta{
    position: relative;
    display: block;
    margin-bottom: 0px;
}

.main-footer.alternate-2 .post-widget .post-inner .post .post-meta li{
	display: inline-block;
    margin-right: 20px;
}

.main-footer.alternate-2 .post-widget .post-inner .post .post-meta li:last-child{
	margin-right: 0px;
}

.main-footer.alternate-2 .post-widget .post-inner .post .post-meta li a{
	position: relative;
	display: inline-block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #c7c7c7;
    transition: all 500ms ease;
}

.main-footer.alternate-2 .post-widget .post-inner .post .post-meta li a:hover{
	
}

.main-footer.alternate-2 .post-widget .post-inner .post .post-meta li a i{
	margin-right: 5px;
}

.main-footer.alternate-2 .post-widget{
	position: relative;
	margin-left: -45px;
}

.main-footer.alternate-2 .post-widget .post-inner .post h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	font-weight: 700;
	margin: 0px;
}

.main-footer.alternate-2 .post-widget .post-inner .post h5 a{
	display: inline-block;
	color: #fff;
	transition: all 500ms ease;
}

.main-footer.alternate-2 .post-widget .post-inner .post h5 a:hover{
	
}

.main-footer.alternate-2 .instagram-widget{
	margin-left: 35px;
}

.main-footer.alternate-2 .wrapper-box .image{
	margin: 0 5px 10px;
}

.main-footer.alternate-2 .widgets-section{
	padding-bottom: 95px;
}

.rtl-home .main-footer.alternate-2 .links-widget{
	margin-left: 0px;
	margin-right: 30px;
}

.rtl-home .main-footer.alternate-2 .post-widget{
	margin-left: 0px;
	margin-right: -45px;
}

.rtl-home .main-footer.alternate-2 .post-widget .post-inner .post{
	padding-left: 0px;
	padding-right: 90px;
}

.rtl-home .main-footer.alternate-2 .post-widget .post-inner .post .image-box{
	left: inherit;
	right: 0px;
}

.rtl-home .main-footer.alternate-2 .footer-social li{
	float: right;
}

.rtl-home .main-footer.alternate-2 .footer-social li:last-child{
	margin-right: 10px;
}

.rtl-home .main-footer.alternate-2 .footer-social li:first-child{
	margin-right: 0px;
}



@media only screen and (max-width: 991px) {

	.team-block-two .inner-box{
		margin-bottom: 30px;
	}

	.team-section.alternate-2{
		padding-bottom: 90px;
	}

	.main-footer.alternate-2 .footer-widget{
		margin: 0px 0px 30px 0px !important;
	}

	.main-footer.alternate-2 .widgets-section{
		padding-bottom: 65px;
	}

	.services-section-two.alternate-2 .image-column{
		position: relative;
		width: 100%;
	}

	.services-section-two.alternate-2 .right-column{
		float: none;
		width: 100%;
	}
	
}

.footer2 .main-footer .widget-title {
    padding-top: 0px!important;
}
footer.two.main-footer-update {
    padding-top: 0;
}
footer.three.main-footer-update {
    padding-top: 0;
}