/*about page*/
/*  Template Overwrites  */

.ip-banner {
    display: none;
}

div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

div#inner-page-wrapper{
    margin: 0;
}

#content-sidebar, #content-full {
    margin: 0;
}

footer.footer {
	/* display: none; */
}

/* #ip-footer .footer {
    display: flex;
    align-items: flex-end;
    width: 100%;
} */

::-webkit-scrollbar-button {
    width: 1px;
    height: 1px;
}

::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}

ul.onepage-pagination {
	display: none;
}

.about-page-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
    padding: 0 35px;
    clear: both;

    display: none;
}

	.about-page-btn button.next-btn {
		float: right;
	}

	.about-page-btn button.prev-btn {
		float: left;
		opacity: 0;
	}
	body[class*="viewing-page"] .about-page-btn button.prev-btn {
		opacity: 1;
	}
	body.viewing-page-1 .about-page-btn button.prev-btn,
	body.viewing-page-4 .about-page-btn button.next-btn  {
		opacity: 0;
		visibility: hidden;
	}

	.about-page-btn button {
	    border: 0;
	    font-size: 10px;
	    background-color: transparent;
	    border: 0;
	    color: #fff;
	    text-transform: uppercase;
	    pointer-events: auto;
	    
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	    flex-flow: row wrap;

	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;

	    justify-content: center;
	    padding: 0;
	    outline: none;

	    transition: all .3s ease;
	}

	.about-page-btn span[class^="ai-font"] {
	    font-size: 50px;
	}
.about-page {
    background: #151515;
    position: relative;
    display: block;
    z-index: 1;
    overflow: hidden;
    height: 100vh;
}

	.about-page-container{
		position: absolute;
	    top: 0;
	    right: 0;
	    left: 0;
	    height: 100%;
	    overflow-x: auto;
	    overflow-y: hidden;
	    height: 100%;
	}

	.about-page .about-page-track {
	    width: 100%;
	    height: 100%;
	    position: relative;
		/*padding-top: 130px;*/

		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;

		    
	}

	.about-page:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.1;
		z-index: -1;
		background: url(/app/themes/societygrouppr.com/images/about-page/bg-about.jpg);

		background-color: #131313;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.about-page:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 27px;
		right: 20px;
		border-left: 1px solid rgba(255,255,255,.2);
		border-right: 1px solid rgba(255,255,255,.2);
		pointer-events: none;
	}

.about-page .section-wrapper {
    width: 100%;
    height: 100%;
  	position: relative; 

	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;

	/*padding: 105px 0 0;*/
	padding: 82px 0 0;

}
	.section-wrapper .section-inner {
	    height: 100%;
	    width: 100%;
	    padding: 0 90px;
	}
	.sec-inner {
		width: 82.500vw;
		margin: 0 auto;
	}
		#content .about-page-title {
			/*font-size: 93px;*/
			font-size: 5.813vw;
			font-weight: 900;
			-webkit-text-stroke-width: 1px;
			-webkit-text-fill-color: hsla(0,0%,100%,0);
			-webkit-text-stroke-color: #fff;
			margin: 0;
			text-transform: uppercase;
			line-height: 1.09;
			letter-spacing: .03em;
			font-family: 'Roboto', sans-serif;
			/*margin-bottom: 44px;*/
			margin-bottom: 2.750vw;
		}

		#content .sec-inner p {
			/*font-size: 25px;*/
			font-size: 1.563vw;
			letter-spacing: .05em;
			/*line-height: 40px;*/
			line-height: 1.6;
			color: #fff;
			font-weight: 300;
			font-family: 'Montserrat', sans-serif;
		}
			#content .sec-inner p strong.highlight {
				font-weight: 700;
				color: #a19070;
			}
			#content .sec-inner p strong.highlight em{
				text-transform: uppercase;
				font-style: normal;
			}
	#our-clients .about-page-logo-list:first-of-type {
		/*margin-bottom: 90px;*/
		/*margin-bottom: 5.625vw;*/
	}
	.about-page-logo-list {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 2.813vw 0;
	}
		.about-page-logo-list img:first-child {
			margin-left: 0;
		}
		.about-page-logo-list img:last-child {
			margin-right: 0;
		}
		.about-page-logo-list img {
			margin: 0 15px;
			height: auto;
		}
		#sec1 p {
			max-width: 1230px;
		}
		#sec3 p {
			min-height: 200px;
		}
	#our-clients {
		/*padding-bottom: 40px;*/
	}
	#our-clients-2 {
		padding-bottom: 30px;
	}
		#our-clients-2 .about-page-logo-list {
			padding: 2.500vw 0;
		}
		#our-clients-2 .about-page-logo-list:last-child {
			max-width: 72.813vw;
    		margin: 0 auto;
		}
.our-clients_content{}
.our-clients_col{
	font-size: 13px;
	color: #fff;
	line-height: 1.1;
}
.our-clients_hdr{
	font-family: 'Poppins', Sans-serif;
    text-transform: uppercase;
    font-size: 1.3em;
    letter-spacing: 0.080em;
    margin: 0 0 30px;
}
.our-clients_entries{}
.our-clients_entries a{
	color: inherit;
	opacity: 1;
}
.our-clients_entries a:hover{
	opacity: 0.6;
}
.our-clients_entries > div{
	margin: 15px 0 0;
}
.our-clients_entries > div:first-child{
	margin: 0 0 0;
}

#our-clients .about-page-title span {
	display: block;
	font-size: 25px;
}



