 
.int_service_wrapper {
    padding:77px 0 80px 0px;
	background:#282d32;
}
.service_box_wrapper .service_box {
    position: relative;
    overflow: hidden;
}
.service_box_wrapper .service_content h4 {

    color: #fff;
    font-size: 22px;
    padding: 0;
    margin: 0;
}
.service_box_wrapper .service_content p {
    color: #fff;
	margin: auto;
    padding: 0;
}
.service_content {
    position: absolute;
    bottom: 25px;
    left: 30px;
    right: 30px;
    margin: auto;
    z-index: 1;
}
.service_box_wrapper .service_box:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgba(33, 37, 41, 0.86) 100%);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

.service_box:hover::after {
    opacity:0;
	visibility:hidden;
}
.service_box:before {
	content:"";
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background: rgba(40, 45, 50, 0.7803921568627451);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
		
}
.service_box:hover::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.no-gutters > div:nth-child(odd) .service_box {
/*.service_box_wrapper .service_box.serivce_first {*/
    margin-top: 30px;
}
.service_box .service_designation h2 {
    font-size: 14px;
    color: #ffffff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.service_box .service_designation {
    position: absolute;
    top: 20px;
    left: -24px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	z-index: 2;
}
.service_box_wrapper .service_box:hover .service_designation {
    left:18px;
}
.int_service_wrapper {
    padding: 77px 0 80px 0px;
    background: #282d32;
}
.int_heading {
    margin-bottom: 47px;
    z-index: 1;
    text-align: center;
}
.int_heading h4 {
    color: #c6a47e;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}
.int_heading h2 {
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 500;
    z-index: 2;
    position: relative;
    margin-top: 6px;
}
.container {
/*    max-width: 1170px;*/
}
.int_blog_wrapper.int_blog_box_style2 {
    background-image: url(../images/index_about2_banner.jpg);
    background-size: cover;
    background-position: center center;
		margin: 100px 0;
}
.int_heading {
    margin-bottom: 40px;
    z-index: 1;
    text-align: center;
}
.int_heading h4 {
    color: #c6a47e;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}
.int_blog_box_style2 .int_heading h4 {
    color: #ff1d4d;
}
.int_blog_box_style2 .int_heading h2 {
    color: #222222;
}
.int_heading h2 {
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 500;
    z-index: 2;
    position: relative;
    margin-top: 6px;
}
.blog_box_wrapper .blog_box .blog_img {
    margin-bottom: 23px;
}
.blog_box_wrapper .blog_box .blog_img > a {
    display: inline-block;
    position: relative;
}
.blog_box_wrapper .blog_box:hover .blog_img a:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.blog_box_wrapper .blog_box .blog_img > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    background: rgba(33, 38, 41, 0.72);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 80ms;
    -moz-transition: all 0.5s ease 80ms;
    -ms-transition: all 0.5s ease 80ms;
    -o-transition: all 0.5s ease 80ms;
    transition: all 0.5s ease 80ms;
}
.blog_box_wrapper img {
	outline: none !important;
  box-shadow: none;
}
.int_blog_box_style2 .blog_box .blog_date {
    color: #c6a47e;
	font-size: 14px;
}
.blog_box .blog_date {
    color: #c6a47e;
    text-transform: uppercase;
    cursor: auto;
}
.int_blog_box_style2 .blog_box .blog_heading {
    color: #222222;
	font-size: 26px;
}
.int_blog_box_style2 .blog_box h1{
	transition: all 0.3s;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}
.int_blog_box_style2 .blog_box .blog_heading:hover {
    color: #c6a47e;
}
.blog_box .blog_heading {
    font-size: 26px!important;
    color: #fff;
    display: block;
    margin-top: 5px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.blog_box_wrapper h1{
	font-weight: 500;
	line-height: 1.2;
}
@media(max-width: 991px){
	.service_box_wrapper {
			text-align: center;
	}
	.service_img img {
			width: 100%;
	}
	.no-gutters > div:nth-child(odd) .service_box {
/*	.service_box_wrapper .service_box.serivce_first {*/
			margin-top: 0;
	}
	.blog_box .blog_heading {
			font-size: 20px!important;
    }	
}
@media(max-width: 767px){
	.blog_box {
			display: inline-block;
		margin-bottom: 28px;
	}
	.blog_box .blog_heading {
			font-size: 16px!important;
	}
	.blog_box_wrapper .blog_box .blog_img {
			margin-bottom: 10px;
	}
	.int_blog_wrapper {
		padding: 47px 0px 20px 0px;
		text-align: center;
	}
	.blog_box .blog_heading {
		font-size: 16px;
	}
}
@media(max-width: 575px){
	.no-gutters > div:nth-child(odd) .service_box {
/*	.service_box_wrapper .service_box.serivce_first {*/
			margin-bottom: 30px;
	}
	.service_box.serivce_second {
			margin-bottom: 30px;
	}
}

.gallery_nav {
    list-style: none;
    padding: 0 15px;
    margin: 5px 0 30px 0;
}
.gallery_nav li {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--color-body);
}
.gallery_nav li a {
    text-decoration: none;
    color: var(--color-gray);
}
.gallery_nav li {
    display: inline-block;
    cursor: pointer;
    margin-right: 15px;
    color: #30373E;
    position: relative;
    padding: 5px 0 0;
    text-transform: capitalize;
    font-size: 18px;
}
.gallery_nav li a.gallery_active:after {
    width: 60%;
}
.gallery_nav li a:after {
    content: "";
    width: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    position: absolute;
    -webkit-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -ms-transition: ease all 0.55s;
    -moz-transition: ease all 0.55s;
    transition: ease all 0.55s;
    background: #c6a47e;
}
.gallery_nav li .gallery_active {
    color: #c6a47e;
}

/*******portfolio********/
.int_project_wrapper {
    padding-top: 77px;
    background: #fff;
}
.int_project_wrapper .int_heading {
	margin-bottom: 30px;
}
.int_project_gallery {
	text-align: center;
}
.int_project_gallery .grid-item {
	width: 25%;
    clear: both;
    position: relative;
    overflow: hidden;
}
.int_project_gallery .grid_img:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.72);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	z-index: 1;
}
.int_project_gallery .top_content {
    position: absolute;
    top: 10px;
    left: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    z-index: 1;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
}
.int_project_gallery .grid-item:hover .top_content{
	opacity: 1;
    visibility: visible;
	top:30px;
	
}
.int_project_gallery .grid_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(0,0,0);
    -ms-transform: translate(-50%, -50%) scale3d(0,0,0);
    transform: translate(-50%, -50%) scale3d(0,0,0);
    text-align: center;
    z-index: 1;

}
.int_project_gallery .grid-item:hover .grid_icon{
    -webkit-transform: translate(-50%, -50%) scale3d(1,1,1);
    -ms-transform: translate(-50%, -50%) scale3d(1,1,1);
    transform: translate(-50%, -50%) scale3d(1,1,1);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.int_project_gallery .bottom_content {
position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
    color: #fff;
    z-index: 1;
}
.int_project_gallery .bottom_content > span {
    color: #ffffff;
    text-transform: uppercase;
	display: block;

}
.int_project_gallery .bottom_content > h3 {
    font-size: 32px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
}
.int_project_gallery .bottom_content > span, .int_project_gallery .bottom_content > h3{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    opacity: 0;
    visibility: hidden;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}	
.int_project_gallery .grid-item:hover .bottom_content > span, .int_project_gallery .grid-item:hover .bottom_content > h3 {
	opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	
}
.int_project_gallery .grid-item:hover .bottom_content > h3{
	-webkit-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	-ms-transition-delay: 0.15s;
	-moz-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.int_project_gallery .grid-item:hover .grid_img:before {
	opacity: 1;
    visibility: visible;
}
.int_project_gallery .grid_img img{
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}
.int_project_gallery .grid-item:hover .grid_img img{
	transform: scale(1.2,1.2);
}
.int_project_gallery .int_project_gallery_view a {
    z-index: 0;
}
.int_project_gallery .grid_img {
    overflow: hidden;
    position: relative;
}
.int_project_gallery {
    display: inline-block;
    width: 100%;
	text-align: center;
}
.int_project_gallery .gallery_nav ul {
    list-style: none;
    padding: 0 15px;
    margin: 5px 0 30px 0;
}
.int_project_gallery .gallery_nav ul li {
	display: inline-block;
    cursor: pointer;
    margin-right: 15px;
    color: #fff;
    position: relative;
    padding: 5px 0 0;
    text-transform: capitalize;
    font-size: 18px;
}
.int_project_gallery .gallery_nav ul li a:after {
    content: "";
    width: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    position: absolute;
    -webkit-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -ms-transition: ease all 0.55s;
    -moz-transition: ease all 0.55s;
    transition: ease all 0.55s;
    background: #c6a47e;
}
.int_project_gallery .gallery_nav ul li a.gallery_active:after {
    width: 60%;
}
.int_project_gallery .gallery_nav ul li .gallery_active{
	color:#c6a47e;
}
.int_project_gallery:hover h1 {
    border-top: 3px double #ff9d34;
    border-bottom: 3px double #ff9d34;
}
.int_project_gallery.gallery_five_mg {
    margin-top: 22px;
}
.int_project_gallery .grid-item:hover .top_content {
    top: 15px;
    right: 0;
    left: 0;
    font-size: 16px;
}
.int_project_gallery .grid-item:hover .bottom_content > h3 {
    font-size: 22px;
}
.int_project_gallery .bottom_content > span {
    display: none;
}
.int_project_gallery .top_content {
    right: 0;
    left:0;
}
.int_project_gallery .grid-item {
    width: 50%;
}
.int_project_gallery .grid-item:hover .top_content {
    top: 30px;
    right: 0;
    left: 0;
    font-size: 20px;
}
.int_project_gallery .grid-item:hover .bottom_content > h3 {
    font-size: 22px;
}
.int_project_gallery .bottom_content > span {
    display: block;
}
.int_project_gallery .bottom_content > span {
    display: none;
}
.int_project_gallery.gallery_five_mg {
    margin-top: 0;
}
.int_project_gallery .grid-item {
    width: auto;
	right: 0;
}
.int_project_gallery .grid_img {
    display: inline-block;
}
@media(max-width: 480px){
	.int_project_gallery .grid-item:hover .bottom_content > h3 {
			font-size: 16px;
	}	
	
}