@charset "utf-8";

/ CSS Document /

@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



/*----------------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after,
{
	content: '';
	content: none;
}

 :focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
a:hover,
a:active,
a:focus {
	outline: none;
	outline-style: none;
	outline-width: 0;
}

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

a {
	
	text-decoration: none;
	box-shadow: none;
	transition: all 0.4s ease-in-out 0s;
}

a:hover {
	text-decoration: none;
	box-shadow: none;
	border-bottom: none;
}

a:focus {
	text-decoration: none;
	box-shadow: none;
	border-bottom: none;
}


p {
	font-family: 'Poppins', sans-serif;
}

body {
	margin: 0;
	padding: 0px;
	font-family: 'Poppins', sans-serif;
	background: #fff;
	color: #000;
	line-height: normal;
	overflow-x: hidden;
	font-size:16px;
	font-weight:300;
}


.container {
	max-width:1200px;
	width: 90%;
	padding:0 20px;
}
.extended{
	max-width: 1550px;
	margin:0 auto;
	width: 96%;
}
.mob_header {
    display: none;
}
.clr{
	clear:both;
}


/* header start*/

.top_head{
	background:#b43e3a;
	padding:12px 0;
}
.top_head h6 a{
	text-align:center;
	font:"Open Sans", serif;
	color:#fff;
	text-transform:uppercase;
	letter-spacing: 2px;
	display:block;
}
.top_head h6 a:hover{
    color:#f1f1f1;
}

.head_section{
	padding:10px 0;
	display:block;
}

.head_section .ftr_icon{ text-align:right; }

