                /* ==========================================================================
   Author's custom styles
   ========================================================================== */



   .f_mail{
	color: #5e5e5e;
}
.innerpage_bnr.banner_cnt {
    background-image: url("../img/innerbg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 7% 0%;
}
.innerpage_bnr.banner_cnt:before {
    position: absolute;
    content: '';
    background-color: rgba(1, 22, 39, 0.3);
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}
.innerpage_bnr.banner_cnt h6 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0px;
    position: relative;
    z-index: 9999;
    text-shadow: 2px 2px 2px #113747;
}
.innerpage_bnr.banner_cnt h5 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
    position: relative;
    z-index: 9999;
}
.innerpage_cnt_details{
    padding: 50px 0px;
}
.innerpage_cnt_details p{
    font-size: 16px;
    line-height: 26px;
}


body{
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
}
.no-padding{
	padding: 0px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body{
    text-align: justify;
    font-size: 16px;
    line-height: 26px;
}

/*services page*/
.services_inner_wrpr{
min-height: 518px;
margin-bottom: 25px;
text-align: center;
padding: 15px;
background-color: #fff;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}
.services_img_cnt{
margin-bottom: 10px;
}
.services_img_cnt img{
width: 100%;
}
.services_details_cnt h6{
font-size: 18px;
font-weight: 900;
line-height: 28px;
text-transform: uppercase;
margin: 0;
padding: 0;
}
.services_details_cnt p{
text-align: center;
}
.services_details_cnt a{
color: #fff;
font-size: 14px;
line-height: 24px;
background-color: #967650;
text-align: center;
border-radius: 150px;
padding: 5px 25px;
text-transform: uppercase;
}
.services_details_cnt a:hover, .services_details_cnt a:focus{
text-decoration: none;
}
/*services page*/

/*about page*/
.abt_img_cnt{
border-radius: 11px;
overflow: hidden;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}
.abt_img_cnt img{
width: 100%;
}
/*about page*/

/*client page*/
.client_img_cnt{
background-color: #fff;
padding: 11px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
margin-bottom: 25px;
}
.client_img_cnt img{
width: 100%;
}
/*client page*/

/*header section*/
.header_wrpr{
	background-image: url(../img/headerbg.jpg);
	background-size: auto;
}
header{
	background-color: #fff;
	position: relative;
	z-index: 9999;
}
.menu_icon_wrpr{
	background-color: #967650;
	text-align: center;
    padding: 35px 0px;
}
.menu_icon_wrpr i{
	color: #fff;
	font-size: 26px;
	line-height: 36px;
}
.logo_cnt{
    margin-top: 14px;
}
.logo_cnt img{
	width: 100%;
}
header ul{
	display: inline-block;
	list-style-type: none;
	position: relative;
	padding: 0;
	left: 0;
	margin: 4.5% 0 0 0;
}
header ul li{
	display: inline-block;
	margin-right: 15px;
	font-size: 16px;
	color: #000;
}
header ul li a{
    color: #000;
}
header ul li i{
	color: #000;
	font-size: 16;
	line-height: 26px;
}
header ul li:last-child a{
	background-color: #967650;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
	padding: 15px 15px;
	text-align: center;
	border-radius: 150px;
}
header ul li:last-child a:hover{
	text-decoration: none;
}
/*header section*/

/*banner section*/
.banner_cnt{
	position: relative;
}
.banner_caption_cnt{
	position: absolute;
	top: 0;
	left: 0;
    padding: 17% 50px;
    z-index: 9999;
}
.inner_banner_caption_cnt h4{	
    font-size: 25px;
    text-transform: uppercase;
    color: #7d7d7d;
}
.inner_banner_caption_cnt h4 span{
    font-size: 40px;
    color: #967650;
    font-weight: 900;
    display: block;
}
.inner_banner_caption_cnt ul{
	display: inline-block;
	list-style-type: none;
	position: relative;
	padding: 0;
	margin: 0;
	left: 0;
}
.inner_banner_caption_cnt ul li{
	display: inline-block;
	margin-right: 25px;
}
.inner_banner_caption_cnt ul li:last-child{
	margin-right: 0;
}
.inner_banner_caption_cnt ul li a{
	display: block;
	color: #967650;
	background-color: #fff;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	padding: 15px 25px;
	border: 1px solid #967650;
	text-transform: uppercase;
}
.inner_banner_caption_cnt ul li:last-child a{
	color: #fff;
	background-color: #967650;
}
.inner_banner_caption_cnt ul li a:hover{
	text-decoration: none;
}
.banner_inner_wrpr{
	margin-left: 35%;
	position: relative;
}
/*banner section*/

/*about section*/
.about_cnt{
	margin-top: 50px;
}
.bg_color_cnt{
	background-color: #967650;
	width: 100%;
	height: 150px;
	position: absolute;
}
.about_img_cnt{
	position: relative;
	z-index: 9999;
	width: 93%;
	margin-top: 50px;
}
.about_img_cnt img{
	width: 100%;
}
.about_details_cnt{
	margin-top: 15px;
}
.about_details_cnt p{
	font-size: 16px;
	line-height: 26px;
	padding: 0;
	margin: 0 0 15px 0;
}
.accordion_cnt{
	margin-top: 25px;
}
.accordion_cnt .panel-default>.panel-heading{
	background-image: none;
	background-color: #fff;
	border: 1px solid #d9d9d9;
}
.accordion_cnt .panel-title>a{
	color: #7d7d7d;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 26px;
}
.accordion_cnt .panel-title>a:hover{
	text-decoration: none;
}
.accordion_cnt .panel-group .panel+.panel{
	margin-top: 0;
}
.year_cnt{
    padding: 15px;
    border: 2px solid #967650;
    width: 130px;
    word-break: break-all;
    text-align: center;
    position: absolute;
    right: -65px;
    bottom: -65px;
    background-color: #fff;
}
.year_cnt span{
	font-size: 25px;
	font-weight: 900;
	color: #967650;	
}
.year_cnt h5{
	font-size: 16px;
	line-height: 26px;
    color: #967650;
    margin: 11px 0 0 0;
    padding: 0;
}
/*about section*/

/*recent works section*/
.recent_works_cnt{
	margin-top: 150px;
}
.wrk_details_cnt{
	background-color: #967650;
	padding: 50px;
}
.wrk_details_cnt .title_cnt h5{
	color: #fff;
	text-align: left;
	margin-bottom: 15px;
}
.wrk_details_cnt .btn_type{
	color: #fff;
}
.wrk_details_cnt .btn_type:hover{
	color: #fff;
}
.wrk_details_cnt .btn_type::before{
	background-color: #fff;
}
.wrk_details_cnt p{
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	padding: 0;
	margin: 0 0 15px 0;
}
.lft_cnt{
	width: 40%;
}
.rgt_cnt{
	width: 60%;
}
.tbl{
	display: flex;
}
/*recent works section*/

/*title section*/
.title_cnt{
	position: relative;
}
.title_cnt h5{
	color: #967650;
	font-size: 28px;
	line-height: 38px;
	padding: 0;
	margin: 0;
}
/*title section*/

/*button section*/
.btn_type{
	font-size: 16px;
	line-height: 26px;
	color: #967650;
    padding-left: 60px;
	position: relative;
}
.btn_type::before{
	position: absolute;
	content: '';
	width: 50px;
	height: 1px;
	background-color: #967650;
	left: 0;
	top: 11px;
}
.btn_type:hover{
	color: #967650;
	text-decoration: none;
}
/*button section*/

/*counter section*/
.counter_cnt{
	padding: 50px 0px;
}
.counter_wrpr{
	text-align: center;
    padding: 65px 0px;
}
.bd_tp{
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
.bd_bt{
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
.counter_wrpr h4{
    font-size: 20px;
    font-weight: 900;
    color: #000;
    line-height: 30px;
    padding: 0;
    margin: 0;
}
.counter_wrpr h6{
    font-size: 16px;
    font-weight: 900;
    color: #000;
    line-height: 26px;
    padding: 0;
    margin: 0;
}
.line_counter{
    width: 50px;
    height: 4px;
    border-radius: 150px;
    background-color: #000;
    margin: 15px auto;
}
.counter_wrpr a{
    color: #fff;
    background: #967650;
    padding: 15px 25px;
    border-radius: 150px;
    text-align: center;
    display: inline-block;
}
.counter_img_cnt img{
	width: 100%;
}
/*counter section*/

/*what we do section*/
.wht_we_cnt{
	padding: 50px 0px;
	background-image: url(../img/what_bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.wht_we_cnt .title_cnt h5{
	color: #000;
}
.wht_inner_cnt{
	padding-top: 15px;
}
.wht_inner_cnt p{
	color: #000;
	font-size: 16px;
	line-height: 26px;
	padding: 0 5%;
	margin: 0 0 55px 0;
}
.circle_wht_cnt{
	width: 100%;
	height: 230px;
	border-radius: 50%;
	border: 1px solid #c5c5c3;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	background-color: #fdf5e6;
	padding: 15px;
}
.circle_wht_cnt h4{
	font-size: 18px;
	color: #967650;
	line-height: 28px;
	font-weight: 600;
}
.table_cnt{
    width: 100%;
	display: table;
}
.number_cnt{
    position: absolute;
    top: 0;
    right: 51px;
    border: 2px solid #967650;
    color: #967650;
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 25px;
}
/*what we do section*/

/*testimonial section*/
.testimonial_cnt{
	padding: 50px 0px;
    position: relative;
}
.testimonial_cnt::before{
	position: absolute;
	content: url(../img/testimonial/pattern1.png);
	left: 0;
	top: 90px;
}
.testimonial_cnt::after{
	position: absolute;
	content: url(../img/testimonial/pattern2.png);
	right: 0;
	bottom: 70px;
}
.testimonial_inner_wrpr{
    position: absolute;
    top: 0;
    width: 310px;
    right: 130px;
    background-color: #967650;
    padding: 25px;
    z-index: 9999;
}
.testimonial_bg_cnt{
    position: relative;
    z-index: 9999;
}
.testimonial_content_cnt p{
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    margin: 0;
}
.testimonial_content_cnt h4{
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	padding: 0;
	margin: 11px 0 0;
	font-weight: 900;
}
.testimonial_content_cnt h5{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    margin: 0;
    font-weight: 400;
}
.profile_pic_cnt{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background-color: #fff;
    margin: 0px auto 15px;
    overflow: hidden;
}
/*testimonial section*/

/*news and events section*/
.news_item_bx{
    padding: 135px 20px 30px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.news_item_bx::before{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.news_content{
	position: relative;
	z-index: 9999;
}
.news_content h4{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding: 0;
    margin: 0;
}
.news_content h6{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding: 0;
    margin: 0;
}
/*news and events section*/

/*client section*/
.client_cnt{
	padding: 50px 0px;
	background-image: url(../img/clientbg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.client_cnt::before{
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.5);
}
.owl-seven{
	position: relative;
	z-index: 9999;
}
.triangle-left{
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 23px solid #fff;
    border-bottom: 15px solid transparent;
    position: absolute;
    z-index: 9999;
    left: -22px;
    top: 40%;
}
.triangle-right{
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-left: 23px solid #fff;
	border-bottom: 15px solid transparent;
    position: absolute;
    z-index: 9999;
    right: -22px;
    top: 40%;
}
/*client section*/



.sidenav{
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #967650;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	z-index: 99999;
}
.sidenav a{
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	display: block;
	transition: 0.3s;
}
.sidenav a:hover{
	color: #fff;
}
.sidenav .closebtn{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    margin-left: 50px;
    padding: 20px;
    line-height: 0;
    background-color: #fff;
    color: #967650;
transform: rotate(0deg);
transition: all linear 0.5s;
}
.sidenav .closebtn:hover{
	color: #967650;
}
.sidenav .closebtn span{
    display: inline-block;
transform: rotate(0deg);
transition: all linear 0.5s;
}
.sidenav .closebtn:hover span{
transform: rotate(360deg);
}
#main{
	transition: margin-left .5s;
}
@media screen and (max-height: 450px){
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 16px;}
}


/*footer section*/

footer {
	padding: 50px 0px 0px;
    background-color: #fdf5e6;
}
footer .footer_logo_cnt {
	text-align: center;
}
.f_abt_cnt p {
	padding: 20px 0px;
	font-size: 16px;
	line-height: 30px;
}
.quick_cnt {
	position: relative;
	padding-left: 15px;
}
.quick_cnt span {
	font-size: 30px;
	color: #5e5e5e;
	font-weight: 900;
	position: absolute;
	left: -5%;
	top: 0px;
	line-height: 0;
}
.cont_det_cnt .col-lg-3:nth-child(3) span {
	font-size: 20px;
}
.cont_det_cnt .col-lg-3:nth-child(4) span {
	font-size: 20px;
}
.quick_cnt h6 {
	font-size: 18px;
	color: #5e5e5e;
	font-weight: 900;
}
.quick_cnt p {
	font-size: 18px;
	color: #5e5e5e;
	line-height: 30px;
	word-break: break-all;
}
.nav_cnt_footer {
	background: #d9caae;
	padding: 10px 0px;
	text-align: center;
	margin-top: 15px;
}
.nav_cnt_footer ul {
	list-style-type: none;
	padding: 0px;
	left: 0px;
	margin: 0px;
}
.nav_cnt_footer ul li {
	display: inline-block;
}
.nav_cnt_footer ul li a {
	color: #000000;
	font-size: 16px;
	padding: 5px 15px;
}
.copy_rgt_cnt p {
	color: #5e5e5e;
	font-size: 14px;
	margin: 0px;
	padding: 15px;
}
.copy_rgt_cnt p a {
	color: #5e5e5e;
	font-size: 14px;
	font-weight: 900;
	margin: 0px;
	padding: 0px;
}
.copy_rgt_cnt ul {
	list-style-type: none;
	padding: 0px;
	left: 0px;
	margin: 6px 0px 0px 0px;	
}
.copy_rgt_cnt ul li {
	display: inline-block;
}
.copy_rgt_cnt ul li a {
	color: #967650;
	font-size: 20px;
	padding: 5px;
	display: block;
}
.social_ft_cnt {
	text-align: right;
}
/*footer section*/


/*innerpages contactus*/
.contact_up_cnt{
	padding: 50px 0px;
}
.contact_img_cnt{
	width: 100%;
}
.contact_img_cnt img{
	width: 100%;
}
.cont_mdl_cnt h3{
	margin: 0px;
	line-height: 46px;/*40px;*/
	font-size: 34px;/*34px;*/
	color: #011627;
	font-weight: 900;
}
.cont_mdl_cnt h4{
	margin: 0px;
	line-height: 40px;
	font-size: 35px;
	color: #011627;
	font-weight: 900;
}
.cont_mdl_cnt p{
	margin: 0px;
	line-height: 25px;
	font-size: 15px;
	color: #011627;
}
.contact_frm_cnt{
	padding: 10px 20px;
	background-color: #fff;
	margin-top: 15px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.20);
}
.contact_frm_cnt h5{
	font-size: 20px;
	font-weight: 900;
	color: #011627;
	line-height: 30px;
	margin: 0px 0px 10px 0px;
}
.contact_frm_cnt form input[type="text"]{
	background-color: #f2f3f4;
	color: #011627;
	font-size: 14px;
	border: 0px;
	padding: 20px 0px 20px 15px;
	border-radius: 8px;
}
.contact_frm_cnt form input[type="text"]::placeholder{
	color: #011627;
}
.contact_frm_cnt form input[type="submit"]{
	margin: 0px;
	border-radius: 150px;
	border: 0px;
	padding: 10px 30px;
	text-align: center;
	color: #fff;
	font-size: 16px;

	background-color: #011627;
}
.contact_frm_cnt form textarea{
	width: 100%;
	background-color: #f2f3f4;
	color: #011627;
	font-size: 14px;
	border: 0px;
	padding: 15px 0px 15px 15px;
}
.contact_frm_cnt form textarea::placeholder{
	color: #011627;
}
.wrking_h_cnt{
	/*padding: 10px 20px;*/
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.20);
}
.wrking_header{
	border-bottom: 1px solid #f2f3f4;
	padding: 15px 20px;
}
.wrking_header h5{
	font-size: 20px;
	font-weight: 900;
	color: #011627;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
}
.wrking_subheader p{
	font-size: 15px;
	color: #011627;
	line-height: 25px;
	margin: 0px;
}
.wrking_subheader{
	border-bottom: 1px solid #f2f3f4;
	padding: 15px 20px;
}

.find_cnt{
	padding: 20px;
	margin-top: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.20);
        min-height: 294px; /*shihab*/
}
.find_cnt h5{
	font-size: 20px;
	font-weight: 900;
	color: #011627;
	line-height: 30px;
	margin: 0px 0px 15px 0px;
}
.find_cnt .col-lg-12{
	margin-bottom: 6px;
}
.find_cnt i{
	position: absolute;
	left: 0px;
    top: 5px;
	color: #011627;
	font-size: 20px;
	text-align: center;
}
.find_cnt p{
	font-size: 18px;
	color: #011627;
	line-height: 28px;
	margin: 0px;
	padding-left: 15px;
	word-wrap: break-word;
}
.container-fluid.width_pxl{
	width: 1340px;
}
/*innerpages contactus*/



.galleryimg a{
    display: block !important;
    border: 1px solid #00000021 !important;
    padding: 15px !important;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.11) !important;
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.11) !important;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.11) !important;
    background-color: #fff !important;
    transition: all linear 0.5s !important;
    transform: scale(1,1);
    border-radius: 11px;
}
.galleryimg:hover a{
	background-color: #967650 !important;
    transform: scale(1.1,1.1);
}
.galleryimg:hover h5 span{
	color: #fff !important;
}
.galleryimg:hover span{
	color: #fff !important;
}
.galleryimg:hover .totalimages{
	color: #fff !important;
}
.galleryimg img{
	width: 100% !important;
	height: auto !important;
}
.galleryimg h5 span{
	display: block !important;
	text-align: center !important;
	color: #011627 !important;
	font-size: 20px !important;
	font-weight: 900 !important;
	text-transform: uppercase !important;
	transition: all linear 0.5s !important;
}
.totalimages{
	font-size: 16px !important;
    color: #676767 !important;
    line-height: 30px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
	transition: all linear 0.5s !important;
}
.galleryimg span{
	text-align: center !important;
	display: block !important;
	text-transform: uppercase !important;
	font-size: 12px !important;
    color: #676767 !important;
	transition: all linear 0.5s !important;
}
.galleryimg a:hover{
	text-decoration: none;
}

#pagetitle, .pagenavig, .navig1:nth-child(1){
	display: none !important;
}



