/* Commomn styles */
body {
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
}
a {
	color: #000000;
	font-size: 15px;
}
a:hover, a:focus, a:visited {
	text-decoration: none;
	color: inherit;
	outline: none;
}
img {
	max-width: 100%;
}
h1 {
	font-size: 35px;
}
h1.alt {
 font-size:**px;
}
h2 {
	font-size: 24px;
}
h2.alt {
 font-size:**px;
}
h3 {
 font-size:30*px;
}
h3.alt {
 font-size:**px;
}
h4 {
 font-size:**px;
}
h4.alt {
	font-size: 16px;
}
h5 {
 font-size:**px;
}
h5.alt {
 font-size:**px;
}
h6 {
 font-size:**px;
}
h6.alt {
 font-size:**px;
}
p {
	font-size: 15px;
	color: #2c2c2c;
	font-weight: 400;
	text-align: justify;
}
p.alt {
 font-size:**px;
}
p.big {
 font-size:**px;
}
p.small {
 font-size:**px;
}
.btn-default {
 font-size:**px;
}
.btn-link {
 font-size:**px;
}
.col-1by5 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.pad-none {
	padding-left: 0px;
	padding-right: 0px;
}
.pad-left-none {
	padding-left: 0;
}
.pad-right-none {
	padding-right: 0;
}
.btn-primary, .btn-primary:visited {
 font-size:**px;
}
.btn-primary:hover, .btn-primary:focus {
 font-size:**px;
}
.btn-link, .btn-link:visited, .btn-link:focus {
 font-size:**px;
}
.btn-link:hover {
 font-size:**px;
}
.wht_bg {
	background: #fff;
}
.secondry_bg {
	background: #f4f4f4;
}
/* header styles */
.header_top {
	background: #fff;
	padding-top: 0px;
	padding-bottom: 17px;
	width: 100%;
}
.header_left {
	margin-top: 40px;
	padding: 0px;
}
.header_left li {
	list-style: none;
}
.header_top a.tel_no {
	font-size: 21px;
	color: #11174b;
	font-weight: 700;
	text-align: left;
	letter-spacing: -0.02em;
	line-height: 0;
}
.header_phone {
	background-image: url(../img/hedr_ph_icon.png);
	background-repeat: no-repeat;
	padding-left: 46px;
}
.call_now {
	font-size: 15px;
	color: #11174b;
	font-weight: 600;
	text-align: left;
	line-height: 0;
}
.header_logo {
	text-align: center;
	padding-top: 11px;
}
.free_quote li {
	list-style: none;
}
.btn.free_quote, .btn.free_quote:hover, .btn.free_quote:focus, .btn.free_quote:visited {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #ff865d;
	border-radius: 0px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom: 2px solid #f8c4b5;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.navbar-nav .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: #ff865d;
	text-decoration: none;
	background-color: #f5f5f5;
}
.styling-drop-down {
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(255, 255, 255, 0.2);
	margin-top: 11px !important;
}
.social_icon {
	padding: 0px;
}
.social_icon li {
	list-style: none;
}
.social_icon li a {
	font-size: 18px;
	color: #95979b;
	float: left;
	padding-top: 20px;
	padding-left: 40px;
}
.header {
	position: relative;
}
.header_tab {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
}
.header_tab .navbar-nav {
	display: inline-block;
	float: none;
}
.header_tab .navbar {
	min-height: 40px;
}
.header_tab .navbar-default .navbar-nav > li > a {
	color: #3d4049;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	background-color: transparent;
	border: transparent;
	margin-top: 8px;
	padding-top: 0;
	padding-bottom: 0px;
	padding-left: 6px;
	padding-right: 8px;
}
.header_tab .navbar-default .navbar-nav > li {
	padding-right: 25px;
}
.header_tab .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .header_tab .navbar-default .navbar-nav > li > a:hover {
	color: #ff865d;
	background-color: transparent;
	border: transparent;
}
.header_tab .navbar-default {
	background: rgba(255,255,255, 0.8);
	border: none;
	margin-bottom: 0px;
}
.header_tab .navbar-default .navbar-collapse, .navbar-default .navbar-form {
	text-align: center;
}
.carousel-control.left, .carousel-control.right {
	width: 77px;
	background-image: none;
	background-color: transparent;
	z-index: 999;
}
.carousel-control img {
	position: absolute;
	top: 43%;
}
.carousel-control.left img {
	left: 0px;
	top: 50%;
	margin-top: -25px;
}
.carousel-control.right img {
	right: 0px;
	top: 50%;
	margin-top: -25px;
}
.carousel-caption h1 {
	font-size: 34px;
	font-weight: 900;
	text-align: left;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	line-height: 34px;
}
.carousel-caption h2 {
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	float: left;
}
.btn.call_back, .btn.call_back:visited {
	font-size: 18px;
	font-weight: 800;
	color: #38407a;
	background: rgba(255,255,255,0.7);
	border: 6px solid #fff;
	float: left;
	padding: 9px 42px;
	border-radius: 0px;
	text-transform: uppercase;
	margin-top: 20px;
}
.carousel-caption {
	right: 0;
	left: 113px;
	padding-bottom: 30px;
	padding-bottom: 53px;
	bottom: 118px;
}
.carousel-indicators {
	display: none;
}
.banner {
	position: relative;
}
.banner_service_thrd {
	float: right;
	position: absolute;
	top: 8%;
	right: 0;
	left: 0;
}
.banner_service_sec {
	float: right;
	position: absolute;
	top: 7%;
	right: 0;
	left: 0;
	pointer-events: none;
	-web-kit-pointer-events: none;
}
.banner_service_bg {
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	float: left;
	padding-top: 58px;
	padding-bottom: 58px;
	pointer-events: auto;
	-web-kit-pointer-events: auto;
}
.banner_service_sec li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
.banner_service_sec ul {
	margin: 0px;
	padding: 0px;
}
.ser_border {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
.ser_border:hover {
	border-bottom: 1px solid #c01b33;
	border-left: 1px solid #c01b33;
}
.ser_border:hover span {
	border-left: 1px solid #c01b33;
	padding: 12px 15px;
}
.ser_border span {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	border-left: 1px solid #fff;
	padding: 12px 15px;
}
/*welcome_section*/
.welcome_section {
	margin-top: 40px;
}
.welcome_dc {
	float: left;
	width: 100%;
}
.wel_text {
	float: left;
}
.wel_text h3 {
	font-size: 18px;
	color: #40424a;
	font-weight: 900;
	text-align: left;
	text-transform: uppercase;
	margin: 0px;
}
.wel_text h2 {
	font-size: 30px;
	color: #40424a;
	font-weight: 900;
	text-align: left;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 30px;
}
.right_block {
	background-color: #ff865d;
	width: 15px;
	height: 52px;
	float: left;
	margin-left: 14px;
	margin-bottom: 30px;
}
.welcome_dc p {
	font-size: 15px;
}
.btn.read_more_btn {
	float: right;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	color: #40424a;
	font-weight: 800;
	border: 3px solid #ff865d;
	padding: 4px 14px;
	border-radius: 0px;
}
.wel_call_us {
	border-top: 1px solid #ff865d;
	border-bottom: 1px solid #ff865d;
	padding: 21px 38px;
	text-align: center;
}
.wel_call_us span {
	color: #40424a;
	font-size: 29px;
	text-align: center;
	font-weight: 800;
	line-height: 31px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.wel_call_us a {
	color: #ff865d;
	font-size: 30px;
 text-transform: text-align:center;
	font-weight: 900;
	line-height: 34px;
}
/*home_service*/
.quick_form {
	padding: 23px 43px;
	background: rgba(17, 23, 75, 0.6);
	margin-bottom: 12px;
	pointer-events: auto;
}
.quick_form h2 {
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
}
.quick_form h2 img {
	float: right;
	margin-top: 5px;
}
.quick_form .form-control {
	padding: 5px 23px;
	background: #fff;
	color: #000;
	border-radius: 0;
	border: none;
	height: 38px;
}
.quick_form textarea.form-control {
	height: 86px;
}
.quick_form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}
.quick_form .select_pick .btn {
	width: 100%;
	height: 38px;
	background: #FFF;
	border-radius: 0;
	padding: 5px 23px;
	color: #000;
}
.btn-quick {
	width: 100%;
	background: #25c8d9;
	font-size: 18px;
	font-weight: 900;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	border-bottom: 3px solid #086973;
	text-transform: uppercase;
	border-radius: 0;
}
.content-container .container {
	position: relative;
}
 .quick_form .form-control::-moz-placeholder {
color:#222222;
}
.quick_form .form-control:-ms-input-placeholder {
color:#222222
}
.quick_form .form-control::-webkit-input-placeholder {
color:#222222
}
/*our_works_section*/
.service_section h3 {
	font-size: 30px;
	color: #40424a;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
}
.service_section {
	font-size: 24px;
	color: #40424a;
	text-align: center;
	line-height: 27px;
	font-weight: 400;
	margin-top: 45px;
}
.ser_item h4 {
	font-size: 16px;
	text-align: center;
	color: #40424a;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
}
.ser_item p {
	font-size: 15px;
	text-align: center;
	color: #40424a;
	font-weight: 400;
	margin-top: 10px;
	line-height: 20px;
}
.ser_item {
	margin-bottom: 30px;
	min-height: 360px;
}
.service_item_sec {
	margin-top: 50px;
}
.btn.view_more {
	font-size: 20px;
	color: #40424a;
	text-transform: uppercase;
	font-weight: 700;
	border: 4px solid #ff865d;
	border-radius: 27px;
	padding: 16px 31px;
	text-align: center;
}
.our_works_bg {
	background-image: url(../img/work_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 30px;
	margin-top: 45px;
}
.works_txt h3 {
	color: #fff;
}
.works_txt span {
	color: #fff;
}
.our_work_item_sec {
	margin-top: 30px;
	position: relative;
}
.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	display: block;
}
.owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 5px 5px;
	background: #8d8d8c;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
	background: #ff865d;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:active span {
	background: #c01b33;
}
.owl-dots {
	text-align: center;
	margin-top: 30px;
}
.owl-dots .owl-dot {
	display: inline-block;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:active span {
	background: #ff865d;
	border: 2px solid #d3d3cb;
}
/*testimonial_section*/
.testimonial_item_section {
	margin-top: 50px;
	margin-bottom: 40px;
}
.testmonial-item {
	padding-left: 66px;
}
.testimonial_img {
	position: absolute;
	width: auto;
	top: 89px;
	bottom: 0px;
	left: 32px;
	right: 0px;
	z-index: 1;
}
.owl-carousel .owl-item .testimonial_img img {
	width: auto;
}
.testimonial_txt {
	position: relative;
	padding: 30px 50px;
	border: 1px solid #d3d3cb;
}
.testimonial_txt span {
	border-bottom: 2px solid #40424a;
	width: 50px;
	float: left;
	margin-bottom: 10px;
}
.testimonial_item_section .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 5px 5px;
	background: #fff;
	border: 2px solid #d3d3cb;
}
.testimonial_item_section .owl-dots .owl-dot.active span, .testimonial_item_section .owl-dots .owl-dot:hover span, .testimonial_item_section .owl-dots .owl-dot:focus span {
    background: #ff865d;
    border: 2px solid #d3d3cb;
}

