@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed: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&family=Bona+Nova:ital,wght@0,400;0,700;1,400&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Dancing+Script:wght@400..700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Faustina:ital,wght@0,300..800;1,300..800&family=Felipa&family=Playwrite+AU+SA+Guides&family=Playwrite+DE+Grund+Guides&family=Playwrite+FR+Trad+Guides&family=Playwrite+GB+J+Guides:ital@0;1&family=Playwrite+NG+Modern+Guides&display=swap');



/*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/team-page-style.css');
@import url('page-css/testimonials-page-style.css');
@import url('page-css/faq-page-style.css');
@import url('page-css/blog-pages-style.css');
@import url('page-css/priceing.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: "Cormorant Garamond", serif;
}
h1{
  font-size: 30px;
  color: #000;
}
p{
  font-size: 16px;
  color: #000 !important;
  font-weight:600 !important;
  font-size:17px !important;
  line-height: 28px !important;
  font-family: "Cormorant Garamond", 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: 25px;
}
.brd-r-0 {
    border-right: 0 !important;
}
body {
  font-size: 14px;
  font-family: "Cormorant Garamond", serif;
  color: #898989;
}
a.navbar-brand {
    width: 210px;
}
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;
  width: 100%;
}

.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{
  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: 7px 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;
  background: #000;
  /*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: rgba(56, 71, 22,.8);
  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;
}

.theme_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);
} 
.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: #384716;
  font-weight: bold;
  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: 700;
  letter-spacing: .84px;
}

.section_title p {
  font-size: 18px;
  line-height: 28px;
  color: #000 !important;
  font-weight: normal;
  padding-top: 20px;
  font-weight:600;
}

.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--*/
.main_banner_area{
  /*height: 655px;*/
  
  background: url(../img/resource/main-banner-bg.png);
  background-size: cover !important;
  background-position: left;
  height: 640px;
  width: 100%;
}
.main_banner_area .overlay{
  /*background-color: rgb(0, 42, 86, 0.9);*/
  background-color: rgb(0, 104, 175,0.2);
  /*padding-bottom: 106px;*/
  height: 100%;
}
.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;
}
.banner_text h1 {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size:40px;
  margin: 12px 0px 18px;
}
.banner_text p{
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}

.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{
  background: transparent;
  border:1px solid #FFF;
  margin-top: 50px;
  font-size: 16px;
  font-weight: 500;
}
.banner_text .theme_btn::before{
  background: rgba(56, 71, 22,.8);
}
.banner_text .theme_btn:hover {
  border-color: rgba(56, 71, 22,.8);
  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: #384716;
  font-weight: bold;
  font-size:24px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0px;
}

.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: 30px 0px 25px;
}
.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: 40px;
  box-shadow: 0px 0px 22px rgba(0,0,0,0.1);
  mix-blend-mode: darken;

}
.banner_form_sec .form_grid textarea {
  width: 100%;
  padding: 0px 10px;
  border-radius:3px;
  border: none;
  background: #fff;
  height: 100px;
  box-shadow: 0px 0px 22px rgba(0,0,0,0.1);
  mix-blend-mode: darken;

}
.banner_form_sec .sub_b_btn {
  display: inline-block;
  height: 48px;
  /*font-family: "Montserrat", sans-serif;*/
  border: 1px solid rgba(56, 71, 22,.8);
  background-color: rgba(56, 71, 22,.8);
  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: 40px 0px 40px 0px;
} 
.about_us.plumb2{
  background: #f2f2f2;
}
.about_left_content h1{
  font-size: 25px;
  font-weight: 700;
  color: #384716; 
 
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 15px;
  line-height:30px;
}
.text-info {
    color: #384716 !important;
    font-weight:800;
}
.btn-success {
    color: #fff;
    background-color: rgba(56, 71, 22,.8) !important;
    border-bottom: 3px solid #384716 !important;
}

.about_left_content p a{
    color:#384716;
    font-size:22px;
    font-weight:800;
    
}

.about_left_content p{
  line-height: 28px;
  color: gray;
  font-size: 15px;
  text-align: justify;
}