@media only screen and (min-width: 992px) {
	.sec-inner.oclients{
		width: 86.5vw !important;
	}
	.our-clients_wrap{
		max-height: calc(100vh - min(50vw,230px));
		overflow: auto;
	}
	.our-clients_content{
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: flex-start;
		padding: 0 0 20px;
	}
	.our-clients_col {
        width: 20%;
        font-size: min(0.75vw,12px);
    }
	.our-clients_col:not(:last-child){
		/*padding-right: 30px;*/
		padding-right: 7vw;
	}
	.our-clients_col:nth-child(n + 4){
/*		margin-top: 30px;*/
	}
	.our-clients_entries > div{
		margin: min(0.75vw,12px) 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.sec-inner.oclients{
		width: 77vw !important;
	}
}
@media only screen and (min-width: 1601px) {
	.sec-inner {
		width: 1320px;
	}
	#content .about-page-title {
		font-size: 93px;
		margin-bottom: 44px;
	}
	#content .sec-inner p {
		font-size: 25px;
	}
	#our-clients .about-page-logo-list:first-of-type {
		margin-bottom: 90px;
	}
	#our-clients-2 .about-page-logo-list {
		padding: 40px 0;
	}
	#our-clients-2 .about-page-logo-list:last-child {
		max-width: 1165px;
	}
}
@media only screen and (max-width: 1600px)  {
	.about-page-logo-list img {
		margin: 0 0.938vw;
	}
	.about-page-logo-list img[width="284"] {
		width: 17.750vw;
	}
	.about-page-logo-list img[width="171"] {
		width: 10.688vw;
	}
	.about-page-logo-list img[width="133"] {
		width: 8.313vw;
	}
	.about-page-logo-list img[width="152"] {
		width: 9.500vw;
	}
	.about-page-logo-list img[width="70"] {
		width: 4.375vw;
	}
	.about-page-logo-list img[width="126"] {
		width: 7.875vw;
	}

	.about-page-logo-list img[width="260"] {
		width: 16.250vw;
	}
	.about-page-logo-list img[width="79"] {
		width: 4.938vw;
	}
	.about-page-logo-list img[width="186"] {
		width: 11.625vw;
	}
	.about-page-logo-list img[width="112"] {
		width: 7vw;
	}
	.about-page-logo-list img[width="83"] {
		width: 5.188vw;
	}
	.about-page-logo-list img[width="239"] {
		width: 14.938vw;
	}

	.about-page-logo-list img[width="153"] {
		width: 9.563vw;
	}
	.about-page-logo-list img[width="114"] {
		width: 7.125vw;
	}
	.about-page-logo-list img[width="61"] {
		width: 3.813vw;
	}
	.about-page-logo-list img[width="172"] {
		width: 10.750vw;
	}
	.about-page-logo-list img[width="149"] {
		width: 9.313vw;
	}
	.about-page-logo-list img[width="81"] {
		width: 5.063vw;
	}
	.about-page-logo-list img[width="141"] {
		width: 8.813vw;
	}

	.about-page-logo-list img[width="206"] {
		width: 12.875vw;
	}
	.about-page-logo-list img[width="72"] {
		width: 4.500vw;
	}
	.about-page-logo-list img[width="162"] {
		width: 10.125vw;
	}
	.about-page-logo-list img[width="191"] {
		width: 11.938vw;
	}
	.about-page-logo-list img[width="211"] {
		width: 13.188vw;
	}
}
@media only screen and (max-width: 1280px) {
	
}	
@media only screen and (max-width: 1199px) {

}
@media only screen and (max-width: 991px) {
	body, html {
	    overflow: visible !important;
	}
	.about-page-container {
    	position: relative;
    	overflow: auto;
	}

	.about-page .about-page-track {
	    flex-wrap: wrap;
	    display: block;
	    height: 100% !important;
	}
	.about-page-btn {
		display: none;
	}

	::-webkit-scrollbar-button {
	    width: initial;
	    height: initial;
	}

	::-webkit-scrollbar {
	    width: initial;
	    height: initial;
	}

	.sec-inner {
	    width: 90%;
	}

	.about-page {
    	height: 100%;
	}
		.about-page:before {
		    background-attachment: fixed;
		}
		.about-page:after {
			display: none;
		}

	.about-page .section-wrapper#sec1 {
	    padding-top: 150px;
	}
		#content .about-page-title {
		    font-size: 55px;
		    margin-bottom: 30px;
		}
		#content .sec-inner p {
		    font-size: 20px;
		}
	#our-clients {
	    padding-bottom: 0;
	}
		.about-page-logo-list {
		    display: block;
		    text-align: center;
		    padding: 0 15px!important;
		}
			.about-page-logo-list img {
			    width: auto!important;
			    margin: 15px 0;
			    padding: 0 15px;
			    display: inline-block;
			    vertical-align: middle;
			    max-width: 100%;
			}
		#our-clients .about-page-logo-list:first-of-type {
			margin-bottom: 0;
		}
	#our-clients {
		padding-bottom: 50px;
	}
	#our-clients-2 {
	    padding-bottom: 50px;
	    padding-top: 0;
	}
		#our-clients-2 .about-page-logo-list:last-child {
			max-width: 100%;
		}
	#ip-footer,
	#ip-footer .footer {
		display: none;
	}
	footer.footer {
	    display: block;
	}
	.our-clients_col{
		text-align: center;
		margin-top: 40px;
	}
	.our-clients_col:first-child{
		margin: 0 0 0;
	}
}
@media only screen and (max-width: 767px) {
	
}
@media only screen and (max-width: 480px) {
	#content .about-page-title {
	    font-size: 35px;
	}
}