
.beach {
	background-color: #d1ccbe;
}

.grey-text {
	color:rgba(153,153,153,1);
}

.left-padding {
	padding-left: 15px;
}

.text14 {
	font-size:14pt;
}

.text16 {
	font-size:16pt;
}
.text20 {
	font-size:20pt;
	line-height: 1.2
}
ol.d {list-style-type: lower-alpha;}

ol.c {list-style-type: lower-roman;}

ul.square {
	list-style-type: square;
	/*color: #26bfd1;*/
}


ul.bullet1 {
	list-style-image: url(../images/bullet002.png);
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;/*font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
	font-weight: 300;
	color:#222;
	font-size: 15pt;
	padding-left: 20px;
}


ul.bullet2col {
	list-style-image: url(../images/bullet002.png);
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;/*font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
	font-weight: 300;
	color:#222;
	font-size: 16px;
	padding-left: 20px;
	-webkit-column-count: 2;
    column-count: 2;
}
	

ul.bullet2 {
	list-style-type: square;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;/*font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
	
	padding-left: 20px;
}



.text-blue {
	color: #304A96;
}

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

.dark-bg {
	background-color:#1a1a1a;
}

.newletter {
	width:100%;
	height:160px;
	background: #1a1a1a;
}

.rollOver-white a:hover{
	color: #fffff;
}

.menuBox {
  background-color: rgb(255 255 255 / 10%);
  backdrop-filter: blur(10px);
}

.vertical-centre-align {
	display: grid;
	align-items: center;
}


@media only screen and (max-width: 1024px) {
	.menu-logo {
		line-height: 80px;
	}
	
	.menuBox {
  backdrop-filter: none;
}

}


ul.myList2 {
		margin-left: 40px;
		font-size:16px;
	line-height: 1.3;
		list-style-type: square;
		list-style-image:url(../images/bullet002.png);
	/*color: #26bfd1;*/
	font-family: 'Montserrat', sans-serif;
	}


.leaf {
	position: absolute;
	top: 0px;
}

.bg-ESG{
	background-image:url("../images/ESG/bg001.jpg");
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	z-index: 1;
	background-size: cover;
	
}

.gradient-top {
	position: absolute;
	top: 0;
	z-index: 100;
}



.heading__title{
	font-size:34px;
	margin-bottom:18px;
	line-height: 1.3;
}