.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: rgba(56, 71, 22,.8);
}
.about_left_content .theme_btn:hover {
  border-color: rgba(56, 71, 22,.8);
  color: #fff;
}
.botton_about{
  background-image:url(../img/resource/ab-bg.jpg); 
  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{
  height: 100%;
  background-color: rgba(56, 71, 22,0.9);
  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;
}
.bottom_about_content p{
  color: #fff !important;
  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 {content: "";width: 100%;position: absolute;background-image: url(../img/images/serv_bottom.html);height: 23px;left: 0;
right: 0;top: 0;}
.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{content: "";width: 100%;position: absolute;background-image: url(../img/resource/blu_line.png);height: 23px;left: 0;right: 0;bottom: -20px;}
.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 40px;
    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: 800; color: #384716;}
.munber a{
  font-size: 35px;
  color: #384716;
  font-weight: bold;
  display: block;
  text-align: center;
}
a.mumber_button{
  display: block;
  float: right;
  font-size: 16px;
  font-weight: 600;
  background: rgba(56, 71, 22,.8); 
  border-radius: 4px; 
  border-bottom: 3px solid #384716;
  padding: 10px 40px; color: #fff;
}


/*--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: #384716; color:#fff; text-align: left;padding: 20px 15px;
  font-size: 21px; font-weight: 600;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;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px
}
.ser_tab_main .tab .tab button::before{display: none;}
/* Change background color of buttons on hover */
.ser_tab_main .tab button:hover {background-color: rgba(56, 71, 22,.8);}
/* Create an active/current tablink class */
.ser_tab_main .tab button.active {background-color: rgba(56, 71, 22,.8);}
/* 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%;
    border-radius: 10px;
}
.tab_images {box-shadow: 0px 4px 9px rgba(0,0,0,0.3);
    border-radius: 10px;
    border: 1px solid #8080804d;
    padding: 4px;
}
.ser_tab_main .tab button span img{
    width:50px;
    height:auto;
}
.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: 30px;
    margin-bottom:10px;
}
.tab_content h3{font-size: 26px; color: #384716;font-weight: 600;}
.tab_content span{font-size: 16px;color: #000;padding: 10px 0px;font-weight: 600;display: block;line-height: 28px;}
.tab_content p{
    font-weight: 400;
    color: #384716;
    line-height: 33px;
    font-size:15px;
}

/*--services--*/

/*--service-bottom--*/
.service_bottom{position: relative; background-image:url(../img/resource/serv-bg.jpg); width: 100%; background-size: cover; background-repeat:no-repeat; height: 680px;}
.service_bottom::after {content: "";background-image: url(../img/resource/bgline.png);background-size: cover;background-repeat: no-repeat;background-position: center;
position: absolute;top: -24px;left: 0;right: 0px;width: 100%;height: 25px;}
.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: 40px 0px 40px; 
  background: url(../img/resource/grain-bg.jpg);
}
.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 20px 0px;
  transition: 0.3s;
}
.choose_outer::after {
  content: "";
  position: absolute;
  width: 1px;
  background: #384716;
  left: -6px;
  top: 40px;
  bottom: 40px;
}
.choose_outer::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #384716;
  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: #384716;}
.choose_outer:hover h3{color: #FFF ;}
.choose_outer:hover p{color: #FFF !important;}
.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: 800;
  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 {background-image: url(../img/resource/left_bg.jpg);background-repeat: no-repeat;
background-position: center;background-size: cover;width: 50%;}
.work_content {padding: 80px 10% 80px 80px;background: #016cb2;width: 50%; position: relative;}
.work_content::after {content: "";position: absolute;top: 0;background-image: url(../img/images/wordline.html);background-size: cover;left: 0;right: 0px;height: 24px;}
.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: 35px 0px 115px 0;
  background-color: #474747;
  background:#fff;
  background-size: cover;
  background-position: center;
}
.testimonials_style_area .sec_middle_title {
  padding-bottom: 20px;
}
.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: #384716; font-size: 21px ; font-weight: 700;text-align: center; margin-top: 15px}
.testimonials_style_area .owl-nav {
  margin-top: -90px;
  text-align: center;
}
.choose_outer figure img{
    width:50px;
    height:auto;
}
.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 {

    background: url(../img/resource/back-bg.html) repeat-x;

}
.zigjag-bg {
  background: url(../img/resource/zigzag-bg1.png) repeat-x;
  height: 22px;
}
.video-area{
  padding: 95px 0 100px 0;
  background: url(../img/resource/grain-bg.jpg);
 
}

.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;
}

.mr-tp-10{
  margin-top: 10px;
}
.why-list ul{
  margin: 0;
  padding: 0;
}
.why-list li{
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 40px;
  font-size: 16px;
  font-weight: normal;
  color: #222;
}
.why-list li::before {
  content: '\f14a';
  font-family: 'fontawesome';
  margin-right: 10px;
  font-size: 24px; 
  color: #000;
  float: left;
}

.why-list-2 ul{
  margin: 0;
  padding: 0;
}
.why-list-2 li{
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 35px;
  font-size: 16px;
  font-weight: normal;
  color: #222;
}
.why-list-2 li::before {
  content: '\f14a';
  font-family: 'fontawesome';
  margin-right: 10px;
  font-size: 18px; 
  color: #e13723;
}

.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;
  background-color: #384716;
  /*background: url(../img/resource/call-bg.jpg);
  background-size: cover;
  background-position: center;*/
  margin-bottom: 60px;
}
#call-us .img-holder{
  right: 200px;
  position: absolute;
  top: 0;
  bottom: 0;
}
#call-us .img-holder img{
  bottom: -23px;
  position: relative;
  height: 200px;
}

