@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

body{
	margin: 0;
	padding: 0;
}
li, ul, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	list-style: none;
}
* {
	outline: none !important;
  font-family: 'Roboto', sans-serif!important;
}
.fa{
  font-family: FontAwesome !important;
}
a {
	text-decoration: none !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
font-size: 18px !important;
line-height: 35px !important;
font-weight: 400 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
font-size: 18px !important;
line-height: 35px !important;
font-weight: 400 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
font-size: 18px !important;
line-height: 35px !important;
font-weight: 400 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
font-size: 18px !important;
line-height: 35px !important;
font-weight: 400 !important;
}


 input::-webkit-input-placeholder {
color: #fff !important;
font-size: 18px !important;
line-height: 35px !important;
font-weight: 400 !important;
}
 input::-webkit-textarea-placeholder {
color: #fff !important;
font-size: 18px !important;
line-height: 35px !important;
font-weight: 400 !important;
}
 textarea:-moz-placeholder { /* Firefox 18- */
color: #fff !important;
font-size: 18px !important;
line-height: 35px !important;
font-weight: 400 !important;
}
 input:-moz-placeholder { /* Firefox 18- */
color: #fff !important;
font-size: 18px !important;
line-height: 35px !important;
font-weight: 400 !important;
}
 input::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;
font-size: 18px !important;
line-height: 35px !important;
font-weight: 400 !important;
}
 textarea::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;
font-size: 18px !important;
line-height: 35px !important;
font-weight: 400 !important;
}
textarea:-ms-textarea-placeholder {
color: #fff !important;
font-size: 18px !important;
line-height: 35px !important;
font-weight: 400 !important;
}
 input:-ms-input-placeholder {
color: #fff !important;
font-size: 18px !important;
line-height: 35px !important;
font-weight: 400 !important;
}
select{
color: #fff !important;
font-size: 18px !important;
line-height: 35px !important;
font-weight: 400 !important;
}


/*design start*/

/*header design*/
.header-top{
	background: #000;
	position: relative;
	z-index: 1;
}
.header-top:after{
	position: absolute;
	content: "";
	width: 40%;
	right: 0;
	height: 100%;
	top: 5px;
	background: #f15a29;
	z-index: -1;
}
.welcome-area-text p{
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	padding: 13px 0;
}
.welcome-area-text p span{
	color: #f15a29;
}

.top-informatio-area{
	background: #f15a29;
	padding: 14px 0;
	position: relative;
	top: 5px;
}

.top-informatio-area:before{
	position: absolute;
	content: "";
	right:100%;
	top: 0;
	border-right: 20px solid #f15a29;
	border-top: 54px solid transparent;
}

.top-informatio-area ul{
	float: right;
}

.top-informatio-area ul li{
	float: left;
	margin-right: 13px;
}
.top-informatio-area ul li img{
	margin-right: 7px;
}
.top-informatio-area ul li a{
	color: #fff;
	font-size: 18px;
	color: #fff;
	text-shadow:1px 1px 0 #000;
	font-weight: 600;
}
.top-informatio-area ul li:last-of-type{
	margin-right: 0px;
}


/* Header Btm Style */
.header-btm{
	position: relative;
	background: #fff;
}
.header-btm:after{
	position: absolute;
	content: "";
	left: 0;
	top: 100%;
	background: #fff;
	height: 85%;
	width: 20%;
	z-index: 99;
}

/*logo design*/
.logo-area{
	position: relative;
}
.logo-area:after {
    position: absolute;
    content: "";
    left: 100%;
    top: 71px;
    border-left: 37px solid #fff;
    border-bottom: 114px solid transparent;
    z-index: 99;
}
.logo-area a{
	display: table;
}
.logo-area a img{
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	padding:5px 0 25px;
}

/*navigation style*/

.top-nav{
	padding: 25px 0;
}

.menu-edit{
  background: none;
  border:0px;
  margin: 0;
}
.nav-bar-edit{
  float: right;
}
.navbar-header {
    display: none;
}
.nav-bar-edit li{
    position: relative;
}
.nav-bar-edit li ul {
    position: absolute;
    top: 92%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #222;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    padding: 0 !important;
}

.nav-bar-edit li:hover ul{
  display: block;
}

.tp-bullets.simplebullets.round .bullet{
	display: none;
}

.nav-bar-edit li a {
    color: #2e3f51 !important;
    font-size: 18px !important;
    text-transform: capitalize !important;
    font-weight: 600 !important;
    position: relative !important;
    display: block;
    white-space: nowrap !important;
    line-height: 40px;
    z-index: 0;
    padding: 0 18px;
    transition: 0.3s;
}

