


/* Home 1
-------------------------------------------------------------- */
.background-color-f9f9f9 {
	background: #f9f9f9;
}

.front-page .bond-page-title {
	margin-bottom: 0;
}


.bond-icon.style1 {
	font-size: 14px;
}

.bond-welcome {
	padding-bottom: 62px;
	padding-top: 145px;
}
.about-us1 h4 {
	margin-bottom: 5px;
    margin-top: -11px;
    letter-spacing: 1.8px;
}

.about-us1 .box-title {
	font-size: 30px;
	line-height: 54px;
	margin-bottom: 20px;
	letter-spacing: 3px;
}

.about-us1 .box-content p {
	margin-bottom: 23px;
}

.about-us1 .box-content p:last-of-type {
	margin-bottom: 41px;
}

 .box-readmore {
	line-height: 48px;
	font-weight:700;
	font-size: 14px;
	padding:0 48px;
	background: #ff4040;
	color: #fff;
	display: inline-block;
	letter-spacing: 1.5px;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
}

.box-readmore:hover {
	color: #fff;
    background-color: #222222;
}

.bond-section-about-us  {
	overflow: hidden;
}

.about-us1 .left-img {
	padding-left: 20px;
	padding-right: 48px;
	position: relative;
	z-index: 20;
}

.about-us1 .left-img:before {
	position: absolute;
	border-right: 75px solid #ff4040;
    border-bottom: 75px solid #ff4040;
	top: 21px;
    left: 25px;
    transform: translate(-50%,-50%);
    z-index: -1;
    box-sizing: border-box;
    width: 100%;
    height: calc(100% + 50px);
    content: '';
}

.about-us1 .left-img:after {
	position: absolute;
	border: 11px solid #ff4040;
	content: '';
	top: 50px;
	left: 70px;
	right: 0;
	bottom: -50px;
}

.what-we-do {
	padding-bottom: 91px;
}

.what-we-do .title-section.style2 .title{
	padding-right: 53px;
}

.what-we-do .title-section.style2 .title:after {
	width: 45px;
}

.home-parallax2 {
    background-image: url(../images/home/home-parallax2.jpg);
    background-size: 100%;	
}

.title-section.style2.white .title {
	color: #fff;
}

.title-section.style2.white .title:after {
	background: #fff;
}

.bond-service .title-section.style1 .title, .bond-service .title-section.style1 .desc {
	color: #fff;
}

.portfolio-container {
	position: relative;
	height: 100%;
}

.bond-portfolio {
	margin-bottom: 44px;
}

.bond-portfolio .item.builder {
	width: 25%;
	float: left;
	position: relative;
	overflow: hidden;
}

.bond-portfolio .item.builder .featured-post img {
	width: 100%;
}

.bond-portfolio .title-post {
	position: absolute;

	background: rgba(255,64,64,0.82);
	padding: 26px 30px;
        transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
	-webkit-transform: translatex(-100%);
       -moz-transform: translatex(-100%);
        -ms-transform: translatex(-100%);
        opacity: 0;	
        -moz-opacity: 0;	
        -ms-opacity: 0;	
        -webkit-opacity: 0;	
        filter:alpha(opacity=0);
}

.bond-portfolio .item.builder:hover .title-post {
	-webkit-transform: translatex(0);
       -moz-transform: translatex(0);
        -ms-transform: translatex(0);
        opacity: 1;	
        -ms-opacity: 1;	
        -webkit-opacity: 1;	
        filter:alpha(opacity=100);
}

.bond-portfolio .icon-zoom {
	width: 50px;
	height: 50px;
	background: #fff;
	content:"+";
	color: #333 !important;
	line-height: 50px;
	font-family: "Open Sans", sans-serif;
	border-radius: 50px;
	position: absolute;
    bottom: 30px;
    left: 29px;
	font-weight: 700;
    text-align: center;
    font-size: 30px;
    z-index: 99;
}

.bond-portfolio .icon-zoom:hover {
	background-color: #333;	
}

.bond-portfolio .icon-zoom:hover:after {
	color: #fff !important;
}

.bond-portfolio .icon-zoom:after {
	position: absolute;
	left: 50%;
	margin-left: -9px;	
	content:"+";
	font-family: "Open Sans", sans-serif;
	content: red;
}

.bond-portfolio .title-post a, .bond-portfolio .title-post p {
	color: #fff;
}

.bond-portfolio .title-post a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

.bond-portfolio .title-post p{
	font-size: 14px;
	line-height: 30px;
}

