.padding_80 {
    padding: 80px 0;
}
header {
	background-color: rgba(255, 255, 255, 0);
}
.as_menu ul li a {
	color: var(--font-color);
}
.inner_banner {
    margin: 0;
    padding: 210px 0 120px;
    background-color: #0000001f;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    border-bottom: 5px solid var(--main-color);
}
.banner_title {
    text-align: center;
}
.banner_title h1 {
    color: var(--secondary-color);
    display: inline-block; 
	padding: 0px; 
	font-size: 32px;
	border-radius: var(--radius);
	margin: 0;
	/*border-bottom: 3px solid var(--main-color);*/
}
span.gray_color {
    color: var(--secondary-color);
}
span.yellow_color {
    color: var(--main-color);
}
.inner_div ul li{
    list-style: none;
    padding-left: 30px;
    font-size: 15px;
    color: var(--text-color);
    line-height: 180%;
    position: relative;
}
.inner_div ul li:not(:last-child){
    margin: 0 0 15px;
}
.inner_div ul li:before{
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background-color: var(--main-color);
    top: 13px;
    left: 10px;
}
.title_tag {
	margin: 0 0 15px; 
    color: var(--black-color);
	font-size: 28px;
	font-weight: 600;  
	position: relative;
}
.sub_title_tag{
	margin: 10px 0 15px; 
    color: var(--secondary-color);
	font-size: 20px;
	font-weight: 600;
	text-decoration: underline;
}
.service_div1 p {
    margin: 0;
}
.service_div1 h3{
	margin: 0px 0 15px; 
    color: var(--main-color);
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
    position: relative;
    z-index: 0;
}
.service_div1 h3:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: var(--secondary-color);
    bottom: 2px;
    z-index: -1;
}

.title_tag span{
	color: var(--main-color);
}
 
.bg_color{
	background-color: #fafafa;
}

.inner_two_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.project_two_grid {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 50px; 
}
.project_video_content {
    padding: 30px;
    background-color: #f0e3cf;
    border-radius: 10px;
	width: 100%;
	max-width: 530px;
	margin: 0 auto;
}
.inner_div.project_content p {
    font-size: 18px;
}
.project_video_content p{
    font-size: 16px;
}
.inner_img{
	position: relative;
}
.mb_15{
	margin-bottom: 15px;
}
.mb_30{
	margin-bottom: 30px;
}
.mb_50{
	margin-bottom: 50px;
}
 
.inner_img img{
	width: 100%;
	box-shadow: 8px 8px 15px 0 #00000038;
}
.inner_img{
	position: relative;
	padding-bottom: 20px;
}
.inner_img:before{
	position: absolute;
	content: '';
	width: 40%;
	height: 50%;
	background-color: #be74622e;
	top: -25px;
	left: -25px;
	z-index: -1;
}
 
.inner_div p a{
	color: var(--main-color);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	text-decoration: underline;
}
.inner_div p a:hover{
	color: #9b9b9b;
}
.inner_div p span, .inner_div ul li span{
	color: #000;
	font-weight: 600;
}
.min_width{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.gif_section1{
	background-color:#fff;
	width:100%;
}
.gif_div1 {
	text-align: center;
	padding: 90px 0 30px; 
	display: flex;
	align-items: center;
	justify-content: center;
}
.gif_div1 img { 
	background-color: #fff;
	width: 100%;
	max-width: 650px; 
}
 
 

@media (max-width: 1200px){
 
	.inner_img{
		text-align: center;
	}
	.banner_title h1 { 
	    font-size: 30px; 
	}
	.sub_title_tag, .service_div1 h3 { 
	    font-size: 18px; 
	}
	.inner_div.project_content p {
	    font-size: 17px;
	}
}

@media (max-width: 1021px){
	.inner_two_grid, .project_two_grid {
	    grid-template-columns: 1fr;
	    gap: 30px;
	}
	.mb_50 {
	    margin-bottom: 30px;
	}
	.inner_img img {
	    max-width: 650px;
	}
	.inner_img:before { 
	    left: 70px; 
	}
	.title_tag {
	    font-size: 26px;
	}
	.inner_div.project_content p {
	    font-size: 16px;
	}
	.project_video_content p {
	    font-size: 15px;
	}
}
@media (max-width: 992px){
 
	.padding_80 {
	    padding: 70px 0;
	}
	.inner_img:before { 
	    left: 0px; 
	}
	.banner_title h1 { 
	    font-size: 28px; 
	}
}
@media (max-width: 730px){
 
	.inner_img:before {
		left: -10px; 
		top: -20px;
		
	}
}
@media (max-width: 640px){
	.inner_img img {
	    width: 95%; 
	}
	.title_tag {
	    font-size: 24px; 
	}
	.inner_div_form {
    	padding: 40px;
	}
}
@media (max-width: 580px){

	.title_tag {
	    font-size: 22px;
	}
	.inner_banner { 
	    padding: 190px 0 120px; 
	}
}
@media (max-width: 480px){
 
	.inner_img:before {
		left: -10px; 
		top: -18px;
		
	}
	.title_tag {
	    font-size: 20px;
	}
	.sub_title_tag, .service_div1 h3 { 
	    font-size: 16px; 
	    margin: 0px 0 15px;
	}
}
@media (max-width: 425px){
 
	.inner_div_form {
    	padding: 30px;
	}
	.banner_title h1 { 
	    font-size: 26px; 
	}
}
@media (max-width: 375px){
	.inner_div_form {
    	padding: 20px;
	}
}
@media (max-width: 320px){
	
}