* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html{
  font-family: "DM Sans", sans-serif;
}
body{
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
/*.nocopy {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}*/




/*.single_banner {
  position: relative;
}
.single_banner img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.banner_text_left {
  position: absolute;
  top: 36%;
  left: 100px;
}
.banner_text_left h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 72px;
  width: 50%;
  line-height: 78px;
}
.banner_text_rbotm {
  position: absolute;
  bottom: 17%;
  right: 100px;
  width: 33%;
}
.banner_text_rbotm p {
  color: #fff;
  line-height: 24px;
  font-size: 17px;
}*/
.screen-reader-response {
  display: none;
}
.sing_frm p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
	line-height:15px;
}

.main_banner_area{
   position:relative;
   width:100%;
   height:100vh;
   overflow:hidden;
}

.main_banner_area_inner{
   position:relative;
   width:100%;
   height:100%;
}

.single_banner{
   position:absolute;
   inset:0;
   width:100%;
   height:100%;
   opacity:0;
   visibility:hidden;
   overflow:hidden;
}

.single_banner.active{
   opacity:1;
   visibility:visible;
}

.single_banner img{
   width:100%;
   height:100%;
   object-fit:cover;
   transform:scale(1);
}

.banner_overlay{
   position:absolute;
   inset:0;
   background:rgba(0,0,0,0.35);
   z-index:-1;
}

.banner_text_left {
  overflow: hidden;
  position: absolute;
  top: 36%;
  left: 100px;
  text-align: center;
  width: 85%;
}

.banner_text_left h1 {
  transform: translateY(120%);
  color: #fff;
  text-transform: capitalize;
  font-size: 50px;
  width: 100%;
  line-height: 78px;
}
.banner_text_left a {
  background: #63B7BC;
    z-index:99999;
    pointer-events:auto;
    cursor:pointer;
    display:inline-flex;
  /*display: flex;*/
  width: 179px;
  margin: 23px auto 0;
  border-radius: 50px;
  height: 55px;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border: 1px solid #63B7BC;
  transition: ease-in-out 0.6s;
 
}
.banner_text_left a:hover{
  background: transparent;
  color: #63B7BC;
  transition: ease-in-out 0.6s;
   z-index: 999;
}
.banner_text_left p {
  color: #fff;
  font-size: 17px;
  width: 60%;
  margin: 0 auto;
}
.banner_text_rbotm{
   margin-top:25px;
   overflow:hidden;
   position: absolute;
   bottom: 17%;
   right: 100px;
   width: 33%;
}

.banner_text_rbotm p{
   transform:translateY(120%);
   color: #fff;
  line-height: 24px;
  font-size: 17px;
}

/* ARROWS */
.banner_arrows {
  position: absolute;
  left: 50px;
  bottom: 41%;
  z-index: 10;
  display: flex;
  gap: 15px;
  width: 93%;
  justify-content: space-between;
}

.banner_arrow {
  width: 60px;
  height: 60px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.3);
}
.banner_arrow svg {
  width: 24px;
}
.main_header_area {
  padding: 13px 100px;
}
.main_header_area_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_menu ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main_menu ul li {
  list-style: none;
  padding: 0 27px 0 0;
}
.main_menu ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: ease-in-out 0.6s;
}
.logo_area img {
  width: 150px;
}
.right_quote {
  width: 226px;
  display: flex;
  justify-content: flex-end;
}
.logo_area {
  width: 150px;
  display: flex;
  justify-content: center;
}
.main_menu {
  width: 63%;
}
.right_quote a {
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 13px 29px;
  border-radius: 50px;
  font-size: 15px;
  border: 1px solid #000;
  transition: ease-in-out 0.6s;
}
.right_quote a:hover {
  background: transparent;
  color: #000;
  transition: ease-in-out 0.6s;
}
.whatwe_offer_main {
  background: #EFF4E7;
  padding: 80px 100px;
}
.section_heading h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  opacity: 0.9;
  color: #1C3801;
}
.section_heading h2 {
  font-size: 40px;
  color: #1C3801;
  width: 35%;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}