/*form_section*/

.form_bg {
	background-color: #ff865d;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 30px;
}
.form_section h2 {
	font-size: 30px;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
}
.form_section p {
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 27px;
	font-weight: 400;
	margin-bottom: 30px;
}
.form_section .form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #fff;
	background-color: #f8c4b5;
	background-image: none;
	border: 1px solid #fc7d58;
	border-radius: 0px;
}
.form_section textarea.form-control {
	height: 85px;
}
.form_section .dropdown-toggle.btn-default, .form_section .open .dropdown-toggle.btn-default {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #fff;
	background-color: #f8c4b5;
	background-image: none;
	border: 1px solid #fc7d58;
	border-radius: 0px;
}
.form_section .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}
.btn-quick {
	width: 100%;
	background: #ff865d;
	font-size: 18px;
	font-weight: 800;
	color: #fff;
	padding: 4px 18px;
	text-align: center;
	border-bottom: 3px solid #f8c4b5;
	text-transform: uppercase;
	border-radius: 0;
	margin-top: 41px;
}
.form_section .btn-quick {
	width: 100%;
	background: #fff;
	font-size: 18px;
	font-weight: 800;
	color: #002949 !important;
	padding: 4px 18px;
	text-align: center;
	border-bottom: 3px solid #f8c4b5;
	text-transform: uppercase;
	border-radius: 0;
	margin-top: 41px;
}
 .form-control::-moz-placeholder {
color:#fff;
opacity:1
}
.form-control:-ms-input-placeholder {
color:#fff
}
.form-control::-webkit-input-placeholder {
color:#fff
}
/* home page styles */