.nav-bar-edit li a:after{
	position: absolute !important;
	content: "";
	left:50%;
	/*transform: scale(0.5, 0.5);*/
	transform: translate(-50%);
	width: 0;
	height: 0;
	top: 50%;
	border: 0px;
	transition: 0.3s;

}

.nav-active a:after, .nav-bar-edit li a:hover:after{
	position: absolute !important;
	content: "" !important;
	left:0 !important;
	transform: skew(-25deg) !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	border: 2px solid #f15a29 !important;

}


.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #000 !important;
}

.navbar-inverse .navbar-nav>.open>a  .caret, .navbar-inverse .navbar-nav>.open>a:focus  .caret, .navbar-inverse .navbar-nav>.open>a:hover  .caret{
  color: #fff !important;
}





.nav-bar-edit li a:hover .caret, .menu-edit .nav-bar-edit .nav-active a .caret{
  color: #fff !important;
}

/*bannre design*/

.banner-holder{
	position: relative;
}

.service-section-inner-area{
	position: relative;
	z-index: 99;
	padding-bottom: 50px;
}

.header-related-para p{
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #222;
	margin-bottom: 15px;
}

.header-related-para p:last-child{
	margin-bottom: 0px;
}

/*Banner design close*/


/*phone number area style*/
.phone-number-area{
	padding: 0 0 45px;
}
.phone-reminder i{
	color: #f15a29;
	font-size: 30px;
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	box-shadow: 0 3px 0 #2e3f51;
	border-radius: 50%;
	float: left;
	margin-right: 15px;
	margin-top: -17px;
	background: #fff;
	position: relative;
	z-index: 99;
}
.phone-reminder p{
	color: #2e3f51;
	font-size: 30px;
	font-weight: 300;
	line-height: 70px;
}
.phone-reminder p span{
	color: #f15a29;
	font-weight: 700;
}

/*phone number area style close*/


/*about us area style*/
.about-us-area{
	background: #2e3f51;
	position: relative;
	z-index: 0;
}
.about-us-area:after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 30%;
	height: 50px;
	background: #fff;
	z-index: -1;
}
.main-heading h1{
	color: #2e3f51;
	font-size: 30px;
	font-weight: 300;
	line-height: 50px;
	position: relative;
	background: #fff;
	display: inline-block;
}

.main-heading h1:after{
	position: absolute;
	content: "";
	left: 100%;
	top: 0;
	border-left: 20px solid #fff;
	border-bottom: 50px solid transparent;
}

.main-heading h1 span{
	color: #f15a29;
	font-weight: 700;
}
.about-describe{
	padding: 25px 0;
}
.about-describe p{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 12px;
	line-height: 22px;
}
.about-describe p:last-child{
	margin-bottom: 0px;
}
.about-img img{
	position: relative;
	top: 40px;
}

/*Services area style*/
.service-area{
	padding: 50px 0;
	background: #fff;

}
.common-mid-heading{
	display: table;
	margin: 0 auto 70px;
	position: relative;
	padding-bottom: 20px;
}

.common-mid-heading:after{
	position: absolute;
	content: "";
	width: 250px;
	height: 100%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: 3px dashed #f15a29;
}

.common-mid-heading:before{
	position: absolute;
	content:"\f0d1";
	color: #2e3f51;
	font-size: 24px;
	background: #fff;
	width:50px;
	left: 50%;
	transform: translateX(-50%);
	height: 30px;
	bottom: -15px;
	text-align: center;
	line-height: 30px;
	font-family: FontAwesome;
	z-index: 9;
}