.service-item{
	position:relative;
	margin-bottom:30px;
	overflow:hidden;
	box-shadow:0 5px 83px 0 rgba(40,40,40,.08);
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-ms-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
}
.service-item .service__img{
	position:relative
}
.service-item .service__img:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	opacity:.4;
	-webkit-background-image:linear-gradient(top,rgba(27,26,26,.35),#1b1a1a 100%);
	-moz-background-image:linear-gradient(top,rgba(27,26,26,.35),#1b1a1a 100%);
	-ms-background-image:linear-gradient(top,rgba(27,26,26,.35),#1b1a1a 100%);
	-o-background-image:linear-gradient(top,rgba(27,26,26,.35),#1b1a1a 100%);
	background-image:linear-gradient(top,rgba(27,26,26,.35),#1b1a1a 100%)
}
.service-item .service__img img{
	width:100%;
	max-width:100%
}
.service-item .service__content{
	background-color:rgba(255,255,255,0.70);
	padding:40px 20px 40px 40px;
	min-height: 400px;
}
.service-item .service__icon{
	margin-bottom:30px
}
.service-item .service__icon i{
	font-size:65px;
	line-height:1;
	color:#ff7607
}
.service-item .service__title{
	font-size:21px;
	line-height:29px;
	margin-bottom:16px
}
.service-item .service__desc{
	font-size:14px;
	line-height:24px;
	margin-bottom:0
}
.service-item .btn__link{
	margin-top:19px
}
.service-item .btn__link i{
	display:inline-block;
	opacity:0;
	color:#ff7607;
	-webkit-transition:all .6s ease;
	-moz-transition:all .6s ease;
	-ms-transition:all .6s ease;
	-o-transition:all .6s ease;
	transition:all .6s ease;
	-webkit-transform:translateX(-2px);
	-moz-transform:translateX(-2px);
	-ms-transform:translateX(-2px);
	-o-transform:translateX(-2px);
	transform:translateX(-2px)
}
.service-item:hover{
	box-shadow:0 5px 83px 0 rgba(40,40,40,.14);
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	transform:translateY(-10px)
}
.service-item:hover .service__icon{
	-webkit-animation:slideTopDown 1s infinite alternate;
	-moz-animation:slideTopDown 1s infinite alternate;
	-ms-animation:slideTopDown 1s infinite alternate;
	-o-animation:slideTopDown 1s infinite alternate;
	animation:slideTopDown 1s infinite alternate
}
.service-item:hover .btn__link i{
	opacity:1;
	-webkit-transform:translateX(5px);
	-moz-transform:translateX(5px);
	-ms-transform:translateX(5px);
	-o-transform:translateX(5px);
	transform:translateX(5px)
}
.service-item .service__overlay{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	opacity:0;
	text-align:center;
	background-color:rgba(255,118,7,.9);
	-webkit-transition:all .5s linear;
	-moz-transition:all .5s linear;
	-ms-transition:all .5s linear;
	-o-transition:all .5s linear;
	transition:all .5s linear
}
.service-item:hover .service__overlay{
	opacity:1
}
.services-layout2 .heading__title,.services-layout3 .heading__title{
	line-height:48px
}
.services-layout3 .service-items-wrap{
	box-shadow:0 5px 83px 0 rgba(40,40,40,.08);
	overflow:hidden;
}
.services-layout3 .service-item{
	box-shadow:none!important;
	border-left:2px solid #eaeaea;
	margin-left:-2px;
	margin-bottom:0
}
.services-layout3 .service-item:hover{
	box-shadow:none;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0)
}



.services-layout3 .zoom__icon{
	position:relative;
	z-index:3;
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%)
}
.services-layout3 .zoom__icon:before{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:1px;
	height:20px;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	background-color:#fff
}
.services-layout3 .zoom__icon:after{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	width:20px;
	height:1px;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	background-color:#fff
}
.services-carousel .owl-stage-outer{
	margin:-15px;
	padding:15px
}
.services-carousel .service-item{
	box-shadow:0 0 12px 0 rgba(40,40,40,.08)
}

.service-content-height {
	min-height: 420px;
}

@media only screen and (min-width:768px) and (max-width:991px){
	.service-item .service__icon{
		margin-bottom:15px
}
	.service-item .service__icon i{
		font-size:50px
}
	.service-item .service__title{
		font-size:18px;
		margin-bottom:10px
}
	.services-layout2 .heading__title,.services-layout3 .heading__title{
		line-height:40px
}
}
@media only screen and (min-width:320px) and (max-width:767px){
	.service-item .service__content{
		padding:20px
}
	.service-item .service__title{
		font-size:17px;
		margin-bottom:5px
}
	.service-item .service__icon{
		margin-bottom:10px
}
	.service-item .service__icon i{
		font-size:45px
}
	.services-layout2 .heading__title,.services-layout3 .heading__title{
		line-height:35px
}
}



/*Templte Custom Font */
    @font-face {
      font-family: 'icomoon';
      src:  url('../fonts/icomoon.eot?4vca3n');
      src:  url('../fonts/icomoon.eot?4vca3n#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?4vca3n') format('truetype'),
        url('../fonts/icomoon.woff?4vca3n') format('woff'),
        url('../fonts/icomoon.svg?4vca3n#icomoon') format('svg');
      font-weight: normal;
      font-style: normal;
      font-display: block;
    }
    
    [class^="icon-"], [class*=" icon-"] {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: 'icomoon' !important;
       font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
    
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    .icon-arrow-right2:before {
      content: "\e96d";
      transform: translateY(1px);
      display: inline-block;
      font-size:12px
     }

.spacer-big {
	background-color: rgba(253,253,253,00)
}

.pb100 {
	padding-bottom: 100px;
}

.text-caps{
	text-transform: capitalize;
}

.heading-icon {
	font-size: 12pt;
	color: rgba(242,112,36,1.00)
}

.webinar-section-main {
	height: 100vh;
	position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
	
}

.webinar-section-main:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(250,140,50, 0.6);
}
.webinar-content {
	z-index: 50;
}
h1.webinar {
	line-height: 1;
}


.sr-button.button-1 { background: #1a1a1a; color: #ffffff; }
.sr-button.button-1:hover { background: rgba(0,0,0, 0.4); color: #ffffff; }
.text-light .sr-button.button-1 { background: #ffffff; color: #1a1a1a; }
.text-light .sr-button.button-1:hover { background: rgba(0,0,0, 0.4); color: #ffffff; }


.footer-address {
	/*color: rgba(255, 255, 255, .80);*/
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

.slide-text-shadow{
	text-shadow: 2px 2px 4px #000000;
}


.header-gradients {
	
	background-image: url("../images/white-gradient-top3.png");
	background-position: center right;
	background-repeat: repeat-x;
	width: 100%;
	z-index: 120;
	position: absolute;
	top: 0px;
	height: 190px;
		}

.header-gradients2 {
	background-position: center right;
	background-repeat: repeat-x;
	z-index: 99999999120;
	background-image: linear-gradient(45deg,
              rgba(245,70,66, 0.75),
              rgba(8,83,156, 0.75));
		
}

.main-parallax-section-main2 {
	/*min-height: 100vh;*/
	position: relative;
  display: flex;
  justify-content: center;
  align-items: center ;
	
}

.main-parallax-section-main2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, 0.2);
}

.main-parallax-section-main3 {
	/*min-height: 100vh;*/
	position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
	
}

.main-parallax-section-main3:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, 0.45);
}

.our-approach-parallax-section-main3 {
	/*min-height: 100vh;*/
	position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
	
}

.our-approach-parallax-section-main3:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, 0.45);
}


h1.banner-title {
	font-size: 56px;
}


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

h1.banner-title {
	font-size: 36px;
	line-height: 1.2;
}
}