.section_heading {
  text-align: center;
  margin: 0 0 45px;
}
.whatwe_offer_srv_boxes {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.whatwe_offer_srv_boxes .whatwe_offer_srv_single {
  width: 33.333%;
  text-align: center;
  position: relative;
}
.whatwe_offer_srv_single img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  object-fit: cover;
}
.whatwe_offer_srv_single h3 {
  margin: 18px 0 8px;
}
.whatwe_offer_srv_single h3 {
  color: #5E6656;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .4px;
}
.whatwe_offer_srv_single h2 {
  font-size: 27px;
  color: #1c3801;
  margin: 0 0 7px;
}
.box-link {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: none !important;
  width: 100% !important;
  height: 100% !important;
}
.whatwe_offer_srv_single a {
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 24px auto 0;
  border-radius: 50px;
}
.whatwe_offer_srv_single a svg {
  width: 20px;
  color: #1c3801;
  transition: ease-in-out 0.6s;
}
.whatwe_offer_srv_single p {
  font-size: 17px;
  color: #5e6656;
  line-height: 25px;
}
.whatwe_offer_srv_single{
   overflow: hidden;
   position: relative;
}
.icon_butt {
  position: relative;
  z-index: 9999;
  transition: ease-in-out 0.6s;
}
.icon_butt:hover {
  background: #657932 !important;
  transition: ease-in-out 0.6s;
}
.icon_butt:hover svg {
  color: #fff;
  transition: ease-in-out 0.6s;
}
.garden_area_main {
  padding: 80px 100px;
  overflow: hidden;
}
.garden_area_inner {
  display: flex;
  justify-content: space-between;
}
.garden_area_eight {
  width: 60%;
  margin-left: -4em;
}
.garden_area_left {
  width: 30%;
  margin-left: 10em;
}
.video_section img {
  width: 100%;
}
.garden_area_eight h4 {
  color: #000;
  text-transform: capitalize;
  margin: 0 0 0;
  font-size: 17px;
  letter-spacing: 0.5px;
}
.garden_area_eight h2 {
  font-size: 31px;
  line-height: 30px;
  font-weight: 700;
  margin: 8px 0 16px;
  color: #000;
}
.whowe_are_button a {
  background: #63B7BC;
  display: flex;
  width: 179px;
  margin: 0 0 0;
  border-radius: 50px;
  height: 55px;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border: 1px solid #63B7BC;
  transition: ease-in-out 0.6s;
}
.whowe_are_button a:hover {
  background: transparent;
  color: #63B7BC;
  transition: ease-in-out 0.6s;
}
.wwr_counting_single {
  border: 1px solid #ececec;
  padding: 15px;
  border-radius: 15pc;
}
.wwr_counting_area {
  display: flex;
  justify-content: space-between;
}
.wwr_counting_single {
  border: 1px solid #ececec;
  padding: 12px;
  border-radius: 15px;
  width: 24%;
  text-align: center;
}
.wwr_counting_single p {
  font-size: 13px !important;
  margin: 0 !important;
}
.wwr_counting_single h3 {
  font-size: 25px;
  margin: 0 0 11px;
}
.wwr_logos img {
  width: 100px;
}
.wwr_logos img:nth-child(2) {
  width: 166px;
}
.whowe_are_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 43px;
}
.garden_area_eight p {
  color: #585F50;
  font-size: 16px;
  margin: 0 0 9px;
  line-height: 24px;
}
.service_all_area_inner {
  flex-wrap: wrap;
}
.service_main_single_inner {
  width: 48% !important;
}
.service_main_single_inner img {
  height: 280px !important;
  object-position: center;
}
.service_main_single_inner ul {
  height: auto !important;
  margin: 12px 0 0;
}
.garden_area_eight h5 {
  margin: 0 0 6px;
  font-size: 18px;
}
.garden_area_eight ul {
  margin: 0 0 10px;
}
.garden_area_eight h3 {
  margin: 0 0 6px;
}
.video_section {
  position: relative;
}
.main_service_area {
  background: #F4F2F3;
  padding: 80px 100px;
}
.main_service_head {
  text-align: center;
  margin: 0 0 56px;
}
.main_service_head h4 {
  font-size: 18px;
  margin: 0 0 3px;
}
.main_service_head h2 {
  font-size: 32px;
  width: 33%;
  margin: 0 auto 0;
}
.serv_cont_area ul li svg {
  width: 18px;
  margin: 0 7px 0 0;
}
.serv_cont_area ul li span {
  display: block;
  width: 25px;
}
.service_all_area {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.service_main_single {
  background: #fff;
  border-radius: 20px;
  width: 24%;
}
.serv_cont_area {
  padding: 11px 17px;
}
.serv_cont_area h3 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 10px;
}
.serv_cont_area ul li {
  list-style: none;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 9px;
}
.serv_cont_area a {
  background: #63B7BC;
  display: flex;
  width: 147px;
  margin: 10px 0 11px;
  border-radius: 50px;
  height: 43px;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid #63B7BC;
  transition: ease-in-out 0.6s;
}
.serv_cont_area a:hover{
  background: transparent;
  color:#63B7BC;
  transition: ease-in-out 0.6s;
}
.serv_cont_area ul {
  height: 108px;
}
/* .serv_img_area img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 17px;
  /* transition: ease-in-out 0.6s; 
  transition: filter 0.6s ease-in-out;
  
}
.serv_img_area {
  border-radius: 20px;
   filter: brightness(1.1);
} */
/* 
.serv_img_area{
    overflow: hidden;
    border-radius: 20px;
}

.serv_img_area img{
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 20px;
    transition: filter 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.serv_img_area:hover img{
    filter: brightness(1.08);
    transform: translateY(-3px);
} */

.serv_img_area{
    overflow: hidden;
    border-radius: 20px;
}

.serv_img_area img{
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 20px;
    transition: transform 0.6s ease-in-out;
}

/*.serv_img_area:hover img{*/
/*    transform: scale(0);*/
/*}*/

.serv_img_area:hover img{
    transform: scale(1.05);
}



.insigand_sing_img {
  overflow: hidden;
  width: 149px;
  border-radius: 15px;
  transition: ease-in-out 0.6s;
}
.insigand_sing:hover .insigand_sing_img img {
  transform: scale(1.5);
  transition: ease-in-out 0.6s;
}
.insigand_sing_cont {
  width: 100%;
}
.calltact_btn a svg {
  width: 20px;
  margin: 0 7px 0 0;
}
.serv_img_area {
  overflow: hidden;
}
.service_main_single:hover .serv_img_area img {
  transform: scale(1);
  transition: ease-in-out 0.6s;
}
.calltoact_main {
  background: url('../images/ctabg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calltoact_main_inner {
  text-align: center;
}
.calltoact_main_inner h3 {
  font-size: 35px;
  color: #fff;
  font-weight: 200;
  margin: 0 0 7px;
}
.calltoact_main_inner h4 {
  font-size: 33px;
  color: #fff;
  font-weight: 700;
}
.calltact_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 14px 0;
  border-radius: 50px;
}
.calltact_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px 0 0;
}
.calltact_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 14px 32px;
  border-radius: 50px;
  margin: 0 5px;
  text-decoration: none;
  color: #fff;
}
.calltact_btn a:nth-child(1) {
  background: #4CD972;
}
.calltact_btn a:nth-child(2) {
  background: #63B7BC;
}
.calltact_btn a:nth-child(3) {
  background: #AFD94C;
}
.whychoos_main_area {
  padding: 80px 100px;
}
.whychoos_main_inner {
  display: flex;
  justify-content: space-between;
}
.whychoos_main_left img {
  /*width: 100%;*/
 
  /*margin: 35px 0 0;*/
 width: 88%;
    border-radius: 30px;
    margin: 45px 4em 0 0;
}
.whychoos_main_left {
  width: 49%;
}
.whychoos_main_right {
  width: 47%;
  margin-top:3em;
}
.whychoos_main_left h2 {
  font-size: 23px;
  margin: 0 0 7px;
}
.whychoos_main_left p {
  margin: 0 0 5px;
  line-height: 22px;
}
.whychoos_main_right_singl {
  display: flex;
  justify-content: flex-start;
}
.whychoos_main_sing_lft img {
  width: 36px;
}
.whychoos_main_sing_rit h4 {
  font-size: 20px;
  margin: 0 0 7px;
}
.whychoos_main_sing_rit p {
  margin: 0 0 12px;
}
.whychoos_main_sing_lft {
  margin: 0 20px 0 0;
}
.whychoos_main_right_singl {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #f2f2f2;
  margin: 8px 0 15px;
  padding: 0 0 10px;
}

/*========= Accodion Main Css ==============*/