/* footer styles */

.footer_sec_bg {
	background-color: #002949;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.ft_about p {
	font-size: 13px;
	color: #cbd7e3;
	font-weight: 400;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 30px;
}
.ft_about .payment_icon {
	float: left;
	max-width: 244px;
}
.btn.ft_readmore {
	font-size: 13px;
	color: #ff865d;
	float: left;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0px;
}
.get_n_touch {
	border-bottom: 1px solid #cbd7e3;
	width: 100%;
}
.get_n_touch h3 {
	font-size: 18px;
	color: #cbd7e3;
	text-align: left;
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 39px;
}
.get_content {
	padding-top: 25px;
	padding-bottom: 14px;
	border-bottom: 1px solid #cbd7e3;
}
.get_icon {
	background-image: url(../img/location_icon.png);
	background-repeat: no-repeat;
	padding-left: 52px;
}
.get_icon h4 {
	font-size: 18px;
	color: #cbd7e3;
	font-weight: 600;
	margin-bottom: 0px;
}
.get_icon p {
	margin-top: 4px;
}
.ft_ph_icon {
	background-image: url(../img/ft_ph_icon.png);
	background-repeat: no-repeat;
	padding-left: 52px;
	margin-left: 25px;
	margin-top: 10px;
	height: 40px;
}
.ft_ph_icon a {
	font-size: 16px;
	color: #cbd7e3;
	font-weight: 700;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.get_icon.ft_mail {
	background-image: url(../img/ft_mail_icon.png);
	background-repeat: no-repeat;
	padding-left: 52px;
}
.ft_mail a {
	font-size: 13px;
	color: #cbd7e3;
	font-weight: 400;
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 30px;
}
.ft_links {
	margin-top: 32px;
	float: left;
	width: 100%;
}
.ft_links ul {
	margin: 0px;
	padding: 0px;
}
.ft_links li {
	list-style: none;
	float: left;
	padding-left: 83px;
}
.ft_links li:first-child {
	padding-left: 0px;
}
.ft_links li a {
	font-size: 13px;
	color: #cbd7e3;
	font-weight: 400;
	text-align: left;
}
.copy_right {
	float: left;
	background-color: #00233e;
	padding-top: 20px;
	padding-bottom: 10px;
	width: 100%;
}
.copy_right_left {
	float: left;
}
.copy_right p {
	color: #cbd7e3;
	font-size: 13px;
}
.copy_right_right {
	float: right;
}
/* inner page common styles */

/* about_page_start*/

.inner_h1 h1 {
	font-size: 31px;
	border-top: 1px solid #fff;
	float: left;
	line-height: 34px;
}
.inner_h2 h2 {
	border: none;
	margin-bottom: 0px;
}
.welcome_dc h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
	text-align: left;
}
.welcome_dc ul {
	margin: 0px;
	padding: 0px;
}
.welcome_dc li {
    background-image: url(../img/point_tick.png);
    background-repeat: no-repeat;
    padding-left: 26px;
    font-size: 17px;
    color: #262626;
    font-weight: 400;
    text-align: justify;
    text-transform: inherit;
    margin-top: 20px;
    list-style: none;
    margin-bottom: 20px;
    background-position: 0px 4px;
    line-height: 24px;
}

