  body{
    font-family: 'Oswald', sans-serif;
    overflow-x: hidden;
}
 .green_button{
 font-weight: 500!important;
  border: 1px solid #707070;
  color: #707070;
  padding: 5px 40px 5px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  position:relative;
  z-index: 1;
  background:#fff;
}
.green_button:hover
{
    color:#fff;
}
.green_button:after {
    content: '';
    width: 0%;
    height: 100%;
    background: #373435;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: all ease-in-out .3s;
}
.green_button:hover:after {
    width: 100%;
}
.herobutton{
    text-align: center;
}




.heading{
	font-size: 117px !important;
	text-transform: uppercase !important;
	font-family: 'Oswald', sans-serif;
    color: #b9b5b9;
    margin-top: -75px;
    margin-bottom: 22px;

}
.heading1{
    font-size: 117px !important;
    text-transform: uppercase !important;
    font-family: 'Oswald', sans-serif;
     color: #b9b5b9;
}
.heading3{
    font-family: 'Oswald', sans-serif;
    font-weight: 200 ;
    font-size: 38px;
}
/*.sketch{
    margin-right: 8rem!important;
    margin-left: 15rem!important;
}*/
.banner_section{
	background-size: cover;
	height: 100vh;
    background-position: center;
    overflow: hidden;
}
.para
{
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    color: #707070;
    font-family: 'Jost', sans-serif;
    font-weight: 500 !important;
}



.overlay{
height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:#fffdf4 !important;
}

.content_section{
	background-color: #ffffff;
	
}
.content{
    background-color: #ffffff;
}


.heading3{
	text-align: center;
	color: #000000;
    font-weight: 200;
    margin: 80px 0 0 0;
    font-size: 57px;
    line-height: 69px;
    font-family: 'Oswald', sans-serif;
}
#project{
    background-color:#ededea;
}
.heading4{
    text-align: center!important;
    color: #000000;
    font-size: 40px;
    line-height: 44px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    padding-top: 110px!important;
}

.title:after{
    content: ' ';
    width: 25%;
    height: 2px;
    background: #000;
    display: block;
    display: inline-grid;

}
.title:before{
    content: ' ';
    width: 25%;
    height: 2px;
    background: #000;
    display: block;
    display: inline-grid;

}
.title{
    margin: 18px 0 0 0;
}
#email{
  display: block;
	text-decoration: none;
	color: #373435;
	font-size: 22px;
}
#phone{
  display: block;
	text-decoration: none;
	color: #373435;
	font-size: 22px;
}
.fa-brands{
	margin-left: 15px;
	margin-right: 15px;
}
.company{
	color: #fff;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}

.circle{
	position: absolute;
    z-index: 100;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    background-color: #21252982;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
     transition: opacity 0.4s;
     overflow: hidden;
     cursor: pointer;
     opacity: 0;
}
.card
{
	cursor: pointer;
	z-index: 1024;
}
.card:hover .circle
{
	opacity: 1;
}
.card:hover .card-img-top{
	filter: blur(3px);

}
.circle img
{
	filter: blur(3px);
}
.modal button.close {
  right: 0;
  outline: 0;
}
.para1
{
	color: #fff;
}
.fa-regular, .far
{
	color: #fff;
	margin-bottom: 10px;
}

 .link1 a{
 	text-decoration: none;
 }




 /*css for image_gallery_section*/
.image_gallery_section .img_overlay{
	position: absolute;
    z-index: 100;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    background-color: #21252982;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
     transition: opacity 0.4s;
     overflow: hidden;
     cursor: pointer;
     opacity: 0;
}

.image_gallery_section .img_box
{
	cursor: pointer;
	z-index: 1024;
	position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /*border: 1px solid rgba(0,0,0,.125);*/
    border-radius: 0.25rem;
}
.image_gallery_section .img_box:hover .img_overlay
{
	opacity: 1;
}
.image_gallery_section .img_box:hover .card-img-to{
	filter: blur(1px);
}
.image_gallery_section .img_box .card-img-top
{
	width: 26%;
    margin-top: 7%;
}




/*css for home page animation*/

.navbar-light .navbar-nav .nav-link {
    color: rgb(237 237 234);
}

.filter {
    filter: brightness(12.5);
    transition-delay:0.5s;
}

.after_animation .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55);
}