.accordion {
  width: 100%;
  margin: 0;
  box-shadow: none;
  background: transparent;
}
.accordion-menu {
  font-size: 15px;
  background: transparent;
  color: #000;
  padding: 15px;
  cursor: pointer;
  user-select: none;
  border: 1px solid #63B7BC;
  border-radius: 6px;
  margin: 0 0 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-content p {
  padding: 7px 15px 0;
  line-height: 20px;
  font-size: 15px;
}
.insign_faq_head {
  text-align: center;
  font-size: 20px;
  margin: 0 0 40px;
}
.insigand_faq_area_left h3 {
  margin: 0 0 26px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.insigand_faq_area_right h3 {
  margin: 0 0 26px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.accordion-content {
  height: 0;
  overflow: hidden;
  font-size: 14px;
}

.accordion-content.expanded {
  height: 0;
  overflow: hidden;
}
.accordion-group {
  margin: 0 0 12px;
}
/*========= Accodion Main Css End ==============*/

.insigand_faq_area_main {
  padding: 0 100px 80px;
}
.insign_faq_head {
  text-align: center;
  font-size: 20px;
}
.insigand_faq_area_all {
  display: flex;
  justify-content: space-between;
}
.insigand_sing {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 18px;
}
.insigand_sing_img img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 15px;
  transition: ease-in-out 0.6s;
}
.insigand_faq_area_left {
  width: 42%;
}
.insigand_sing_img {
  margin: 0 17px 0 0;
}
.insigand_sing_cont h6 {
  font-size: 13px;
  font-weight: 400;
}
.insigand_sing_cont p {
  font-size: 17px;
  margin: 5px 0 0;
}
.insigand_faq_area_right {
  width: 55%;
}
.insigand_faq_area_left h3 span {
  background: #eee;
  width: 72%;
  height: 1px;
  display: block;
  margin: 0 0 0 14px;
}

.insigand_faq_area_right h3 span {
  background: #eee;
  width: 72%;
  height: 1px;
  display: block;
  margin: 0 0 0 14px;
}
.footer_sing.foot_first ul li a svg {
  width: 35px;
  color: #fff;
}
.footer_sing.foot_first img {
  width: 200px;
}
.footer_sing.foot_first ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer_sing.foot_first ul {
  margin: 30px 0 0;
}
.footer_sing.foot_first ul li {
  list-style: none;
  padding: 0 15px 0 0;
}
.footer_sing.foot_second ul li a svg {
  width: 21px;
  color: #fff;
}
.footer_sing.foot_second ul li {
  list-style: none;
  padding: 0 0 13px;
}
.footer_sing.foot_second h3 {
  color: #fff;
  font-size: 20px;
  margin: 0 0 19px;
}
.contact_detls_footr h4 svg {
  width: 20px;
  color: #fff;
  margin: 0 11px 0 0;
}
.contact_detls_footr h4 {
  font-size: 16px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact_detls_footr a {
  color: #fff;
  text-decoration: none;
  margin: 8px 0 22px;
  display: flex;
  padding: 0 0 0 33px;
}
.footer_sing.foot_second ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}














.video_section span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  background: #fff;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.video_section span svg {
  width: 22px;
  color: #363636;
  transition: ease-in-out 0.6s;
}
.video_section span:hover svg {
  color: #E8A81E;
  transition: ease-in-out 0.6s;
}
.home_logo_section {
  padding: 0 100px 70px;
}
.home_logo_section_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_logo_section_inner img {
  opacity: 0.3;
  transition-duration: 0.3s;
  transition: ease-in-out 0.6s;
}
.home_logo_section_inner img:hover {
  opacity: 1;
  transition-duration: 0.3s;
  transition: ease-in-out 0.6s;
}
.protfolio_main_area{
  padding: 80px 100px;
  background: url('../images/img-bg-copyright.jpg');
  background-repeat: no-repeat;
  object-fit: cover;
}
.portfolio_header_left h4 {
  text-transform: uppercase;
  color: #1b3600;
  font-size: 15px;
  margin: 0 0 8px;
}
.portfolio_header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 49px;
  position: relative;
}
.portfolio_header_left h2 {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
}
.portfolio_header_left {
  width: 30%;
}
.portfolio_header_right {
  width: 70%;
}
.portfolio_header_right p {
  width: 68%;
  color: #a4a4a4;
  line-height: 24px;
}
.protfolio_main_slider_singl img {
  width: 100%;
}

.protfolio_slider_prev {
  right: 96px;
}


/*========================================*/


.protfolio_slider_main{
   width:100%;
   position:relative;
   overflow:hidden;
}

.protfolio_main_slider_sect{
   width:100%;
   overflow:hidden;
}

.swiper-wrapper{
   align-items:center;
}

.protfolio_main_slider_singl{
   position:relative;
   overflow:hidden;
}

.protfolio_main_slider_singl img{
   width:100%;
   height:650px;
   object-fit:cover;
   display:block;
   transition: ease-in-out 0.6s;
}
.protfolio_main_slider_singl:hover img {
  transform: scale(1.8);
  transition: ease-in-out 0.6s;
}

.protf_hover {
  position: absolute;
  bottom: 40px;
  background: #0B1600;
  padding: 19px 25px;
  max-width: 300px;
  left: -100%;
  transition: ease-in-out 0.6s;
}
.protfolio_main_slider_singl:hover .protf_hover {
  left: 0;
  transition: ease-in-out 0.6s;
}
.protf_hover h3 {
  font-size: 20px;
  margin-bottom: 4px;
  color: #fff;
}

.protf_hover p{
   font-size:16px;
   color:#666;
}

/* Arrows */

.protfolio_slider_prev, .protfolio_slider_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: transparent;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  transition: 0.3s;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  border: 1px solid #ffffff3d;
}

.protfolio_main_slider_singl img {
  width: 100%;
  height: 450px;
}

/*.protfolio_slider_prev:hover,
.protfolio_slider_next:hover{
   background:#111;
   color:#fff;
}*/

.protfolio_slider_next{
   right:30px;
}
.protfolio_main_slider_singl {
  width: 450px !important;
}
.protfolio_main_slider_singl:nth-child(2) {
  width: 700px !important;
}
.protfolio_main_slider_singl:nth-child(4) {
  width: 700px !important;
}
.protfolio_main_slider_singl:nth-child(7) {
  width: 700px !important;
}
.protfolio_slider_prev svg {
  width: 22px;
  color: #fff;
}
.protfolio_slider_next svg {
  width: 22px;
  color: #fff;
}