.abt_service {
	position: static;
	width: 100%;
	margin-top: 87px;
}
.abt_service ul {
	padding-left: 0px;
}
.abt_service li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 19px;
}
.ser_border span.abt-ser_txt {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #3d4049;
	border-left: 1px solid #fff;
	padding: 12px 24px;
}
.abt_ser_border {
	border-bottom: 1px solid #3d4049;
	border-left: 1px solid #3d4049;
}
.ser_border:hover {
	border-bottom: 1px solid #ff865d;
	border-left: 1px solid #ff865d;
}
.ser_border span.abt-ser_txt {
	border-left: 1px solid #3d4049;
	padding: 18px 4px;
	font-size: 14px;
}
.ser_border:hover span.abt-ser_txt {
	border-left: 1px solid #ff865d;
	padding: 18px 4px;
	font-size: 14px;
}
.abt_service li:last-child {
	margin-bottom: 90px;
}
/* about_page_end*/


/* testimonial_start*/
.testimonial_sec {
	width: 100%;
	border-bottom: 2px solid #e2e2dc;
	margin-bottom: 30px;
}
.testi_img {
	float: left;
	width: 100%;
	text-align: center;
}
.testi_img h3 {
	font-size: 15px;
	text-align: center;
	text-transform: inherit;
	font-weight: 700;
	margin-bottom: 0px;
}
.testi_img span.testi_border {
	border-bottom: 2px solid #40424a;
	width: 50px;
	display: inline-block;
	margin-top: 20px;
}
.testi_img p {
	font-size: 15px;
	text-align: center;
	text-transform: inherit;
	font-weight: 400;
	margin-top: 0px;
}
.testi_img img {
	width: auto;
}
.testi_txt {
	float: left;
	width: 100%;
}
.testi_txt p {
	font-size: 15px;
	text-align: justify;
	text-transform: inherit;
	font-weight: 400;
	border-left: 2px solid #e2e2dc;
	padding: 66px 29px;
	margin: 0px;
}
/* testimonial_end*/