.products-logo {
	width: 100%;
	max-width: 120px;
}

.product-desc-right {
	background-color: #edeff0;
}

.autodesk-logo {
	width: 100%;
	max-width: 500px;
}

.siemens-logo {
	width: 100%;
	max-width: 386px;
}

.lineheight1 {
	line-height: 1.3;
}
.headings003 {
	min-height: 80px;
}

.sketchup-img-offset {
	position: absolute;
	margin-left: -220px;
}

.sketchup-img-offset-height {
	height: 480px;
}

.manufacturing-img-offset {
	position: absolute;
	margin-left: -220px;
}

.manufacturing-img-offset-height {
	height: 410px;
}

@media only screen and (max-width: 960px) {
	.sketchup-img-offset {
	position: relative;
	margin-left: 0px;
}

.sketchup-img-offset-height {
	height: auto;
}
	.manufacturing-img-offset {
	position: relative;
	margin-left: 0px;
}

.manufacturing-img-offset-height {
	height: auto;
}
	
	.mobile-hidden {
		display: none;
	}

}

.font-montserrat {
	font-family: 'Montserrat', sans-serif; 
}

.vray-icons {
	max-height: 60px;
	padding: 10px;
}


.vray-icons-start {
	max-height: 60px;
	padding: 10px 10px 10px 0px;
	
}
.vray-icons2 {
	max-height: 100px;
}

.left-border {
	
	border-left: 1px solid rgba(204,204,204,0.8);
}

.server-icons {
	max-width: 80px;
}
.servers-logo {
	max-height: 100px;
	padding: 25px;
	border-right: 1px solid rgba(204,204,204,0.8);
}

.servers-logo.last {
	max-height: 100px;
	padding: 25px;
	border-right: none;
}


.double-column {
	-webkit-column-count: 2;
    column-count: 2;
}
	
@media screen and (max-width: 1000px){

	.double-column {
	-webkit-column-count: 1;
    column-count: 1;
}
}



ol {
  list-style: none;
  counter-reset: my-awesome-counter;
}
ol li {
  counter-increment: my-awesome-counter;
}
ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: #cd7030;
  font-weight: bold;
	font-size: 150%;
	margin-left: -25px;
}