.number {
  color: #eff4e7;
  font-size: 160px;
}
.option_main_inner {
  display: flex;
  justify-content: space-between;
}
.option_single {
  width: 33.333%;
  text-align: center;
  position: relative;
}
.option_single p {
  font-size: 23px;
  font-weight: 800;
  margin: -120px 0 0;
  color: #1B3600;
}
.option_main_area {
  padding: 80px 100px 150px;
}
.option_single::after {
  position: absolute;
  width: 1px;
  background: #d9dfcf;
  height: 50px;
  top: 67%;
  right: 0;
  z-index: 9999;
  content: '';
}
.creat_drmgardn_main_area {
  padding: 80px 100px 144px;
}
.creat_drmgardn_left{
  position: relative;
}
.drm_img2 {
  position: absolute;
  bottom: -64px;
  right: -188px;
}
.creat_drmgardn_main_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.creat_drmgardn_right {
  width: 49%;
}
.creat_drmgardn_right h4 {
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #1c3800;
  margin: 0 0 13px;
}
.creat_drmgardn_right h2 {
  font-size: 50px;
  font-weight: 800;
  width: 58%;
  line-height: 55px;
  color: #1c3800;
  margin: 0 0 28px;
}
.creat_drmgardn_right p {
  font-size: 18px;
  margin: 0 0 49px;
  line-height: 28px;
  color: #5f5f5f;
}
.creat_drmgardn_right ul li {
  color: #1B3600;
  list-style: none;
  font-size: 17px;
  margin: 8px 0;
  text-transform: uppercase;
}
.creat_drmgardn_right a {
  background: #CD971F;
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 53px;
  font-weight: 500;
  margin: 56px 0 0;
  transition: ease-in-out 0.6s;
}
.creat_drmgardn_right a:hover {
  background: #B38213;
  transition: ease-in-out 0.6s;
}
.footer_main_Area {
  background: #12191a;
  padding: 80px 100px 30px;
}
.accordion-menu svg {
  width: 24px;
}
.footer_main_inner {
  display: flex;
  /*justify-content: space-between;*/
  justify-content: space-evenly;
}
.footer_left {
  width: 35%;
}
.footer_right {
  width: 50%;
}
.footer_left ul li {
  list-style: none;
}
.footer_left ul li a svg {
  width: 20px;
  color: #fff;
}
.footer_contact_info p {
  color: #fff;
  font-size: 16px;
  margin: 15px 0 40px;
}
.footer_left ul li a {
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  background: #0e1804;
  border-radius: 50px;
  margin: 0 12px 0 0;
}
.footer_left ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer_right h2 {
  font-size: 40px;
  color: #fff;
  width: 64%;
  line-height: 47px;
  margin: 0 0 56px;
}
.footer_links {
  display: flex;
  justify-content: space-between;
}
.footer_links_single ul li {
  list-style: none;
}
.footer_links_single h3 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 13px;
}
.footer_links_single ul li a {
  color: #d6d6d6;
  text-decoration: none;
  padding: 0 0 10px;
  display: block;
  font-size: 15px;
}
.footer_links_single ul li svg {
  width: 23px;
  color: #fff;
}
.footer_links_single ul li {
  display: flex;
  justify-content: flex-start;
}
.footer_links_single ul li svg {
  width: 23px;
  color: #fff;
  margin: 0 11px 0 0;
}
.footer_links_single.footer_links_single_contact ul li p {
  color: #fff;
}
.footer_links_single.footer_links_single_contact ul li {
  margin: 0 0 12px;
}
.footer_links_single.footer_links_single_contact ul li a {
  padding: 0;
}
.footer_copyright {
  border-top: 1px solid #232323;
  padding: 18px 0 0;
  margin: 50px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_copyright p {
  color: #656a60;
  font-size: 13px;
}
.footer_copyright p a {
  color: #fff;
  text-decoration: none;
}
.garden_area_left img {
  width: 60%;

  border-radius: 40px;
}
.cross_menu {
  display: none;
}
.toggle_menu {
  display: none;
}

.iner_ban_cont {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inner_pages_main_area img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.main_fees_area {
  /* padding: 80px 100px; */
  padding: 50px;
}
.main_fees_area_inner {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}
.single_fees h3 {
  font-size: 19px;
  color: #fff;
  font-weight: 800;
  margin: 0 0 14px;
  background: #36b3ba;
  padding: 15px 17px;
  border-radius: 10px;
}
.single_fees h4 {
  margin: 0 0 11px;
  font-size: 19px;
  color: #8c8c8c;
}
.single_fees ul li {
  padding: 0 0 8px;
  line-height: 24px;
  font-size: 15px;
}
.iner_list {
  margin: 0 0 0 20px;
}
.single_fees_outer{
  width: 33.333%;
}
.single_fees_outer h2 {
  background: #63B7BC;
  text-align: center;
  border-radius: 15px;
  padding: 14px 0;
  font-size: 20px;
  margin: 0 0 6px;
  color: #fff;
}
.more_info_main {
  background: #f6f6f6;
  padding: 80px 100px;
}
.more_info_main_inn h2 {
  font-size: 28px;
  margin: 0 0 15px;
}
.more_info_main_inn h3 {
  margin: 17px 0 5px;
}
.more_info_main_inn ul li {
  padding: 0 0 5px;
}
.single_fees {
  border: 1px solid #63B7BC;
  padding: 30px;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
.single_fees:nth-child(2) {
  border: 1px solid #63B7BC;
}
.iner_ban_cont h1 {
  color: #fff;
  font-size: 45px;
}
.option_single_about .number {
  color: #172d00;
  font-size: 58px;
}
.option_single.option_single_about p {
  margin: 0 0 8px;
}
.about_video_sect_inner img {
  width: 100%;
}
.about_video_sect_main{
  padding: 0 100px 80px;
}
.about_video_sect_inner {
  position: relative;
}
.vid_button span {
  display: flex;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  color: #fff;
  cursor: pointer;
}
.vid_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.portfolio_header_aboutpg .portfolio_header_left h2 {
  color: #002d01;
}
.protfolio_main_area.protfolio_main_area_aboutpg {
  background: #fff;
}
.aboutpg_protfolio_slider_prev svg {
  color: #000;
}
.aboutpg_protfolio_slider_next svg {
  color: #000;
}
.aboutpg_protfolio_slider_prev, .aboutpg_protfolio_slider_next {
  border: 1px solid #ccc;
}
.inner_pages_main_area {
  position: relative;
}
.creat_drmgardn_right.creat_drmgardn_right2 h2 {
  width: 64%;
}
.option_single_about::after {
  top: 35px;
}
.option_single_about:nth-child(4)::after {
  display: none;
}
.option_single:nth-child(4)::after {
  display: none;
}
.creat_drmgardn_left3 .drm_img2 {
  left: -169px;
  right: inherit;
}
.srv_call_area a {
  background: transparent;
  color: #1A3400;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}
.srv_call_area a svg {
  width: 23px;
  margin: 0 10px 0 0;
}
.servic_abt_area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.servic_abt_area a {
  margin: 0;
}
.srv_call_area {
  margin: 0 0 0 25px;
}
.srv_call_area a:hover {
  background: transparent;
}
.whatwe_offer_srv_boxes_listing {
  flex-wrap: wrap;
}
.whatwe_offer_srv_boxes_listing .whatwe_offer_srv_single {
  width: 29.333%;
  margin: 0 0 32px;
}

.calltoaction_area {
  background: url('../images/action-bg-copyright.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 55px 100px;
}
.calltoaction_area_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calltoaction_area_inner h3 {
  font-size: 35px;
  color: #fff;
  width: 45%;
  line-height: 39px;
}
.calltoaction_area_button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.calltoaction_area_button a {
  background: #E9A91E;
  padding: 17px 37px;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
}
.calltoaction_area_button a:nth-child(2) {
  background: #172d00;
}
.service_make_easer_inner {
  padding: 80px 100px;
}
.service_make_easer_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service_make_easer_left {
  display: flex;
  justify-content: flex-start;
}
.service_make_easer_left img {
  width: 100%;
}
.service_make_easer_left {
  display: flex;
  justify-content: space-between;
  width: 48%;
}
.service_make_easer_right {
  width: 48%;
}
.service_make_easer_right h4 {
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #1c3800;
  margin: 0 0 13px;
}
.service_make_easer_right h2 {
  font-size: 50px;
  font-weight: 800;
  width: 64%;
  line-height: 55px;
  color: #1c3800;
  margin: 0 0 28px;
}
.service_make_easer_right p {
  line-height: 27px;
}
.service_make_easer_left img {
  width: 48%;
}
.portfolio_main_area {
  padding: 80px 100px;
}
.portfolio_boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.portfolio_box_single img {
  width: 100%;
}
.portfolio_box_single {
  width: 49%;
  position: relative;
  margin: 0 0 23px;
  overflow: hidden;
}
.portfolio_box_single img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: ease-in-out 0.8s;
}
.gallery_hov_img {
  position: absolute;
  bottom: 34px;
  left: -100%;
  background: #fff;
  padding: 15px 25px;
  border-radius: 0 10px 10px 0;
  transition: ease-in-out 0.6s;
}
.portfolio_box_single:hover .gallery_hov_img {
  left: 0;
  transition: ease-in-out 0.6s;
}
.portfolio_box_single:hover img {
  transform: scale(1.5) rotate(20deg);
  transition: ease-in-out 0.8s;
}
.gallery_hov_img h3 {
  font-size: 17px;
  font-weight: 700;
}
.gallery_hov_img h5 {
  font-size: 13px;
  font-weight: 300;
  margin: 2px 0 0;
}
.main_contact_left ul li svg {
  width: 22px;
}
.sing_frm svg {
	width: 14px;
	margin-left:-10px;
}
.hidden-fields-container {
  display: none;
}
.textarea_inp p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.textarea_inp p span {
  width: 100%;
  height: 124px;
  overflow: hidden;
	
}
.wpcf7-not-valid-tip {
  font-size: 9px;
  position: relative;
  left: 10px;
  color: #f22323;
}
.wpcf7-response-output {
  text-align: center;
  padding: 11px 0;
  margin: 18px 0 0;
  color: #ec2727;
}
.textarea_inp svg {
  width: 20px;
  margin: 0 20px 0 0;
}
.main_contact_area {
  padding: 80px 100px;
}
.main_contact_area_inner {
  display: flex;
  justify-content: space-between;
}
.main_contact_left {
  width: 48%;
}
.main_contact_right {
  width: 48%;
}
.main_contact_left h4 {
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #000;
  margin: 0 0 13px;
}
.main_contact_left h2 {
  font-size: 50px;
  font-weight: 800;
  width: 58%;
  line-height: 55px;
  color: #000;
  margin: 0 0 28px;
}
.insigand_area_main {
  padding: 80px 100px;
}
.insigand_header h2 {
  font-size: 24px;
  margin: 0 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.action_faq {
  background: #68babe;
  color: #fff;
  padding: 12px 26px;
  border-radius: 8px;
}
.action_faq svg {
  width: 29px;
}
.action_blog svg {
  width: 29px;
}
.action_blog {
  background: #68babe;
  color: #fff;
  padding: 12px 26px;
  border-radius: 8px;
}
.blog_area_main h3 {
  font-size: 18px;
  margin: 0 0 13px;
}
.blog_area_main {
  border: 1px solid #ccc;
     padding: 20px 30px 10px;
    border-radius: 30px;
    margin: 0 0 10px;
}
 
}
.blog_area_main ul {
  margin: 0 0 9px 15px;
}
.blog_area_main h4 {
  margin: 0 0 6px;
}
.blog_area_main ul li {
  padding: 0 0 6px;
}
.blog_area_main p {
  padding: 0 0 10px;
  line-height: 23px;
}
.main_contact_left p {
  margin: 0 0 25px;
  font-size: 17px;
}
.main_contact_left ul li {
  list-style: none;
  padding: 0 0 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.main_contact_left ul li svg {
  margin: 0 9px 0 0;
}
.main_contact_left ul li a {
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sing_frm input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border-radius: 6px;
  border: 0;
	margin-bottom:-5px;
	font-size:14px;
  background: transparent;
}
.sing_frm {
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 17px;
  width: 49%;
  margin: 0 0 15px;
}
.textarea_inp {
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  height: 150px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 17px;
}
.textarea_inp textarea {
  width: 100%;
  height: 100%;
  border: 0;
}
.frm_grp {
  display: flex;
  justify-content: space-between;
}
.submit_area input {
  background: rgb(99, 183, 188);
  padding: 17px 33px;
  display: flex;
  justify-content: center;
  margin: 17px 0 0;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid rgb(99, 183, 188);
  border-radius: 50px;
}
.map_area_main iframe {
  width: 100%;
  height: 450px;
  margin: 0 0 61px;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: none;
}
.service_detail_page_main {
  padding: 80px 100px;
}
.inside_img img {
  width: 100%;
}
.service_detail_left img {
  width: 100%;
}
.service_detail_page_inner {
  display: flex;
  justify-content: space-between;
}
.service_detail_left {
  width: 68%;
}
.service_detail_right {
  width: 29%;
}
.service_detail_right {
  width: 29%;
  background: #fff9ec;
  padding: 30px;
  height: 100%;
}
.service_detail_right form input[type="submit"] {
  background: #7a9042;
  color: #fff;
  font-size: 17px;
  margin: 0 0 26px;
}
.main_menu ul li.active a {
  color: #63B7BC;
}
.main_menu ul li a:hover {
  color: #63B7BC;
  transition: ease-in-out 0.6s;
}
.service_detail_left img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  margin: 0 0 16px;
}
.service_detail_left h2 {
  font-size: 40px;
  margin: 0 0 10px;
}
.service_detail_left p {
  font-size: 17px;
  margin: 0 0 13px;
}
.service_detail_left h4 {
  font-size: 19px;
  margin: 0 0 6px;
}
.inside_img {
  margin: 24px 0 0;
  display: flex;
  justify-content: space-between;
}
.inside_img img {
  width: 49%;
  height: 440px;
}
.service_detail_right h2 {
  font-size: 27px;
  margin: 0 0 17px;
}
.service_detail_right form input {
  width: 100%;
  height: 50px;
  background: transparent;
  border: 1px solid #e7e2d6;
  padding: 0 16px;
  margin: 0 0 12px;
}
.service_detail_right form textarea {
  width: 100%;
  height: 150px;
  background: transparent;
  border: 1px solid #e7e2d6;
  padding: 12px 16px;
  margin: 0 0 12px;
}
.contact_info h3 {
  font-size: 17px;
  margin: 0 0 4px;
}
.contact_info p {
  font-size: 15px;
  margin: 0 0 9px;
}
.contact_info a {
  font-size: 15px;
  margin: 0 0 11px;
  display: block;
  color: #000;
  text-decoration: none;
}

.service_main_single{
   overflow: hidden;
   will-change: transform;
}
.inner_pages_main_banner {
  height: 300px;
}




.whychoos_main_right_singl{
   transform-origin: center;
   will-change: transform, opacity;
   transition: box-shadow 0.3s ease;
}

.whychoos_main_right_singl:hover{
   box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.whychoos_main_sing_lft img{
   display: block;
   will-change: transform;
}
.faqpage_links a {
  background: #63B7BC;
  display: flex;
  width: 179px;
  margin: 0 0 0;
  border-radius: 50px;
  height: 55px;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border: 1px solid #63B7BC;
  transition: ease-in-out 0.6s;
}
.faqpage_links {
  display: flex;
  justify-content: center;
  margin: 36px 0 0;
}
.faqpage_links a:hover {
  background: transparent;
  color: #63b7bc;
  transition: ease-in-out 0.6s;
}
.garden_area_left.garden_area_left22 {
  margin-left: 0;
}
.garden_area_left.garden_area_left22 img {
  width: 100%;
}
.garden_area_left.garden_area_left22 {
  width: 34%;
}
.service_main_single.service_main_single_inner {
  width: 100% !important;
  display: flex;
  justify-content: flex-start;
}
.service_main_single_inner .serv_cont_area {
  width: 70%;
  padding: 19px 12px;
}
.service_main_single_inner .serv_img_area {
  width: 30%;
  padding: 12px;
}
.main_fees_area h2 {
  background: #f4f4f4;
  padding: 11px 15px;
  border-radius: 6px;
  margin: 0 0 25px;
}


/* DEFAULT HIDE */
.blog_toggle_main{
   display: none;
}

/* SHOW WHEN ACTIVE */
.blog_toggle_main.active{
   display: block;
   animation: fadeDown 0.4s ease;
}

@keyframes fadeDown{
   from{
      opacity: 0;
      transform: translateY(-20px);
   }
   to{
      opacity: 1;
      transform: translateY(0);
   }
}

/* OPTIONAL CURSOR */
.action_blog{
   cursor: pointer;
}




/* DEFAULT HIDE */
.insigand_faq_area_all{
   display: none;
}

/* SHOW WHEN ACTIVE */
.insigand_faq_area_all.active2{
   display: block;
   animation: fadeDown 0.4s ease;
}

@keyframes fadeDown{
   from{
      opacity: 0;
      transform: translateY(-20px);
   }
   to{
      opacity: 1;
      transform: translateY(0);
   }
}

/* OPTIONAL CURSOR */
.action_faq{
   cursor: pointer;
}

.insigand_faq_area_all22 {
	display: flex !important;
}









/*============================= Responsive Css Start ===============================*/


@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1700px) {}

@media screen and (max-width: 1540px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1180px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1080px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 820px) {

.main_menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100vw;
  background: #000;
  height: 100vh;
  padding: 40px;
  z-index: 9999;
  transition: ease-in-out 0.6s;
}
.main_menu ul li a {
  color: #fff;
}
.banner_text_left {
  left: 62px;
}
.banner_arrows {
  width: 89%;
}
.garden_area_main {
  padding: 50px 30px;
}
.garden_area_eight h2 {
  font-size: 22px;
}
.wwr_logos img {
  width: 70px;
}
.wwr_logos img:nth-child(2) {
  width: 111px;
}
.wwr_counting_single h3 {
  font-size: 17px;
}
.whowe_are_button {
  margin: 0 0 13px;
}
.main_service_head h2 {
  width: 70%;
}
.main_service_area {
  padding: 51px 30px;
}
.main_menu.main_menu2 {
  left: 0;
  transition: ease-in-out 0.6s;
}
.main_menu ul {
  align-items: flex-start;
  flex-direction: column;
}
.main_menu ul li {
  list-style: none;
  padding: 0 0 30px 0;
}

.cross_menu {
  position: absolute;
  right: 29px;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 50px;
  top: 23px;
  cursor: pointer;
}
.logo_area {
  justify-content: left;
}
.toggle_menu span {
  display: block;
  background: #000;
  width: 25px;
  height: 1.5px;
}
.toggle_menu {
  display: block;
  margin: 0 0 0 35px;
}
.toggle_menu span:nth-child(2) {
  margin: 9px 0;
}
.main_header_area {
  padding: 13px 30px;
	margin-top:2em;
}
.right_quote {
  width: 300px;
  align-items: center;
}
.service_all_area {
  flex-wrap: wrap;
}
.service_main_single {
  width: 48%;
}
.whychoos_main_area {
  padding: 50px 30px;
}
.insigand_faq_area_main {
  padding: 0 30px 50px;
}
.footer_main_Area {
  padding: 50px 30px 21px;
}
.footer_sing.foot_first img {
  width: 120px;
}










}

@media screen and (max-width: 640px) {
.main_header_area {
  padding: 15px 15px;
}
.service_detail_page_main {
  padding: 30px 15px;
}
.service_detail_left img {
  height: 350px;
}
.service_detail_left h2 {
  font-size: 30px;
  margin: 0 0 10px;
}
.portfolio_main_area {
  padding: 30px 15px;
}
.portfolio_box_single {
  width: 100%;
  margin: 0 0 8px;
}
.creat_drmgardn_right.creat_drmgardn_right2 h2 {
  width: 100%;
}
.about_video_sect_main {
  padding: 21px 15px 36px;
}
.logo_area {
  width: 33.333%;
}
.calltoaction_area_inner {
  flex-wrap: wrap;
}
.calltoaction_area_inner h3 {
  font-size: 21px;
  width: 100%;
  text-align: center;
  line-height: 28px;
  margin: 0 0 20px;
}
.service_make_easer_inner {
  flex-wrap: wrap;
}
.service_make_easer_left {
  width: 100%;
  margin: 0 0 20px;
}
.service_make_easer_inner {
  padding: 30px 15px;
}
.service_make_easer_right {
  width: 100%;
}
.about_video_sect_inner img {
  height: 210px;
  object-fit: cover;
}
.vid_button span {
  width: 80px;
  height: 80px;
}
.option_single_about .number {
  font-size: 28px;
}
.option_main_inner {
  flex-wrap: wrap;
}
.option_single {
  width: 50%;
  margin: 0 0 15px;
}
.creat_drmgardn_right {
  padding: 0 0 0;
}
.creat_drmgardn_main_area {
  padding: 30px 15px 35px;
}
.creat_drmgardn_left {
  margin: 26px 0 0;
}
.creat_drmgardn_right a {
  width: 125px;
}
.srv_call_area a {
  width: 100%;
}
.creat_drmgardn_left3 .drm_img2 {
  left: 0;
}
.calltoaction_area {
  padding: 30px 15px;
}
.logo_area img {
  width: 70%;
}
.right_quote {
  width: 70%;
}
.right_quote a {
  padding: 11px 22px;
  font-size: 14px;
}
.banner_text_left {
	left: 0;
	top: 20%;
	width: 100%;
}
.banner_text_left h1 {
  font-size: 25px;
  width: 97%;
  line-height: 48px;
}
.banner_text_left p {
  font-size: 14px;
}
.banner_arrow {
  width: 40px;
  height: 40px;
}
.banner_arrow svg {
  width: 17px;
}
.banner_text_left p {
  width: 80%;
}
.banner_arrows {
  left: 7px;
  width: 97%;
}
.banner_text_rbotm {
  margin-top: 25px;
  bottom: 42%;
  left: 15px;
  width: 96%;
}
.banner_text_left a {
  width: 152px;
  height: 43px;
  font-size: 14px;
}
.whatwe_offer_main {
  padding: 30px 15px;
}
.section_heading h2 {
  font-size: 25px;
  width: 100%;
  line-height: 28px;
}
.section_heading h4 {
  font-size: 13px;
}
.whatwe_offer_srv_boxes {
  flex-wrap: wrap;
}
.whatwe_offer_srv_boxes .whatwe_offer_srv_single {
  width: 100%;
}
.garden_area_main {
  padding: 30px 15px;
}
.garden_area_inner {
  flex-wrap: wrap;
}
.garden_area_left {
  width: 100%;
  margin: 0 0 13px;
}
.garden_area_eight {
  width: 100%;
  margin-left: 0px;
}
.portfolio_header {
  flex-wrap: wrap;
}
.portfolio_header_left {
  width: 100%;
}
.portfolio_header_right {
  width: 100%;
}
.portfolio_header_right p {
  width: 100%;
  font-size: 15px;
  margin: 7px 0 0;
}
.portfolio_header_left h2 {
  font-size: 25px;
  line-height: 29px;
}
.protfolio_main_area {
  padding: 30px 15px;
}
.protfolio_slider_prev, .protfolio_slider_next {
  top: 14%;
  width: 45px;
  height: 45px;
}
.protfolio_slider_next {
  right: 0;
}
.protfolio_slider_prev {
  right: 53px;
}
.option_main_area {
  padding: 9px 15px 1px;
}
.number {
  font-size: 51px;
}
.option_single p {
  font-size: 13px;
  margin: -42px 0 0;
}
.calltoaction_area_button a {
  padding: 17px 24px;

}
.calltoaction_area_button {
  justify-content: center;
  gap: 20px;
  width: 100%;
}
.option_single::after {
  height: 21px;
  top: 58%;
}
.creat_drmgardn_main_area {
  padding: 0 15px 35px;
}
.creat_drmgardn_main_inner {
  flex-wrap: wrap;
}
.creat_drmgardn_left {
  width: 100%;
}
.creat_drmgardn_right {
  width: 100%;
  padding: 60px 0 0;
}
.drm_img2 img {
  width: 56%;
}
.drm_img2 {
  bottom: -37px;
}
.creat_drmgardn_right h4 {
  margin: 0 0 2px;
}
.creat_drmgardn_right h2 {
  font-size: 30px;
  line-height: 34px;
  margin: 0 0 11px;
}
.creat_drmgardn_right p {
  margin: 0 0 16px;
}
.creat_drmgardn_right a {
  margin: 24px 0 0;
}
.footer_main_Area {
  padding: 30px 15px 15px;
}
.footer_right h2 {
  font-size: 24px;
  width: 100%;
  line-height: 33px;
  margin: 0 0 28px;
}
.footer_links {
  flex-wrap: wrap;
}
.footer_copyright {
  flex-direction: column;
}
.footer_copyright p:nth-child(1) {
  margin: 0 0 5px;
}
.drm_img2 {
  right: 0;
}
.home_logo_section_inner {
  flex-wrap: wrap;
}
.home_logo_section_inner img {
  width: 31%;
  margin: 0 0 12px;
}
.protfolio_main_slider_singl img {
  width: 100%;
  height: 360px;
}
.footer_links_single ul li a {
  font-size: 14px;
}
.footer_links_single h3 {
  font-size: 16px;
}
.footer_links_single.footer_links_single_contact ul li a {
  font-size: 14px;
}
.footer_links_single.footer_links_single_contact ul li p {
  font-size: 14px;
}
.main_banner_area {
  height: 50vh;
}
.wwr_counting_area {
  flex-wrap: wrap;
}
.wwr_counting_single {
  width: 49%;
  margin: 0 0 7px;
}
.main_service_area {
  padding: 30px 15px;
}
.main_service_head h2 {
  width: 100%;
  font-size: 25px;
}
.main_service_head h4 {
  font-size: 16px;
  margin: 0 0 3px;
}
.service_main_single {
  width: 100%;
}
.serv_img_area img {
  /*height: 220px;*/
}
.calltact_btn {
  flex-wrap: wrap;
}
.calltact_btn a {
  margin: 4px 5px;
}
.calltoact_main_inner h4 {
  font-size: 28px;
}
.whychoos_main_area {
  padding: 30px 15px;
}
.whychoos_main_inner {
  flex-wrap: wrap;
}
.whychoos_main_left {
  width: 100%;
}
.whychoos_main_right {
  width: 100%;
  margin: 18px 0 0;
}
.insign_faq_head {
  font-size: 16px;
}
.insigand_faq_area_all {
  flex-wrap: wrap;
}
.insigand_faq_area_left {
  width: 100%;
}
.insigand_sing_cont p {
  font-size: 14px;
}
.insigand_faq_area_right {
  width: 100%;
}
.insigand_faq_area_main {
  padding: 0 15px 30px;
}
.footer_main_inner {
  flex-wrap: wrap;
}
.footer_sing.foot_first {
  width: 100%;
}
.footer_sing {
  width: 100%;
  margin: 18px 0 0;
}
.iner_ban_cont {
  width: 100%;
  text-align: center;
}
.iner_ban_cont h1 {
  font-size: 24px;
}
.garden_area_eight ul {
  padding: 0 0 0 15px;
}
.inner_pages_main_area img {
  height: 170px;
}
.inner_pages_main_banner {
  height: 170px;
}
.service_main_single_inner {
  width: 100% !important;
}
.main_service_head {
  margin: 0 0 23px;
}
.main_service_head h2 {
  font-size: 23px;
}
.main_fees_area {
  padding: 30px 15px;
}
.main_fees_area_inner {
  flex-wrap: wrap;
}
.single_fees_outer {
  width: 100%;
}
.more_info_main {
  padding: 30px 15px;
}
.more_info_main_inn ul {
  padding: 0 0 0 15px;
}
.insigand_area_main {
  padding: 30px 15px;
}
.blog_area_main h3 {
  font-size: 19px;
}
.blog_area_main {
  padding: 15px;
}
.main_contact_area {
  padding: 30px 15px;
}
.main_contact_area_inner {
  flex-wrap: wrap;
}
.main_contact_left {
  width: 100%;
}
.main_contact_right {
  width: 100%;
}
.main_contact_left h2 {
  font-size: 28px;
  width: 100%;
  line-height: 35px;
  color: #000;
  margin: 0 0 13px;
}



}

@media screen and (max-width: 430px) {}

@media screen and (max-width: 414px) {}

@media screen and (max-width: 395px) {}

@media screen and (max-width: 375px) {
  .right_quote a {
  padding: 11px 14px;
  font-size: 12px;
}

}

@media screen and (max-width: 360px) {
.banner_text_left h1 {
  font-size: 33px;
  line-height: 42px;
}
.calltoaction_area_button a {
  padding: 13px 20px;
  font-size: 16px;
}
.banner_text_rbotm {
  width: 93%;
}


}

/*blog toggle-----*/

.blog_toggle{
    cursor:pointer;
    position:relative;
    padding-right:40px;
}

.blog_toggle::after {
	content: '+';
	position: absolute;
	right: 0;
	top: -9px;
	font-size: 30px;
}

.blog_area_main.active .blog_toggle::after{
    content:'-';
}

.blog_content{
    display:none;
    padding-top:15px;
}

.blog_area_main.active .blog_content{
    display:block;
}

.banner_overlay{z-index:-1; }

.single_banner{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.6s;
}

.single_banner.active{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.single_banner .banner_text_left a{
    display: none;
}

.single_banner.active .banner_text_left a{
    display: inline-flex;
}

/*.banner_text_left a{*/
/*    position: relative;*/
/*    z-index: 9999;*/
/*    pointer-events: auto;*/
/*}*/

.banner_overlay{
    pointer-events: none;
}

/* =========================
SERVICE SECTION MOBILE FIX
========================= */


@media screen and (max-width:425px){
    
    .whychoos_main_left img{    
        width: 90%;
    border-radius: 30px;
    margin: 45px 2em 0 1.4em;
}
    
    .service_main_single_inner .serv_img_area {
  width: 100%;
  padding: 12px;
}

.service_main_single_inner .serv_cont_area{width:100%;}

.service_all_area_inner{
    display: block !important;
    width: 100%;
}

.serv_img_area{
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

.serv_cont_area{
    width: 100%;
    display: block;
    float: none;
    clear: both;
    padding: 0;
}

.serv_cont_area h3,
.serv_cont_area p,
.serv_cont_area ul li{
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.serv_cont_area ul{
    padding-left: 20px;
}

}

@media screen and (max-width:425px){

.service_main_single,
.service_all_area_inner{
    flex-direction: column !important;
}
	

}

@media (min-width:800px) and (max-width:2560px){

.textarea_inp p span {

	margin-left:-16em;
}
}

@media (min-width:360px) and (max-width:750px){

.service_main_single_inner img {
  height: 240px !important;
  object-position: center;
}	
.textarea_inp p span {

	margin-left:-9em;
}
}