/* page styles */

/*contact_page_start*/
.carousel-caption.contact_caption {
	right: 0;
	left: 39%;
	bottom: 0;
	top: 18%;
}
.contact_h1 h1 {
	font-size: 40px;
	font-weight: 900;
	color: #3d4049;
	border: none;
	padding-left: 15px;
}
.contact_h2 h2 {
	font-size: 18px;
	font-weight: 600;
	color: #3d4049;
	border-top: 1px solid #3d4049;
	border-bottom: none;
}
.contact_txt {
	padding-top: 39px;
	padding-left: 75px;
	padding-right: 75px;
	background-color: #ff865d;
	padding-bottom: 25px;
	min-height: 178px;
}
.contact_txt h3 {
	color: #fff;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 30px;
}
.contact_no {
	padding-top: 66px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #002949;
	padding-bottom: 73px;
	max-height: 178px;
	text-align: center;
}
.contact_no a {
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	line-height: 26px;
	text-align: justify;
}
.contact_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.address_section {
	margin-top: 30px;
}
.phone_sec {
	border: 3px solid #d3d3cb;
	text-align: center;
	padding: 20px 0px;
	min-height: 170px;
}
.phone_sec h3 {
	color: #bebdbd;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-weight: 900;
	margin-bottom: 2px;
}
.phone_sec a {
	color: #40424a;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	font-weight: 600;
	line-height: 18px;
}
.address_txt {
	color: #40424a;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-weight: 600;
	line-height: 18px;
}
.mail_txt {
	color: #40424a;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	font-weight: 600;
	line-height: 18px;
}
.map_section {
	margin-top: 30px;
	margin-bottom: 30px;
}
.message_form {
	background-color: #40424a;
	padding: 30px 30px;
}
.message_form h3 {
	color: #fff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 800;
}
.message_form p {
	color: #fff;
	margin: 0;
	padding: 0;
	text-transform: inherit;
	font-size: 15px;
	font-weight: 400;
	line-height: 19px;
	margin-top: 6px;
	margin-bottom: 15px;
}
.form_txt_area {
	margin-bottom: 10px;
}
.form_txt_area .form-control {
	background-color: #7a7b81;
	border: none;
	border-radius: 0px;
	color: #fff;
}
.message_form textarea.form-control {
	height: 85px;
}
.message_btn {
	background-color: #ff865d;
	float: right;
	font-weight: 800;
	font-size: 18px;
	padding: 5px 50px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
}
.gallery_images_margin img {
	margin-bottom: 30px;
	width: 100%;
}
.gallery_images_margin .caption
{
	min-height: 18px;
}
.gallery_images_margin .caption h4
{
	font-size: 16px;
}
.footer-social-media li a {
	padding-top: 38px;
	padding-left: 0px !important;
	padding-right: 37px;
}
/*02-06-2017*/
.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
	background-color: #ff865d !important;
	border: 2px solid #fff;
	width: 13px;
	height: 13px;
}
.lSSlideOuter .lSPager.lSpg > li a {
	background-color: #9b9898 !important;
	height: 13px !important;
	width: 13px !important;
}
.product_img li {
	border: 6px solid #fff;
}