.head_section .ftr_icon i{ background:#b43e3a; color:#fff; }

.head_cont p{
	color:#b43e3a;
	font-size:15px;
	padding-bottom:4px;
	font:"Open Sans", serif;
}
.head_cont a{
	font-weight:600;
	color:#b43e3a;
}
.logo_area{
	text-align:center;
}
.search_area{
	text-align:right;
}
.search_area input{
	border: 1px solid #cccccc;
	padding: 8px 20px 8px 40px;
	border-radius: 5px;
	font-size: 14px;
	background: url("../images/search.png") 10px center no-repeat;
	max-width: 200px;
}
.menu_sec{
	display:block;
	margin:10px 0 0 0;
	padding:0;
	position:relative;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
/*.menu_sec:before{ background:#1b4560; content:""; position:absolute; right:0; top:-13px; width:100%; height:1px; }*/
.menu_sec ul{
	margin:0;
	padding:0;
	
}
.menu_sec ul li {
    /*float: left;*/
    list-style: none;
	    margin: 0;
		display:inline-block;
        position: relative;
}

.menu_sec ul li:first-child {
    margin-left: 40px;
}
.menu_sec ul li.last{
    margin: 0 40px;
	text-align:right;
	float: right;
}
.menu_sec ul li a {
  color: #000;
  font-size: 16px;
  padding: 10px 15px;
  display: inline-block;
  font-weight: 600;
  font:"Open Sans", serif;

}
.menu_sec ul li:hover > ul.sub-menu {
    opacity: 1;
    transform: translate(0px, 11px);
	visibility:visible;
}
.menu_sec ul li > ul.sub-menu {
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 2;
    text-align: left;
    color: #242424;
    background: url(../images/sub-menu-bg.jpg) no-repeat top left #fff;
    /*width: max-content;*/
    transform: translate(0px, 30px);
    transition: 0.5s;
    opacity: 0;
    padding: 12px 0 0;
	/*min-width:197px;*/
	width:230px;
	visibility:hidden;
}
.menu_sec ul li > ul.sub-menu > li {
    display: block;
    margin: 0;
}

.menu_sec ul li > ul.sub-menu > li > ul.sub-menu{ left:230px; top:0; padding-top:0; }

.menu_sec ul li > ul.sub-menu > li a{ padding:10px; font-size:14px; display:block; text-transform:capitalize; border-bottom:2px solid #fff; }

.menu_sec ul li > ul.sub-menu > li:last-child a{ border-bottom:none; }

.menu_sec ul li > ul.sub-menu > li a:hover{ background:#b43e3a; color:#fff; border-bottom:2px solid #fff; }
.menu_sec ul li.dropdown > a::after {
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    margin-left: 5px;
}

.menu_sec ul li.dropdown:hover > a::after {
    content: '\f077';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    margin-left: 5px;
}
.sub {
	left: 230px;
}

/* banner start */

.main_slider .owl-nav{ position:absolute; width:100%; top:50%; transform:translateY(-50%); height:48px; margin:0 !important; }

.main_slider .owl-prev{ left:20px; width:48px; height:48px; background:url(../images/left_arw.png) no-repeat center rgba(0,0,0,.6) !important; border-radius:0 !important; position:absolute; font-size:0 !important; transition:.5s ease; margin:0 !important; }

.main_slider .owl-next{ right:20px; width:48px; height:48px; background:url(../images/right_arw.png) no-repeat center rgba(0,0,0,.6) !important; border-radius:0 !important; position:absolute; font-size:0 !important; transition:.5s ease; margin:0 !important; }

.main_slider .owl-prev:hover, .main_slider .owl-next:hover{ background-color:#b43e3a !important; }

.lower_bann_section{
	background:#7b2724;
	padding:140px 0;
	color:#fff;
}
.lower_bann_section h2{
	font-family: "Crimson Text", serif;
	font-size: 42px;
	padding-bottom: 10px;
}
.lower_bann_section p{
    line-height: 26px;
    font-weight: 400;
}
.pdnone{
	padding:0;
}

/* gallery start */

.gallery_section{
	padding:50px 0 50px 0;
}

.gallery_section img, .show_section img{ transition.5s ease; }

.gallery_section img:hover, .show_section img:hover{ filter: grayscale(100%); }

.each_gal h2{
	font-size:31px;
	color:#595959;
	margin:80px 0 20px 0;
	display:block;
	font-weight:400;
	line-height: 37px;
}
.each_gal a{
	padding:16px 40px;
	background:#b43e3a;
	font-size:16px;
	color:#fff;
	 font:"Open Sans", serif;
}
.each_gal a:hover{
	background:#000;
}
.each_gal h5{
	font:700 16px/18px "Open Sans", serif;
	margin:7px 0 16px 0;
	color:#b43e3a;
	font:"Open Sans", serif;
}
.rev_area{
	margin-top:36px;
	padding:60px 0;
	text-align:center;
	background:url("../images/g7.jpg") no-repeat 0 center rgba(0, 0, 0, 0.3);
	background-size:cover;
}
.rev_area h2{
	font-size:30px;
	color:#fff;
	font-weight:400;
}
.rev_area a{
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	margin-top: 40px;
	display: block;
	font:"Open Sans", serif;
}
.star i{
	display: inline-block;
	color: #ffda00;
	font-size: 38px;
	margin: 0 2px 14px 2px;
}

.onestop_section{
	background:#b43e3a;
	padding:110px 0;
	color:#fff;
}
.onestop_section h2{
	font-size:30px;
	padding-bottom:10px;
	font-weight:400;
}
.onestop_section ul{
	padding:0 40px 20px 40px;
}
.onestop_section ul li{
	list-style: none;
    line-height: 27px;
    font-weight: 400;
}
.onestop_section p{
	padding:0 40px;
	line-height: 26px;
}

.project_section{
	background:#7b2724;
	padding:110px 0;
	color:#fff;
	text-align:center;
}
.project_section h2{
	font-size:30px;
	padding-bottom:30px;
	font-weight:400;
}
.project_section a{
	padding: 14px 22px;
  background: #b43e3a;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  font:"Open Sans", serif;
}
.project_section a:hover{
	background:#000;
}

.show_section div{
	padding:0;
	margin-left:0;
	margin-right:0;
}
.show_text{
	padding:48px 30px 0 30px !important;
	min-height: 254px;
	max-height: 254px;
}
.show_section h3{
	font-size:24px;
	padding-bottom:7px;
	font-weight:400;
}
.show_section p{
	padding-bottom:20px;
	font-size:16px;
	font-weight: 400;
}
.show_section a{
	padding: 14px 30px;
  background: #b43e3a;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  font:"Open Sans", serif;
}
.show_section a:hover{
	background:#000;
}
.s1_img img{
	width:100%;
	min-height: 508px;
	max-height: 508px;
	object-fit: cover;
}
.s2_img img{
	width:100%;
	min-height: 254px;
	max-height:254px;
	object-fit: cover;
}

.form_section{
	padding:60px 0;
	text-align:center;
}
.form_section h2{
	font-size:30px;
	padding-bottom:10px;
	font-weight:400;
	color:#595959;
}
.form_section p{
	font-size:16px;
	padding-bottom:30px;
	font-weight:400;
	text-transform:uppercase;
	letter-spacing:2px;
}
.fform input#fname, input#lname, input#phone, input#zip, input#pdate, select#ptime{
	padding: 8px 15px;
	border: 1px solid #ccc;
	color: #000;
	margin: 4px 2px;
	width: calc(50% - 7px);
	background: #fff;
	font-size: 14px;
}
.fform input::placeholder, .fform textarea#comm::placeholder{ color:#000; opacity:1; }
.fform input#email, textarea#comm{
	padding: 8px 15px;
	border: 1px solid #ccc;
	color: #000;
	margin: 4px 2px;
	width: 49%;
	background: #fff;
	font-size: 14px;
	width:99.2%;
}
.fform textarea#comm{
	margin-top:20px;
}
.fform input#address, input#city, select#state{
	padding: 8px 15px;
	border: 1px solid #ccc;
	color: #000;
	margin: 4px 2px;
	width: 49%;
	background: #fff;
	font-size: 14px;
	width: 32.4%;
}
.fform p{
	text-align:left;
	text-transform:none;
	padding:20px 0;
	letter-spacing: normal;
}
.fform input#submit {
  padding: 14px 40px;
  background: #b43e3a;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-top:20px;
  border: none;
  min-width: 200px;
   font:"Open Sans", serif;
   transition:.5s ease;
}