.text-call h2{
  color: #FFF;
  font-size: 30px;
  text-transform: uppercase;
  padding-top: 75px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.call-bx{
  width: 486px;
  border-radius: 30px;
  background-color: #4784e4;
  text-align: center;
  margin: auto;
  line-height: 46px;
}
.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: 40px;
  color: #FFF;
  float: left;
  line-height: 50px;
  padding-left: 10px;
  padding-right: 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: #384716;
  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: "Cormorant Garamond", 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 {
  background: url(../img/banner/banner.html) no-repeat scroll center center;
  background-size: cover;
  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 {

    /*background: url(../img/banner/banner-bg.jpg) no-repeat scroll center center;*/
    /*background-size: auto auto;*/
    /*background-size: cover;*/
    min-height: 40px;
    position: relative;
    z-index: 2;
    object-fit: cover;

}
.banner_area_plane::before {

    content: "";
    background:rgb(63 78 27);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;

}
.banner_area_plane .banner_content h3 {
  padding-top: 10px;
  font-size: 15px;
  color: #fff;
  font-weight: 700;

}


/*
========================================================
  13. latest-gallery styles 
========================================================
*/
.latest-gallery{
  padding:95px 0px 70px;
  
}
.latest-gallery h1{
  font-size: 35px;
  color: #000;
  font-family: "Cormorant Garamond", 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: "Cormorant Garamond", 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: 30px 0px;
}

.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;
  text-align: justify;
  color: gray;
  font-size: 15px;
}

.our_about_image {
  overflow: hidden;
  display: inline-block;
  position: relative;
  z-index: 3;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid gray;
  padding: 7px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.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;
  border-radius: 10px;
}

.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;
}



/**/

.banner_section{
  position: relative;

}

.overlay_form_main_div2{
  position: absolute;
  top: 5%;
  right: 0;

}

.overlay_form_main_div{
  background-color: #F4F2F2;
  border-radius: 3px;
}

/**/


/**/


.banner_section_ph{
  display: none;
}

/**/

/**/

.gallery_section{
  margin-top: 70px;
  margin-bottom: 70px;
}

.gallery_img_box_main{
  position: relative;
  width: 100%;
  transition: .4s ease-out;
  overflow: hidden;
  text-align: center;
  margin-bottom: 55px;
}

.gallery_img_box_main img{
width: 100%;
transition: .4s ease-out;
filter: brightness(96%);
}

.overlay_zoom_icon{
  position: absolute;
  top: 0;
  right: 0;
  transition: .4s ease-out;
}

.overlay_zoom_icon a{
  background-color: #384716;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  margin: 10px;
  color: white;
  opacity: .1;
  transition: .4s ease-out;
}

.gallery_img_box_main:hover .overlay_zoom_icon a{
  background-color: #384716;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  margin: 10px;
  color: white;
  opacity: 1;
  transition: .4s ease-out;
}



/**/


/**/

.product_details_page_section{
  margin-top: 20px;
  margin-bottom: 70px;
}

.product_details_page_head_title{
  padding-bottom: 25px;
  text-align: center;
}

.product_details_page_head_title h1{
  color:#384716;
 font-size:30px !important;
  font-weight:800;
}

.detalis_txt_box_left h1{
    color:#384716;
 font-size:30px !important;
  font-weight:800;
}


.product_details_page_head_title h3{
  color:#384716;
 font-size:30px !important;
  font-weight:800;
}