.gallery_main .gallery_images_margin
{
	position: relative;
	margin-bottom: 15px;
}
.gallery-caption
{
	position: absolute;
	top: 0;
	left: 15px;
right: 15px;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	line-height: 176px;
	display: none;
}
.gallery_main .gallery_images_margin:hover .gallery-caption
{
	display: block;
	text-align: center;
}
.gallery-caption h4
{
	line-height: 1.2;
display: inline-block;
text-transform: uppercase;
border-bottom: 1px solid #FF865D;
margin: 0 10px;
width: calc(100% - 20px);

}
/**********/


/* media Query */





.owl-nav {
	float: right;
	display: block;
	margin-top: 14px;
}
.our_works_bg .owl-prev {
	position: absolute;
	top: 110px;
	left: -51px;
}
.owl-nav span {
	border: 2px solid #ff865d;
	color: #3a3a3a;
	font-size: 22px;
	display: block;
	cursor: pointer;
	float: left;
	padding: 3px 10px;
	margin-left: 5px;
	line-height: 1;
}
.owl-nav span i {
	font-weight: 900;
	font-size: 22px;
	color: #ff865d;
}
.our_works_bg .owl-next {
	position: absolute;
	top: 110px;
	right: -51px;
}






/* Define mobile styles */
@media (max-width: 767px) {
.col-1by5 {
	width: 100%;
}
.pad-none {
	padding-left: 15px;
	padding-right: 15px;
}
.pad-left-none {
	padding-left: 15px;
}
.pad-right-none {
	padding-right: 15px;
}
.social_icon {
	display: none;
}
.footer-social-media {
	display: block;
}
.copy_right p {
	color: #cbd7e3;
	font-size: 13px;
	text-align: center;
}
.footer-social-media li a {
	padding-top: 19px;
	padding-left: 0px !important;
	padding-right: 0px;
	margin-left: 43px;
}
.btn.free_quote, .btn.free_quote:hover, .btn.free_quote:focus, .btn.free_quote:visited {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #c01b33;
	border-radius: 5px;
	border-bottom: 2px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	margin-top: 15px;
}
.banner_service_sec {
	display: none;
}
.carousel-control.right img {
	display: none;
}
.carousel-control.left img {
	display: none;
}
.welcome {
	float: left;
}
.header_tab {
	position: static;
}
.header_tab .navbar {
	min-height: 0px;
}
.header_left {
	margin-top: 19px;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 11px 10px;
	margin-top: 19px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #ff865d;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #fff;
}
.btn.call_back, .btn.call_back:visited {
	font-size: 12px;
	font-weight: 800;
	color: #38407a;
	background: rgba(255,255,255,0.7);
	border: 6px solid #fff;
	float: left;
	padding: 1px 39px;
	border-radius: 0px;
	text-transform: uppercase;
	margin-top: 9px;
}
.carousel-caption h1 {
	font-size: 13px;
	font-weight: 900;
	text-align: left;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	line-height: 12px;
}
.carousel-caption {
	right: 0;
	left: 43px;
	padding-bottom: 53px;
	bottom: -38px;
}
.carousel-caption h2 {
	font-size: 15px;
	padding-bottom: 0px;
	margin-bottom: 8px;
	border-bottom: 1px solid #fff;
	float: left;
}
.ft_ph_icon {
	margin-left: 0px;
	margin-top: 11px;
}
.ft_about p {
	margin-bottom: 0px;
}
.ft_links {
	display: none;
}
.get_content {
	padding-top: 5px;
}
.copy_right_right {
	float: none;
}
.wel_text h2 {
    font-size: 12px;
    margin-bottom: 0px;
}

.right_block {
    margin-bottom: 6px;
}

.btn.free_quote, .btn.free_quote:hover, .btn.free_quote:focus, .btn.free_quote:visited {
	background-color: #ff865d;
	border-bottom: 2px solid #ffc7b4;
	padding-top: 4px;
	padding-bottom: 4px;
}
.wel_call_us span {
	font-size: 21px;
	line-height: 21px;
}
.wel_call_us a {
	font-size: 28px;
	font-weight: 900;
	line-height: 27px;
}
.wel_call_us {
	margin-top: 30px;
}
.ser_item {
	margin-bottom: 30px;
	min-height: 305px;
}
.our_works_bg {
	margin-top: 0px;
}
.service_section {
	font-size: 16px;
}
.service_section h3 {
	font-size: 23px;
}
.testimonial_item_section .owl-dots .owl-dot.active span, .testimonial_item_section .owl-dots .owl-dot:hover span, .testimonial_item_section .owl-dots .owl-dot:focus span {
	background: #ff865d;
	border: 2px solid #d3d3cb;
}
.form_bg {
	padding-top: 21px;
	padding-bottom: 34px;
	margin-top: 30px;
}
.form_section h2 {
	font-size: 21px;
}
.carousel-caption h2 {
	font-size: 11px;
	padding-bottom: 0px;
	margin-bottom: 8px;
	border-bottom: 1px solid #fff;
	float: left;
}
.contact_h1 h1 {
	font-size: 27px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	line-height: 31px;
}
.carousel-caption.contact_caption {
	right: 0;
	left: 22%;
	bottom: 0;
	top: 9%;
}
.phone_sec {
	min-height: 137px;
	margin-bottom: 30px;
}
.message_btn {
	width: 100%;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #777 !important;
	text-align: center !important;
	padding-left: 10px !important;
	font-size: 14px;
}
.header_tab .navbar-default .navbar-nav > li {
	padding-right: 0px !important;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
	color: #ff865d !important;
	background-color: #eaeaeacc;
}
.our_works_bg .owl-prev {
	position: absolute;
	top: 84px;
	left: 1px;
}
.our_works_bg .owl-next {
	position: absolute;
	top: 84px;
	right: 6px;
}
.dropdown-menu > li > a {
	padding: 6px 13px;
	font-size: 11px;
}
.form_section p {
	font-size: 19px;
	line-height: 23px;
}
.testmonial-item {
	padding-left: 0px;
}
.testimonial_txt {
	padding: 23px 22px;
}
.form_bg {
	margin-top: 0px;
}
.testimonial_item_section {
	margin-top: 20px;
	margin-bottom: 20px;
}
.welcome_dc li {
	font-size: 16px;
	text-align: left;
	margin-top: 21px;
	line-height: 23px;
}
}


