@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Raleway:wght@300;400;500;600&display=swap');

body{ margin:0; padding:0; background-color:#ffffff; color:#222; font-family: 'Open Sans', sans-serif; 
 font-size:16px;line-height:1.6;font-weight:400; -webkit-text-size-adjust: 100%; overflow-x: hidden;}
img{ max-width:100%;}
a{color:#28e98c; text-decoration: none;
transition:all 300ms linear;
-webkit-transition:all 300ms linear;
-moz-transition:all 300ms linear;
-o-transition:all 300ms linear;}
a:hover,a:focus{outline:none; text-decoration:none; color:#D4AF37;}

h1,h2,h3,h4,h5{ font-weight:500; font-family: 'Oswald', sans-serif;}
h2{ font-size:25px; }
h3{ font-size:20px;}
strong{ font-weight:500;}

.button{display: inline-block;
background: #28e98c;
padding: 8px 18px;
color: #fff;
border: 1px solid #28e98c;
text-align: center;
font-size: 17px;
border-radius: 50px;
font-weight: 500;
transition: all 300ms linear;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
}

.button:hover{ background-color:#111; color:#FFFFFF; border-color: #111;}
.button:focus{ color:#fff;}

.button.red{background: #e01755; border:none;}
.button.red:hover,.button.red:focus{background-color:#25aae1;border-bottom: 2px solid #2095c6;border-right: 2px solid #2095c6; color:#FFFFFF;}
.button.blue{background: #25aae1;border-bottom: 2px solid #2095c6;border-right: 2px solid #2095c6;}
.button.blue:hover,.button.blue:focus{background-color:#e01755;border-bottom: 2px solid #e01755;border-right: 2px solid #e01755; color:#FFFFFF;}
.b_eff{position: relative;}

.b_eff::before {
    content: '';
    position: absolute;
    border:#e1e1e100  solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}
.b_eff:hover::before{top: -8px;right: -8px;bottom: -8px;left: -8px; border-color:#D4AF37;}

.list_square{ margin:0 0 15px 0; padding:0 0 0 20px; list-style:none;}
.list_square li{ position:relative;}
.list_square li:before{content: ' ';
display: block;
width: 6px;
height: 6px;
position: absolute;
left: -20px;
top: 9px;
color:
#D4AF37;
background-color:
#D4AF37;}

.m_to{ margin-top: -30px;}
.m_to > div{ margin-top: 30px;}


/*****header Section******/
header{ margin:0; padding:0; background:#fff0; padding:18px 0px;
position: absolute; left: 0; top: 0; right: 0; z-index: 2;}


header.affix{position: fixed;left: 0;top: 0;right: 0; z-index: 10;
transition:all 300ms linear;
-webkit-transition:all 300ms linear;
-moz-transition:all 300ms linear;
-o-transition:all 300ms linear;}

header.affix .header_block .quote-btn .button{}

header.affix{background: #fff; box-shadow:0 2px 5px rgba(0, 0, 0, 0.11);z-index: 100; padding: 8px 0;}
header.affix .ace-responsive-menu > li > a{ color: #555;}
header.affix .header_block .logo img{filter: brightness(70%) invert(100%);}


.header_block{  }
.header_block .logo { float:left; margin: 0 0 0 0;}
.header_block .logo a{ display: block; position: relative; padding: 0px 0;}
.header_block .logo a img{}

.header_block .quote-btn{ float: right; margin: 11px 0 0 15px;}
.header_block .quote-btn .button{ }
.header_block .quote-btn .button:hover{background: #fff;color: #28e98c;border-color: #fff;}


.header_block .logo img{ max-width: 170px; position: relative; z-index: 2;}
.header_block nav{ float:right; margin: 8px 0 0 0;}

.header_block .login_m{ display:block; padding:5px 5px; color:#fff; float:right; line-height:30px; position:relative;
margin: 10px 0 0 0; display:none;}


/**** Home Banner ****/
.home_banner{ margin:0; padding:0; overflow:hidden; position: relative; height: 650px; background-color: #000; z-index: -1;}
.home_banner::before{content: '';position: absolute;height: 100%;width: 100%;top: 0;right: 0;left: 0;bottom: 0;
	background-color: transparent;
  
	background-image: linear-gradient(180deg, #0000002e 40%, #000000 100%);}
.home_banner .full_banner{height: 700px;background-size: cover;background-position: center center;
background-repeat: no-repeat; }
.home_banner .bottom_svg { margin: 0; padding: 0; position: absolute; bottom: -1px; left: 0; z-index: 3; right: 0;}



.home_banner .full_banner::before {content: '';background-color:rgba(0, 0, 0, 0.5);position: absolute;
height: 100%;width: 100%;top: 0;right: 0;left: 0;bottom: 0;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#D4AF37+0,0552f7+100 */
background: #D4AF37; /* Old browsers */
background: -moz-linear-gradient(left,  #50a8ff 0%, #abf705 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #50a8ff 0%,#abf705 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #50a8ff 0%,#abf705 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50a8ff', endColorstr='#abf705',GradientType=1 ); /* IE6-9 */
  
    opacity: .7; display: none;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

/*.home_banner .owl-carousel .owl-item.active .full_banner {
  -webkit-animation: zoom 20s ease-in-out;
  animation: zoom 20s ease-in-out;
}*/

.home_banner .carousel-caption{position: absolute;right: 0%; bottom: 0; left: 0%;z-index: 10;
 padding-top: 20px;padding-bottom: 20px;color:#fff;text-align:left;}
 .home_banner .carousel-caption .block{ text-align:center;
-webkit-transition: 2s all ease-in-out .1s;
   -moz-transition: 2s all ease-in-out .1s; 
	-ms-transition: 2s all ease-in-out .1s; 
	 -o-transition: 2s all ease-in-out .1s; 
		transition: 2s all ease-in-out .1s; }
		
.home_banner .carousel-caption .heading{ font-size:55px;  font-weight:700;
 margin:0 0 20px 0;  letter-spacing:0px; line-height:1.3; color: #fff;}
.home_banner .carousel-caption .button{padding: 8px 45px;border-radius: 50px; margin-left: 20px; width: 190px;max-width: 100%;}
.home_banner .carousel-caption .button:hover{}
.home_banner .carousel-caption .sub_heading{ font-size:22px; margin:0 0 10px 0; font-weight: 500; color: #fff; }
.home_banner .carousel-caption .sub_heading span{position: relative;padding-left: 68px; display: inline-block;}
.home_banner .carousel-caption .sub_heading span::before{position: absolute;content: "";
width: 54px;height: 2px;background: #28e98c;top: 0;left: 0;top: 50%;transform: translateY(-50%);}

.home_banner .services_wrapper{ position:absolute; left:0; top:36%; width:100%; z-index:10;}
.home_banner .services_wrapper .title{ color:#fff; font-size:56px; text-align:center; margin:0 0 30px 0;}
.home_banner .services_wrapper .box{ padding:25px 15px; background:#ffffffa3; text-align:center;
 border-radius:10px 10px;
 transition:all 300ms linear;
-webkit-transition:all 300ms linear;
-moz-transition:all 300ms linear;
-o-transition:all 300ms linear;}
.home_banner .carousel-caption .block .text-b{ font-size: 19px;}
 
.home_banner .services_wrapper .box figure{ margin:0 0 15px 0;}
.home_banner .services_wrapper .box figure img{ width:80px;}
.home_banner .services_wrapper .box h3{ font-size:24px; margin:0 0 15px 0; color:#333;}
.home_banner .services_wrapper .box:hover{ background:#fff;
-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);}
.home_banner .services_wrapper .box .button{padding: 4px 28px;}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	bottom: 0; right: 0;
    z-index: -10;
    overflow: hidden;
}
.main-search-container video {
    top: 50%;
    transform: translateY(-52%);
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -10;
    background-size: cover;
    transition: 1s opacity;
    position: absolute;
}











.main_input_search_part {
    margin-top: 50px;
    border-radius: 60px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.12);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 6px;
    border: 4px solid rgba(0, 0, 0, 0.12);
    max-height: 70px;
}

.main_input_search_part_item {
    flex: 1;
    border-right: 1px solid rgba(0, 0, 0, 0.10);
    margin-top: 2px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.main_input_search_part_item:nth-child(2){}

.main_input_search_part input{width: 100%;outline: none; color: #464646; font-weight: 500;}

.main_input_search_part input, .main_input_search_part input:focus {
    font-size: 16px;
    border: none;
    background: #fff;
    margin: 0;
    padding: 0;
    height: 44px;
    line-height: 44px;
    box-shadow: none;
}




.heading_t{ margin: 0 0 50px 0;}
.heading_t p{ color: #555;}
.heading_t .sc_title{ padding: 0 0 15px 0;margin: 0 0 20px 0;
font-size: 35px;position: relative;font-weight: 600;}
.heading_t .sc_title h3{ font-weight: 400; color: #28e98c;}
.heading_t .sc_title:after{ position: absolute; left: 50%; transform: translateX(-50%); width: 100px; height: 2px; border-radius: 3px; background: #ca8f07; content: ''; bottom: 0; display: none;}
.heading_t .sc_title:before{
position: absolute;left:0;width: 30px;height: 4px; border-radius: 0px; background: #28e98c; content: ''; bottom: -1px; z-index: 1; }
.sc_title:bef.heading_t ore{ background: linear-gradient(to right,#50a8ff82  0%,#50a8ff82  65%,rgba(255,255,255,0) 65%,rgba(255,255,255,0) 71%,#50a8ff 71%); content: '';position: absolute;
height: 2px;width: 55px;left: 0;bottom: 0; left: 50%;transform: translatex(-50%); display: none;}
.heading_t .sc_title span{ font-weight: 500;}


.h_catagori{ padding: 100px 0;}

.cat_block{ margin: 15px 0; padding: 0; position: relative; 
transform: translate3d(0,0,0);
transition: transform 0.3s;}
.cat_block:hover{transform: translate3d(0,-6px,0);}
.cat_block:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;   
    background-color: #010905a1;
    border-radius: 4px 4px 0 0;
    opacity: 1;
}
.cat_block img{ width: 100%; height: 300px; object-fit: cover;}
.cat_block .con{padding: 0 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  z-index: 20;
  }
.cat_block .con h4{font-size: 28px;
  color: #fff;}
.cat_block{}

.search_sec{
  padding: 20px 0;
  background: #111;
  margin: 0;
  text-align: center; position: sticky; top: 0; z-index: 1000;
}

.search_sec .form-control{ border-radius: 0; width: 100%; height: 50px; margin: 15px 0; background: #ffffffc7;}
.search_sec .button{ width: 100%; border-radius: 0; height: 50px; margin: 15px 0;}
.search_sec .button:hover{ background: #28e98c; border-color: #28e98c; }



.about_sec{ padding: 100px 0; background: #e4e4e4;}
.about_sec h2{ margin: 0 0 15px 0; padding: 0; font-size: 40px; font-weight: 600;}
.about_sec .button{ margin: 25px 0 0 0;}
.about_sec p{ line-height: 1.9; color: #555;}
.about_sec .image{ margin: 25px 0px;}

.counter .cou{ font-size: 100px; font-weight: 700; color: #FFFFFF12;}


.directory_sec{ padding: 100px 0px;}
.directory_sec h2{margin: 0 0 25px 0;
  padding: 0;
  font-size: 42px;
  font-weight: 600; color: #222;}
.directory_sec .dire_box{ background-color: #000; padding: 50px 50px; margin-bottom: 30px;}
.directory_sec .dire_box h3{ color:#fff; font-size: 28px; margin: 0 0 15px 0;}
.dire_box h2,.dire_box h4{ color: #fff;}
.dire_box p{ color: #ffffffd4;}
.dire_box .di_block{margin: 12px 0px; padding: 20px; border: 1px solid #ffffff38;}
.dire_box .di_block h4{ margin: 15px 0 15px 0; font-size: 21px;}
.dire_box .di_block p{font-size: 15px;}
.dire_box .icon i{ font-size: 40px; color: #28e98c;}
.directory_sec .dire_box .image img{ width: 100%;}

.tab_links{ margin: 25px 0 0 0; padding: 0;}
.tab_links .nav-item{ margin: 0 10px 0 0; padding: 0;}
.tab_links .nav-item .nav-link{ background: #E4E4E4; color: #111; padding: 15px 30px; font-weight: 600;}
.tab_links .nav-item .nav-link.active{ background: #000; color: #fff;}



.f_block{ margin: 30px 0 0 0; padding: 15px 15px; text-align: center; background: #f2f2f1; min-height: 200px;
border: 1px solid #8ad2b0; min-height: 210px;}
.f_block .icon i{ font-size: 42px; line-height: 80px; color: #53360a;}
.f_block .icon{ margin: 0 0 15px 0; display: inline-block; width: 80px; height: 80px;  background: #28e98c; 
	border-radius: 50%; border: 2px solid #28e98c;
display:inline-flex;
justify-content: center;
align-items: center;}
.f_block p{ margin: 0; color: #333333c9;}


.call-action_sec{ padding: 160px 0px; background: #111; position: relative;z-index:1; overflow: hidden;}
.call-action_sec .button:hover{ background-color: #3e3e3e;}
.call-action_sec .text_b{}
.call-action_sec .text_b h2{ color: #fff; font-size: 40px; font-weight: 600; margin: 0 0 22px 0;}
.call-action_sec .text_b p{ color: #fff; margin: 0 0 28px 0;}
.call-action_sec .video_bg{ }
.call-action_sec .video_bg video{position: absolute; left: 0; top: 0; width: 100%; z-index: -1;}
.call-action_sec:after{content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.79);
  z-index: -1;
  background-image: linear-gradient(120deg, var( --e-global-color-9806b73 ) 30%, #00000000 100%);}

/*****footer section******/	
footer{ margin:0px; padding:0px; background:#111; background-image: url(../images/footer_bg.png); background-repeat: no-repeat; background-position: left top; position: relative; background-blend-mode: color-burn;}
footer .top{ padding:60px 0 80px 0}

footer .ta{ color: #ffffffc7; font-size: 20px; font-weight: 400; margin: 25px 0;}

footer p{ color: #ffffffb8; margin: 15px 0;}
footer .button:hover{background-color: #3e3e3e;}

 /*  back-to-top  */
.back-to-top {position: fixed;bottom:50px; right: 0;text-decoration: none; color: #fff!important; background: #28e98c;
font-size: 12px; width: 36px; font-weight: bold;text-align: center; padding-top: 15px; z-index: 100;
cursor: pointer; visibility:hidden;}
.back-to-top:hover{ background:#363638;}
.back-to-top:hover span{background: #28e98c; }
.back-to-top span {display: block; position: relative;background: #333; height: 26px; padding: 4px 0 0 0; margin-top: 6px;}
.back-to-top.affix{ visibility: visible;
-webkit-animation: bounceInDown 500ms ease-in-out;
 animation: bounceInDown 500ms ease-in-out;}
 
 /**** Sub Banner ****/
 .sub_banner{ position:relative; margin:0; padding:150px 0 150px;	 
background:#2c3135; color:#fff; text-align:center; background-size:cover; background-attachment:fixed;}
 .sub_banner:before{content: '';position: absolute;left: 0;top: 0;width: 100%;
height: 100%;z-index: 1;background-color:#130f00;opacity: .60;}
 .sub_banner .sub_titel{ position:relative; z-index:2;}
 .sub_banner .sub_titel 
 .sub_banner .page-title{ margin:0; padding:0;}
 .sub_banner .breadcrumb{ display:inline-block; background:#00000061;} 
 .sub_banner .breadcrumb .breadcrumb-item{ display:inline-block; font-size:16px;}
 .sub_banner .breadcrumb .breadcrumb-item a{}
 .sub_banner .breadcrumb .breadcrumb-item.active{color: #fff;}
 .sub_banner .page-title{ margin:0 0 15px 0;}
 .sub_banner .page-title h1{ margin:0 0 0 0; font-size:45px;}


.testmo_sec{ padding: 100px 0px; position: relative;}
.testmo_sec .icon_bg{ position: absolute; right: 200px; top: 33px;}
.testmo_sec .icon_bg i{ font-size: 175px; color: #00000014;}

.testi_block{ padding: 40px 40px; background: #111; color: #fff; position: relative; z-index: 2; min-height: 243px; color: #333;}
.testi_block .name{ font-size: 22px; display: block; margin: 0 0 15px 0px;}
.testi_block .text{ margin: 0; font-size: 14px; color: #555;}
.testi_block .icon_q{ font-size: 57px;position: absolute;right: 14px;top: -14px;z-index: 1;}
.testi_block .icon_q i{ color: #ffffff26;}

.morecontent span {display: none;}
.morelink {display: block;}

.owl-theme .owl-dots .owl-dot span {width: 18px;height: 8px; margin: 5px 5px; background: #D6D6D6E0;}
.owl-theme .owl-dots .owl-dot.active span{ background: #28e98cab}


.blog_sec{ padding: 100px 0px; background: #f2f2f1;}
.blog_b{ display: flex;}
.blog_b .thumbnail{ width: 340px;}
.blog_b .thumbnail img{height: 100%;width: 100%;object-fit: cover;}
.blog_b .text_block{ padding: 15px 15px 15px 20px; background: #fff;}
.blog_b .title{ font-size: 20px; font-weight: 500; margin: 0 0 8px 0;}
.blog_b .title a{ color: #333;}
.blog_b .meta{ color: #555; margin: 0 0 14px 0;}
.blog_b p{ margin: 0; color: #777; font-size: 14px;}
.blog_b .readmore-btn{ margin: 15px 0 0 0; display: inline-block;}

footer .title{ font-size: 22px; color: #fff; margin: 15px 0 15px 0;}
footer .link{ margin: 0; padding: 0; list-style: none;}
footer .link li{ margin: 4px 0px;}
footer .link li a{ color: #ffffffb8;}
footer .link li a:hover{ color: #28e98c;}

footer .bottom .copyright{ margin: 0 0; text-align: center; padding: 0 0 15px 0; color: #ffffff6b;}

.social_icons{ margin: 0; padding: 0; list-style: none;}
.social_icons li{ display: inline-block; margin: 4px 4px;}
.social_icons li a{ font-size: 18px; color: #1c1c1c; display: block; width: 35px; height: 35px; line-height: 35px; text-align: center; background: #ededed;}
.social_icons li a:hover{background: #707070; color: #fff;}


.header_2{ background: #111; padding: 4px 0px; position: sticky;top: 0; z-index: 8;}
.header_2 .form-control{border-radius: 0;width: 100%;height: 50px;margin: 15px 0;}
.header_2 .button{width: 100%;
  border-radius: 0;
  height: 50px;
  margin: 15px 0;}
.header_2 .button:hover{ background: #646464;}


.header_2 .dropdown .dropdown-toggle{border-radius: 0;
  height: 50px;
  font-size: 26px;
  line-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
	background: #0000;
  border: none;

}
.header_2 .dropdown .dropdown-toggle::after{ display: none;}

.header_2 .tog_btn .dropdown-menu{
background: #111;
border-radius: 0;
border: none;top: 17px;}

.header_2 .tog_btn .dropdown-menu li a{ color: #ffffffd1;}
.header_2 .tog_btn .dropdown-menu li a:hover{ background: #ffffff57;}


.back_result{ padding: 8px 0px;}

.back_result .back{ display: inline-block; font-weight: 600; color: #333;}

.right_sh{ display: flex; margin: 0 0 0 15px; align-items: center; justify-content: end; color: #444;}
.bread-sec{ padding: 10px 0px; border-bottom: 1px solid #e4e4e4; border-top: 1px solid #e4e4e4;}
.icon_l{ list-style: none; margin: 0; padding: 0 0 0 15px;}
.icon_l li{ display: inline-block; margin: 0 0 0 0px;}
.icon_l li a{ color: #333; font-size: 20px; display: inline-block; padding: 4px 10px;}
.icon_l li a:hover{ color: #28e98c;}
.bread-sec .breadcrumb{ margin: 0;}



.del_top .l_image{ margin: 0; padding: 0;}
.open_time{ display: flex;}
.open_time .icon{ margin-right: 10px;}
.open_time .te_b h4{ font-size: 18px; margin: 0 0 4px 0; font-weight: 600;}
.dec_con{ margin: 15px 0;}
.dec_con .title{ font-size: 20px; font-weight: 600;}
.dec_con .sub_t{font-size: 18px; font-weight: 500;}
.dec_con .reating{ font-size: 14px; margin: 0 0 20px 0;}
.dec_con .reating .satr_r{ margin-right: 10px;}
.dec_con .reating .satr_r i.fill{ color: #f0ad4e;}
.dec_con .reating .satr_r i{ color: #ccd6df;}
.dec_con .addre{font-size: 14px; margin: 0 0 0 0;}
.dec_con .addre i{ margin: 0 5px 0 0;}
.btn_wea{ margin: 0; padding: 0; display: flex;}
.btn_wea .butt{ display: inline-block; padding: 7px 10px; background: #54595f; color: #fff; margin: 8px 15px 8px 0px;}
.btn_wea .butt i{ margin: 0 4px 0;}
.btn_wea .butt:hover{ background: #222;}

.del_top .google_map{ margin: 15px 0px; height: 200px; position: relative;}
.del_top .google_map iframe{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

.choose_sec{ background: #111; color: #fff; margin-top: 30px;}
.choose_sec h3{ margin: 15px 0;}
.choose_sec .chu_li{ margin: 0; padding: 0; list-style: none; display: flex;}
.choose_sec .chu_li li{ margin: 12px 45px 12px 0;}

.del_wra{ padding: 20px 0px;}
.left_side{ margin: 15px 0;}

.review_box{ background: #000; padding: 20px 20px; color: #fff;}
.review_box .butt{display: block;
  padding: 7px 20px;
  background: #54595f;
  color: #fff;
 }
.review_box .butt.butt_1{background: #fff; color: #333;}


.review_box .reat_t{ color: #ffffffe5;}
.review_box .reat_t i.fill{ color: #f0ad4e;}
.l_box{padding: 20px 0px; margin: 0 0;}
.l_box h3{ font-size: 20px; font-weight: 600; margin: 0 0 30px 0;}
.timing{ margin: 0; padding: 0; list-style: none;}
.timing li{ display: flex;justify-content: space-between; margin: 8px 0px;}
.timing li b{ font-weight: 600;}

.payment_lis{ margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; margin-left: -5px; margin-right: -5px;}
.payment_lis li{flex: 1 1 30%; /*grow | shrink | basis */ padding: 5px 5px;}

.social_i{ margin: 0; padding: 0; list-style: none;}
.social_i li{ display: inline-block; margin: 4px 4px 4px 0;}
.social_i li a{color: #555;font-size: 20px;display:block; padding: 0 0; width: 45px; height: 45px; text-align: center; line-height: 45px; background: #f0f0f0; border: 1px solid #c1c1c1;}
.social_i li a:hover{ background: #111; color: #fff;}

.l_box_2{ padding: 25px 25px; background: #000; color: #fff; margin: 15px 0;}
.l_box_2 h3{ font-size: 22px; margin: 0 0 20px 0; font-weight: 600;}
.l_box_2 p{ color: #ffffffc4;}
.l_box_2 .butt{ display: inline-block; padding: 8px 20px; background: #fff; color: #111; font-weight: 600;}
.l_box_2 .butt:hover{ background: #3c3c3c; color: #fff;}

.over_t h3,.ser_list h3{ margin: 15px 0 15px 0; font-size: 22px; font-weight: 600;}
.over_t p{ font-size: 14px; color: #444;}

.photos{ padding: 20px 30px; background: #111; margin: 15px 0px;}
.photos h3{font-size: 22px; margin: 0 0 20px 0; font-weight: 600; color: #fff;}

.ser_list .text{ font-size: 15px;}


.related_sea{ padding: 30px 30px; background: #111; color: #fff; margin: 20px 0px;}
.related_sea h3{font-size: 22px; margin: 0 0 20px 0; font-weight: 600;}
.related_sea .serch_b{ margin: 0; padding: 0; list-style: none;}
.related_sea .serch_b li{ display: inline-block; margin: 5px 5px 5px 0; background: #fff; color: #111; padding: 4px 10px;}

.reviews_b h3{font-size: 22px; margin: 0 0 20px 0; font-weight: 600;}
.reviews{ margin: 0; padding: 0; list-style: none;}
.reviews li{ border-bottom: 1px solid #eee; padding: 15px 0;}
.reviews li .top{ display: flex; justify-content: space-between; align-items: center;}
.reviews .user_n{ display: flex; align-items: center;}
.reviews .user_n .u_icon{ margin-right: 15px;}
.reviews .user_n .u_icon img{ width: 50px; height: 50px; border-radius: 50%; border: 2px solid #eee;}
.reviews .user_n h4{ font-size: 18px;}
.reviews .top .dat{ color: #555; font-size: 15px;}
.reviews .b_t{ padding: 15px 0 0 0; font-size: 14px;}
.reviews .b_t p{ margin: 0;}
.reviews .satr_r{ font-size: 12px; margin: 0 0 8px 0; display: inline-block;}
.reviews .satr_r i.fill{ color: #f0ad4e}
.reviews .satr_r i{ color: #999}

.reviews li ol{ list-style: none; margin: 0 0 0 30px; padding: 0;}

.revi_list{ margin: 0 0 30px 0; padding: 0; list-style: none;}
.revi_list li{ display: flex; justify-content: space-between; align-items: center; margin: 10px 0;}
.revi_list li .line_l{ width:275px; height: 8px; }
.revi_list li .line_l .l_b{height: 8px;background: #eee;}
.revi_list .lest{ font-size: 15px;}
.revi_list .lest i{ font-size: 14px; color: #f0ad4e;}

.reviews_b{ margin: 15px 0px;}


.lis_block{ margin:25px 0 0 0; padding: 15px 15px; border: 1px solid #e4e4e4;}
.lis_block .left{ display: flex;} 
.lis_block .left .image{ width: 100px; flex-shrink: 0;} 
.lis_block .left .image img{}
.lis_block .te_block{ padding:  0 0 0 20px;}
.lis_block .title{ font-size: 18px; font-weight: 600; margin: 0 0 15px 0;}
.lis_block .sub_t{font-size: 16px; font-weight: 400; color: #555}
.lis_block .btn_wea .butt{ font-size: 14px; padding: 5px 12px; background: #28e98c; margin: 8px 8px 8px 0px;}
.lis_block .btn_wea .butt:hover{background: #111; color: #fff;}
.lis_block .addre{ font-size: 14px; margin: 0 0 5px 0; font-family: Open Sans;}
.lis_block .addre i{ color: #28e98c; margin: 0 4px 0 0; }
.lis_block .open_t{ margin: 0 0; color: #777;}
.lis_block .open_t .open{ color: #25a164; font-weight: 600;}

.lis_block .right{ display: flex; flex-direction: column; align-items: center; border-left: 1px solid #e4e4e4; }
.lis_block .right .satr_r i.fill{color: #f0ad4e;}
.lis_block .right .satr_r i{color: #ccd6df}
.lis_block .rating .small{color: #555;}
.lis_block .rating .big{ font-size: 20px; font-weight: 600;}

.lis_block .butt{font-size: 14px; display: inline-block;
  padding: 8px 18px;
  background: #28e98c;
  margin: 8px 8px 8px 0px; color: #2b1a00;}
.lis_block .right .butt{ font-size: 15px; font-weight: 600; margin: 20px 0 0 0;}
.lis_block .right .butt:hover{ background: #111; color: #fff;}

.fliter_block{ padding: 20px 20px; background: #eee; margin: 25px 0;}
.fliter_lis{ margin: 0; padding: 0; list-style: none;}
.fliter_lis li{ margin: 10px 0px;}
.fliter_block .title{ font-size: 20px; margin: 0 0 15px 0; padding: 0 0 10px 0; border-bottom: 1px solid #d9d9d9;}
.fliter_block .fliter_lis li{ margin: 8px 0; color: #444;}

.listi_body{ margin: 0 0;}
.listing_b{ padding: 40px 0px;}

.top_filter{ margin: 0 0 20px 0;}

.top_filter .list_b{ display: flex; justify-content: end;}
.top_filter .text_s{font-size: 18px;}
.top_filter .list_b .form-select{ display: inline-block; width: auto;}
.top_filter .text{ margin: 4px 8px; display: inline-block; color: #555;}

.fliter_lis .form-check .form-check-input:checked{background-color: #28e98c;border-color: #ffc670;}
.fliter_lis .form-check .form-check-input:focus{box-shadow: 0 0 0 .25rem rgba(247, 149, 0, 0.22);}

.fliter_block_1 .accordion-body{background: #eee;}
.fliter_block_1 .accordion-button{background: #eee; border-bottom: 1px solid #dfdfdf; font-size: 20px;color: #333; z-index: 1;}
.fliter_block_1 .accordion-button:focus{ box-shadow: none;}
.fliter_block_1{margin: 25px 0;}

.pagi_b{ padding: 35px 0 0 0;}
.pagi_b .page-link{ color: #444;}
.pagi_b .active .page-link{background: #28e98c3d;color: #2b1a00; border-color: #28e98c;}



.log_wra{ padding: 100px 0px; background: #f9f9f9;}
.log_block{ padding: 30px 30px; background: #fff; text-align: center; box-shadow: 0 0.1rem 1rem rgba(0,0,0,.05);}
.log_block .bl{ padding-top: 15px;}
.log_block .hea{ margin: 0 0 15px 0; font-size: 25px; font-weight: 500;}
.log_block .f_g{ margin-bottom: 15px;}
.log_block .form-control{ height: 45px; border-radius: 0;}
.log_block .button{ width: 100%; height: 45px; margin: 20px 0 0 0;}
.log_block .b_text{ color: #555;}

.section_p{ padding: 80px 0px;}
.cat_block .click_b{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 5;}
.contact_p{}
.contac_info{padding: 30px 30px 25px; box-shadow: 0px 10px 60px 0px rgba(0,0,0,.1);}
.contac_info h3{ margin: 0 0 25px 0; font-size: 26px; font-weight: 600;}
.contac_info .con_b{ display: flex; margin: 22px 0 0 0;}
.contac_info .con_b .icon{font-size: 22px; padding: 0 0; border-radius: 6px; color: #fff;background: #28e98c;  width: 45px; height: 45px; text-align: center; line-height: 45px;     flex-shrink: 0;}
.contac_info .con_b .text_b{ padding: 0 0 0 15px;}
.contac_info .con_b .text_b .ti_1{font-size: 12px;font-weight: 600; letter-spacing: 1px; color: #666; margin: 0 0 0 0;}
.contac_info .con_b .text_b .ti_2{ font-size: 20px;}
.contac_info .con_b .text_b .ti_2 a{ color: #333;}
.contac_info .social_b{ margin: 30px 0 0; padding: 0; list-style: none; display: flex;}
.contac_info .social_b li{ margin: 5px 5px;}
.contac_info .social_b li a{ display: block; font-size: 18px; color: #444; background: #eee; width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 6px;}
.contac_info .social_b li a:hover{background: #333; color: #fff;}
.form_b .f_g{ margin: 20px 0 0 0;}
.form_b .form-control{height: 60px; padding: 10px 15px; background: #f1f1f1;border: 1px solid transparent !important;
 border-radius: 0;}
.form_b textarea.form-control{ height: 150px;}
.form_b .button{padding: 8px 80px; height: 50px; color:#28e98c;}




/* ------  New Desing 1 CSS -----*/
header{background: #00000075;} 
.button{background: #0000;border-radius: 0px;}
.home_banner .carousel-caption{ top: 50%; bottom: auto; transform: translateY(-50%);}
.search_sec{ background: #0000;position: relative; top: -136px;}
.search_sec > .container > .row > .col-lg-8{ background: #008a484d; border: 2px solid #ffffff38;}
.search_sec .button{}
.h_catagori {padding: 0px 0 100px 0;}
.about_sec .button {}
.about_sec .button:hover{ background: #18462f;}
.about_sec{ background: #16281f;}
.about_sec h2{ color: #fff;}
.about_sec p { color: #bbb;}
.dire_box .icon{ display: block; background: #28e98c00; display: inline-block; color: #fff; width: 70px; height: 70px;  text-align: center; border: 1px solid #ffffff5c;}
.dire_box .icon i{line-height: 70px; color: #fff;}
.f_block{ background: #fff;}
.f_block .icon{ background: #effff7; border-radius: 0px;}
.f_block .icon i{ color: #28e98c; }
.call-action_sec .text_b{ padding: 30px 30px; background: #0f2219bd; }
.header_block .quote-btn .button{ background: #fff0; color: #28e98c; border: 1px solid #28e98c;}
.directory_sec .dire_box{ background: #0f2219;}
.tab_links .nav-item .nav-link.active{ background: #28e98c;}
.tab_links .nav-item .nav-link{ background: #0f2219; color: #fff;}
.f_block p{ color: #6f6f6f;}
.call-action_sec::after{background-color: rgba(0, 0, 0, 0);}
.testi_block{ background: #d9ffed1a; border: 2px solid #d9d9d9;}
.blog_b { flex-direction: column;}
.blog_b .thumbnail img{ height: 300px; width: 100%; object-fit: cover;}
.blog_b .thumbnail { width: auto;}
footer{ background: #000;}


.cat_acco{}
.cat_sub_menu{ margin: 0; padding: 0; list-style: none;}
.cat_sub_menu li a{ color: #555; display: block; padding: 3px 0px;}
.cat_sub_menu li a:hover{ color: #28e98c;}
.cat_sub_menu li a:before{font-family: "Font Awesome 6 Sharp";font-weight: 400; content: "\f061"; margin: 0 7px  0 0; color: #666;}
.cat_acco .accordion-button{ padding: 10px 10px;background: #eee;border-bottom: 1px solid #dfdfdf;font-size: 16px;
  color: #333;  z-index: 1; font-weight: 500;}

.cat_acco .accordion-button::after{font-family: "Font Awesome 6 Sharp";font-weight: 400; content: "\2b"; background: none; transform: none;}
.cat_acco .accordion-button:not(.collapsed)::after{content: "\f068"; background: none; transform: none;}




/* Comon*/
.cat_sub_menu li a:hover{ color: #28e98c;}
.h_catagori {padding: 50px 0;}
.pages .card-title{ margin-bottom: 20px;}
span.verified img {width: 70px; margin-left: 10px;}
.fliter_lis li a{ color: #444;}
.lis_block .right .butt{margin: 12px 0 0 0;}
.lis_block .right{margin: -13px 0 0 0;}
.contac_info .con_b .icon{ flex-shrink: 0;}
.form_b .input-group-text {text-align: left;}
@media only screen and (max-width: 576px) {
	.lis_block .right .butt{ margin: 10px;}
}

.w-90{width: 90%;}
.w-95{width: 95%;}
.add-website-row{
    background-color: #1cc88a;
    color: #fff;
    border: 1px solid transparent;
    width: 25px;
}
.removeinputrow{
    background-color: red;
    color: #fff;
    border: 1px solid transparent;
    width: 25px;
    position: relative;
    cursor: pointer;
}
a.removeinputrow:before {
    content: "\f068";
    font-family: fontawesome;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section_p.contact_p .button {
        background-color: #111;
}
.log_block .button{background: #28e98c;}

.ss-rating {
    border: none;
    float: left;
}
.ss-rating > input {
    display: none;
}

.ss-rating > label {
    color: #ddd;
    float: right;
    margin-bottom: 0;
}

.ss-rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f005";
}

.ss-rating > input:checked ~ label, .ss-rating:not(:checked) > label:hover, .ss-rating:not(:checked) > label:hover ~ label {
    color: #ffa300;
}

.ss-rating > .half:before {
    content: "\f089";
    position: absolute;
}
 
 .btn-rev {
    background: #000;
    border: none;
}

.listi_body h1 {
  font-size: 30px;
  font-weight: 500;
  padding: 0;
  margin-bottom: 16px;
}