::-moz-selection {
	color: #fff;
	background: #f65b5d;
}
::selection {
	color: #fff;
	background: #f65b5d;
}

.call-action-v1 .call-action-v1-in.inner-btn {
  min-width: 170px;
}
@media (max-width: 992px) {
	img.logo-icon{
		display:block;
		margin-left:auto;
		margin-right:auto;
		max-height:150px;
	}
}
.cta__title {
	color: #1c1e30;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
}
.cta_sub__title {
	color: #1c1e30;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	position:relative;
	margin-bottom:15px;
}
.cta_sub__title:after{
	display:block;
	content:'';
	height:2px;
	background:rgba(255, 255, 255, 0.4);
	position:absolute;
	border-bottom:0px;
	left:0px;
	width:50px;
}
.call-action-v1-box p.cta__text {
	color: #111;
	font-size: 15px;
	font-weight: lighter;
	line-height: 1.2;
}
.color-overlay {
	position: absolute;
	background: rgba(247,183,11,0.9);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
/* Local Classes
------------------------------------*/
a {
	color: inherit;
}
a,
a:focus,
a:hover,
a:active {
  outline: 0 !important;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
  /*text-decoration: none;*/
}

/*global button*/
.btn-u__fa {
	color: #fe6466;
}

.btn-u--construction,
.btn-u--construction:focus {
	color: #fff;
	background: #24273a;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	padding: 15px 20px;
}
.btn-u--construction:hover {
	background: #24273a;
	color: #fff;
	opacity: 0.8;
}
.btn-u--construction.trim::before {
  border: 2px solid #f7b70b;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
}

/* heading-v14 */
.heading-v14 {
	position: relative;
}

/*bar*/
.heading-v14:after {
	width: 70px;
  height: 10px;
  position: absolute;
  background: #f7b70b;
  content: "";
  top: 100px;
  left: 50%;
  margin-left: -35px;
}

.heading-v14__block-name {
	color: #f7b70b;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.heading-v14__title {
	color: #000;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: bold;
}

.heading-v14__text {
	color: #999;
	font-size: 16px;
	max-width: 60%;
	margin-left: auto;
	margin-right: auto;
}

/*different color*/
.heading-v14--diff:after {
	background: #fff;
}

.heading-v14--diff .heading-v14__block-name,
.heading-v14--diff .heading-v14__title,
.heading-v14--diff .heading-v14__text {
 color: #fff;
}

.heading-v14--diff .heading-v14__block-name {
	opacity: 0.8;
}

/* Container fluids with two different background colors */
.container-fluid.with-bg {
	background-size: cover;
	position: relative;
	z-index: 1;
}

.container-fluid.with-bg--1 { 
	background: url(../img-temp/about/quote.png) no-repeat 17% 70%;
	background-size: 310px 190px;
}
.container-fluid.with-bg--2 {background: url(../img-temp/projects/project-bg.jpg) no-repeat 80% 95%;}
.container-fluid.with-bg--3 {background: #f9f9f9;}
.container-fluid.with-bg--4 {background: url(../img-temp/17.jpg) no-repeat 50% 80%;}
.container-fluid.with-bg--5 {background: url(../img-temp/46.jpg) no-repeat 80% 80%;}
.container-fluid.with-bg--6 {background: url(../img-temp/47.jpg) no-repeat 80%;}

.color-overlay {
	position: absolute;
	background: #fe6466;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

@media (min-width: 992px) {
  .pull-md-right {
    float: right;
  }
}

/* Global Classes
------------------------------------*/
/* Typography */
.g-textarea-noresize {
	resize: none;
}

.g-text-height-md {
	line-height: 24px;
}
.g-text-height-lg {
	line-height: 54px;
}

/*Display*/
.g-display-inline-block {
  display: inline-block;
}
.g-display-table {
  display: table;
  width: 100%;
}
.g-dp-block {
	display: block;
}
.g-dp-table {
 display: table;
}
.g-dp-table-cell {
 display: table-cell;
}

/* Alignments */
.g-valign-top {
 vertical-align: top;
}
.g-valign-middle {
 vertical-align: middle;
}
.g-valign-bottom {
 vertical-align: bottom;
}


/* Positions */
.g-position-rel {
	position: relative;
}
.g-position-abs {
	position: absolute;
}

/* Display Mobile/Tablet Resolutions */
@media (max-width: 992px) {
	.hidden-sm {
		display: none;
	}
}

@media (min-width: 991px) {
	.visable-lg {
		display: none;
	}
}

@media (max-width: 992px){
	.text-sm-center {
		text-align: center;
	}
}

@media (max-width: 768px){
	.text-xs-center {
		text-align: center;
	}
}


@media (min-width: 600px) {
	.visible-2xs {
		display: none;
	}
}
@media (max-width: 600px) {
	.hidden-2xs {
		display: none;
	}
	.col-2xs-12 {
		width: 100%;
	}
}
@media (min-width: 500px) {
	.visible-3xs {
		display: none;
	}
}
@media (max-width: 500px) {
	.hidden-3xs {
		display: none;
	}
}

/* Text Colors */
.g-color-white { color: #fff;}
.g-color-gray-dark { color: #777;}
.g-color-gray-darker { color: #999;}
.g-color-default { color: #4fd2c2;}

/* Text Sizes */
.g-text-size-12 {
	font-size: 12px;
}
.g-text-size-17 {
	font-size: 17px;
}

/* Background Colors */
/*.g-bg-default { background: #4fd2c2;}*/
.g-bg-gray { background: #f7f7f7;}

/* Rounded Styles
------------------------------------*/
.g-no-rounded {border-radius: 0;}
.g-rounded-1 {border-radius: 1px;}
.g-rounded-2 {border-radius: 2px;}
.g-rounded-3 {border-radius: 3px;}
.g-rounded-4 {border-radius: 4px;}
.g-rounded-5 {border-radius: 5px;}
.g-rounded-10 {border-radius: 10px;}
.g-rounded-20 {border-radius: 20px;}
.g-rounded-50x {border-radius: 50%;}
.g-rounded-t4 {border-radius: 4px 4px 0 0;}
.g-rounded-l4 {border-radius: 4px 0 0 4px;}
.g-rounded-r4 {border-radius: 0 4px 4px 0;}
.g-rounded-b4 {border-radius: 0 0 4px 4px;}

/* Spaces
------------------------------------*/
.g-no-mb {
	margin-bottom: 0;
}

.g-no-padding {
	padding: 0;
}

.g-no-left-padding {
	padding-left: 0;
}

.g-no-side-padding {
	padding-left: 0;
	padding-right: 0;
}

/*Padding Spaces*/
.g-pt-0 { padding-top: 0;}
.g-pb-0 { padding-bottom: 0;}
.g-pl-0 { padding-left: 0;}
.g-pr-0 { padding-right: 0;}

/*all*/
.g-padding-5  { padding: 5px;}
.g-padding-10 { padding: 10px;}
.g-padding-15 { padding: 15px;}
.g-padding-20 { padding: 20px;}
.g-padding-25 { padding: 25px;}
.g-padding-30 { padding: 30px;}
.g-padding-35 { padding: 35px;}
.g-padding-40 { padding: 40px;}
.g-padding-45 { padding: 45px;}
.g-padding-50 { padding: 50px;}

/*top*/
.g-pt-10 { padding-top: 10px;}
.g-pt-20 { padding-top: 20px;}
.g-pt-25 {padding-top: 25px;}
.g-pt-30 { padding-top: 30px;}
.g-pt-40 { padding-top: 40px;}
.g-pt-50 { padding-top: 50px;}
.g-pt-60 { padding-top: 60px;}
.g-pt-70 { padding-top: 70px;}
.g-pt-75 { padding-top: 75px;}
.g-pt-80 { padding-top: 80px;}
.g-pt-85 { padding-top: 80px;}
.g-pt-90 { padding-top: 90px;}
.g-pt-100 { padding-top: 100px;}
.g-pt-110 { padding-top: 110px;}
.g-pt-120 { padding-top: 120px;}
.g-pt-130 { padding-top: 130px;}
.g-pt-140 { padding-top: 140px;}
.g-pt-150 { padding-top: 150px;}
.g-pt-160 { padding-top: 160px;}
.g-pt-170 { padding-top: 170px;}

/*bottom*/
.g-pb-10 { padding-bottom: 10px;}
.g-pb-20 { padding-bottom: 20px;}
.g-pb-30 { padding-bottom: 30px;}
.g-pb-40 { padding-bottom: 40px;}
.g-pb-50 { padding-bottom: 50px;}
.g-pb-60 { padding-bottom: 60px;}
.g-pb-70 { padding-bottom: 70px;}
.g-pb-75 { padding-bottom: 75px;}
.g-pb-80 { padding-bottom: 80px;}
.g-pb-90 { padding-bottom: 90px;}
.g-pb-100 { padding-bottom: 100px;}
.g-pb-110 { padding-bottom: 110px;}
.g-pb-120 { padding-bottom: 120px;}
.g-pb-130 { padding-bottom: 130px;}
.g-pb-140 { padding-bottom: 140px;}
.g-pb-150 { padding-bottom: 150px;}
.g-pb-160 { padding-bottom: 160px;}
.g-pb-170 { padding-bottom: 170px;}

/*left*/
.g-pl-10 { padding-left: 10px;}
.g-pl-15 { padding-left: 15px;}
.g-pl-20 { padding-left: 20px;}
.g-pl-30 { padding-left: 30px;}
.g-pl-40 { padding-left: 40px;}
.g-pl-50 { padding-left: 50px;}
.g-pl-60 { padding-left: 60px;}
.g-pl-70 { padding-left: 70px;}
.g-pl-80 { padding-left: 80px;}
.g-pl-90 { padding-left: 90px;}
.g-pl-100 { padding-left: 100px;}
.g-pl-400 { padding-left: 400px;}

/*right*/
.g-pr-10 { padding-right: 10px;}
.g-pr-15 { padding-right: 15px;}
.g-pr-20 { padding-right: 20px;}
.g-pr-30 { padding-right: 30px;}
.g-pr-40 { padding-right: 40px;}
.g-pr-50 { padding-right: 50px;}
.g-pr-60 { padding-right: 60px;}
.g-pr-70 { padding-right: 70px;}
.g-pr-80 { padding-right: 80px;}
.g-pr-90 { padding-right: 90px;}
.g-pr-100 { padding-right: 100px;}


/*Margin Spaces*/
.g-mt-0 { margin-top: 0;}
.g-mb-0 { margin-bottom: 0;}
.g-ml-0 { margin-left: 0;}
.g-mr-0 { margin-right: 0;}

/*top*/
.g-mt-10 { margin-top: 10px;}
.g-mt-20 { margin-top: 20px;}
.g-mt-30 { margin-top: 30px;}
.g-mt-40 { margin-top: 40px;}
.g-mt-50 { margin-top: 50px;}
.g-mt-60 { margin-top: 60px;}
.g-mt-70 { margin-top: 70px;}
.g-mt-80 { margin-top: 80px;}
.g-mt-90 { margin-top: 90px;}
.g-mt-100 { margin-top: 100px;}

/*bottom*/
.g-mb-5 { margin-bottom: 5px;}
.g-mb-10 { margin-bottom: 10px;}
.g-mb-15 { margin-bottom: 15px;}
.g-mb-20 { margin-bottom: 20px;}
.g-mb-25 { margin-bottom: 25px;}
.g-mb-30 { margin-bottom: 30px;}
.g-mb-35 { margin-bottom: 35px;}
.g-mb-40 { margin-bottom: 40px;}
.g-mb-45 { margin-bottom: 45px;}
.g-mb-50 { margin-bottom: 50px;}
.g-mb-55 { margin-bottom: 55px;}
.g-mb-60 { margin-bottom: 60px;}
.g-mb-65 { margin-bottom: 65px;}
.g-mb-70 { margin-bottom: 70px;}
.g-mb-75 { margin-bottom: 75px;}
.g-mb-80 { margin-bottom: 80px;}
.g-mb-85 { margin-bottom: 85px;}
.g-mb-90 { margin-bottom: 90px;}
.g-mb-95 { margin-bottom: 95px;}
.g-mb-100 { margin-bottom: 100px;}

/*left*/
.g-ml-10 { margin-left: 10px;}
.g-ml-15 { margin-left: 15px;}
.g-ml-20 { margin-left: 20px;}
.g-ml-30 { margin-left: 30px;}
.g-ml-40 { margin-left: 40px;}
.g-ml-50 { margin-left: 50px;}
.g-ml-60 { margin-left: 60px;}
.g-ml-70 { margin-left: 70px;}
.g-ml-80 { margin-left: 80px;}
.g-ml-90 { margin-left: 90px;}
.g-ml-100 { margin-left: 100px;}

/*right*/
.g-mr-10 { margin-right: 10px;}
.g-mr-20 { margin-right: 20px;}
.g-mr-30 { margin-right: 30px;}
.g-mr-40 { margin-right: 40px;}
.g-mr-50 { margin-right: 50px;}
.g-mr-60 { margin-right: 60px;}
.g-mr-70 { margin-right: 70px;}
.g-mr-80 { margin-right: 80px;}
.g-mr-90 { margin-right: 90px;}
.g-mr-100 { margin-right: 100px;}

@media(max-width: 992px) {
  .g-sm-mb-20 {
    margin-bottom: 20px;
  }
  .g-sm-mb-30 {
    margin-bottom: 30px;
  }
  .g-sm-mb-50 {
    margin-bottom: 50px;
  }
 	.g-sm-ml-0 {
  	margin-left: 0;
  }
  .g-sm-pt-0 {
  	padding-top: 0;
  }
}

@media(max-width: 768px) {
  .g-xs-mb-20 {
    margin-bottom: 20px;
  }
  .g-xs-mb-30 {
    margin-bottom: 30px;
  }
  .g-xs-mb-50 {
    margin-bottom: 50px;
  }
 	.g-xs-ml-0 {
  	margin-left: 0;
  }
}
.counters h2{
    font-size: 35px;
    margin-bottom: 15px;
    margin-top: 13px;
    color: #fff;
	}
.owl-carousel-v2.owl-work-v1.home-carousel_v2 .item{
	background:#24273a !important;
	border:1px solid #ccc;
}
.owl-work-v1.home-carousel_v2 .item h4{
    color: #1c1e30;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
	background:#fff;
	margin-bottom:0px;
	padding:5px 0 5px 8px;
}
.owl-carousel-v2.owl-work-v1.home-carousel_v2 .item a{
	text-align:left;
}
.owl-work-v1.home-carousel_v2 .item  strong{
	margin-bottom:8px;
}
.owl-work-v1.home-carousel_v2 .item strong,
.owl-work-v1.home-carousel_v2 .item p{
	color:#fff !important;
}
/* Featured Projects */

.owl-work-v1.featured-project .item{
	position:relative;
	padding-top:40px;
	overflow:hidden;
}
.owl-carousel-v1.owl-work-v1.featured-project .item span{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	background:#24273a ;
	border:none !important;
	display: block;
    padding: 10px;
	text-align:center;
	z-index:9;
	}
.owl-work-v1.featured-project .item span strong{
	color:#fff;
	text-transform:uppercase;
	font-size:15px;
}
.owl-work-v1.featured-project .project-hover{
	 left: 0;
    top: 60%;
    z-index: 1;
    padding: 0;
    width: 100%;
    list-style: none;
    margin-top: -16px;
    text-align: center;
    visibility: hidden;
    position: absolute;
    transition: all 0.2s ease-in-out;
}
@media(max-width: 768px) {
.owl-work-v1.featured-project .owl-navigation{
	text-align:center;
}
}
.owl-recent-works-v2 .item:after{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  transition: all 0.4s ease-in-out;
}
.owl-recent-works-v2 .item:hover:after{
    background: rgba(0,0,0,0.5);
  transition: all 0.2s ease-in-out;
  }
.owl-recent-works-v2 .item .hidden-hover{
    left: 0;
    top:50%;
    z-index: 1;
    padding: 0;
    width: 100%;
    list-style: none;
    margin-top: -16px;
    text-align: center;
    visibility: hidden;
    position: absolute;
    transition: all 0.2s ease-in-out;
	-webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}
.owl-recent-works-v2 .item:hover .hidden-hover{
	display:block;
	z-index:2;
	visibility:visible !important;
    padding: 30px 10px 0 10px;
	}
.owl-recent-works-v2 .item:hover .hidden-hover a{
	z-index:3;
	font-style:normal;
}
.owl-recent-works-v2 .item .overflow-hidden{
-webkit-transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
}
.news-v1.explore-beb .news-v1-in{
	background:#24273a !important;
	border-bottom-width:2px;
}
.news-v1.explore-beb .news-v1-in em{
	display:block;
}
.news-v1.explore-beb .news-v1-in a img,
.news-v1.explore-beb .news-v1-in {
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}

.news-v1.explore-beb .news-v1-in a:hover img {
  opacity: 0.8;
   -webkit-transform: scale(1.2) rotate(2deg);
   -moz-transform: scale(1.2) rotate(2deg);
   -o-transform: scale(1.0) rotate(2deg);
   -ms-transform: scale(1.2) rotate(2deg);
   transform: scale(1.2) rotate(2deg);
}
.news-v1.explore-beb .news-v1-in:hover{
	border-bottom-color:#f65b5d !important;
}
.tp-caption.revolution-ch1{
	font-weight:600;
}

/* ==============
Design 2 Middle part change============== */

.explore-beb h2.heading-sm, 
.explore-beb h3.heading-md{
	text-transform:uppercase;
	font-weight:bold;
}
.explore-beb .content-boxes-in-v3 p{
	margin-bottom:20px;
}
/* ==============
Design 2 Middle part change============== */

.list-services .lists-v1 li{
	margin-bottom:30px;
	font-size:13px;
}
.list-services .lists-v1 li i{
    float: left;
    margin: 0px 15px 0 0;
	z-index: 1;
    width: 20px;
    height: 20px;
    position: relative;
    text-align: center;
    background: #f65b5d;
    margin-bottom: 15px;
    display: inline-block;
    border: solid 4px #fff;
}
.list-services .lists-v1 li i:after {
    top: -9px;
    left: -9px;
    right: -9px;
    bottom: -9px;
    content: " ";
    border-radius: 50%;
    position: absolute;
    border: 1px solid #bbb;
}
.list-services .lists-v1 li span{
	display:block;
	overflow:hidden;
}

.content-v-xl{
	padding: 50px 50px 30px;
    overflow: hidden;
}
.parallax-bg{
		position:relative;
}
.parallax-bg.beb-history{
	background:url(../img/bg/prlx-history.jpg) 45% 0  no-repeat fixed;
}
.parallax-bg.parallax-about{
	background:url(../img/bg/prlx-bg-company.jpg) 45% 0  no-repeat fixed;
}
.parallax-bg.parallax-about:before{
	  background: rgba(255,255,255,0.8); 

}
.parallax-bg:before {
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(255,255,255,0.6); 
}
.bg-image-v1.parallaxBg .owl-carousel-v4 h3,
.bg-image-v1.parallaxBg .owl-carousel-v4 p,
.parallax-bg .heading-sm,
.parallax-bg .title-box-v2 h2,
.parallax-bg .title-box-v2 h4,
.parallax-bg .title-box-v2 h5,
.parallax-bg .title-box-v2 p{
	position:relative;
}
.owl-carousel-v4 .item a span {
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 8px 0;
    /* border: 1px solid rgba(0,0,0,0.25); */
    border-top-width: 0;
    background: rgb(36, 39, 58);
	color:#fff;
}
.owl-carousel-v4 .item a:hover{
	text-decoration:none;
}
.owl-carousel-v4 .item a:hover span{
	color:#f65b5d;
	background:# rgb(36, 39, 58);
}
.breadcrumbs-v3.img-mission-vision{
   background:url(../img/bg/pages/vision-mission.jpg) no-repeat;
   background-size: cover;
   background-position: 0 20%;
}
.breadcrumbs-v3.img-services{
   background:url(../img/bg/pages/services.jpg) no-repeat;
   background-size: cover;
   background-position: 0 20%;
}
.banner-info.beb-red i{
	background:#f65b5d;
}
.parallax-bg.parallax-about .banner-info{
	margin-bottom:20px;
}
.parallax-about .list-unstyled {
	margin-left:0px;
	padding-left:0px;
}
.parallax-about .list-unstyled li{
	margin-bottom:8px;
	line-height:20px;
	
}
.parallax-about .list-unstyled li i{
	margin-right:8px;
}

.parallax-about .content-boxes-v1 h2.heading-sm:before,
.parallax-about .content-boxes-v1 h2.heading-sm:after{
	top: 23px;
    height: 6px;
    border-top-style: solid;
    border-bottom-style: solid;
	content: ' ';
    width: 10%;
    position: absolute;
    border-width: 1px;
    border-color: #bbb;
}
.parallax-about .content-boxes-v1 h2.heading-sm:before{
	    right: 54.5%;
}
.parallax-about .content-boxes-v1 h2.heading-sm:after{
	    left: 54%;
}
@media (max-width: 991px) {
.parallax-about .content-boxes-v1 h2.heading-sm:before{
	    right: 61.5%;
		width: 20%;
}
.parallax-about .content-boxes-v1 h2.heading-sm:after{
	    left: 61.5%;
		width: 20%;
}
}
.cbp .cbp-item {
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
    padding-bottom: 5px;
    overflow: hidden;
    border-bottom: 1px solid rgba(51, 51, 51, 0.27);
    margin: 0;
}