.beach {
	background-color: #d1ccbe;
}

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

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

.text16 {
	font-size:16pt;
}
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/bullet001.png);
	text-decoration: none;
	font-weight: normal;
	color:#444444;
	font-size: 17px;
	padding-left: 20px;
}

.cell-padding {
	padding-left: 30px;
}

.text-blue {
	color: #26bfd1;
}

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

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

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

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


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

}


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;
}

.team-image-circle {
  border-radius: 50%;
	width: 100%;
	max-width: 250px;
}

.align-center2 {
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 800px) {
	.align-center2 {
		display: block;
	justify-content: center;
	}
	
	
.team-image-circle {
	
}

}

.team-name {
	letter-spacing: normal;
}



.whatsapp {
	position: fixed;
	width: 55px;
	height: 55px;
	bottom: 90px;
	right: 25px;
	z-index: 50;
}

.email-icon {
	position: fixed;
	width: 55px;
	height: 55px;
	bottom: 25px;
	right: 25px;
	z-index: 1050;
}