.bond-service {
	padding-bottom: 138px;
    padding-top: 139px;
}

.bond-service .title-section.style1 {
	margin-bottom: 75px;
}

.bond-service .box-readmore {
	left: 50%;
	   -moz-transform: translatex(-50%);
	-webkit-transform: translatex(-50%);
		 -o-transform: translatex(-50%);
		-ms-transform: translatex(-50%);
			transform: translatex(-50%);
	position: relative;
}

.bond-section-teammember .title-section.style1{
    margin-bottom: 32px;
}

.bond-teammember .team {
	overflow: hidden;
}

.bond-teammember .title-section.style2 {
	padding-right: 41px;
}

.bond-teammember .title-section.style1 .desc {
	margin-bottom: 33px;
}

.bond-teammember .description {
	position: absolute;
    right: 15px;
    left: 45px;
    top: 0px;
    padding: 25px 25px 25px 25px;
	color: #fff;
	background: rgba(255,64,64,0.85);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
			transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        filter:alpha(opacity=0);
}

.bond-teammember .team:hover .description {	
			transform: translateY(0%);
	-webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -webkit-opacity: 1;
        filter:alpha(opacity=100);
}

.bond-teammember .description p:last-of-type {
    margin-bottom: 22px;
}

.bond-teammember .team-img img {
	width: 100%;
	height: auto;

}