.after_animation .filter {
    filter: none;
}

#custom_gallery {
    display: none;
}

#custom_h1 {
    position: absolute;
    animation: roll-in-left 3s ease-out both;
    transition-delay: 5s;
    z-index: 1024;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    top: 13%;
    left: 36%;

}

@keyframes roll-in-left {
    0% {
        opacity: 1;
    }

    50% {
        transform: translate(0vw, -50px);
        opacity: 1;
    }

    100% {
        transform: translate(31vw, 45%);
        opacity: 1;
    }
}

#custom_h2 {
    position: absolute;
    animation: roll-in-right 3s ease-out both;
    transition-delay: 5s;
    z-index: 1020;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    top: 13%;
    left: 36%;
}

@keyframes roll-in-right {
    0% {
        opacity: 1;
    }

    50% {
        transform: translate(0vw, -50px);
        opacity: 1;
    }

    100% {

        transform: translate(-30vw, -54%);
        opacity: 1;

    }
}

.heading {
    color: #B9B5B9 !important;

}

.preloader_custom {
    position: absolute;
    background: #25282A;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: width 0.8s;
}

.custom_overlay {
    width: 0%;

}



.scale-in-center {
    -webkit-animation: scale-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.flex_nav{
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner_section
{
 position:relative; 
 height: 100vh; 
}
.banner_section .h-10
{
    height: 10%;z-index:1025;
}
.banner_section .h-80
{
       height: 80%;
    align-items: center;
    display: flex;
 justify-content: center;
 text-align:center;
}
.h-10_2
{
 height: 10%;z-index:1025;
}
  
  /*service section css */
      <style type="text/css">
    .serv {
    font-size: 18px;
    color:#707070;
    font-family:'Jost', sans-serif;
}
.image_gallery_section .img_overlay{
    position: absolute;
    z-index: 100;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    background-color: #21252982;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
     transition: opacity 0.4s;
     overflow: hidden;
     cursor: pointer;
     opacity: 0;
}

.image_gallery_section .img_box
{
    cursor: pointer;
    z-index: 1024;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /*border: 1px solid rgba(0,0,0,.125);*/
    border-radius: 0.25rem;
}
.image_gallery_section .img_box:hover .img_overlay
{
    opacity: 1;
}
.image_gallery_section .img_box:hover .card-img-to{
    filter: blur(1px);
}
.image_gallery_section .img_box .card-img-top
{
    width: 26%;
    margin-top: 7%;
}
.heading{
    font-size: 117px !important;
    text-transform: uppercase !important;
    font-family: 'Oswald', sans-serif;
    color: #b9b5b9;
    margin-top: -60px;
    margin-bottom: 22px;

}

.services1{
    
    color: #000000;
    font-size: 40px;
    line-height: 44px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    padding-top: 110px!important;
}



.overlay{
height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:#EDEDEA;
}
.image_section
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.content_section{
    background-color: #ffffff;
    
}
.content{
    background-color: #ffffff;
}

/*gallery section css*/

#container {
  margin: auto;
}
.sm-gallery-switcher-line{
    width: 100%;
    height: 1px;
    background: #000;
}
.grid-item { 
    padding: 16px 8px ;
display: inline-block;
    height: 250px!important;
    overflow: hidden;
    text-align: center;
    width: 400px;
}
.grid-item img{
  width:100%;
  height:auto;
  filter: url(filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(1);
    transition: 0.9s;
    cursor: pointer!important;
}
/*.grid-item img:hover{
    filter: none !important;
}*/
.grid-item img{
     filter: none !important;
}

.isotope-pager .pager {
  display: inline-block;
}
.filters {
  width: 100%;
  text-align: center;
  padding-bottom: 35px;
  padding-top:20px;
  
}

.filters li {
  display: inline-block;
    padding: 10px 35px;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}
.filters li a{
  color: #707070;
  text-decoration: none;
  border: 2px solid #fff;
}



.filters li.active{
  border: 1px solid #707070;
}
.filters li.active a{
 color: #707070;
}


.isotope-pager a{
  margin: 6px 1px;
    display: inline-block;
    width: 50px;
    line-height: 31px;
    color: #707070;
    font-weight: 600;
    transition: 0.3s;
    background-color: transparent;
    border: .5px solid #707070;
  text-decoration:none;
}

.isotope-pager a:hover{
  box-shadow: -1px 1px 10px 3px rgba(0,0,0,.1);
}

.isotope-pager .active{
  color: #e3ca66 !important;
    box-shadow: -1px 1px 10px 5px rgba(0,0,0,.1);
    border-radius: 25px;
    background-color: #161616;
    border: 1px dotted #e3ca66;
}

.isotope-pager .prev{
  border-radius: 30px 0 0 30px;
}

.isotope-pager .next{
  border-radius: 0 30px 30px 0;
}

.isotope-pager a::before,.isotope-pager a:after{
  content: "";
  position: absolute;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}
.isotope-pager .num::before,.next::before{
  border-right: 20px solid #2c3e50;
  right: 100%;
}

.isotope-pager .num:after,.prev:after{
  border-right: 20px solid #f1f1f1;
  right: 0;
}
.herohade{ 
    text-transform: uppercase !important;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}
 .herotitel1{
    z-index: -1;
    color: #00000021;
    font-family: 'Jost', sans-serif;
    font-size: 120px;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 8px;
}
.herotitel{ 
    text-align: center;
    background:#fff !important;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 100px 0;
}
.herotitel2{ 
    letter-spacing: 6px;
    color: #000000c4;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    margin-top: -197px;
        }
        .titlegallery{
            margin-top: 143px;
        }
        
.herotitel2 {
    margin-top: -197px !important;
    color: #000;
}

/*contact-us css*/


	.sm-btn
	{
	    font-family: 'Oswald', sans-serif;
      color:#000 !important;
      background: #fff !important; 
      font-size: 15px; 
    
	}
	.sm-btn:hover
	{
	   color:#fff !important;
	  background: #000 !important; 
	}
	.contact_us_text
	{
	display:block;
	color: #707070 !important;
    text-decoration: none;
    font-family: 'Jost', sans-serif;
    font-size:16px;
    line-height:1.3;
	}
	.subcontact p{
    font-family: 'Jost', sans-serif; 
    font-size:16px;
    line-height:1.3;
    color:#707070;
	}
	.contact_us_text:hover
	{
	    color:#B9B5B9;
	}
	.subcontact span{
        font-family: 'Oswald', sans-serif;
        font-size:20px;
        margin-bottom:10px;
        display:block;
        font-weight:400;
    }
	.herotextarea{
	/*background: #ededea;*/
    font-size: 16px;
    padding-left: 8px;
    width:100%;
    height:80%;
	}
	.herocontect2{
	   text-align: left;
		font-size: 20px;
		font-family: 'Oswald', sans-serif;
	}
		.herocontect3{
	   text-align: left;
		font-size: 20px;
		font-family: 'Oswald', sans-serif;
	}
	.cont1{
		display:table-caption;
	}

    .heroform{
        width: 80%;
           border: none;
           border-bottom: 1px solid black;
           /*background-color: #EDEDEA;*/
           font-family: 'Oswald', sans-serif;
    }
    .heroform:focus-visible{
        outline: none;
    }
    
}
.herotitel{
    background:#ededea;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 100px 0;
}
.herotitel2{
    margin-top: -225px;
    color: #000;
        }
        .fa-brands{
            color:black;
        }
         .green_button{
 font-weight: 500!important;
 /* border-radius: 25px;*/
  /*background-color:#197cd8;*/
  border: 1px solid black;
  color: #000;
  padding: 4px 35px 4px 35px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
}
.after_animation form
{
    z-index:1050;
}

  