/* body{
    padding-bottom: 0px!important;
} */
.page_about{
	font-family: 'Roboto', sans-serif;
}
.page_about_header{
	background: url("/local/components/devinsight/page.about/templates/.default/img/header.png") no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 890px;
}
.page_about_header_h1{
    font-size: 181px;
    font-weight: bold;
    line-height: 90%;
    padding-top: 140px;
    text-align: center;
}
.page_about_orange{
	color: #ff7f00;
}
.page_about_white{
	color: #fff;
}
.page_about_content_one{
	padding: 0px 5%;
	font-size: 23px;
	line-height: 200%;
	margin-bottom: 30px;
}
.page_about_content_one .col-lg-6,
.page_about_content_one img{
    height: 370px;
    color: #003193;
}
.page_about_content_one .col-lg-6{
	margin-bottom: 5%;
}
.page_about_content_one h2{
	font-size: 50px;
	color: #003193;
}

.page_about_content_two{
	background-color: #003193;
	padding: 5%;
	color: #fff;
	position: relative;
	font-size: 23px;
}
.page_about_content_two h2{
	text-align: center;
	font-size: 60px;
	margin-top: 0px;
	background: url("/local/components/devinsight/page.about/templates/.default/img/icon-3.png") no-repeat center;
    padding: 45px;
}

.page_about_content_two_center{
	text-align: center;
}
.page_about_content_two_center img{
	width: 420px;
}
.page_about_content_two_right,
.page_about_content_two_left{
	position: absolute;
	 top: 340px;
}

.page_about_content_two_left{
	left: calc(50% - 800px);
}
.page_about_content_two_right{
	right: calc(50% - 800px);
}
.page_about_content_two .col-xs-12{
	text-align: center;
	padding-bottom: 60px;
}
.page_about_content_two .col-xs-12 img{
	margin-bottom: 40px;
}

.page_about_content_three{
    padding: 0px 5%;
    color: #003193;
    text-align: center;
}
.page_about_content_three h2{
	font-size: 50px;
	text-align: center;
	color: #003193;
	margin-top:60px;
}
.page_about_three_big{
	color: #ff7f00;
	font-size: 40px;
    font-weight: bold;
}
.page_about_three_desc{
    font-size: 20px;
    margin-bottom: 40px!important;
}
.page_about_three_big,
.page_about_three_desc{
    width: 300px;
    text-align: left;
    margin: 0 auto;
}
.page_about_content_four{
	background: url("/local/components/devinsight/page.about/templates/.default/img/bg-1.png") no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:44vw;
}
.page_about_content_four h2{
	font-size: 50px;
	color: #fff;
}
.page_about_content_four p{
	font-size: 25px;
	color: #fff;
}
.page_about_content_four p img{
	margin-right: 20px;
}
.page_about_content_four_wrap{
	padding-top: 14%;
    padding-left: 10%;
}
.page_about_map{
    width: 100%;
    height: 650px;
}
.page_about_content_five{
	position: relative;
}
.page_about_content_five_box{
	display: inline-block;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 200px);
    cursor: pointer;
}
.page_about_content_five_box:before {
	content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
	width: 460px;
    height: 155px;
    z-index: 1;
    opacity: 0.7;
    background: url("/local/components/devinsight/page.about/templates/.default/img/bg-2.png");
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.page_about_content_five_box div{
	position: relative;
    z-index: 9;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}
.page_about_phone{
	margin-left: 110px;
    margin-top: 30px;
}
.page_about_addres_v1{
    margin-left: 90px;
}
.page_about_addres_v2{
    margin-left: 80px;
}
.page_about_content_five_box div span{
	margin-right: 10px;
}




.scroll-downs {
  	position: fixed;
  	top: calc(100vh - 90px);
  	right: 0;
  	left: 0;
  	margin: auto;
  
  	width :34px;
  	height: 55px;
  	z-index: 999;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}


@media (min-width: 1640px){
	.page_about_content_two_left{
		left: calc(50% - 900px);
	}
	.page_about_content_two_right{
		right: calc(50% - 900px);
	}
	.page_about_content_two_center img{
		width: 550px;
	}
}


@media (max-width: 1366px){
	.page_about_content_two{
		font-size: 20px;
	}
	.page_about_content_two .col-xs-12 img{
		height: 80px;
		margin-bottom: 20px;
	}
	.page_about_content_two_left{
		left: calc(50% - 700px);
	}
	.page_about_content_two_right{
		right: calc(50% - 700px);
	}
	.page_about_content_three img{
		    width: 180px;
	}
}




@media (max-width: 1200px){
	.page_about_content_one .col-lg-6, .page_about_content_one img{
		height: auto;
	}
	.page_about_content_one .col-lg-6 img{
		width: 50%;
	}

	.page_about_content_two_left,
	.page_about_content_two_right{
		position: initial;
	}
	.page_about_content_two .col-xs-12 img{
		height: auto;
	}
	.page_about_content_two_center{
		margin-bottom: 40px;
	}

	.page_about_content_four{
		height: 60vw;
    	background-position: left;
    	background-size: initial;
	}
}



@media (max-width: 992px){
	.page_about_three_big, .page_about_three_desc{
	    width: auto;
	    text-align: center;
	}
}
@media (max-width: 786px){
	.page_about_content_two h2 {
	    font-size: 40px;
	    padding: 56px;
	}
	.page_about_content_four_wrap{
		padding-top: 5%;
	}
}

@media (max-width: 660px){
	.page_about_content_two h2 {
	    background:none;
	}
	.page_about_content_four{
		height: auto;
    	padding-bottom: 6%;
	}
	.page_about_content_four h2{
		margin-top: 3%;
	}
	.page_about_content_two h2{
		padding: 20px 0px;
	}
	.page_about_header_h1{
		font-size: 149px;
	    padding-top: 200px;
	}
}


@media (max-width: 660px){
	.page_about_header_h1{
		font-size: 149px;
	    padding-top: 200px;
	}
}

@media (max-width: 540px){
	.page_about_header_h1 {
	    font-size: 124px;
	    padding-top: 215px;
	}
	.page_about_content_three h2{
	    font-size: 40px;
	}
}