
/*=====================================================================
@Template Name: Bronic
@Author: Themelab15
@Developed By: Themelab15
Author E-mail: themelab15@gmail.com

@Default Styles

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ slider
05/ photography
06/ button 
07/ work 
08/ team
09/ contact 
10/ price 
11/ portfolio 
12/ blog 
13/ sidebar  
13/ page-header  
13/ project  
13/ we-dope  
13/ progress
13/ comingsoon
13/ error
13/ footer
=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Open+Sans:300,400,400i,600,700,800");

@import url('page-css/header.css');
@import url('page-css/services-page-style.css');
@import url('page-css/contact-page-style.css');
@import url('page-css/footer-one.css');
@import url('hover.css');
@import url('animate.css');

.col-md-offset-right-1 {
  margin-right: 8.33333333%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Roboto', sans-serif;
}
h1{
  font-size: 30px;
  color: #000;
}
p{
  font-size: 17px;
  color: #222;
  line-height: 28px;
/*  font-family: "Open Sans", sans-serif;*/
}

.banner_text p {
font-family: "Open Sans", sans-serif;
}

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}
.padd-r-none{
  padding-right: 0;
}
.padd-l-none{
  padding-left: 0;
}
.mr-btm-0{
  margin-bottom: 0 !important;
}
.mb-60 {
    margin-bottom: 45px;
}
.brd-r-0 {
    border-right: 0 !important;
}
body {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #898989;
}
a.navbar-brand {

}
body, p, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}
.image_thumb {
  overflow: hidden;
  /*display: inline-block;*/
  position: relative;
  z-index: 3;
  cursor: pointer;
  box-shadow: 0 0px 17px #d2cfcf;
  background-color: #FFF;
  padding: 6px;
}

.image_thumb:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  cursor: pointer;
}

.image_thumb img {
  max-width: 100%;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.image_thumb:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.image_thumb:hover:before {
  opacity: 1;
}
#success {
  display: none;
}

#error {
  display: none;
}

.display_table {
  display: table;
  width: 100%;
}

.display_table_row {
  display: table-row;
}

.display_table_cell {
  display: table-cell;
  float: none !important;
}

iframe {
  border: none;
}

i:before {
  margin-left: 0px !important;
}

.btn-full {
  width: 100% !important;
  display: inline-block;
  text-align: center;
}
.btn-xlg {
  padding: 15px 50px
}

.btn-lg {
  padding: 12px 30px;
  display: inline-block;
}

.btn-md {
  padding: 11px 20px;
  display: inline-block;
}

.btn-xs {
  padding: 11px 15px 10px;
  display: inline-block;
}
.theme_btn {
  display: inline-block;
  font-weight: 600;
  /*font-family: "Poppins", sans-serif;*/
  text-transform: uppercase;
  color: #FFF;
  /*height: 48px;
  padding: 0px;
  width: 164px;*/
  border-radius: 0px;
  /*line-height: 46px;*/
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  z-index: 2;
  font-size: 14px;
  letter-spacing: .28px;
  text-align: center;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  border: 0;
}

.theme_btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #ed0207;
  left: 0px;
  top: 0px;
  display: block;
  -webkit-transform-origin: 0 50% ;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: scalex(0);
  -ms-transform: scalex(0);
  transform: scalex(0);
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.theme_btn:hover {
  color: #fff;
}


.black_btn {
  display: inline-block;
  font-weight: 600;
  /*font-family: "Poppins", sans-serif;*/
  text-transform: uppercase;
  color: #000;
  background: #FFF;
  /*height: 48px;
  padding: 0px;
  width: 164px;*/
  border-radius: 0px;
  /*line-height: 46px;*/
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  z-index: 2;
  font-size: 14px;
  letter-spacing: .28px;
  text-align: center;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.black_btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #29282e;
  left: 0px;
  top: 0px;
  display: block;
  -webkit-transform-origin: 0 50% ;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: scalex(0);
  -ms-transform: scalex(0);
  transform: scalex(0);
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.black_btn:hover {
  color: #fff;
}

.black_btn:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} 
/* Main title css
============================================================================================ */
.sec_middle_title {
  text-align: center;
  max-width: 1040px;
  margin: auto;
}

.sec_middle_title h2 {
  font-size: 30px;
  color: #242424;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .90px;
  padding-bottom: 20px;
}

.sec_middle_title h2 span {
  color: #749841;
}

.sec_middle_title p {
  font-size: 17px;
  line-height: 28px;
  color: #898989;
  letter-spacing: .34px;
}

.section_title {
  padding-bottom: 45px;
}

.section_title h2 {
  font-size: 28px;
  color: #242424;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .84px;
}

.section_title p {
  font-size: 17px;
  line-height: 28px;
  color: #222;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  padding-top: 20px;
}

.section_w_title {
  padding-bottom: 40px;
}

.section_w_title h2 {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .84px;
}

.section_w_title p {
  font-size: 17px;
  line-height: 28px;
  color: #898989;
  font-weight: normal;
  padding-top: 20px;
}


/*--banner--*/

.callnow-section .overlay{
  background-color: rgba(105,105,105,.5);
  height: 100%;
  padding: 50px 0px;
}