.bond-teammember .short_information {
	position: absolute;
	left: 15px;
	right: 45px;
	bottom: 22px;
    padding: 12px 32px;
	background: #ff4040;
    letter-spacing: 0.1px;
    font-size: 13px;
    color: #fff;
    	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.bond-teammember .short_information .title {
    margin-bottom: 1px;
    color: #fff;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-size: 14px;
}

.team .social i {
	color: #fff;
	line-height: 24px;
    font-size: 18px;
    padding-right: 10px;
}

.bond-why-choose-us {
	position: relative;
}

.bond-why-choose-us .container.absolute {
    position: absolute;
    top: 133px;   
    left: 50%;
	-webkit-transform: translatex(-50%);
		 -o-transform: translatex(-50%);
		-ms-transform: translatex(-50%);
			transform: translatex(-50%);
}

.bond-why-choose-us .title {
    font-size: 30px;
    line-height: 42px;
    text-transform: uppercase;
    word-spacing: 3.4px;
    letter-spacing: 2.4px;
    margin-bottom: 29px;
}

 .title-section.style1.bond-why-choose-us .desc {
	font-size: 14px;
	font-style: normal;
    text-align: left;
    margin-bottom: 38px;
}

.bond-why-choose-us .iconbox .box-title {
	display: inline-block;
	font-size: 18px;
	line-height: 42px;
	text-transform: uppercase;
    letter-spacing: 1.9px;
}

.bond-why-choose-us .box-icon {
    text-align: center;
    margin-right: 15px;
    float: left;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.iconbox.bond-wcu-right:hover .box-icon {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.bond-why-choose-us .iconbox .icons {
	font-size: 30px;
	color:#ff4040;
	line-height: 42px;
}

.bond-section-wcu-right {
	padding-left: 75px;
}

.iconbox.bond-wcu-right {
	margin-bottom: 33px;
}

.bond-wcu-right.title-section {
	margin-bottom: 47px;
}

.bond-wcu-right.title-section.style1 .title {
	font-size: 30px;
	line-height: 42px;	
    letter-spacing: 3px;
    text-align: left;
}

.bond-wcu-right.title-section.style1 .desc {
	font-style: normal;
	text-align: left;
	font-size: 14px;
}

.bond-wcu-right .box-header {
	margin-bottom: 6px;
	padding-left: 5px;
}

.bond-wcu-right .box-content {
	padding-left: 4px;
}



.bond-partner-slider   .owl-nav div {
	font-size: 14px;
	line-height: 24px;
	color: #222;
	font-family: Oswald;
	font-weight: 700;
	margin-top: 0px;
	height: auto;
	width: auto;
	display: inline-block;
}

.bond-partner-slider .owl-nav div:hover {
	color: #ff4040;
}

.bond-partner-slider  .owl-nav div.owl-prev:after {
	width: 1px;
	height: 14px;
	background: #222;
	content: '';
	right: 0;
	position: absolute;
	top: 5px;
}

.bond-partner-slider  .owl-nav div.owl-prev,
.bond-partner-slider  .owl-nav div.owl-next {
	position: relative;
	padding: 0px 13px 0 16px;
}

.bond-partner-slider  .owl-nav {
	position: absolute;
	top: 50%;
	   -moz-transform: translate(-50%,-50%) rotate(-90deg);
	-webkit-transform: translate(-50%,-50%) rotate(-90deg);
		 -o-transform: translate(-50%,-50%) rotate(-90deg);
		-ms-transform: translate(-50%,-50%) rotate(-90deg);
			transform: translate(-50%,-50%) rotate(-90deg);
    padding: 23px 15px;
    text-transform: uppercase;
    left: -36px;
    letter-spacing: 1.5px;
    cursor: pointer;
}

.bond-partner-slider  .owl-carousel.owl-loaded {
	position: relative;
}

.page.front-page .footer,
.flat-footer.footer {
	padding-top: 112px;
}

/* contact page
----------------------------------------------- */
.page #map {
	height: 300px;
}

.page .bond-contact-us {
	padding-bottom: 55px;
}

.page .bond-contact-us .title-section.contact-us {
	/*margin-bottom: 77px;*/
	margin-bottom: 45px;
}

.page .iconboxes {
	/*padding:0 134px;*/
}

.page .iconbox-contact-us {
	margin-top: 0;
	margin-bottom: 33px;
	width: 33.33333%;
	float: left;
	border: 15px solid #fff;
}

.page .iconbox-contact-us.v1 {
	width: 100%;
	border-width: 0px;
}

.page .icon-phone {
	display: block;
        transform: rotate(90deg);
   -moz-transform: rotate(90deg);
   - ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
     -o-transform: rotate(90deg);
}

.page-contact-v2 .bond-page-title {
	margin-bottom: 4px;
}

.page-contact-v2 .bond-contact-us {
   padding-bottom: 24px;
}

.page-contact-v2 .page-callout:before{
	left: 0;
}

/* blog grid first big
-------------------------------------------------------------- */

.blog-details.grid.first-big article .entry-meta .meta-2 {
	display: none;
}

.blog-details.grid.first-big article:first-child {
	width: 100%;
	margin-bottom: 78px;
}

.blog-details.grid.first-big article:first-child .title-post {
    font-size: 18px;
    letter-spacing: 1.5px;
}

.blog-details.grid.first-big article:first-child .content-post {
	width: 100%;
	padding-top: 32px;
}

.blog-details.grid.first-big article:first-child .entry-content {
	display: block;
	margin-bottom: 15px;
}

.blog-details.grid.first-big article:first-child .entry-meta .meta-1 {
	padding-left: 15px;
}

.blog-details.grid.first-big article:first-child .entry-meta .meta-2 {
	right: 0%;
	left: 36%;
        transform: none;
   -moz-transform: none;
   - ms-transform: none;
-webkit-transform: none;
     -o-transform: none;
     display: block;
}

.blog-details.grid.first-big article:first-child .entry-meta .meta-2 .tag {
	display: inline-block;
}

.blog-details.grid.first-big article:first-child .entry-meta .meta-2 .tag:after {
	content: none;
}

.blog-details.grid.first-big article:first-child .entry-meta .meta-2 span {
	padding-right: 24px;
}

.blog-details.grid.first-big article:first-child .entry-content, 
.blog-details.grid.first-big article:first-child .readmore, .blog-details.grid.first-big article:first-child .bond-socials {
	display: inline-block;
}

.blog-details.grid article .bond-socials {
	padding-right: 9px;
}

/* 404 
----------------------------------------------- */
.nothing {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 231px;
}

.nothing h1 {
	font-size: 236px;
	color: #ff4040;
	line-height: 300px;
	letter-spacing: 25px;
	margin-bottom: 38px;
	padding-left: 27px;
}

.nothing p {
	font-size: 48px;
	color: #222;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	letter-spacing: 5px;
	margin-bottom: 81px;
	padding-left: 8px;
}

.nothing .widget.widget-search {
	margin-bottom: 29px;
}

.nothing .search-form {
	max-width: 431px;
	left: 50%;
        transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   - ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
     -o-transform: translateX(-50%);
}

.nothing .search-form input[type=submit] {
	right: 0;
	font-size: 14px;
}

.return-home {
	display: inline-block;
	border-bottom: 2px solid #ff4040;
	font-size: 16px;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	padding-bottom: 3px;
	letter-spacing: 1.5px;
}

.return-home:hover {
	border-color: #222;
}

/* service 
----------------------------------------------- */

.service .what-we-do {
	padding-top: 0px;
}

/* create with bond */
.create-with-bond {
	padding-top: 132px;
	padding-bottom: 145px;
}

.service .bond-why-choose-us {
	padding-bottom: 7px;
}

/* bond-slider partner */
.bond-partner-slider.bg-white {
	background: transparent;
}

.bond-partner-slider.bg-white .owl-nav {
	left: -45px;
}

/* service 2 
----------------------------------------------- */

.service .what-we-do.v2 {
	padding-bottom: 88px;
}

.service .what-we-do.v2 .item {
	overflow: hidden;
}


.service.v2 .flat-contact-us p  {
 	color: #fff;
 	font-size: 24px;
}

.what-we-do.v2 .bond-iconbox .title {
	margin-bottom: 15px;
}

.what-we-do.v2 .bond-iconbox .content p:last-of-type {
	margin-bottom: 16px;
}

.title-section.opportunity {
	text-align: left;
}

.title-section.opportunity .title {
	line-height: 54px;
	font-size: 30px;
	letter-spacing: 3px;
	margin-bottom: 4px;
}

.title-section.opportunity .sub-title {
	line-height: 54px;
	font-size: 21px;
	letter-spacing: 2.1px;
	color: #ff4040;
	margin-bottom: 20px;
}

.title-section.opportunity .desc {
    font-size: 14px;
    font-style: normal;
    margin-right: -5px;
    margin-bottom: 44px;
}

.title-section.opportunity .flat-button {
	padding: 0 42px;
}

.flat-contact-us.v2 h2 {
	font-size: 36px;
	margin-bottom: 35px;
	letter-spacing: 3.6px;
}

.flat-contact-us.v2 .button {
	top: 20px;
	padding: 0 53px;
}


.page-callout.v2 {
	padding-bottom: 65px;
	margin-bottom: 0;
}

.page-callout.v2:before {
	left: 0;
}

.video_hide {
	display: none;
}

.show_video {
	position: relative;
}

.show_video .video_container {
	position: absolute;
	    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.video-icon.fa-play {
	-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
    border: 8px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    width: 136px;
    height: 136px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.video-icon i {
	font-size: 55px;
	padding-left: 5px;
	line-height: 115px;
	color: #fff;
}

.video_container .video_title, .video_container .play_now {
	color: #fff;
}

.video_container .video_title {
	font-size: 30px;
	margin-bottom: 60px;
	letter-spacing: 3px;
}

.video_container .play_now {
	font-size: 21px;
	letter-spacing: 1.5px;
}

.video_container .video-icon {
	margin-bottom: 54px;
}

/* service 3 
----------------------------------------------- */

.page.service.v3 .bond-page-title {
	margin-bottom: 104px;
}

.what-we-do.v3 {
	padding-bottom: 75px;
}

.what-we-do.v3 .item {
	padding: 0 39px;
}




#video-controls {
	text-align: center;
	height: 100%
}

#video-controls .video_title {
	color: #fff;
	font-size: 30px;
	margin-bottom: 55px;
	letter-spacing: 3px;
}

#video-controls #video-play:before {
	font-size: 84px;
    line-height: 128px;
    padding-left: 10px;
    color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;	
}

#video-controls #video-play.fa-play-circle:before {
	font-size: ;
	padding-left: 0;
}