.fform input#submit:hover{ background:#063026; }

.cbox{
	width: 253px;
	display: inline-block;
	text-align: left;
	margin-bottom: 6px;
	float: left;
	padding-left: 6px;
}
.cbox label{
	/*color: #6b6b6b;*/
	font-weight: 400;
	font-size: 12px;
}
.cbox input[type=checkbox]{
	color: #6b6b6b;
	margin-right: 6px;
}
.wnone{
	width:auto;
}

.logoc_section{
	padding:60px 0;
	border-top:1px solid #cccccc;
}
.logoc_section h2{
	font-size:24px;
	color:#000;
	padding-bottom:40px;
	font-weight:400;
	text-align:center;
}
#logo_slider .owl-dots{
	display:none !important;
}

.ftr_section{
	padding:60px 0 30px 0;
	background:#b43e3a;
}
.ftr_icon ul li{
	display:inline-block;
}
.ftr_icon i{
	color: #b43e3a;
	font-size: 14px;
	background: #fff;
	padding: 6px 0;
	border-radius: 90px;
	margin: 0 2px;
	width: 26px;
	height: 26px;
	text-align: center;
}
.ftr_icon img{
	width:26px;
	height:26px;
	margin:0 2px;
}
.q_link{
	text-align:center;
}
.q_link ul li{
	display:inline-block;
	font-size:16px;
	text-transform:uppercase;
	margin:10px 14px;
	font-weight:600;
	 font:"Open Sans", serif;
	 letter-spacing:1px;
}
.q_link ul li a{
	color:#fff;
}
.q_link ul.sm_lnk li{
	font-size:14px;
}
.q_link p{
	color:#fff;
	margin:40px 0 20px 0;
}
.q_link p a{
	color:#fff;
	font-weight:600;
}
.q_link p a:hover{
	color:#ccc;
}
.fcard li{
	margin: 0 3px !important;
	width: 73px;
	height: auto;
}
.gary_line{
	border-top: 1px solid #484848;
	padding: 40px 0 0 0;
}
.gary_line p{
	color:#fff;
	font-size:12px;
	padding-top: 8px;
}
.gary_line p a{
	color:#fff;
	font-weight:600;
}
.gl_img{
	float:right;
	text-align:right;
}
.gl_img img{

	width:120px;
}
.gl_img h6{
	font:"Open Sans", serif;
	font-size:8px;
	color:#eda820;
	padding-top: 4px;

}
.gl_img h6 a{
	color:#eda820;
}







#backToTop {
    display: inline-block;
    background: url(../images/826417.png) no-repeat center #b43e3a;
    width: 50px;
    height: 50px;
    text-align: center;
    /* position: fixed; */
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
	border-radius:0;
	float:right;
  }

  #backToTop:hover {
    cursor: pointer;
    background-color: #000;
  }
  #backToTop:active {
    background-color: #000;
  }
  #backToTop.show {
    opacity: 1;
    visibility: visible;
  }