.product_details_img_box{
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  transition: .5s ease-in-out;
  width: 100%;
  border:1px solid #8080808f;
  border-radius:10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.product_details_img_box img{
  width: 100%;
  transition: .5s ease-in-out;
  filter: brightness(94%);
  padding:5px;
  border-radius:15px;
}

.product_details_overlay_links{
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  transition: .5s ease-out;
  background-color: #384716;
  width: 100%;
  margin-top:22px;
}

.product_details_overlay_links a{
  margin: 4px 5px;
  background-color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  transition: .5s ease-in-out;
  color: #384716;
  font-size: 18px;
  box-shadow: 0px 0px 1px 2px lightgray;
  margin-top:10px;
}

.product_details_img_box:hover .product_details_overlay_links{
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
  transition: .5s ease-out;
  background-color: #384716;
 border-bottom: 1px solid white;
  width: 100%;
  border-radius:30px;
}

.product_details_overlay_links p{
color: #fff !important;
font-size: 15px !important;

}

#phonewhatsapp{
  display: none;
}

/**/


/*dfetails page css*/



.details_page_section{
  margin-top: 20px;
  margin-bottom: 50px;
}

.detalis_txt_box_left p b{
  color: #384716;
  font-size: 27px;
  font-weight:800;
}

.detalis_txt_box_left h1{
  color: #384716;
  font-size: 27px;
  font-weight:800;
}
.detalis_txt_box_left.category-details-pages ul{
  margin-bottom: 15px;
}

.product_details_page_head_title h2{
  color: #384716;
  font-size: 27px;
  font-weight:800;
}
.all_pg_bn_sections{
  background-color: rgb(63 78 27);
  padding: 7px 0px;
}
.all_pg_bn_sections  ul li{
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.detalis_txt_box_left h2{
  color: #384716;
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 8px;
  font-weight:800;
}

.product-details-sec p{
  color: #000 !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    letter-spacing: .2px;
    word-spacing: .3px;
    text-align: justify;
}

.detalis_txt_box_left h3{
  color: #384716;
  font-size: 22px;
  margin-bottom: 12px;
  margin-top: 10px;
  font-weight:800;
}

.detalis_txt_box_left h5{
  color: #384716;
  font-size: 22px;
  margin-bottom: 12px;
  margin-top: 10px;
  font-weight:800;
}

.detalis_txt_box_left p{
font-size: 15px;
padding-top: 10px;
color: gray;
letter-spacing: .2px;
word-spacing: .3px;
text-align: justify;

}


.detalis_txt_box_left p ul{
font-size: 15px;
list-style: none;
color: gray;
letter-spacing: .2px;
word-spacing: .3px;

}

.detalis_txt_box_left  li{
  line-height: 30px !important;
  font-size: 15px !important;
  color: gray;
}

.detalis_page_img_box_right{
  text-align: center;
  width: 100%;
  transition: .4s ease-in-out;
  height: auto;
}
                        
.footer-folluws-icon li{
  display: inline-block;
}

.detalis_page_img_box_right img{
  width: 100%;
  transition: .4s ease-in-out;
  height: auto;
  filter: brightness(96%);
  border-radius: 20px;
    border: 1px solid gray;
    padding: 5px;
}

.details_btn_page{
  margin-top: 20px;
  text-align: center;
}

.details_btn_page a{
  margin: 10px;
  text-transform: capitalize;
  font-size: 15px;
  letter-spacing: .2px;
  background-color: #384716;
  padding: 10px 15px 10px 15px;
  color: white;
  border-radius: 1px;
  border-radius: 2px;
}


.details_btn_page1{
  margin-top: 30px;
  
}

.details_btn_page1 a{
  margin: 10px;
  text-transform: capitalize;
  font-size: 15px;
  letter-spacing: .2px;
  background-color: #384716;
  padding: 10px 15px 10px 15px;
  color: white;
  border-radius: 1px;
  border-radius: 2px;
}
.detilsbtn{
    padding: 7px 0px 7px 0px;
    text-align: center;
    background: #3a4916;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}

.detilsbtn a{
  
  
  color: #fff;
  
}
/**/

/**/
.modal_form_div input{
  margin-bottom: 20px;
  padding: 23px 8px 23px 8px;
}

.modal_form_div textarea{
  margin-bottom: 20px;
  padding: 23px 8px 23px 8px;
}
/**/

/*contact page css*/


.contact_page_form_div input{
  margin-bottom: 20px;
  padding: 23px 8px 23px 8px;
  background-color: #F0F0F0;
}


.contact_page_form_div input{
  margin-bottom: 20px;
  padding: 23px 8px 23px 8px;
  background-color: #F0F0F0;
}

/**/

/**/

.bottom_fixed_icons_div{
  
  position: fixed;
  bottom: 9px !important;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
  display: none;

}

.bottom_fixed_icons_div a{
  background-color:#384716;
  width: 100px;
  text-align: center;
  padding: 5px 0px 5px 0px; 
  color: white;
  font-size: 22px;
  text-decoration: none;
  margin: 0px 15px;
  border-radius: 2px;
  display: inline-block;
  box-shadow: 0px 0px 2px 2px white;
  animation: btmfix-btn 2s infinite;
}

@keyframes btmfix-btn{
  0% {
        transform: scale(1.1);
  }
  50% {
        
        box-shadow:0px 0px 2px 5px rgba(213, 164, 55,.5); 
  }
  100% {
        transform: scale(1.1);
  }
}

/**/
.form-group {
    margin-top:0px !important;
}
.rc-anchor-light {
    margin-left:15px !important;
}
.submit_nowbtn {
    margin-top:15px !important;
}

/**/

.map-outer {
    margin-bottom:70px !important;
}

.detalis_txt_box_left ul {
    list-style: none; 
    padding-left: 0;
}

.detalis_txt_box_left ul li {
    font-size: 18px !important;
    color: #000 !important;
    margin-bottom: 5px;
    position: relative;
    font-weight:600;
    padding-left: 25px; 
}

.detalis_txt_box_left ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #3f4e1b; 
    position: absolute;
    left: 0;
    top: 9px; 
}




/*whatsapp and call css s */

.mobile_callwhat {
  position: fixed;
  bottom: 130px;
  right: 23px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width:50px;
  z-index: 9999;
}

.mobile_callwhat a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #ffffff; /* Neutral background color */
}