#video-controls #video-play.fa-play:hover {
	border-color: #ff4040;
}

#video-controls #video-play:hover:before {
	color: #ff4040;
}

#video-controls h6 {
	font-size: 21px;
	color: #fff;
	letter-spacing: 2px;
}

/* great service*/
.great-service {
	padding-top: 29px;
	padding-bottom: 21px;
}

.great-service:before, .great-service:after {
	width: calc(50% - 15px);
	top: 0;
	right: 0;
	bottom: -2px;
	content: '';
	background-color: #ff4040;
	position: absolute;
}

.great-service:after {
	background: url("../images/service/bg-r.png") no-repeat;
	opacity: 0.1;
	-moz-opacity: 0.1;
	-webkit-opacity: 0.1;
	-ms-opacity: 0.1;
   filter: Alpha(opacity=10); /* IE8 and earlier */
   background-size: cover;
}

.great-service .absolute {
	top: 50%;
	    transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
     -o-transform: translateY(-50%);
    margin-top: -6px;
    left: 0;
    right: 0;
    z-index: 20;
}

.great-service .iconbox.white-style .box-title {
	font-size: 30px;
	line-height: 54px;
	font-family: "Oswald", sans-serif;
	color: #fff;
	letter-spacing: 3px;
}

.great-service .iconbox.white-style .box-header {
	margin-bottom: 35px;
}