/* tablet screens */
@media (min-width: 768px) and (max-width: 991px) {
.col-1by5 {
	width: 50%;
}
.social_icon li a {
	padding-left: 30px;
}
.banner_service_sec {
	display: none;
}
.carousel-caption {
	bottom: -13px;
}
.header_tab .navbar-default .navbar-nav > li > a {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
	margin-top: 7px;
	padding: 2px;
}
.ft_links li {
	padding-left: 78px;
}
.carousel-caption h1 {
	font-size: 22px;
	line-height: 25px;
}
.wel_call_us {
	margin-top: 20px;
}
.testimonial_item_section .owl-dots .owl-dot.active span, .testimonial_item_section .owl-dots .owl-dot:hover span, .testimonial_item_section .owl-dots .owl-dot:focus span {
	background: #ff865d;
	border: 2px solid #d3d3cb;
}
.footer-social-media li a {
	padding-top: 0px;
	padding-left: 0px !important;
	padding-right: 37px;
}
.btn.ft_readmore {
	float: right;
}
.phone_sec {
	min-height: 179px;
}
.phone_sec a {
	font-size: 13px;
}
.address_txt {
	font-size: 14px;
}
.location_map iframe {
	height: 500px;
}
.contact_txt {
	padding-top: 17px;
	padding-left: 11px;
	padding-right: 11px;
	background-color: #ff865d;
	padding-bottom: 3px;
	min-height: 114px;
}
.contact_txt h3 {
	color: #fff;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 21px;
}
.contact_no {
	padding-top: 38px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #002949;
	padding-bottom: 35px;
	max-height: 210px;
	text-align: center;
}
.contact_no a {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 900;
	line-height: 17px;
	text-align: justify;
}
.contact_h2 h2 {
	font-size: 15px;
}
.contact_h1 h1 {
	font-size: 32px;
	line-height: 31px;
}
.testi_txt p {
	padding: 26px 29px;
}
.our_works_bg .owl-prev {
	position: absolute;
	top: 110px;
	left: 1px;
}
.our_works_bg .owl-next {
	position: absolute;
	top: 110px;
	right: 6px;
}
.get_icon h4 {
	font-size: 17px;
}
.testmonial-item {
	padding-left: 0px;
}
.testimonial_item_section {
	margin-top: 20px;
	margin-bottom: 0px;
}
.header_top a.tel_no {
	font-size: 19px;
}
}
/* medium desktop screens */
@media (min-width: 992px) and (max-width: 1199px) {
.col-1by5 {
	width: 20%;
}
.header_top a.tel_no {
	font-size: 23px;
}
.social_icon li a {
	padding-left: 32px;
}
.carousel-caption {
	bottom: 31px;
}
.wel_call_us span {
	font-size: 22px;
	line-height: 24px;
}
.service_section {
	font-size: 21px;
}
.form_section .btn-quick {
	margin-top: 48px;
}
.ft_ph_icon a {
	font-size: 14px;
	font-weight: 900;
}
.ft_about p {
	font-size: 11px;
}
.ft_links li {
	padding-left: 44px;
}
.ft_mail a {
	font-size: 12px;
}
.get_icon h4 {
	font-size: 14px;
}
.ser_border span.abt-ser_txt {
	font-size: 11px;
}
.ser_border:hover span.abt-ser_txt {
	font-size: 11px;
}
.contact_no {
	padding-top: 58px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 62px;
	max-height: 148px;
}
.contact_txt {
	padding-top: 32px;
	padding-left: 75px;
	padding-right: 75px;
	padding-bottom: 25px;
	min-height: 139px;
}
.contact_no a {
	font-size: 25px;
}
.our_works_bg .owl-prev {
	position: absolute;
	top: 85px;
	left: -43px;
}
.our_works_bg .owl-next {
	position: absolute;
	top: 85px;
	right: -39px;
}
}
/* Large screens*/
@media (min-width: 1200px) {
.col-1by5 {
	width: 20%;
}
}
/*custom screen media */
@media (min-width: 1199px) and (max-width: 1280px) {
.banner_service_bg {
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	float: left;
	padding-top: 58px;
	padding-bottom: 38px;
}
}