.mobile_callwhat a:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.btn-whatsapp-pulse {
  background-color: #25d366; /* WhatsApp green */
}

.btn-whatsapp-pulse1 {
  background-color: #c42121; /* Call button red */
}

.mobile_callwhat img {
  max-width: 43px;
  height: auto;
}

/* Pulse animation for interactivity */
.btn-whatsapp-pulse, .btn-whatsapp-pulse1 {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  50% {
      transform: scale(1.1);
      box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  }
  100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .mobile_callwhat {
      bottom: 120px;
      right: 15px;
      gap: 15px;
  }
  .fixed_enquiry_btn_web a {
  background-color: #15373f;
  padding: 15px 5px 15px 5px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  /* text-transform: uppercase; */
  letter-spacing: 1.5px;
  word-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  writing-mode: vertical-lr;
  color: #fff !important;
  border: 2px solid #fff;
}

  .mobile_callwhat a {
      width: 50px;
      height: 50px;
  }

  /*.mobile_callwhat img {*/
  /*    max-width: 30px;*/
  /*}*/
}

@media (max-width: 480px) {
  .mobile_callwhat {
      bottom: 120px;
      right: 15px;
  }

  .mobile_callwhat a {
      width: 50px;
      height: 50px;
  }


}

/*whatsapp and call css e */

/*top to scrol s*/

.scroll-to-top {
    position: fixed;
    bottom: 60px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: #3f4e1b; /* Preferred color */
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 23px;
    border:2px solid #fff;
    cursor: pointer;
    display: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s, transform 0.3s;
    z-index:1000;
}
.scroll-to-top.show i{
    margin-left:0px !important;
    font-size:28px;
    margin-top:3px;
}

.scroll-to-top:hover {
    background: #3f4e1b; /* Preferred hover color */
}

.scroll-to-top.show {
    display: block;
    opacity: 1;
}
/*top to scroll e*/

@media (max-width: 768px) {
    
.section_title {
    padding-bottom: 20px;
}
.scroll-to-top.show i {
    margin-left: 0px !important;
    font-size: 28px;
    margin-top: 3px;
}
}


@media (max-width: 480px) {
    

.scroll-to-top.show i {
    margin-left: -12px !important;
    font-size: 28px;
    margin-top: 3px;
}
}



.banner_area_plane .banner_content h1{
    padding-top: 10px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
}


.navbar-nav {
    margin: 0.5px -15px !important;
}


.menu-icon {
    width: 15px;
    height: 15px;
    margin-right: 2px;
    object-fit: contain;
    margin-top: -3px;
}

.navbar {
    min-height:80px;
}

.tab_content h6{
    font-weight:800;
    font-size:23px;
    color:#190c53;
}

.grecaptcha-badge{
  display: none;
}