@media only screen and (min-width: 796px) and (max-width: 1024px){
	header ul li:last-child a{
		padding: 15px 0px;
	}
	header ul li{
		margin-right: 0;
		font-size: 14px;
	}
	.year_cnt{
		right: 0;
		bottom: 0;
	}
	.tbl{
		display: block;
	}
	.lft_cnt{
		width: 100%;
	}
	.rgt_cnt{
		width: 100%;
	}
	.testimonial_bg_cnt img{
		width: 100%;
	}
	.container-fluid.width_pxl{
		width: 100%;
	}
}
@media only screen and (min-width: 641px) and (max-width: 768px){
	header ul li:last-child a{
		padding: 15px 0px;
	}
	header ul li{
		margin-right: 0;
		font-size: 14px;
	}
	.year_cnt{
		right: 0;
		bottom: 0;
	}
	.tbl{
		display: block;
	}
	.lft_cnt{
		width: 100%;
	}
	.rgt_cnt{
		width: 100%;
	}
	.testimonial_bg_cnt img{
		width: 100%;
	}
	.testimonial_inner_wrpr{
		padding: 5px;
	}
	.container-fluid.width_pxl{
		width: 100%;
	}
	.cont_mdl_cnt{
		margin: 15px 0px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 640px){
	.testimonial_bg_cnt img{
		width: 100%;
	}
	.menu_icon_wrpr{
		padding: 5px 0px;
	}
	header ul li{
		font-size: 15px;
		margin-right: 0;
	}
	header ul li:last-child a{
		padding: 9px 5px;
		margin-top: 15px;
		display: block;
	}
	header .col-lg-7.text-right{
		text-align: center;
	}
	.banner_caption_cnt{
		display: none;
	}
	.banner_inner_wrpr{
		margin-left: 0;
	}
	.banner_cnt{
		margin-top: 15px;
	}
	.year_cnt{
		right: 0;
		bottom: 0;
	}
	.recent_works_cnt{
		margin-top: 20px;
	}
	.tbl{
		display: block;
	}
	.lft_cnt{
		width: 100%;
	}
	.rgt_cnt{
		width: 100%;
	}
	.triangle-left{
		display: none;
	}
	.triangle-right{
		display: none;
	}
	.testimonial_inner_wrpr{
		position: relative;
		width: 100%;
		right: 0;
	}
	.testimonial_cnt::before{
		display: none;
	}
	.testimonial_cnt::after{
		display: none;
	}
	.container-fluid.width_pxl{
		width: 100%;
	}
	.cont_mdl_cnt{
		margin: 15px 0px;
	}
	.circle_wht_cnt{
		height: 310px;
	}
	.number_cnt{
		right: 85px;
	}
	.social_ft_cnt{
		text-align: center;
	}
	.copy_rgt_cnt ul{
		display: inline-block;
	}
	.copy_rgt_cnt p{
		text-align: center;
	}
}
@media only screen and (max-width: 480px){
.footer_logo_cnt img{
width: 100%;
}
	.testimonial_bg_cnt img{
		width: 100%;
	}
	.menu_icon_wrpr{
		padding: 5px 0px;
	}
	header ul li{
		font-size: 15px;
		margin-right: 0;
	}
	header ul li:last-child a{
		padding: 9px 5px;
		margin-top: 15px;
		display: block;
	}
	header .col-lg-7.text-right{
		text-align: center;
	}
	.banner_caption_cnt{
		display: none;
	}
	.banner_inner_wrpr{
		margin-left: 0;
	}
	.banner_cnt{
		margin-top: 15px;
	}
	.year_cnt{
		right: 0;
		bottom: 0;
	}
	.recent_works_cnt{
		margin-top: 20px;
	}
	.tbl{
		display: block;
	}
	.lft_cnt{
		width: 100%;
	}
	.rgt_cnt{
		width: 100%;
	}
	.triangle-left{
		display: none;
	}
	.triangle-right{
		display: none;
	}
	.testimonial_inner_wrpr{
		position: relative;
		width: 100%;
		right: 0;
	}
	.testimonial_cnt::before{
		display: none;
	}
	.testimonial_cnt::after{
		display: none;
	}

	.container-fluid.width_pxl{
		width: 100%;
	}
	.cont_mdl_cnt{
		margin: 15px 0px;
	}
	header ul li{
		font-size: 14px;
	}
	header ul li:last-child{
		width: 100%;
	}
	.circle_wht_cnt{
		height: 310px;
	}
	.number_cnt{
		right: 85px;
	}
	.social_ft_cnt{
		text-align: center;
	}
	.copy_rgt_cnt ul{
		display: inline-block;
	}
	.copy_rgt_cnt p{
		text-align: center;
	}
}