.bond-testimonials-slider.v2 .nav-thumb {
	position: absolute;
	top: 0;
	right: -14px;
	width: 27%;
	z-index: 100;
}

.bond-testimonials-slider.v2 .nav-thumb li {
	display: inline-block;
	max-width: 84px;
	max-height: 84px;
	margin: 0 8px 18px;
	position: relative;
}

.bond-testimonials-slider.v2 .nav-thumb li.active:after {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ff4040;
	opacity: 0.65;
	-moz-opacity: 0.65;
	-webkit-opacity: 0.65;
	-ms-opacity: 0.65;
	filter: Alpha(opacity=65);
	position: absolute;
}

.bond-testimonials-slider.v2 .swiper-pagination.swiper-pagination-fraction {
	display: none;
}

#testimonial-slider-box.v2  .swiper-nav {
    top: auto;
    bottom: -15px;
    margin-left: -218px;
    background: transparent;
    padding: 0;
}

#testimonial-slider-box.v2 .swiper-button-next, #testimonial-slider-box.v2  .swiper-button-prev {
	color: #ff4040;
}

#testimonial-slider-box  .swiper-button-prev {
	border-color: #ff4040;
}

#testimonial-slider-box.v2 .swiper-button-next:hover, #testimonial-slider-box.v2  .swiper-button-prev:hover {
	color: #282828;
}

/* Maintaince page
----------------------------------------------- */
.maintanance h1 {
	font-size: 48px;
	letter-spacing: 4.7px;
}

.maintanance h1 {
	letter-spacing: 2.5px;
}

.maintanance p {
	font-size: 24px;
}

/* portfolio page
----------------------------------------------- */
.page.portfolio .bond-page-title {
	margin-bottom: 77px;
}

.page.portfolio .portfolio-filter > li {
	padding: 0 17px;
}

.page.portfolio .portfolio-filter > li a {
	font-size: 15px;
	color: #282828;
}

.page.portfolio .portfolio-filter > li a:hover {
	color: #ff4040;
}

.item.builder .featured-post:before {
	content: none;
}

.bond-portfolio .item.builder {
	padding: 15px;
}

.bond-portfolio.no-spacer .item.builder {
	padding:0;
}

.page.portfolio .bond-portfolio .title-post {
	top: 15px;
	bottom: 15px;
	left: 15px;
	right: 15px;
}

.bond-portfolio.no-spacer .title-post {
	text-align: center;
}

.page.portfolio .bond-portfolio.no-spacer .title-post {
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}


/* 3 column */
.bond-portfolio.three_columns .item.builder {
	width: 33.33333%;
}


.bond-portfolio.no-spacer .title-post a {
    margin-top: 52.5%;
    letter-spacing: -0.8px;
}

.bond-portfolio.no-spacer .title-post:after {
    top: 27%;
    left: 50%;
	    transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   - ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
     -o-transform: translateX(-50%);
}

/* 4 columns */
.bond-portfolio.four_columns .item.builder {
	width: 25%;
}





/* BOND-portfolio
-------------------------------------------------------------- */
.portfolio-filter.dark > li a {
    color: #282828;
}

.portfolio-filter {
    text-align: center;
    margin-bottom: 36px; 
}

.portfolio-filter > li {
    padding: 0 18px;
    display: inline-block;
}

.portfolio-filter > li a {
    color: #000;
    line-height: 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-weight: 600;
    letter-spacing: 1.4px;
}

.portfolio-filter > li a:hover {
    color: #ff4040;
}

.portfolio-filter > li.active a {
    color: #ff4040;
}

.flat-portfolio .item .plus {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -15px;
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
       opacity: 0;
        filter: alpha(opacity=0);
    -webkit-transition-delay: 0.7s;
       -moz-transition-delay: 0.7s;
        -ms-transition-delay: 0.7s;
         -o-transition-delay: 0.7s; 
      transition-delay: 0.7s;
    -webkit-transition: all ease 0.4s;
       -moz-transition: all ease 0.4s;
        -ms-transition: all ease 0.4s;
         -o-transition: all ease 0.4s;
            transition: all ease 0.4s;
}

.bond-portfolio .title-post {
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
}

