html{overflow-x: hidden;}
body{overflow-x: hidden;}

img{
	max-width: 100%;
}
.width_100{
	width: 100%;
}
.top_header_padding{
	margin-top: 90px;
}
.section_padding{
	margin: 7% 0;
	display: inline-block;
	width: 100%;
}
.gb_lightgray{
	background-color: #f7f7f7;
}
.display_inline{
	display: inline-block;
}
.section_padding_top{
	margin-top: 7%;
}
.section_padding_bottom{
	margin-bottom: 7%;
}
.hd_padding{
	padding-bottom: 25px;
}
.p_b_20{
	padding-bottom: 20px; 
}
.p_t_20{
	padding-top: 20px;
}
.lineheight1_6{
	line-height: 1.6;
}
.lineheight1_8{
	line-height: 1.8;
}
.center_text{
	text-align: center;
	text-align-last: center; 
}
.dc_width{
	width: 75%;
	margin: 0 auto;
}
.center_block{
	margin: 0 -2px;
	display: inline-block;
	vertical-align: middle;
	float: none;
}
html {
  scroll-behavior: smooth;
}
/*home*/
.home_banner .swiper-button-next, .home_banner  .swiper-container-rtl .swiper-button-prev{
	background-image: url('../images/home/arrow_right.png');
	right: 2%;
    left: auto;
}
.home_banner .swiper-button-prev, .home_banner  .swiper-container-rtl .swiper-button-next {
    background-image: url('../images/home/arrow_left.png');
    left: 2%;
    right: auto;
}
.home_banner .swiper-button-next,.home_banner  .swiper-button-prev{
	background-size: 40px;
	height: 40px;
	width: 40px;
	outline: none;
}
.section_p p{
	width: 90%;
	text-align: justify;
}
.ul_block{
	margin-left: 30px;
}
.bullet{
	position: relative;
}
.bullet:before{
	content: "";
    position: absolute;
    display: block;
    height: 10px;
    width: 10px;
    top: 50%;
    left: -25px;
    background-color: #bb2d0b;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box_shadow{
	box-shadow: 0px 2px 3px 3px #d4d4d4;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
}
.block3 h1{
	text-align: center;
	padding: 20px 10px;
	background-color: #fff;
    z-index: 111;
    position: relative;
    display: block;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.block3 img{
	-webkit-transition: all ease-in-out 0.7s;
	-moz-transition: all ease-in-out 0.7s;
	-o-transition: all ease-in-out 0.7s;
	transition: all ease-in-out 0.7s;
}
.block3:hover img{
	transform: scale(1.05);
}
.block3:hover h1{
	color: #bb2d0b;
}
.choose_block{
	width: 20%;
	padding: 0 4px;
	float: left;
	display: block;
	text-align: center;
}
.choose_block img{
	width: 35%;
	margin: 0 auto 25px auto;
	-webkit-transition: all ease-in-out 0.7s;
	-moz-transition: all ease-in-out 0.7s;
	-o-transition: all ease-in-out 0.7s;
	transition: all ease-in-out 0.7s;
}
.choose_block:hover img{
	transform: scale(1.2);
}
.work_area_block{
	width: 80%;
	margin: 0 auto;
}
/*.swiper-slide{
	padding: 5px;
}*/
.service_swiper{
	width: 90%;
	 margin: 0 auto;
	 border-radius: 15px;
	 overflow: hidden;
}
.gallery_wrapper .masonry { /* Masonry container */
    -webkit-column-count: 4;
  	-moz-column-count:4;
  	column-count: 4;
   	margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
}
.gallery_wrapper .item {
    display: inline-block;
    background: #fff;
    margin: 0 0 1.5em;
    width: 100%;
	-webkit-transition:0.5s ease all;
	-moz-transition:0.5s ease all;
	-o-transition:0.5s ease all;
	transition:0.5s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*box-shadow: 2px 2px 4px 0 #ccc;*/
    border-radius: 5px;
    overflow: hidden;
}
.gallery_wrapper .item img{
	max-width:100%;
	width: 100%;
	display: block;
	-webkit-transition:0.5s ease all;
	-moz-transition:0.5s ease all;
	-o-transition:0.5s ease all;
	transition:0.5s ease all;
}
.gallery_wrapper .item:hover img{
	transform: scale(1.05);
}
.about_content{
	width: 69%;
	margin: 0 auto;
}
.contact_address {
	margin-left: 10%;
}
.contact_form .form-group{
	margin-bottom: 25px;
}
.contact_form label{
	margin-bottom: 5px;
}
.contact_form .form-control{
	height: 40px;
	border-radius: 10px;
	outline: none;
	position: relative;
}
.contact_form textarea.form-control {
    height: auto;
}
.btn_submit{
	font-size: 18px;
	padding: 10px 30px;
	border: 1px solid #bb2d0b;
	color: #fff;
	border-radius: 10px;
	background-color: #bb2d0b;
	outline: none;
	-webkit-transition: all ease-in-out .5s; 
	-moz-transition: all ease-in-out .5s; 
	-o-transition: all ease-in-out .5s; 
	transition: all ease-in-out .5s; 
}
.btn_submit:hover{
	background-color: transparent;
	color: #bb2d0b;
}
.error{
	color: red;
	font-size: 12px;
}
#name-error, #email-error,#subject-error,#contact_num-error{
	position: absolute;
	bottom: 6px;
	left: 15px;
}