/*--banner--*/

.main_banner_area .overlay{
  background-color: rgba(105,105,105,.5);
  height: 100%;
}

.list_text > ul {
    margin-top: 30px;
}
.banner_text {
  width: 100%;
  float: left;
  padding-top: 115px;
}
.banner_text span {
  display: inline-block;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  padding: 10px 0px;
}
.list_text span {
  display: inline-block;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  padding: 0px 0px;
}

.banner_text h1 {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size:40px;
  margin: 12px 0px 18px;
  line-height: 54px;
  max-width:370px;
}
.banner_text p{
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}

.list_text p{
	font-size: 18px;
    font-weight: 500;
    padding-top: 7px;
}


.banner_text > ul{
  margin-top: 30px; 
}
.banner_text > ul > li{
  list-style: none;
  line-height: 42px;
 }
.banner_text > ul > li > a {
  display: block;
  padding: 0px;
  margin: 0px;
}
.banner_text > ul > li > a span{
  width: 20px;
  height: 20px;
  float: left;
  padding: 0px 0px 0px 0px;
  color: #FFF;
  font-size: 22px;
}
.banner_text > ul > li > a p{
  margin-left: 30px; 
  font-size: 18px;
  font-weight:500;
  padding-top: 7px;
}
.banner_text .theme_btn{
  margin-top: 50px;
  font-size: 22px;
}
.banner_text .theme_btn::before{

}
.banner_text .theme_btn:hover {
  color: #fff;
}

/*--fomr--*/
.form_container{
  padding-top: 112px;
}
.form_banner{
  position: absolute;
  /*bottom: 0px;*/
  left: 0px;
  z-index: 1;
  right: 0;
}
.form_main {
  float: right;
  width: 360px;
  background: #f4f2f2;
  margin-right: -30px;
  position: relative;
  z-index: 1;
}

.form_heading{
  background:#d0d4da;
  color: #2f2d2d;
  font-weight: bold;
  font-size:24px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0px;
}
.men_images {
}
.men_images img {
  width: 379px !important;
  right: 275px;
  position: absolute;
  top: 109px;
}
.form_grid_button{
  text-align: left;
  padding: 15px 20px;
 }

.banner_form_sec {
  text-align: center;
  padding: 20px 0px 41px;
}
.banner_form_sec .form_grid {
  display: flex;
  margin-bottom: 15px;
  height: 100%;
  padding: 0px 20px;
}
.banner_form_sec .form_grid input {
  width: 100%;
  padding: 0px 10px;
  border-radius:3px ;
  border: none;
  background: #fff;
  height: 45px;
  box-shadow: 0px 0px 22px rgba(0,0,0,0.1);

}
.banner_form_sec .form_grid textarea {
  width: 100%;
  padding: 0px 10px;
  border-radius:3px;
  border: none;
  background: #fff;
  height: 120px;
  box-shadow: 0px 0px 22px rgba(0,0,0,0.1);

}
.banner_form_sec .sub_b_btn {
  display: inline-block;
  height: 48px;
  /*font-family: "Montserrat", sans-serif;*/
  border: 1px solid #ed0207;
  background-color: #ed0207;
  border-radius: none;
  text-align: center;
  padding: 0px 30px;
  -webkit-transition: all 300ms linear !important;
  -o-transition: all 300ms linear !important;
  transition: all 300ms linear !important;
  line-height: 46px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .28px;
  position: relative;
  z-index: 2;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.banner_form_sec .sub_b_btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
  left: 0px;
  top: 0px;
  display: block;
  z-index: -1;
  -webkit-transform-origin: 0 50% ;
  -ms-transform-origin: 0 50% ;
  transform-origin: 0 50% ;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transform: scalex(0);
  -ms-transform: scalex(0);
  transform: scalex(0);
}

.banner_form_sec .sub_b_btn:hover {
  border-color: #000;
  color: #fff;
}

.banner_form_sec .sub_b_btn:hover:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*--fomr--*/

/*--banner--*/


/*--about_us--*/
.about_us{
  padding: 95px 0px 100px 0px;
} 
.about_us.plumb2{
  background: #f2f2f2;
}
.about_left_content h1{
  font-size: 30px;
  font-weight: 700;
  color: #2a58ad; 
  text-transform: uppercase;
  margin-bottom: 30px;
}

.about_left_content h2{
  font-size: 30px;
  font-weight: 700;
  color: #242424; 
  text-transform: uppercase;
  margin-bottom: 30px;
}