.bond-portfolio.no-spacer .title-post {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

/* V1 */
.flat-portfolio.v1 {
    margin: 0 -15px;
}

.flat-portfolio.v1 .item {
    width: 25%;
    padding: 0 15px 30px 15px;
    float: left;
}

.flat-portfolio.v2 .item {
    width: 50%;
    padding: 0 15px 30px 15px;
    float: left;
}

.flat-portfolio.v1 .item .featured-images {
    position: relative;
}

/* Hover */
.flat-portfolio .item:hover {
    cursor: pointer;
}

.flat-portfolio .portfolio-wrap {
    position: relative;
}

.flat-portfolio .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #8dc4bf;
    content: '';    
    z-index: 0; 
    border: 5px solid #64a39e;
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
       opacity: 0;
        filter: alpha(opacity=0);       
    -webkit-transition: opacity 0.5s, 
     -webkit-transform: 0.35s;
            transition: opacity 0.5s, transform 0.5s;
            transition: all ease 0.5s;
}

.flat-portfolio .grid:hover .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
       opacity: 0.8;
        filter: alpha(opacity=80); 
    -webkit-transform: scale(1);
        -moz-transform: scale(1);
         -ms-transform: scale(1);
          -o-transform: scale(1);
             transform: scale(1);
}

.flat-portfolio .item:hover .plus {
    opacity: 1; 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);   

}

/* grid */
.flat-portfolio .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: none;
    text-align: center;
    cursor: pointer;
}