/*21.12.2024*/ 


.about_section{ padding:70px 0; }

.about_section h2, .form_section.fe h2{ font-family:"Crimson Text", serif; text-align:center; font-size:45px; margin-bottom:10px; }

.about_section h5{ font-weight:400; text-align:center; color:#595959; margin-bottom:12px; letter-spacing:2px; text-transform:uppercase; }

.about_section p{ color:#444444; margin:10px 0; }

.about_section img{ width:100%; margin-top:10px; }

.about_section .abt_area p a{ padding: 12px 30px; background: #b43e3a; font-size: 16px; color: #fff; display: inline-block; margin-top:10px; transition:.5s ease; }

.about_section .abt_area p a:hover{ background:#063026; }

.srvc_section{ padding:50px 0; text-align:center; color:#fff; background:url(../images/1307219.png) repeat #000000; }

.srvc_section h2{ font-size:30px; color:#fff; margin-bottom:12px; font-weight:400; }

.srvc_section h5{ font-weight:400; text-align:center; color:#fff; margin-bottom:10px; letter-spacing:2px; text-transform:uppercase; }

.srvc_section h4{ font-size:20px; padding:21px; border:2px solid #fff; color#fff; text-align:center; background:#b43e3a; font-weight:400; }

.abt_pg .s1_img img, .abt_pg .s2_img img{ object-position:bottom; }

.abt_pg .show_text ul{ margin:0 0 20px 22px; }

.abt_pg .show_text ul li{ margin-bottom:5px; font-weight:400; }

.abt_pg .show_text{ padding:30px !important; }

.onestop_section.abtpg h2{ text-align:center; font-size:32px; margin-bottom:38px; }

.bbb{ max-width:200px; padding:20px; background:#fff; margin:0 auto; text-align:center; }

.get_section{ text-align:center; background:url(../images/1280761.jpg) no-repeat bottom center; background-size:cover; padding:170px 0 150px; box-shadow:inset 0 0 0 5000px rgba(0, 0, 0, .42); }

.get_section h2{ font-size:60px; color:#fff; font-weight:400; text-align:center; margin-bottom:13px; }

.get_section h5{ text-align:center; color:#fff; margin-bottom:14px; letter-spacing:2px; text-transform:uppercase; font-size:18px; }

.get_section img{ width:40px; }

.about_section ul{ margin:10px 0 30px 25px; }

.about_section ul li{ color:#444444; margin-top:10px; }

.about_section ul li a{ font-size:17px; color:#b43e3a; font-weight:600; font-style:italic; }

.simg img{ max-height:294px; object-fit:cover; object-position:top; }

.form_section.srvcpg{ padding-top:0; }

.form_section.srvcpg h2{ padding-bottom:30px; }

.form_section.srvcpg p{ padding-bottom:10px; color:#444; }

.form_section.srvcpg select#state{ width:99%; }

.rvw{ text-align:center; margin-top:50px; }

.about_section .rvw img{ width:auto; max-width:100%; }

.ins{ margin-top:20px; }

.ins_cont a{ display:block; text-align:center; padding:12px; background:#b43e3a; margin-top:3px; color:#fff; transition:.5s ease; }

.ins_cont a:hover{ background:#063026; }

.ins_sec{ border-bottom:1px solid #939395; }

.form_section.fe p{ color:#444444; }

.form_section.fe h2{ color:#000; padding-bottom:0; }

.conpg .form_section{ padding:29px 0; }

.map_area{ margin-top:70px; }

.cont_dtls{ margin-top:25px; }

.cont_dtls h3{ margin-bottom:15px; font-size:32px; color:#595959; font-weight:400; }

.cont_dtls h4{ font-size:24px; font-weight:400; }

.about_section .cont_dtls p{ margin:5px 0; }

.about_section .cont_dtls a{ color:#b43e3a; font-weight:600; display:block; margin-bottom:20px; }

.shwrm{ text-align:center; font-size:18px; color:#444; margin:30px 0 20px; }

.shwrm h3{ font-size:22px; margin-top:30px; font-weight:400; color:#444; }

.shw2{ text-align: justify;  font-size: 18px; max-width: 800px; margin: 30px auto; }
	
.shw2 p{ margin-top:15px; }

.shw2 .abt_area{ text-align:center; }

.ftr_logo{ margin-bottom:20px; }

.ftr_hdng{  }

.ftr_hdng h3{ font-size:22px; margin-bottom:20px; }

.q_link{ text-align:left; }

.fmenu.q_link ul li{ display:block; width:50%; float:left; margin:5px 0; }

.cmenu.q_link ul li{ display:block; margin:5px 0 15px; padding-left:33px; }

.cmenu.q_link ul li:first-child{ background:url(../images/adrs.png) no-repeat left 5px; }

.cmenu.q_link ul li:last-child{ background:url(../images/call.png) no-repeat left center; }

.q_link ul li a{ transition:.5s ease; }

.q_link ul li a:hover{ color:#000; }

.ftr_section .gary_line{ margin-top:60px; }

.fcard{ margin-top:20px; }


/*26.12.2024*/ 


.inr_bnr_area{ padding:60px 10px; text-align:center; }

.inr_bnr_area.ffs{ background:url(../images/1281155.jpg) no-repeat center; background-size:cover; }

.inr_bnr_area h2{ margin-bottom:20px; font-size:32px; color:#fff; font-weight:400; }

.inr_bnr_area a{ padding: 12px 30px; width:90%; max-width:400px; background: #b43e3a; font-size: 16px; color: #fff; display: inline-block; margin-top:10px; transition:.5s ease; }

.inr_bnr_area a:hover{ background:#063026; }

.ff{ background:#f3f3f3; padding:50px; }

.form_section.srvcpg .ff h2{ color:#000; }

.fixfst.form_section.srvcpg{ padding:70px 0; }

.fixscnd{ text-align:left; }

.form_section.srvcpg .fixscnd p{ text-transform:none; letter-spacing:0; }

.form_section.srvcpg .fixscnd h3{ font-family:"Crimson Text", serif; font-size:45px; margin-bottom:10px; }

.form_section.srvcpg .fixscnd h4{ font-size:34px; margin:15px 0 25px; color:#444; font-weight:400; }

.fixthrd_section{ border-top:1px solid #939395; padding:55px 0 60px; }

.fixthrd_section h4{ font-size:24px; margin-bottom:20px; font-weight:400; }

.fixthrd_section p{ color: #444; font-size:16px; padding-bottom:10px; }

.fixthrd_section p a{ color:#b43e3a; font-weight:600; }

.cta a{ padding: 12px 30px; background: #b43e3a; font-size: 16px; color: #fff; display: inline-block; margin-top:10px; transition:.5s ease; }

.cta a:hover{ background:#063026; }

.inr_bnr_area.rar{ background:url(../images/1280976.jpg) no-repeat center bottom; background-size:cover; }

.inr_bnr_area.cbnts{ background:url(../images/1281218.jpg) no-repeat center; background-size:cover; }

.about_section.pp h2{ margin-bottom:40px; }

.about_section.pp h3{ font-size:33px; margin:25px 0; font-weight:400; color:#595959; }

.about_section.pp h6{ font-weight:700; color:#595959; text-align:left; font-size:16px; margin:25px 0; line-height:22px; }

.about_section.pp p{ font-weight:400; color:#595959; }

.about_section.pp .stp{ margin-top:10px; }

.about_section.pp .stp h6{ margin:15px 0 5px; }

.about_section.pp .stp p{ margin:0 0 10px; }

.fnnce_icon_sec{ padding:70px 0; }

.efc{ text-align:center; margin:20px 0; }

.efc h5{ color:#293033; margin-top:20px; font-size:20px; line-height:24px; }

.efc h5 span{ color:#b31417; }

.fnnce{ background: rgba(6,76,143,1);
background: -moz-linear-gradient(left, rgba(6,76,143,1) 0%, rgba(158,26,37,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(6,76,143,1)), color-stop(100%, rgba(158,26,37,1)));
background: -webkit-linear-gradient(left, rgba(6,76,143,1) 0%, rgba(158,26,37,1) 100%);
background: -o-linear-gradient(left, rgba(6,76,143,1) 0%, rgba(158,26,37,1) 100%);
background: -ms-linear-gradient(left, rgba(6,76,143,1) 0%, rgba(158,26,37,1) 100%);
background: linear-gradient(to right, rgba(6,76,143,1) 0%, rgba(158,26,37,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#064c8f', endColorstr='#9e1a25', GradientType=1 ); }

.fnnce_bullet_sec{ padding-bottom:70px; }

.fnnce_bullet_sec h2{ padding:20px 50px 20px 30px; display:inline-block; background:#064c8f; color:#fff; text-transform:uppercase; clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%); font-size:25px; }

.fnnce_bullet_sec ul{ margin:0; padding:0; }

.fnnce_bullet_sec ul li{ list-style:none; background:url(../images/fnnce_blt.jpg) no-repeat left 3px; padding:5px 0 5px 40px; margin-top:20px; color:#293033; font-weight:500; }

.fbr{ border-top:2px solid #dddfe2; padding-top:20px; }

.fnnce_bullet_lnk{ text-align:center; margin-top:50px; }

.fnnce_bullet_lnk a{ display:inline-block; padding:15px 65px; background:#b31417; color:#fff; font-weight:600; font-size:19px; border-radius:3px; }

.fnnce_cal_sec{ padding-bottom:70px; }

.fnnce_cal_sec h2{ text-align:right; color:#064c8f; text-transform:uppercase; line-height:24px; font-weight:600; font-size:22px; }

.fnnce_bullet_sec.ft h2{ clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%); }

.fnnce_bullet_sec.ft p{ font-weight:400; margin-bottom:15px; color:#293033; }

.fnnce_test_sec{ padding-bottom:70px; text-align:center; color:#7c8f9a; font-style:italic; font-weight:400; }

.fnnce_test_sec span{ display:block; color:#525f66; margin-top:20px; font-size:17px; }

.fnnce_prtnr_sec{ padding:40px 0 70px; text-align:center; }

.fnnce_prtnr_sec h3{ text-align:center; text-transform:uppercase; color:#064c8f; font-size:20px; }

.fnnce_prtnr_sec .fbr{ border-bottom:2px solid #dddfe2; padding-top:10px; border-top:none; }

.fnnce_prtnr_sec .ech_prt1 ul li{ width:20%; }

.fnnce_prtnr_sec .ech_prt2 ul li{ width:25%; }

.fnnce_prtnr_sec ul{ margin:0; padding:0; }

.fnnce_prtnr_sec ul li{ list-style:none; display:block; float: left; margin-top:15px; filter: grayscale(100%); }

.fnnce_bullet_sec.hw p{ font-weight:500; margin-bottom:0; color:#293033; font-size:20px; margin-top:15px; }

.fnnce_bullet_sec.hw p span{ color:#064c8f; }

.fnnce_enjoy_sec{ background:url(../images/wall_bg.jpg) repeat-x center #fff; padding:70px 0; }

.fnnce_enjoy_sec h3{ text-align:center; text-transform:uppercase; color:#064c8f; font-size:22px; font-weight:600; }

.fnnce_enjoy_sec .fnnce_bullet_lnk{ margin-top:35px; }





/*============glass tile css 261224=============*/

.gray_bg{
	background:#f3f4f6;
	padding:48px 0;
}
.filter_area{
	background:#fff;
	border-radius:5px;
}
.each_filter{
	padding:20px;
	border-bottom:1px solid #E5E7EB;
}
.each_filter h2{
	font-family:"Open Sans", serif;
	font-size: 18px;
    line-height: 28px;
}
.each_filter ul{
	padding:0;
	margin:0;
}
.selected_f li{
	font-size: 14px;
    border: 1px solid #E5E7EB;
    border-radius: 4px;
    padding: 3px 8px;
    list-style: none;
    display: inline-block;
    font-weight: 500;
    color: #2b2b2b;
	margin:3px;
}
.selected_f li i{
	margin-left:6px;
}
.each_filter h5{
	font-size:16px;
	padding-bottom: 6px;
}
.ef_list li{
	list-style:none;
	margin-bottom: 6px;
}
.ef_cbox{
	width: 160px;
	text-align: left;
	float: left;
}
.ef_cbox label{
	/*color: #6b6b6b;*/
	font-weight: 400;
	font-size: 14px;
}
.ef_cbox input[type=checkbox]{
	color: #6b6b6b;
	margin-right: 6px;
	width:14px;
}
.ef_quant{
	float: right;
    width: 42px;
    text-align: right;
    font-size: 14px;
}



.product h2 {
    font-family: "Crimson Text", serif;
    font-size: 24px;
    padding-bottom: 6px;
	color:#000;
}
.product p{
	font-size:16px;
	color:#000;
	font-family:"Open Sans", serif;
	padding-bottom: 6px;
}
.each_product{
	border-radius: 5px;
    background: #fff;
    margin: 15px 0;
    overflow: hidden;
	min-height:460px;
}
.hwoodp .each_product{
	min-height:476px;
}
.poss{
	float:right;
}
.ep_img{
	position:relative;
}
.ep_img img{
	height:268px;
	object-fit:cover;
}
.wish{
	position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    background: #fff;
    padding: 6px;
    width: 34px;
    height: 34px;
    z-index: 2;
    text-align: center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.ep_content{
	padding:18px;
}
.ep_content h4{
	font-size:14px;
	padding-bottom:10px;
	color:#374154;
	font-family:"Open Sans", serif;
}
.ep_content h3{
	font-size:16px;
	padding-bottom:2px;
	color:#374154;
	font-family:"Open Sans", serif;
}
.ep_content p{
	font-size:16px;
	font-weight:400;
	color:#374154;
	font-family:"Open Sans", serif;
	padding-bottom:10px;
}
.ep_content ul li{
	border-radius:50%;
	list-style:none;
	display:inline-block;
	overflow:hidden;
}
.ep_content ul li img{	
	border-radius:50%;
	object-fit:cover;
	width:28px;
	height:28px;
	padding:2px;
	border:2px solid #fff;
}
.ep_content ul li img:hover{
	border:2px solid #000;
}
.ep_content ul li a{
	color:#000;
	font-size:14px;
	font-weight:500;
	line-height:18px;
}
.sort_area{
	border: 1px solid #E5E7EB;
    border-radius: 4px;
	background: #fff;
}
.sort_area ul li{
	list-style:none;
	padding:8px 12px;
	border-right:1px solid #E5E7EB;
	width:32%;
	display:inline-block;
}
.sort_area ul li img{
	width:18px;
}
.sort_area ul li:last-child{
	border-right:0px solid #E5E7EB;
}
.ep_btn{
	margin-top:10px;
}
.ep_btn a{
	padding:10px;
	font-size:12px;
	font-weight:600;
	background:#b43e3a;
	border-radius:4px;
	color:#fff;
	display:inline-block;
	margin:2px;
	border:1px solid #b43e3a;
	font-family:"Open Sans", serif;
}
.ep_btn a.btn2{
	border:1px solid #b43e3a;
	color:#b43e3a;
	background:#fff;
}
























/*responsive css*/  
  
  
@media only screen and (max-width:1250px) {
	
}

@media only screen and (max-width:1199px) {
	 .pdnone{
	padding:0 20px;
}
	
	
	
.hwoodp .each_product {
    min-height: 544px;
}
.sort_area ul li {
  width: 30%;
  }
  
 }

@media screen and (max-width: 1024px) {
	 .hwoodp .each_product {
    min-height: 566px;
  }

}

@media screen and (max-width: 991px) {
	
	/*responsive menu*/
	
	.menu_sec{
		display:none;
	}
	
     .mob_header {
         display: block;
		 /*float: right;*/
		 text-align:center;
    }
	
    .col-lg-3.col-md-3.col-sm-12.col-xm-12.logo_sec_info {
         display: inline-block;
    }
	
    .logo_sec img {
        
         margin-bottom: 0px;
    }
	
    .menu_btn_open {
        /*float: right;*/
		margin-top: 0;
		margin-right: 0;
		position: relative;
		top: -5px;
		z-index: +1;
		right: 0px;
    }
	
    .menu_open {
         font-size: 40px !important;
         color: #000;
         cursor: pointer;
		 transition:.5s ease;
		 margin-top: 20px;
    }
	
	.menu_open:hover{ color:#e6148a; }
	
    .menu_btn_close {
         float: right;
         margin-right:50px;
         margin-top: 8px;
		 position:relative;
		 z-index:999999;
    }
	
    .fa.fa-times.menu_close {
         font-size: 21px;
         color: #ffffff;
         cursor: pointer;
		 transition:.5s ease;
    }
	
	.fa.fa-times.menu_close:hover{ color:#08093d; }
	
    .topnav.mob_menu.active{
         right: 0%;
         top: 0px;
         -webkit-transition: all 1s ease-in-out;
         -moz-transition: all 1s ease-in-out;
         -o-transition: all 1s ease-in-out;
         transition: all 1s ease-in-out;
    }
	
    .site_hp.active {
         overflow-y: hidden;
    }
	
    .mob_menu {
         position: fixed;
         right: -100%;
         top: 0px;
         background-color: #000;
         width: 402px;
         z-index: +999;
         height: auto;
         display: block;
    }
	
    .mob_menu ul {
         width: 100%;
    }
	
    .mob_menu li {
         padding: 10px 24px;
         border-bottom: 1px solid #1b1b1b;
         list-style: none;
    }
	.mob_menu li.dropdown > button {
	    background: transparent;
	    border: 0;
	    color: #fff;
		transition:.5s ease;
	}
	
	.mob_menu li.dropdown > button:hover{ color:#060644; }
	
	.mob_menu li.dropdown > ul.dropdown-menu {
	    width: max-content;
	    transform: translate(25px, 0px);
	    padding: 10px 0;
	    border-radius: 0;
	    border: 0;
	}
	.mob_menu li.dropdown > ul.dropdown-menu > li {
	    padding: 2px 0;
	}
	.mob_menu li.dropdown > ul.dropdown-menu > li > a:hover {
	    background: transparent;
	    color: #e6148a;
	}
	.mob_menu li.dropdown > button::after {
	    content: '\f078';
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 600;
	    font-size: 12px;
	    margin-left: 10px;
	}
    .mob_menu a {
         color: #ffffff;
		 display: block;
         font-size: 16px;
         text-align: left;
    }
    
    .mob_menu li.active a {
         color: #ffffff;
         font-weight: 600;
    }
	
    .mob_menu {
         width: 100%;
         height: 100%;
    }
	
	.mob_menu a:hover {
		color: #e6148a;
	}
	
	.mod_logo_section{
		display:block;
	}
	
	.logo_section{
		display:none;
		    margin-top: 15px;
	}
	
	.mod_logo_section img {
		width: 100%;
		height: auto;
	}
	
    /*responsive menu*/
	
	
.fform input#address, input#city, select#state {
  width: 99%;
}

.fixfst.form_section.srvcpg{ padding:60px 0 40px; }

.ff{ padding:25px; margin-bottom:30px; }
.fixthrd_section h4{ margin-top:25px; }


/*26.12.2024*/ 

.fbr{ border:none; padding-top:0; }
.fnnce_bullet_sec.ft h2{ margin-bottom:20px; }
.fnnce_prtnr_sec .ech_prt1 ul li, .fnnce_prtnr_sec .ech_prt2 ul li{ width:100%; }
.fnnce_prtnr_sec .fbr{ padding-top:0; border:none; }
.fnnce_bullet_lnk a{ padding:12px 40px; }

.ftr_menu{ margin:35px 0 30px; }
	
	
}


@media screen and (max-width: 767px) {
	.fform input#fname, input#lname, input#phone, input#zip, input#pdate, select#ptime {
		  width: 99%;
	}
	.head_cont{
		text-align: center;
		margin: 10px 0 20px 0;
	}
	.logo_area{
		
	}
	.search_area {
		text-align: center;
		margin: 20px 0 0 0;
	}
	.each_gal {
		display: block;
		min-height: 164px;
	}
	.each_gal h2 {
		margin: 20px 0 20px 0;
		clear: both;
	}
	.lower_bann_section {
		padding: 40px 0;
	}
	.onestop_section {
		padding: 50px 0;
	}
	.project_section {
		padding: 40px 0;
	}
	
	.gary_line {
		text-align: center;
	}
	.gary_line p {
		text-align: center;
	}
	.gary_line img {
  float: none;
  margin: 20px auto 0 auto;
}
.gl_img {
  float: none;
  text-align: center;
}
/*----------------------------*/
.ep_img img {
    width: 100%;
}
.filter_area {

  margin: 0 0 20px 0;
}
.ef_list li {
  display: block ruby;
}

.main_slider .owl-nav{ height:24px; }

.main_slider .owl-prev, .main_slider .owl-next{ width:24px; height:24px; background-size:contain !important; }


}


@media only screen and (max-width: 360px) {
	 
 }
 
 
@media only screen and (max-width: 320px) {
    .container {
         width: 90% !important;
         margin: 0 auto;
         max-width:90% 
    }
	
	
	
} 