.about_left_content .theme_btn{
  background: transparent;
  border:1px solid #000;
  margin-top: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.about_left_content .theme_btn::before{
  background: #ed0207;
}
.about_left_content .theme_btn:hover {
  border-color: #ed0207;
  color: #fff;
}
.botton_about{

  width: 100%; 
  align-items: center;
  justify-content: center;
  height:185px;
  background-size: cover;
  background-repeat: no-repeat; 
  margin-top: 20px; 
  transition: 0px;transition: 
}
.botton_about .overlay{
  background-color: #4f5051; 
  padding: 15px;
}
.bottom_about_content{ 
  border:1px solid rgba(255,255,255,0.5); 
  display:flex; 
  width: 100%; 
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}
.bottom_about_content p{
  color: #fff;
  font-size:30px;
  font-weight: 300;
  text-align: center;
  line-height: 40px;
}
.image_about img{
  width: 100%;
}
/*--about_us--*/

/*--about_us_bottom_section--*/
.service_plumb2{padding: 100px 0px 0px;position: relative;}
.service_plumb2::after {}
.plumb_pd1_left h3{font-size: 30px; font-weight: bold; color: #000; margin-bottom: 30px;}
.plumb_pd1_left {padding-right: 75px;}
.plumb_pd1_right {overflow: hidden;border-radius: 16px;box-shadow: 0px 0px 5px rgba(0,0,0,0.6);width: 100%;}
.plumb_pd1_right img{width: 100%}

.plumb_pd2_left h3{font-size: 30px; font-weight: bold; color: #000; margin-bottom: 30px;}
.plumb_pd2_left {padding-left: 75px;}
.plumb_pd2_right {overflow: hidden;border-radius: 16px;box-shadow: 0px 0px 5px rgba(0,0,0,0.6);width: 100%;}
.plumb_pd2_right img{width: 100%}
.plumb_serv_main {margin-bottom: 100px;}
/*--about_us_bottom_section--*/

.slider_client{padding: 95px 0 88px; background-color: #016cb2; width: 100%; background-repeat: no-repeat;position: relative;}
.slider_client::after{}
.heading_work{text-align: center; font-size:30px; color: #FFF; text-transform: uppercase; margin-bottom: 50px}
.slider_cont{margin-top: 50px;text-align: center; width: 1024px; margin: 0 auto}
.slider_cont p{color:#FFF;}
.corner_rg {display: flex;align-content: center;justify-content: center;margin-top: 40px;}
.cor_left {overflow: hidden;width: 110px;border-radius: 100px;height: 110px;border:5px solid#b4dffb;}
.corl_right {padding: 30px 20px;}
/*--about_us_bottom_section--*/
/*--wye_sec--*/
.wye_sec{padding: 100px 0px 60px;}
.tem_content{text-align: center; padding: 40px 0px; width: 760px; margin:0 auto;}
.tem_content h3{font-size: 30px; color: #000; margin-bottom: 30px;font-weight: 700; text-transform: uppercase;}
.tem_content p{color: #000; }
.tem_list > ul{margin-top: 70px; width: 50%;float: left;}
.tem_list > ul > li{width:100%; text-align: left; margin-bottom: 15px}
.second_list {padding-left: 70px}
/*.tem_list > ul > li:nth-child(even){text-align: right;}
.tem_list > ul > li:nth-child(even) span{display: inline-block; float: none;}
.tem_list > ul > li:nth-child(2n) p {display: inline-block;argin-left: 5px;}*/
.ima_why{text-align: center;}
.tem_list span {width: 19px;float: left;}
.tem_list p{color: #132b4e; margin-left: 23px;font-size: 18px; font-weight: 500}


/*--wye_sec-end-*/

/*--services--*/





.heading_serv {background: #fff;border: 1px solid #f2f5f9;}
.out_services{padding: 0px 0px 118px; background: #f1f4f9}
.numb{/*float: right;width: 570px;*/padding: 20px 0px;}
.border_all{border-right: 1px solid#ebebeb;}
.heading_serv h3{
  font-size: 24px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  padding:31px 0px;
}
.munber {float:left;padding-left: 214px;}
.munber span{font-size: 16px; font-weight: 500; color: #264e97;}
.munber a{
  font-size: 26px;
  color: #c51130;
  font-weight: bold;
  display: block;
  text-align: center;
  font-style: "Helvetica Neue",sans-serif;
}
a.mumber_button{
  display: block;
  float: right;
  font-size: 16px;
  font-weight: 600;
  background: #ed0207; 
  border-radius: 4px; 
  border-bottom: 3px solid#9b1e10;
  padding: 10px 40px; color: #fff;
/*margin-right: -30px; position: relative;*/
}


/*--tab--*/

/* Style the tab */
.ser_tab_main .tab {overflow: hidden;float: left;width:293px}
/* Style the buttons inside the tab */
.ser_tab_main .tab button {border: none;outline: none;cursor: pointer;width: 100%;background: #2a58ad; color:#fff; text-align: left;padding: 20px 15px;
  font-size: 16px; font-weight: 600;text-transform: uppercase;display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid rgba(255,255,255,0.9);}
.ser_tab_main .tab button span{float: right;}
.ser_tab_main .tab .tab button::before{display: none;}
/* Change background color of buttons on hover */
.ser_tab_main .tab button:hover {background-color: #ed0207;}
/* Create an active/current tablink class */
.ser_tab_main .tab button.active {background-color: #ed0207;}
/* Style the tab content */
.ser_tab_main .tabcontent {padding: 6px 12px;border: none;border-top: none;margin-left: 300px;padding-top:20px;}
/* Style the close button */
.ser_tab_main .topright {float: right;cursor: pointer;font-size: 28px;}
.ser_tab_main .topright:hover {color: red;}
.outer_tab {background: #fff;padding: 30px;}
.tab_images img {width: 100%;}
.tab_images {box-shadow: 0px 4px 9px rgba(0,0,0,0.3);}
.outer_tab {background: #fff;padding: 30px 30px 0px;border-radius: 10px;box-shadow: 0px 0px 22px rgba(0,0,0,0.1);}
.tab_content{margin-top: 50px}
.tab_content h3{font-size: 26px; color: #2a58ad;font-weight: 600;}
.tab_content span{font-size: 16px;color: #696969;padding: 20px 0px;font-weight: 400;display: block;line-height: 28px;}
.tab_content p{font-weight: 400;color: #2a58ad; line-height: 35px;}

/*--services--*/

/*--service-bottom--*/

.pannel button {float: left;border: none;outline: none;cursor: pointer;padding: 18px 25px;transition: 0.3s;font-size: 16px;background: #8bd2fe;color: #fff;
margin-right: 20px;border-radius: 6px;position: relative;width: 127px;text-transform: uppercase;font-weight: 600;}
.pannel{margin-top: 90px}
.pannel button::before {content: "";width: 0px;height: 0px;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 19px solid #8bd2fe;
position: absolute;bottom: -19px;left: 50%;transform: translate(-50%,-0px);transition: 0.3s;}
.pannel button.active {background-color: #ef3133;color: #fff;}
.pannel button:hover{background:#ef3133 }
.pannel button.active::before {border-top: 19px solid #ef3133;}
.pannel button:hover::before {border-top: 19px solid #ef3133;}
.tabcontent_new{padding: 6px 12px;border: none;border-top: none;padding-top:20px;}
/*--service-bottom--*/
/*--experience_box_end--*/
.experience_box{padding:70px 0px 0px; background-size: cover;background-position: center;background-repeat: no-repeat;}
.experience_box .tab {overflow: visible;}
.experience_box .tab button {float: left;border: none;outline: none;cursor: pointer;padding: 18px 25px;transition: 0.3s;font-size: 16px;background: #f09503;
color: #fff;margin-right: 20px;border-radius: 6px;position: relative; width: 127px; text-transform: uppercase; font-weight: 600}
.experience_box .tab button::before {content: "";width: 0px;height: 0px;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 19px solid #f09503;
position: absolute;bottom: -19px;left: 50%;transform: translate(-50%,-0px); transition: 0.3s}
.experience_box .tab button:hover::before {border-top: 19px solid #759942;}
.experience_box .tab button.active::before {border-top: 19px solid #759942;}
.experience_box .tab button:hover {background-color: #759942;color: #fff}
.experience_box .tab button.active {background-color: #759942; color: #fff}
.tabcontent {display: none;padding: 6px 12px;border-top: none;}
.topright {float: right;cursor: pointer;font-size: 28px;}
.experience_content {margin-top: 120px;}
.experience_content p{color: #fff;font-size: 18px;font-weight: 300;}
.experience_content > ul > li {list-style: none; padding-top: 30px}
.expe_main .expe_left{float: left;width: 50px;padding-top: 5px;}
.exp_text{margin-left: 60px; color: #fff; font-size: 18px; padding-top: 0px;}
.ex_relative img {width: 100%;}
.ex_relative{position: relative;}
.ex_abs {text-align: center;position: absolute;top: 32%;left: 6%; transform: translate(-4%,-1%);}
.ex_abs h3{font-size: 24px; color: #000; font-weight: 400;margin-bottom: 29px; }
.ex_abs a{ color: #749841; font-size: 22px ; font-weight: 600}
.email{font-size: 18px !important; font-weight:400 !important;}
.p-img{
  margin-top: 96px;
}
/*--experience_box_end--*/


/*--why-choose--*/
.why_choose{
  /*background: #2a3740; */
  padding: 95px 0px 55px; 
}
.why_choose .sec_middle_title {
    padding-bottom: 53px;

}
.main_sub_heading{
  font-size: 30px; 
  font-weight:600; 
  color: #fff; 
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 70px;
}
.choose_outer{
  position: relative;
  background: #f6f6f6;
  text-align: center; 
  padding: 30px 15px;
  z-index: 1; 
  margin:0 0 50px 0px;
  transition: 0.3s;
}
.choose_outer::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #424242;
  left: -6px;
  top: 40px;
  bottom: 40px;
}
.choose_outer::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #424242;
  right: -6px;
  top: 40px;
  bottom: 40px;
}

.border-top_bottom {display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; 
  z-index: -1; 
  transition: 0.3s;
  border: 1px solid #e7e7e7;
  box-shadow: 0px 0px 22px rgba(0,0,0,0.1);
}
.choose_outer:hover{background: #35424a;}
.choose_outer:hover h3{color: #FFF ;}
.choose_outer:hover p{color: #FFF ;}
.border-top_bottom::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #424242;
  width: auto;
  left: 60px;
  right: 60px;
  bottom: -6px;
}
.border-top_bottom::before {
  content: "";
  position: absolute;
  height: 1px;
  background: #424242;
  width: auto;
  left: 60px;
  right: 60px;
  top: -6px;
}
.choose_outer figure{
  display: flex; 
  width: 80px; 
  height: 80px; 
  background: #fff; 
  border-radius: 80px; 
  align-items: center;
  justify-content: center; 
  padding: 15px;
  background: #fff;
  margin:0 auto;
  box-shadow: 0px 0px 22px rgba(0,0,0,0.1);
}
.choose_outer h3{
  color: #000;
  font-size: 22px; 
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}
.choose_outer p{
  color: #424242; 
  /*margin-bottom: 10px;*/
}
/*--why-choose--*/

/*--worad_form--*/
.word_form{display: flex;}
.word_left_images {width: 50%;}
.work_content {padding: 80px 10% 80px 80px;background: #016cb2;width: 50%; position: relative;}
.work_content::after {}
.work_content .c-quote{
  margin: 40px 0 0 0;
  display: table;
}
.work_content h3{
  font-size: 30px; 
  font-weight: 100; 
  text-transform: uppercase;
  color: #FFF;
}
.work_content p{
  color: #fff; 
  padding: 25px 0px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
.work_content .sign{
  float: right;
}
.work_content a{color: #000; display: inline-block;padding: 10px 25px; border-radius: 50px; border: 1px solid#000; text-decoration: none; transition: 0.3s}
.work_content a:hover{background: #000; color: #fff}
/*--worad_form--*/



/*Start Testimonials Section css*/
.testimonials_style_area {
  padding: 95px 0px 160px 0;
  background-color: #474747;
  background:#fff;
  background-size: cover;
  background-position: center;
}
.testimonials_style_area .sec_middle_title {
  padding-bottom: 53px;
}
.testimonials_style_area .testimonial_item_inner {
  margin-bottom: -60px;
  overflow: inherit;
  clear: both;
}
.cust_paral {
  background: #eaeef3;
  text-align: center;
  padding: 30px 20px 50px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.cust_paral p{
  font-weight: 400;
}
.cust_left {width: 80px;overflow: hidden;margin: 0 auto;border-radius: 60px;border: 5px solid#fff;}
.cust_ids {position: relative;top: -50px;}
.cust_ids{margin-top: 20px;}
.cust_left img{width: 100%;}
.cust_text{color: #2a58ad; font-size: 16px ; font-weight: 500;text-align: center; margin-top: 15px}
.testimonials_style_area .owl-nav {
  margin-top: -90px;
  text-align: center;
}
.testimonials_style_area .owl-nav [class*=owl-] {
  width: 37px;
  height: 37px;
  color: #242424;
  line-height: 35px;
  padding: 0;
  background: transparent;
  border: 1px solid #242424;
  text-align: center;
  border-radius: 0;
  font-size: 20px;
  -webkit-transition: all .3s ease;
           transition: all .3s ease;
}
.testimonials_style_area .owl-nav [class*=owl-]:hover {
  opacity: .55;
  filter: alpha(opacity=55);
}
.testimonials_style_area .owl-nav .owl-next {
  margin-right: 10px;
  top: 65px;
  right: 0;
  position: relative;
  color: #222;
  font-size: 20px;
  margin: 5px;
  padding: 0px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px
  -moz-border-radius: 3px;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  border: 1px solid #222;
  line-height: 35px;
}
.testimonials_style_area .owl-nav .owl-prev {
  margin-right: 10px;
  top: 65px;
  right: 0px;
  position: relative;
  color: #222;
  font-size: 20px;
  margin: 5px;
  padding: 0px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  border: 1px solid #222;
  line-height: 35px;
}
/*End Testimonials Section css*/

/* Start Video Section css*/
/* Start why choose section*/
.bck-bg {
}
.zigjag-bg {
}
.video-area{
  padding: 95px 0 100px 0;
}
.why-choose-cnt-bx{
    
}
.why-choose-cnt-bx h2{
  font-size: 30px;
  color: #242424;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .90px;
  padding-bottom: 20px;
}
.why-choose-cnt-bx h4{
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  margin-bottom: 20px;
}
.why-choose-cnt-bx p{
  font-size: 16px;
}
.item-list{
}
.mr-tp-10{
  margin-top: 10px;
}
.item-list ul{
  margin: 0;
  padding: 0;
}
.item-list li{
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 40px;
  font-size: 16px;
  font-weight: normal;
  color: #222;
}
.item-list li::before {
  content: '\f14a';
  font-family: 'fontawesome';
  margin-right: 10px;
  font-size: 24px; 
  color: #000;
  float: left;
}
.item-list-2{
}
.item-list-2 ul{
  margin: 0;
  padding: 0;
}
.item-list-2 li{
	margin: 0;
    padding: 0;
    list-style: none;
    line-height: 35px;
    font-size: 17px;
    font-weight: 400;
    color: #222;
/*  font-family: "Open Sans", sans-serif;*/
}
.item-list-2 li::before {
  content: '\f14a';
  font-family: 'fontawesome';
  margin-right: 10px;
  font-size: 18px; 
}

.video_business_inner {
  max-width: 100%;
  position: relative;
  z-index: 2;
  border: 10px solid #FFF;
  overflow: hidden;
  box-shadow: 0px 0px 22px rgba(0,0,0,0.1);
}

.video_business_inner:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video_business_inner a {
  height: 98px;
  width: 98px;
  border: 3px solid #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  font-size: 40px;
  line-height: 96px;
  color: #18ba60;
}

.video_business_inner a i {
  margin-left: 0px;
  width: 78px;
  height: 78px;
  line-height: 84px;
  font-size: 35px;
  color: #ee3131;
  background-color: rgba(0,0,0,0.5);
  border-radius: 50%;
  padding-left: 8px;
}

/* End Video Section css*/

/* Start call section css*/
/* Start call us section*/
#call-us{
  height: 223px;
}




#call-us .img-holder{
  right: -16px;
  position: absolute;
  top: 0;
  bottom: 0;
}
#call-us .img-holder img{
  bottom: 33px;
  position: relative;
}
.text-call{
    
}
.text-call h2{
	color: #FFF;
    font-size: 30px;
    text-transform: uppercase;
    padding-top: 20px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    padding-bottom: 15px;
}
.call-bx{
  border-radius: 30px;
  text-align: center;
  margin: auto;
  line-height: 46px;
  
  display: flex;
  flex-direction: column; /* Stack child elements vertically */
  align-items: center;
  
}
.call-bx .icon-col{
  background-color: transparent;
  border-radius: 50%;
  margin: 3px 0 0 4px;
  border: 1px solid #FFF;
  height: 44px;
  color: #FFF;
  width: 44px;
  float: left;
  text-align: center;
  font-size: 22px;
  line-height: 45px;
}
.call-bx .phn{
  font-size: 28px;
  color: #FFF;
  float: left;
  line-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
.call-bx .phn{
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 20px;
	margin-bottom: 10px;
}

/*End*/

/* Latest News area css
============================================================================================ */
.latest_news_area {
  padding: 95px 0px;
}
.latest_news_area .sec_middle_title {
    padding-bottom: 60px;
}
.latest_n_item .l_n_image {
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.latest_n_item .l_n_image:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.latest_n_item .l_n_image img {
  max-width: 100%;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.latest_n_item .l_n_image .date {
  z-index: 3;
}
.latest_n_item .ctn_bx{
  box-shadow: 0px 4px 16px 0px rgba(204,204,204,1);
  padding: 20px;
}
.latest_n_item .ctn_bx h4 {
  font-size: 18px;
  line-height: 26px;
  color: #242424;
  font-weight: 500;
  letter-spacing: .36px;
  padding: 20px 0px 15px 0px;
}

.latest_n_item .ctn_bx p {
  font-size: 16px;
/*  font-family: "Open Sans", sans-serif;*/
  letter-spacing: .30px;
  padding-bottom: 20px;
}

.latest_n_item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.latest_n_item:hover:before {
  opacity: 1;
}

.latest_n_item .date {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #2a58ad;
  text-align: center;
  color: #FFF;
  padding: 8px 20px;
  border-radius: 0px;
  border: 1px solid #FFF;
  border-left: none;
}

.latest_n_item .date h5 {
  font-size: 16px;
/*  font-family: 'Roboto', sans-serif;*/
  font-weight: bold;
  letter-spacing: .66px;
  padding-top: 0px;
  line-height: 22px;
}

.latest_n_item .date h5 span {
  font-size: 16px;
  line-height: 16px;
}
/*End blog section css*/

/* start clients css */
#clients {
  padding: 25px 0 50px;
  /*background-color: #8bd2ff;*/
}
#clients .owl-carousel {
  padding: 0 70px;
  position: relative;
}
#clients .container .item {
  height: 145px;
  line-height: 145px;
}
#clients .container .item img {
  transition: all 0.3s ease 0s;
  display: inline;
  /*border: 1px solid #f2f2f2;*/
}
#clients .container .owl-controls {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#clients .container .owl-nav {
  margin: 0;
}
#clients .container .owl-theme .owl-nav div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#clients .container .owl-prev {
  left: 0px;
  position: absolute;
  top: 46px;
  /*line-height: 145px;*/
  width: 40px;
  height: 40px;
  border: 1px solid;
  border-radius: 50%;
  text-align: center;
}
#clients .container .owl-nav div .fa {
  color: #b9b9b9;
  font-size: 30px;
}
#clients .container .owl-nav div {
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
  border:none;
}
#clients .container .owl-next {
  position: absolute;
  right: 0px;
  top: 46px;
  /*line-height: 145px;*/
   width: 40px;
  height: 40px;
  border: 1px solid;
  border-radius: 50%;
  text-align: center;
}
#clients .container .owl-nav div .fa {
  color: #FFF;
  font-size: 24px;
  line-height: 37px;
}









/*----------------------------------------------------*/
/* Banner Area css
============================================================================================ */
.banner_area {
  min-height: 352px;
  position: relative;
  z-index: 2;
}

.banner_area:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner_area .banner_content h3 {
  padding-top: 215px;
  color: #fff;
  font-size: 45px;
  font-weight: 600;
}

.banner_link {
  background: #f1f1f1;
  border-bottom: 1px solid #d3d3d3;
}

.banner_link .abnner_link_inner a {
  font-size: 16px;
  color: #a2a1a1;
  font-family: "Lato", sans-serif;
  letter-spacing: .32px;
  margin-right: 25px;
  line-height: 60px;
  position: relative;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.banner_link .abnner_link_inner a:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #a2a1a1;
}

.banner_link .abnner_link_inner a:last-child {
  margin-right: 0px;
}

.banner_link .abnner_link_inner a:first-child:before {
  display: none;
}

.banner_link .abnner_link_inner a:hover, .banner_link .abnner_link_inner a.active {
  color: #18ba60;
}


.banner_area_plane::before {

    content: "";
    background:rgba(143, 143, 143, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;

}
.banner_area_plane .banner_content h1 {
	padding-top: 100px;
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.banner_area_plane .banner_content p {
	padding-top: 100px;
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.banner_area_plane .overlay {
    background-color: rgba(105,105,105,.5);
    height: 100%;
}

/*
========================================================
  13. latest-gallery styles 
========================================================
*/
.latest-gallery{
  padding:95px 0px 70px;
  
}
.latest-gallery h1{
  font-size: 35px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.latest-gallery .single-item {
  padding-bottom: 30px;
}
.latest-gallery .single-item .img-box {
  position: relative;
  overflow: hidden;
}
.latest-gallery .single-item .img-box img {
  width: 100%;
}
.latest-gallery .single-item .title h5 {
  color: #222;
  padding: 25px 0 0;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}
.latest-gallery .single-item:hover .title h5 {
  color: #48c7ec;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}

.latest-gallery .single-item .img-box .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgb(64, 123, 202,0.7);
  text-align: center;
  opacity: 0;
  transition: all .3s ease;
  border: 2px solid #FFF;
}

.latest-gallery .single-item .img-box .overlay .social {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.latest-gallery .single-item .img-box .overlay .inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.latest-gallery .single-item .social a i:before {
  font-size: 30px;
  color: #000;
  margin: 0px;
  background-color: #FFF;

padding: 10px;

border-radius: 50%;
}
.latest-gallery .single-item .social h4 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
  text-transform: uppercase;
}

.latest-gallery .single-item .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.latest-gallery .single-item .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;
}
.latest-gallery .single-item .img-box .overlay .top {
  text-align: center;
}
.latest-gallery .single-item .img-box .overlay .top ul {
  margin-bottom: 0;
  margin-bottom: 20%;
}
.latest-gallery .single-item .img-box .overlay .top li a {
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  background: #222;
  display: block;
  border-radius: 50%;
  -webkit-transition:.4s ease;
  transition: .4s ease;
}
.latest-gallery .single-item .img-box .overlay .top li a:hover {
  background: #1f1f1f;
  color: #48c7ec;
}
.latest-gallery .single-item .img-box .overlay .bottom {
  padding: 10px 0px;
  padding-right: 0;
  text-align: center;
}
.latest-gallery .single-item .img-box .overlay .bottom .title h3 {
  margin: 0;
  color: #fff;
  font-family: "Roboto Slab", serif;
  line-height: 30px;
  font-size: 15px;
}
.latest-gallery .single-item:hover .img-box .overlay {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}


.post-filter {
  display: inline-block;
  margin: 0;
  margin-bottom: 50px;
}
.post-filter li {padding: 5px 5px;}

.post-filter li span {
  padding: 7px 20px;
  color: #343434;
  font-size: 14px;
  border: 1px solid #407bca;
  font-weight:500;
 /* font-family: 'Roboto', sans-serif;*/
  line-height: 24px;
  display: block;
  padding-right: 16px;
  cursor: pointer;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}
.post-filter li:hover span,
.post-filter li.active span {
  color: #fff;
  background:#407bca;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}



/* Our Abour Area css
============================================================================================ */
.our_about_area {
  padding: 100px 0px;
  background: #ffffff !important;
}

.our_about_left_content {
  padding-right: 10px;
}

.our_about_left_content .section_title {
  padding-bottom: 0px;
}
.our_about_left_content .section_title h2{
  text-align: left;
  font-size: 30px;
  letter-spacing: normal;
}

.our_about_left_content h3 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: .44px;
  color: #242424;
}

.our_about_left_content p {
  line-height: 28px;
  letter-spacing: normal;
  padding-top: 30px;
}

.our_about_image {
  overflow: hidden;
  display: inline-block;
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.our_about_image:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  cursor: pointer;
}

.our_about_image img {
  max-width: 100%;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.our_about_image:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.our_about_image:hover:before {
  opacity: 1;
}

/* End Our Abour Area css
============================================================================================ */
.ourTeam.our_team_area{
  padding: 100px 0;
}
.mr-btm{
  margin-bottom: 20px;
}
.partner{
  
}




/* Steps */
.step {
  position: relative;
  min-height: 2em;
  color: gray;
}
.step + .step {
  margin-top: 3em
}
.step > div:first-child {
  position: static;
  height: 0;
}
.step > div:not(:first-child) {
  margin-left: 3em;
  padding-left: 2em;
}
.step.step-active {

}
.step.step-active .circle {

}

/* Circle */
.step-circle {
  position: relative;
  width: 3em;
  height: 3em;
  line-height: 3em;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 0 3px #fff;
}

/* Vertical Line */
.step-circle:after {
  content: ' ';
  position: absolute;
  display: block;
  top: 1px;
  right: 50%;
  bottom: 1px;
  left: 50%;
  height: 100%;
  width: 1px;
  transform: scale(1, 2);
  transform-origin: 50% -100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.step:last-child .step-circle:after {
  display: none
}

/* Stepper Titles */
.step-title {
  line-height: 2em;
  font-weight: bold;
  color: #242424;
   font-size: 1.6em;
}
.step-caption {
  font-size: 16px;
  color: #000000;
}

a {
    color: #7d7d7d;
}

a:hover {
    opacity:.9;
}



.banner_text .theme_btn {
    border-radius: 10px;
}



.header_menu .navbar.navbar-default .navbar-header .navbar-brand img {
    display: inline-block;
    width: auto;
	float:left;
    margin-top: 8px;
	max-height:87px;
}

.span_assist {
font-size:32px;
}
.span_assist_alt {
display:block;
width:100%;
}

@media (max-width: 487px){
.bottom_about_contents p {
font-size:26px;	
}
.bottom_about_contents  {
padding: 40px 10px;
}
.theme_btn {
	width: 100%;
}
.botton_about .overlay {
    padding: 10px;
}
.btn_desktop {display:none !important;}

.section_title p {
    max-width: 370px;
    margin: 0 auto;
}
.span_assist {
display:block;
text-align:center;
font-size:32px;
padding: 0px 0px 5px 0px;
}
.span_assist_alt {
padding-top: 15px;
}
}


@media (min-width: 489px){
.btn_mobile {display:none !important;}
}

@media (max-width: 767px){
.dfg {
	background: #f2f2f2;
	text-align:center;
}
}

@media (max-width: 991px){
.dfg img{
	text-align: center;
}

.dfg img{
	width:80%;
}

.ctamenu {
display:none;	
}

.plumb_pd1_right {
     margin-top: 25px;
}

.about_left_content{
	margin-bottom:80px;

}

.banner_text {
    padding-top: 50px;
    padding-bottom: 65px;
}
.main_banner_area {
    height: unset !important;
}
 
.gdf {
	margin-bottom:15px;
}

.call-bx {
display: flex;
align-items: center;
justify-content: center;	
}

.header_menu .navbar.navbar-default .navbar-header .navbar-brand img {
    max-height: 55px;
}

}

@media (min-width: 992px){

.mobile-show {
	display:none;
}
.bzx {
	padding-top: 10px;
    color: #000000;
	text-align:center;
	margin-right:0px !important;
}
.grs {
    line-height: 26px !important;
    text-align: center !important;
    padding-top: 20px !important;
    padding: 10px 15px !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    font-size: 20px !important;	
}
.dfg {

}

.dfg img{
	float: right;
    margin-top: 75px;

}



}



.service_content_bx .service_point li::before {
    content: '\f14a';
    font-family: 'fontawesome';
    margin-right: 10px;
    font-size: 18px;
}

.service_content_bx h2 {
    font-size: 30px;
    color: #242424;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding-bottom: 20px;
}
.phn a {color:#ffffff;}
.phn a:hover {color:#ffffff;opacity:.9;}

#call-us {
    padding: 0px !important;
    height: 100%;
}



.htg {
	
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	
} 

.nbg  {
	margin-right: 12px;
    font-size: 22px;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.header_top .header_top_inner {
}

.navbar-collapse.in {
    overflow-y: clip;
}

.dropdownicon {
font-size: 18px;
color: #242424;
margin-left:6px;
}
@media (max-width: 991px){
.dropdownicon {
font-size: 26px;
    position: relative;
    top: 3px;
    width: 45%;
    text-align: right;
    padding-right: 20px;
}
.header_menu .navbar.navbar-default .navbar-collapse {
min-height: 100vh;
height: auto;
}
}

    .phone-pulse {
    position: fixed;
    bottom: 80px;
    right: 80px;
    z-index: 1000;
}.phone-bg {
    animation: pulse 1.2s ease infinite;
    background: #4a8e3c;
}
.phone-bg, .phone-button {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}.phone-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border: none;
    background: #4a8e3c;
    background-size: 18px;
    cursor: pointer;
    outline: none;
    animation: pulsephone 3s ease infinite;
} @keyframes pulse {
	 0% {
		 transform: scale(1, 1);
	}
	 50% {
		 opacity: 0.3;
	}
	 100% {
		 transform: scale(1.3);
		 opacity: 0;
	}
}
 @keyframes pulsephone {
	 0% {
		 transform: scale(.5);
	}
	 50% {
		transform: scale(1.15); 
	}
	 100% {
		 transform: scale(.7); 
	}
}
.phone-button a {
    position: absolute;
    color: #fff;
    font-size: 30px;
}

.fa-phone-volume:before {
    content: "\f2a0";
}

.column-list {
  column-count: 3;
}

.column-list ul {
  list-style-type: none;
  padding: 0;
}

.column-list li {
  margin-bottom: 10px; /* Add spacing between list items */
  font-size:17px;
  font-weight: 400;
}
@media (max-width: 991px){
.column-list {
margin-bottom: 60px;
}
}
.btn_mobile {
font-size: 18px;
}