.flat-portfolio .grid figure figcaption {
    padding: 70px;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flat-portfolio .grid figure figcaption.style-1 {
    padding-top: 160px;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flat-portfolio .grid figure figcaption h4 {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    font-weight: 700;
}

.flat-portfolio .grid figure figcaption p {
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}

.flat-portfolio .grid figure figcaption h4.style-v1 {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}

.flat-portfolio .grid figure figcaption p.style-v1 {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 1px;
}

.flat-portfolio .grid figure figcaption,
.flat-portfolio .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flat-portfolio .grid figure.effect-bubba img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.flat-portfolio .grid figure.effect-bubba figcaption::before,
.flat-portfolio .grid figure.effect-bubba figcaption::after {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    content: '';
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);   
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.flat-portfolio .grid figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

.flat-portfolio .grid figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

.flat-portfolio .grid figure.effect-bubba p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

.flat-portfolio .grid figure.effect-bubba h4 {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

.flat-portfolio .grid figure.effect-bubba:hover figcaption::before,
.flat-portfolio .grid figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.flat-portfolio .grid figure.effect-bubba:hover h4,
.flat-portfolio .grid figure.effect-bubba:hover p {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);   
    color: #fff;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* Portfolio Detail */
.flat-row.portfolio-detail {
    margin-bottom: 90px;
}

.flat-row.portfolio-detail .entry-portfolio-details li {
    margin-bottom: 30px;
}

.flat-row.portfolio-detail .entry-portfolio-details li:last-child {
    margin-bottom: 0;
}

.flat-row.portfolio-detail .entry-portfolio-details li p {
    font-size: 14px;
    line-height: 30px;
    color: #333946;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

.flat-row.portfolio-detail .entry-portfolio-details li span {
    line-height: 30px;
    letter-spacing: 0.7px;
    color: #999;
}

.flat-row.portfolio-detail ul li .tag-list {
    padding-right: 300px;
}

.flat-row.portfolio-detail ul li .tag-list a {
    letter-spacing: 0.9px;
}

.flat-row.portfolio-detail .content-portfolio-detail h4 {
    font-size: 18px;
    line-height: 30px;
    color: #333946;
    margin-bottom: 30px;
}

.flat-row.portfolio-detail .content-portfolio-detail p {
    font-size: 16px;
}

.flat-row.portfolio-detail .content-portfolio-detail {
    position: relative;
}

.flat-row.portfolio-detail .portfolio-navigation {
    position: absolute;
    bottom: 0;
    right: 0;
}

.flat-row.portfolio-detail .portfolio-navigation li {
    margin-bottom: 15px;
}

.portfolio-navigation .next-portfolio,
.portfolio-navigation .previous-portfolio {
    position: relative;
    width: 50px;
    height: 50px;
    left: 70px;
    bottom: -65px;
    background-color: #f6f6f6; 
    text-align: center;
    line-height: 20px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.portfolio-navigation .next-portfolio:before,
.portfolio-navigation .previous-portfolio:before {
    position: absolute; 
    content: "\f104";
    left: 22px;
    top: 15px;
    color: #000;
    font-family: "FontAwesome";
    font-size: 18px;        
}

.portfolio-navigation .next-portfolio:before {
    content: "\f105";
}

.portfolio-navigation .next-portfolio:hover,
.portfolio-navigation .previous-portfolio:hover {
    background: #333946;    
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);   
}

.portfolio-navigation .next-portfolio:hover:before,
.portfolio-navigation .previous-portfolio:hover:before {
    color: #fff;
}


.ab-right #video-controls #video-play:before {
	font-size: 84px;
	line-height: 138px;
	padding-left: 0;
}
/* about 3
----------------------------------------------- */
.ab3-s1 .flat-box-content .sub-title {
	margin-bottom: 5px;
}

.ab3-s1 .flat-box-content .title {
	margin-bottom: 22px;
}

.ab3-s1 .flat-box-content p:last-of-type {
	margin-bottom: 40px;
}

.ab3-s1 img {
	width: 100%;
}

.ab3-s2 .flat-box-content p:last-of-type {
	margin-bottom: 44px;
}

.ab3-s3 .iconbox.inline-left {
	padding-left: 61px;
}

.ab3-s3 .iconbox.inline-left .box-icon {
	left: -9px;
}

.ab3-s3 .iconbox.inline-right {
	padding-right: 55px;
}

.ab3-s3 .iconbox.inline-right .box-icon {
	right: -12px;
}

/* home2
--------------------------------------------------------------- */
.video-330 {
	width: 330px;
	height: 237px;
}

.section-home2-about .video-330 {
	right: 40px;
    position: absolute;
    margin-top: -92px;
}

.section-home2-portfolio .title-section.style1 {
	margin-bottom: 75px;
}

.section-why-choose-us3 .iconbox {
	margin-bottom: 50px;
}

/* Why choose us */

.section-why-choose-us3 .iconbox .box-icon {
	left: -10px;
}

.section-why-choose-us3 .title-section.style1 {
	margin-bottom: 73px;
}

.section-why-choose-us3 .iconbox.inline-left {
	padding-left: 61px;
}

.section-why-choose-us3 .iconbox .box-header {
	margin-bottom: 21px;
}

/* Home 3
--------------------------------------------------------------- */
.bg-service1 {
	background-image: url("../images/service/1.jpg");
	background-size: cover;
}

.bg-service2 {
	background-image: url("../images/service/2.jpg");
	background-size: cover;
}

.bg-service3 {
	background-image: url("../images/service/3.jpg");
	background-size: cover;
}

.bg-service4 {
	background-image: url("../images/service/4.jpg");
	background-size: cover;
}

.bg-service5 {
	background-image: url("../images/service/5.jpg");
	background-size: cover;
}

.bg-service6 {
	background-image: url("../images/service/6.jpg");
	background-size: cover;
}

.w62p {
	width: 62.30769230769231%;
}

#rev_slider_1_2 {
	max-height: 1000px;
}

/* Home 4
--------------------------------------------------------------- */

.section-home4-welcome .bond-iconbox.outtop .icon-image {
	margin-bottom: 24px;
}

.section-home4-welcome  .bond-iconbox.bg-title2 .title {
	margin-bottom: 24px;
}

.section-home4-welcome .bond-iconbox.outtop {
	padding-bottom: 15px;
}

.section-home4-about {
    overflow: hidden;
}

.section-home4-about .about-us1 .left-img:before {
	content: '';
}

.page-callout.colorwhite, .page-callout.colorwhite h2 {
	color: #fff;
}

.page-callout.style2 {
	font-size: 24px;
	margin-bottom: 31px;
}

.page-callout.style2 h2 {
	font-size: 36px;
    letter-spacing: 3.7px;
    margin-bottom: 35px;
}

.page-callout.style2:before {
	content: none;
}

.page-callout.style2 .flat-button {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 50%;
        transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   - ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
     -o-transform: translateY(-50%);
    display: inline-block;
    padding: 0 54px;
    margin-top: 14px;
}

.home4-what-we-do .item {
	overflow: hidden;
}

.home4-what-we-do .bond-iconbox.overlay > div {
	margin-bottom: 26px;
}

.home4-what-we-do  .bond-iconbox .content {
	padding: 0;
}

.home4-what-we-do .bond-iconbox.overlay:hover:before {
    bottom: -3px;
}

.bond-partner-slider.v2 {
	left: 0;
}

.home4-why-choose-us .pad-0_202 {
	padding: 0 30px;
}

.home4-why-choose-us .flat-spacer.h100 {
	height: 0;
}

/* home 5
--------------------------------------------------------------- */
.section-home5-callout2 .page-callout.style2 .flat-button {
	margin: 0;
	right: 15px;
}

.header .nav-wrap.v2 {
    top: 36px;
    bottom: auto;
    transform: none;
    background-color: transparent;
        transform: none;
   -moz-transform: none;
   - ms-transform: none;
-webkit-transform: none;
     -o-transform: none;
	right: 0;
    padding-right: 64px;
}

.header .nav-wrap.v2 .btn-menu {
	display: none;
}

#rev_slider_1_3_wrapper {
	margin-top: -132px;
}

#logo {
    z-index: 10000;
    position: relative;
    display: inline-block;
}