.common-mid-heading h2{
	text-align: center;
	color: #000;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}
.common-mid-heading h2 span{
	color: #f15a29;
}
.common-mid-heading p{
	text-align: center;
	color: #000;
	font-size: 18px;
	font-weight:300;
	margin-bottom: 20px;
}

.each-service{
	background: #f3f3f3;
	border-bottom: 4px solid #f15a29;
	transition: 0.3s;
}
/*.all-service{
	padding-top: 70px;
}*/
.each-service img{
	top: -25px;
	position: relative;
}
.each-service h3{
	text-align: center;
	color: #0e1e30;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
}
.each-service p{
	text-align: center;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 20px;
	width: 95%;
	margin: 0 auto;
}
.each-service a{
	/* width: 170px;
	height: 38px;
	background: #f15a29;
	display: block;
	text-align: center;
	line-height: 38px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin: 15px auto -15px; */
	    width: 100px;
    height: 5px;
    background: #f5efef;
    /* display: block; */
    text-align: center;
    line-height: 38px;
    color: #cc0e0e;
    font-size: 14px;
    font-weight: 500;
    margin: 15px auto -15px;
}

.each-service:hover a{
	background: #2e3f51;
	transition: 0.3s;
}
.each-service:hover{
	box-shadow:0 0 7px rgba(34, 34, 34, 0.54);
}

.view-more a{
	width: 220px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-weight: 700;
	font-size: 18px;
	color: #000;
	display: table;
	margin:50px auto 0;
	border: 2px dashed #f15a29;
	transition: 0.3s;
}
.view-more a:hover{
	border: 2px solid #f15a29;
	transition: 0.3s;
	font-size: 20px
}
/*Services area style close*/


/*Testimonials area style*/
.testimonias-area{
	background:#2e3f51 url(../images/testimonials-bg.png) no-repeat left center;
	position: relative;
	z-index: 0;
}
.testimonias-area:after{
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 26%;
	height: 100%;
	background: #f15a29;
	z-index: -1;
}
.testimonials-describe{
	padding: 65px 0;
}
.each-testimonials p {
    width: 80%;
    border: 2px solid #fff;
    padding: 9px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
    position: absolute;
}
.each-testimonials p:after{
	position: absolute;
	content: "";
	left: 100%;
	top: 30px;
	width: 16px;
	height: 18px;
	background:url(../images/arrow.png) no-repeat;
}

.client-list{
	background: #F15A29;
	position: relative;
	z-index: 0;
	padding: 45px 0;
}
.client-list:after {
    position: absolute;
    content: "";
    left: -58px;
    top: 0;
    width: 110px;
    height: 100%;
    background: #F15A29;
    border-left: 2px solid #fff;
    transform: skewX(-15deg);
    z-index: -1;
}

.client-list ul li{
	margin: 40px 0;
	position: relative;
	display: table;
}
.client-list ul li:first-child{
	margin-top: 0px;
	left: -70px;
}
.client-list ul li:nth-child(2){
	margin-top: 0px;
	left: -100px;
}
.client-list ul li:last-of-type{
	margin-bottom: 0px;
	left: -120px;
}

.client-list ul li:hover img{     transform: scale(1.2, 1.2); }

.client-list ul li img{
	float: left;
	border: 2px solid #fff;
}

.client-list ul li:hover .clint-names{
	display: block;
}

.clint-names{
	float: left;
	padding-top: 15px;
	margin-left: 15px;
	display: none;
}
.clint-names p{
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}
.clint-names p span{
	font-weight: 500;
	color: #000;
	font-size: 14px;
}




/*contact us page*/
.contact-page-area{
	padding: 30px 0;
}

.contact-form-area{
	background:#2f4554;
	padding: 30px;
}
.contact-form-area input[type='text'] {
    background: #F15A29;
    border: 0px;
    border-radius: 0px;
    height: 55px;
    color: #fff;
    box-shadow: 2px 2px 1px #00142d;
}

.contact-form-area textarea {
    background: #F15A29;
    border: 0px;
    border-radius: 0px;
    height: 100px;
    color: #fff;
    box-shadow: 2px 2px 1px #00142d;
}

.form-button button {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3c5bd+0,e86c57+50,ea2803+51,ff6600+75,c72200+100;Red+Gloss */
background: rgb(243,197,189); /* Old browsers */
background: -moz-linear-gradient(top, rgba(243,197,189,1) 0%, rgba(232,108,87,1) 50%, rgba(234,40,3,1) 51%, rgba(255,102,0,1) 75%, rgba(199,34,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(243,197,189,1) 0%,rgba(232,108,87,1) 50%,rgba(234,40,3,1) 51%,rgba(255,102,0,1) 75%,rgba(199,34,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(243,197,189,1) 0%,rgba(232,108,87,1) 50%,rgba(234,40,3,1) 51%,rgba(255,102,0,1) 75%,rgba(199,34,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=0 ); /* IE6-9 */
    color: #fff;
    font-size: 18px;
    border: 0px;
    width: 100%;
    height: 60px;
}
.contact-information {
    background: #fff;
    padding: 10px 15px;
    box-shadow: 0 0 2px #ccc;
}
.contact-information ul li:first-child{
	padding-top: 0px;
}
.contact-information ul li{
	padding: 7px 0;
}
.contact-information ul li i{
	color: #014282;
	margin-right: 10px;
}


/*contact for close*/


/* Footer design */
footer{
	background: #222;
	padding: 35px 0 0;
}
.footer-about p{
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	margin: 15px 0;
}
.footer-about p:last-child{
	margin-bottom: 0px;
}

.footer-heading h2 {
    font-weight: 600;
    color: #fff;
    font-size: 24px;
    position: relative;
    margin-bottom: 32px;
    padding-bottom: 20px;
}

.footer-heading h2:after{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #464646;
	height: 1px;
	content: "";
}


.footer-links ul li{
	padding: 7px 0;
}

.footer-links ul li:first-child{
	padding-top: 0px;
}

.footer-links ul li:nth-child(6){
	padding-bottom: 0px;
	border-bottom: 0px;
}
.footer-links ul li a {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding-left: 22px;
    position: relative;
}
.footer-links ul li a:before{
	position: absolute;
	left: 0;
	top: 50%;
	content: "\f054";
	font-family: FontAwesome;
	color: #f15a29;
	font-size: 16px;
	transform: translateY(-50%);
}

.footer-address ul li {
    float: left;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
    width: 100%;
}

.footer-address ul li:last-of-type{
	margin-bottom: 0px;
}

.footer-address ul li img{
	margin-right: 10px;
	float: left;
}

.footer-address ul li span{
	float: left;
	width:85%;
}

.footer-social ul{
	float: left;
	width: 100%;
}

.footer-social ul li{
	float: left;
	margin-right: 15px;
}

.footer-social ul li a{
	color: #fff;
	font-size: 24px;
}


.footer-newsletter .form-control {
    height: 40px;
    border-radius: 0px;
    border: 0px;
}

.footer-newsletter button {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6bba70+0,6bba70+100;Green+Flat+%234 */
background: rgb(107,186,112); /* Old browsers */
background: -moz-linear-gradient(top, rgba(107,186,112,1) 0%, rgba(107,186,112,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(107,186,112,1) 0%,rgba(107,186,112,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(107,186,112,1) 0%,rgba(107,186,112,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bba70', endColorstr='#6bba70',GradientType=0 ); /* IE6-9 */
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border: 0px;
    width: 122px;
    height: 36px;
    float: right;
}

.footer-copy{
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	color: #000;
}

.news-listing-each{
	margin: 15px 0;
}

.news-img img{
	border: 5px solid #fff;
	box-shadow: 0 0 2px #ddd;
}

.common-heading h2{
	font-size: 30px;
	font-weight: 300;
	color: #03a988;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.news-details h5{
	font-size: 16px;
	font-weight: 300;
	color: #03a988;
	line-height: 20px;
	margin-bottom: 15px;
}
.news-details h4{
	font-size: 12px;
	font-weight: 300;
	color: #000;
	margin-bottom: 10px;
}
.news-details h4 a{
	color: #03a988;
	font-weight: 600;
}
.news-details p{
	font-size: 12px;
	font-weight: 400;
	color: #000;
	margin-bottom: 10px;
	line-height: 21px;
}

.dp-client{
	width: 30%;
	float: left;
	overflow: hidden;
}
.dp-client img{
	border-radius: 50%;
}
.client-describe{
	width: 70%;
	float: left;
}
.client-describe p{
	color: #222;
	font-size: 13px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 15px;
}

.client-describe h3{
	color: #686868;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}

.client-describe h3 span{
	font-size: 12px;
	font-weight: 300;
	margin: 5px 0;
}
.client-describe ul li{
	color: #ddc103;
	font-size: 14px;
	float: left;
	margin: 0 5px 0 0;
}
.inner-text-area p {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    margin: 10px 0;
}
.inner-list li{
	position: relative;
	padding-left: 25px;
	color: #222;
	font-size: 16px;
	font-weight: 600;
	margin: 5px 0;
}
.inner-list li:before{
	position: relative;
	content: "\f00c";
	left:-15px;
	top: 0;
	color: #03aa89;
	font-size: 18px;
	font-family: FontAwesome;
}

.footer-social{
	margin: 20px 0;
}
.footer-social ul li{
	float: left;
	margin: 0 10px 0 0;
}
.each-blog{
	padding: 15px;
	border-radius: 10px;
	background: #171717;
	margin-bottom: 15px;
}
.each-blog p{
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 7px;
}
.each-blog span{
	font-size: 12px;
	color: #f15a29;
	font-weight: 400;
}
.al-v{
	font-size: 15px;
	color: #f15a29;
	font-weight: 400;
}
.footer-btm {
    background: #f15a29;
    padding: 30px 0;
    margin-top: 30px;
}

.details-service{
	padding: 15px 0;
}
.details-service p{
	text-align: left;
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 20px;
}
.details-service p:last-of-type{
	margin-bottom: 0px;
}
.inner-all-detail-service{
	margin-bottom: 30px;
}
.gallery .col-md-4 {
    margin: 15px 0;
}


/*---------------start responsive--------------------*/


@media screen and (max-width: 1100px) {
	.about-img img{
		max-width: 100%;
	}
	.top-informatio-area ul li a{
		font-size: 17px;
	}
}

@media screen and (max-width: 1024px) {
	.header-top:after{
		position: inherit;
	}
	.top-informatio-area:before{
		position: inherit;
		border: 0px;
	}
	.top-informatio-area{
		top: 0;
	}
	.top-informatio-area ul{
		float: none;
		display: table;
		margin: 0 auto;
	}
	.welcome-area-text p{
		text-align: center;
	}
	.header-btm:after {
	    height: 23%;
	    width: 25%;
	}
	.logo-area:after{
		position: inherit;
		border: 0px;
	}
	.nav-bar-edit li a{
		padding: 0 15px !important;
		font-size: 15px !important;
	}
	.logo-area a img{
		background: none;
	}
	.top-nav {
	    padding: 20px 0;
	}
	.each-service img{
		max-width: 100%;
		top:0;
		margin-bottom: 15px;
	}
	.each-service h3{
		margin-bottom: 18px;
		margin-bottom: 15px;
	}
	.each-service a {
	    width: 130px;
	    height: 30px;
	    line-height: 30px;
	}
	.view-more a {
	    width: 150px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 15px;
	    margin: 50px auto 0;
	}
	.each-testimonials p {
	    width: 70%;
	    font-size: 14px;
	    line-height: 20px;
	}
	.footer-about p{
		text-align: center;
	}
	.footer-address ul li{
		font-size: 12px;
	}
	.footer-heading h2 {
	    font-weight: 600;
	    color: #fff;
	    font-size: 18px;
	    position: relative;
	    margin-bottom: 25px;
	    padding-bottom: 15px;
	}
	.each-testimonials p{
		width: auto;
	}
	.testimonias-area {
	    background-attachment: fixed;
	    background: #2e3f51 url(../images/testimonials-bg.png) no-repeat left top;
	    position: relative;
	    z-index: 0;
	    background-size: cover;
	}
	.each-testimonials p:after {
	    position: absolute;
	    content: "";
	    left: 50%;
	    top: 100%;
	    transform: rotate(90deg);
	    width: 16px;
	    height: 18px;
	    background: url(../images/arrow.png) no-repeat;
	}

}

@media screen and (max-width: 767px) {
	.navbar-header {
	    display: block;
	    background: #2222220a;
	    border-radius: 5px;
	}
	.header-btm:after{
		position: inherit;
	}
	.logo-area a {
	    display: table;
	    margin: 0 auto;
	}
	.logo-area a img {
	    background: none;
	    position: relative;
	    display: table;
	    margin: 0 auto;
	}
	.nav-bar-edit {
	    float: none;
	    width: 100%;
	    display: table;
	    margin: 0 auto;
	}
	.nav-bar-edit li a{
		text-align: center;
	}
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	    background-color: #333;
	    color: #fff !important;
	}
	.about-img img{
		top: 0;
		max-width: 100%;
	}
	.phone-reminder p {
	    width: 100%;
	    float: left;
	    text-align: center;
	    font-size: 16px;
	    font-weight: 700;
	}
	.main-heading h1:after{
		position: inherit;
		border: 0px;
	}
	.top-informatio-area ul{
		width: 90%;
	}
	.top-informatio-area ul li a{
		font-size: 14px;
	}
	.top-informatio-area ul li{
		margin: 0 0 10px;
	}
	.top-informatio-area ul li:last-of-type{
		margin-bottom: 0px;
	}
	.about-us-area{
		padding: 20px 0; 
	}
	.about-us-area:after{
		position: inherit;
	}
	.main-heading h1{
		background:none;
		font-size: 20px;
		color: #fff;
		line-height: 30px;
	}
	.about-describe {
	    padding: 15px 0;
	}
	.common-mid-heading h2{
		font-size: 24px;
	}
	.each-service{
		margin: 15px 0;
	}
	.view-more a{
		margin-top: 20px;
	}
	.testimonias-area:after{
		position: inherit;
	}
	.client-list:after {
	    position: inherit;
	    border: 0px;
	}
	.client-list ul li {
	    margin: 15px auto;
	    position: inherit;
	    display: table;
	}
	.client-list {
	    background: #F15A29;
	    position: relative;
	    z-index: 0;
	    padding: 45px 0;
	    border-radius: 25px 25px 0 0;
	}
	.footer-heading {
	    margin-top: 20px;
	}
	.footer-address ul li {
	    font-size: 16px;
	}
}

 @media screen and (max-width: 499px) {
}