.training-border {
	border: solid #fff 2px;
}

.success-story-box {
	min-height: 400px;
}
.main-services-title-row {
	min-height: 120px;
}


.news-content-box {
	min-height: 250px;
	background-color: #f5f6f7;
	padding: 20px;
}


.news-btn-box {
	background-color: #f5f6f7;
	padding: 20px;
}

.whatsapp {
	position: fixed;
	bottom: 100px;
	right: 15px;
	z-index: 50;
}


.bim-services-box {
	min-height: 80px;
	background-color: #f5f6f7;
	padding: 20px;
}

.notobottompadding {
	padding-bottom: 0;
}

.margin-bottom-minus30 {
	margin-bottom: -30px;
}

.orange-BG {
	background-color: #cd7030;
	color: #fff;
}

.blue-BG {
	background-color: #002181;
	color: #fff;
}

.blue-BG2 {
	background-color: #304A96;
	color: #fff;
}

.blue-BG3 {
	background-color: #001242;
	color: #fff;
}

.brown-BG {
	background-color: #522100;
	color: #fff;
}
.gray1-BG {
	background-color: #dae3e5;
	color: #000;
}
.gray2-BG {
	background-color: #c9cdd8;
	color: #000;
}
.gray3-BG {
	background-color: #F8F8F8;
	color: #000;
}
.boxed-spaced .column, .boxed-sticky .column, .bordered-spaced .column, .bordered-sticky .column .white-BG {
	background: #ffffff;
	}

.phase1-BG {
	/*background-color: #cccdcf;*/
	background-color: #c0c0c0;
	color: #000;
	padding: 30px 30px 30px 100px;
}
.phase2-BG {
	/*background-color: #b7b9d5;*/
	background-color: #999bb9;
	color: #000;
	padding: 30px 30px 30px 100px;
}
.phase3-BG {
	/*background-color: #f1ebde;*/
	background-color: #ded4be;
	color: #000;
	padding: 30px 30px 30px 100px;
}
.phase1-img {
	position: relative;
	margin-left: 100px;
	margin-top: -80px;
}
.phase1-img-col-left-margin {
	margin-left: -100px;
	
}

@media only screen and (max-width: 780px) {
	.phase1-img-col-left-margin {
	margin-left: 0px;
}
}

.white-text {
	color: #fff;
}
.text-orange {
	

color: rgba(242,112,36,1.00)}

.why-icon {
	max-width: 100px;
}
.individuals-icon {
	max-width: 150px;
}

.cm-icon {
	max-width: 130px;
}

.mybox-blank {
	width: 100px;
  max-width: 150px;
 
}
.mybox-red {
  max-width: 300px;
  border: 5px solid #ba0409;
	background-color: rgba(255,255,255,0.10);
	color: #fff;
  padding: 50px;
  margin: 20px;
	border-radius: 50px 0px;
}