.header.white {
	padding-top: 58px;
}

.header.white .bond-socials {
    margin-top: 6px;
    right: 100px;
    z-index: 10000;
}

.flat-home5 .header-fix .bond-socials {
	margin-top: 0;
}

.header.white .bond-socials li a {
	color: #fff;
}

.header.white .bond-socials li a:hover {
	color: #ff4040;
}

/* Header Fix */
.header.header-fix .nav-wrap {
	position: fixed;
	height: 72px;
	right: 64px;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	filter:alpha(opacity=100);
    top: 0;
    z-index: 9999;      
}

.header.header-fix .nav-wrap.v2 {
	position: fixed;
	height: 72px;
	right: 64px;
    top: 0;
    z-index: 9999;  
    width: 100%;
    background: rgba(255,64,64,0.7);    
}

/* .maintanance 
--------------------------------------------------------------- */
.maintanance {
	text-align: center;
}

.maintanance h1{
	color: #ff4040;
}

/* Site-off-canvas
-------------------------------------------------------------- */
.menu.menu-extra span {	
	left: 47px;	
	cursor: pointer;
    margin: 27px 20px;
	width: 28px;
	display: inline;
	height: 16px;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.menu.menu-extra span:before,
.menu.menu-extra span:after, 
.menu.menu-extra span {
	background-color: #fff;
    -webkit-transition: all ease .238s;
       -moz-transition: all ease .238s;
            transition: all ease .238s;
}

.menu.menu-extra span:before,
.menu.menu-extra span:after {
	content: '';
	position: absolute;
	top: 0;
	height: 3px;
	width: 15px;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}
.menu.menu-extra span:before {
	width: 24px;
	top: -1px;
}

.menu.menu-extra span {	
	width: 18px;
	height: 3px;
	left: 0;
	top: 8px;
	background: #fff;
	content: "";
	position: absolute;	
}

.menu.menu-extra span:before {
	-webkit-transform: translate3d(0, -7px, 0);
	        transform: translate3d(0, -7px, 0);
}

.menu.menu-extra span:after {
	-webkit-transform: translate3d(0, 7px, 0);
            transform: translate3d(0, 7px, 0);
}

.menu.menu-extra span.active span {
	opacity: 0;
		-moz-opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	filter: alpha(opacity=0);
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
            width: 24px;
}

#site-off-canvas .widget.widget_search {
	padding-top: 60px;
	margin-bottom: 45px;
    padding-bottom: 50px;
	position: relative;
}

#site-off-canvas .widget.widget_search:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15px;
    height: 10px;
    background-color: #000;
}

#site-off-canvas .widget.widget_search:after {
    content: "";
    position: absolute;
    left: 16px;
    bottom: 0;
    width: 15px;
    height: 10px;
    background-color: #eab702;
}

#site-off-canvas .close {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	-webkit-opacity: 0;
	 -khtml-opacity: 0;
	   -moz-opacity: 0;
	   opacity: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	    filter: alpha(opacity=0);
	display: none;
	visibility: hidden;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}

.off-canvas-active #site-off-canvas .close {
	-webkit-opacity: 1;
	 -khtml-opacity: 1;
	   -moz-opacity: 1;
	        opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	display: block;
	visibility: visible;
	-webkit-transform: translateX(-270px);
	    -ms-transform: translateX(-270px);
	        transform: translateX(-250px);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.off-canvas-active #site-off-canvas .wrapper {	
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

#site-off-canvas .wrapper {
	position: fixed;
	right: 0;
	bottom: 0;
	top: 0;
	width: 270px;
	background: #ffffff;
	z-index: 999999;
	overflow: auto;
	padding: 30px;
	-webkit-transform: translateX(270px);
	-ms-transform: translateX(270px);
	transform: translateX(270px);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

#site-off-canvas .widget {
	margin-bottom: 50px;
}

.widget.widget-categories h4 {
	margin-bottom: 40px;
}

.widget.widget-categories ul li {
	padding: 6px 0 6px 0;
}

@media only screen and (max-width: 991px) {
.bond-portfolio.four_columns .item.builder {
    width: 33.3333333%;
}
}

@media only screen and (max-width: 767px) {
.bond-portfolio.four_columns .item.builder {
    width: 50%;
}
}