.mybox-red2 {
	background-image: linear-gradient(red, #ad0172);
	color: #fff;
	max-width: 300px;
  padding: 50px;
	border-radius: 50px 50px;
	min-height: 500px;
	margin-left: -25px;
	box-shadow: 10px 20px 18px #888888;
}


.mybox-green2 {
	background-image: linear-gradient(#cfc443, #54a033);
	color: #fff;
	max-width: 300px;
  padding: 50px;
	border-radius: 50px 50px;
	min-height: 500px;
	box-shadow: 10px 20px 18px #888888;
}

@media only screen and (max-width: 960px) {
	.mybox-red2 {
	margin-left: 0px;
}
}
.mybox-green {
  border: 5px solid green;
	background-color: rgba(255,255,255,0.10);
	color: #fff;
  padding: 50px;
  margin: 20px;
	border-radius: 50px 0px
}
.text-justify {
	text-align: justify;
}
.text-justify2 {
	text-align: justify;
}
.text-increase1 {
	font-size: 120%;
}
.prosci-methodology {
	/*margin-top: -100px;*/
	max-width: 450px;
}

.prosci-methodology-phases {
	max-width: 350px;
}

.2column {
	-webkit-column-count: 2;
    column-count: 2;
}
.mycounter2 {
	display: none;
}

.achievements-year {
	text-align: right;
	color: #304A96;;
}

.menu-bold{
	font-weight: 900 bold bolder;
	color: rgba(242,112,36,1.00);
}

@media only screen and (max-width: 960px) {
	
.achievements-year {
	text-align: left;
	font-size: 68px;
}
}


@media only screen and (max-width: 768px) {
	
.mycounter {
	display: none;
}
	.mycounter2 {
		display: block;
}
}

@media only screen and (max-width: 1024px) {
	.myresponsive-img {
		margin-left: -100px;
		max-width: 300px;
	}
	.prosci-methodology {
		margin-top: 0;
		max-width: 350px;
	}
	
.phase1-img {
	margin-left: 0;
	margin-top: 0;
	margin-bottom: -90px;
}
}



@media only screen and (max-width: 1024px) {
	
	#menu .menu-inner { /*overflow: hidden;*/ position: fixed; top: 0; right: -402px; height: 100%; width: 400px; -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.0); -webkit-box-shadow: 0px 0px 4x 0px rgba(0,0,0,0.0); box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.0); transition: right 0.5s ease; background: rgba(26,26,26,0.85); border-left: 1px solid #3d3d3d; }
	
	nav#main-nav ul li a { height: 62px !important; font-size: 16px; line-height: 28px !important; padding: 4px 0 !important; display: inline-block !important; }
}

@media only screen and (max-width: 780px) {
	.footerlogo {
		width: 120px;
		vertical-align: middle;
	}
	.footerlogo2 {
		width: 180px;
		vertical-align: middle;
	}
}




.featured-service-block-two{
	position: relative;
	margin-bottom: 10px;
}

.featured-service-block-two .inner-box{
	position: relative;
	display: block;
	padding: 0px 20px;
	background: none;
	text-align: center;
}

.featured-service-block-two .inner-box:hover .inner-box{
	padding: 0px 20px;
}

.featured-service-block-two .icon-box{
	position: relative;
	top: 0;
	display: block;
	line-height: 1em;
	font-size: 64px;
	color: #d5ae82;
	margin-bottom: 20px;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.featured-service-block-two .content-box{
	position: relative;
	display: block;
	padding: 0px 0px 55px;
}

.featured-service-block-two .content-box:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 10px;
	height: 35px;
	/*border-left: 1px solid rgba(255,255,255,0.5);*/
}

.featured-service-block-two .title-box{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.featured-service-block-two .title-box h4{
	color: #ffffff;
	line-height: 32px;
	margin: 0 0;
}

.featured-service-block-two .text{
	position: relative;
	width: 100%;
	color: #fff;
	font-size: 15px;font-weight: 500;
	padding: 0 0px;
	line-height: 26px;
	height: 0px;
	opacity: 0;
	visibility: hidden;
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.featured-service-block-two .text:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 10px;
	height: 35px;
	border-left: 1px solid rgba(255,255,255,0.5);
}

.featured-service-block-two .inner-box:hover .text{
	height: 160px;
	padding-top: 55px;
	opacity: 1;
	visibility: visible;
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}

.featured-service-block-two .link-box{
	position: relative;
	display: block;
}

.featured-service-block-two.active-block .link-box{
	padding-top: 5px;
}

.featured-service-block-two .link-box a{
	position: relative;
	display: block;
	max-width: 200px;
	margin: 0 auto;
}

.featured-service-block-two .link-box a.link{
	position: relative;
	top: 0;
	display: inline-block;
	line-height: 28px;
	padding: 0;
	color: #f5f6f7;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	border: 2px solid transparent;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.featured-service-block-two .inner-box:hover .link-box a.link{
	border-color: #ffffff;
	padding: 10px 45px;
	top: 5px;
}

.featured-service-block-two .inner-box:hover .link-box a.link:hover{
	background: #d5ae82;
	border-color: #d5ae82;
	color: #ffffff;
}



.changeManagement-bg {
	
	background-image: url("../images/changeManagement-bg001.jpg");
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	z-index: 2;
	background-size: cover;
}
	